Trace number 1524390

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23? (TO) 1200.09 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S1794178048-059.cnf
MD5SUMf50dda60e1e45f85b822b6ad12182f2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076988
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.05	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.05	c Eliminate time :       0.04 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524390-1238476940/watcher-1524390-1238476940 -o /tmp/evaluation-result-1524390-1238476940/solver-1524390-1238476940 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524390-1238476940.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22909
/proc/meminfo: memFree=1680856/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=1444 CPUtime=0
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 120000 1120361277 1478656 139 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 361 139 70 173 0 186 0

[startup+0.0828741 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22909
/proc/meminfo: memFree=1680856/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=1968 CPUtime=0.08
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 315 0 0 0 8 0 0 0 18 0 1 120000 1120361277 2015232 299 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 492 299 90 173 0 317 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1968

[startup+0.101876 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22909
/proc/meminfo: memFree=1680856/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=1968 CPUtime=0.09
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 327 0 0 0 9 0 0 0 18 0 1 120000 1120361277 2015232 311 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 492 311 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.301908 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22909
/proc/meminfo: memFree=1680856/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=2232 CPUtime=0.29
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 381 0 0 0 29 0 0 0 19 0 1 120000 1120361277 2285568 365 1992294400 134512640 135224549 4294956208 18446744073709551615 134595342 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 558 365 90 173 0 383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2232

[startup+0.701973 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22909
/proc/meminfo: memFree=1680856/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=2364 CPUtime=0.69
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 427 0 0 0 69 0 0 0 22 0 1 120000 1120361277 2420736 411 1992294400 134512640 135224549 4294956208 18446744073709551615 134632723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 591 411 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1679376/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=2760 CPUtime=1.49
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 508 0 0 0 149 0 0 0 25 0 1 120000 1120361277 2826240 492 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 690 492 90 173 0 515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2760

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1678800/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=3340 CPUtime=3.09
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 651 0 0 0 309 0 0 0 25 0 1 120000 1120361277 3420160 635 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 835 635 90 173 0 660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3340

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1677776/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=4400 CPUtime=6.29
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 903 0 0 0 629 0 0 0 25 0 1 120000 1120361277 4505600 887 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 1100 887 90 173 0 925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4400

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1676368/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=5468 CPUtime=12.69
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 1175 0 0 0 1268 1 0 0 25 0 1 120000 1120361277 5599232 1159 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 1367 1159 90 173 0 1192 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5468

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1674768/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=7088 CPUtime=25.48
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 1574 0 0 0 2547 1 0 0 25 0 1 120000 1120361277 7258112 1558 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 1772 1558 90 173 0 1597 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7088

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1673232/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=8668 CPUtime=51.08
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 1991 0 0 0 5106 2 0 0 25 0 1 120000 1120361277 8876032 1942 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 2167 1942 90 173 0 1992 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8668

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1670992/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=10952 CPUtime=102.26
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 2545 0 0 0 10223 3 0 0 25 0 1 120000 1120361277 11214848 2496 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 2738 2496 90 173 0 2563 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10952

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1669008/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=13444 CPUtime=162.24
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 3125 0 0 0 16220 4 0 0 25 0 1 120000 1120361277 13766656 3011 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 3361 3011 90 173 0 3186 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13444

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1667152/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=15176 CPUtime=222.21
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 3556 0 0 0 22217 4 0 0 25 0 1 120000 1120361277 15540224 3442 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 3794 3442 90 173 0 3619 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15176

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1665936/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=16452 CPUtime=282.2
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 3860 0 0 0 28215 5 0 0 25 0 1 120000 1120361277 16846848 3746 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 4113 3746 90 173 0 3938 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 16452

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1664464/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=17824 CPUtime=342.17
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 4218 0 0 0 34212 5 0 0 25 0 1 120000 1120361277 18251776 4104 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 4456 4104 90 173 0 4281 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17824

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1662736/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=19724 CPUtime=402.15
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 4633 0 0 0 40209 6 0 0 25 0 1 120000 1120361277 20197376 4519 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 4931 4519 90 173 0 4756 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 19724

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1662672/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=19724 CPUtime=462.12
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 4666 0 0 0 46206 6 0 0 25 0 1 120000 1120361277 20197376 4552 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 4931 4552 90 173 0 4756 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 19724

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1661328/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=21156 CPUtime=522.1
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 5005 0 0 0 52204 6 0 0 25 0 1 120000 1120361277 21663744 4891 1992294400 134512640 135224549 4294956208 18446744073709551615 134595564 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 5289 4891 90 173 0 5114 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21156

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1661072/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=21476 CPUtime=582.08
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 5066 0 0 0 58202 6 0 0 25 0 1 120000 1120361277 21991424 4952 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 5369 4952 90 173 0 5194 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 21476

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1659664/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=22948 CPUtime=642.07
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 5428 0 0 0 64200 7 0 0 25 0 1 120000 1120361277 23498752 5314 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 5737 5314 90 173 0 5562 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 22948

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1659280/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=23288 CPUtime=702.04
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 5507 0 0 0 70197 7 0 0 25 0 1 120000 1120361277 23846912 5393 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 5822 5393 90 173 0 5647 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 23288

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1657744/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=25488 CPUtime=762.03
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 6033 0 0 0 76195 8 0 0 25 0 1 120000 1120361277 26099712 5790 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 6372 5790 90 173 0 6197 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 25488

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1657616/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=25488 CPUtime=822
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 6045 0 0 0 82192 8 0 0 25 0 1 120000 1120361277 26099712 5802 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 6372 5802 90 173 0 6197 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 25488

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22910
/proc/meminfo: memFree=1656848/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=26352 CPUtime=881.98
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 6261 0 0 0 88189 9 0 0 25 0 1 120000 1120361277 26984448 6018 1992294400 134512640 135224549 4294956208 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 6588 6018 90 173 0 6413 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 26352

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22911
/proc/meminfo: memFree=1655568/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=27564 CPUtime=941.96
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 6556 0 0 0 94187 9 0 0 25 0 1 120000 1120361277 28225536 6313 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 6891 6313 90 173 0 6716 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 27564

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22912
/proc/meminfo: memFree=1655376/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=27900 CPUtime=1001.94
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 6603 0 0 0 100185 9 0 0 25 0 1 120000 1120361277 28569600 6360 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 6975 6360 90 173 0 6800 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 27900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22912
/proc/meminfo: memFree=1655248/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=28092 CPUtime=1061.91
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 6643 0 0 0 106182 9 0 0 25 0 1 120000 1120361277 28766208 6400 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 7023 6400 90 173 0 6848 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 28092

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22912
/proc/meminfo: memFree=1653392/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=29788 CPUtime=1121.9
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 7104 0 0 0 112180 10 0 0 25 0 1 120000 1120361277 30502912 6861 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 7447 6861 90 173 0 7272 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 29788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22912
/proc/meminfo: memFree=1653392/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=29788 CPUtime=1181.88
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 7104 0 0 0 118178 10 0 0 25 0 1 120000 1120361277 30502912 6861 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 7447 6861 90 173 0 7272 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 29788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22912
/proc/meminfo: memFree=1653328/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=29788 CPUtime=1200.07
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 7109 0 0 0 119997 10 0 0 25 0 1 100 1120361277 30502912 6866 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 7447 6866 90 173 0 7272 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29788

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22912
/proc/meminfo: memFree=1653328/2055920 swapFree=4178496/4192956
[pid=22909] ppid=22907 vsize=29788 CPUtime=1200.07
/proc/22909/stat : 22909 (CirCUs) R 22907 22909 22567 0 -1 4194304 7109 0 0 0 119997 10 0 0 25 0 1 100 1120361277 30502912 6866 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22909/statm: 7447 6866 90 173 0 7272 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.98
CPU system time (s): 0.107983
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 29788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1901

runsolver used 0.954854 second user time and 2.50062 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-31 07:22:20
IDJOB=1524390
IDBENCH=70505
IDSOLVER=544
FILE ID=node3/1524390-1238476940
PBS_JOBID= 9061788
Free space on /tmp= 65972 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S1794178048-059.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524390-1238476940/watcher-1524390-1238476940 -o /tmp/evaluation-result-1524390-1238476940/solver-1524390-1238476940 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524390-1238476940.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f50dda60e1e45f85b822b6ad12182f2a
RANDOM SEED=1252536099

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.275
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.275
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1681272 kB
Buffers:         73664 kB
Cached:         224004 kB
SwapCached:       8332 kB
Active:         251932 kB
Inactive:        55760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681272 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          15680 kB
Slab:            52988 kB
Committed_AS:  2809988 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65972 MiB
End job on node3 at 2009-03-31 07:42:23