Trace number 1726494

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.08 1200.71

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
MD5SUM00198881c2cf000cfee916c18d69d474
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1132
Number of clauses14011
Sum of the clauses size42316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313728
Number of clauses of size 4283
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1726494-1240713046/watcher-1726494-1240713046 -o /tmp/evaluation-result-1726494-1240713046/solver-1726494-1240713046 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1726494-1240713046.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: 2.96 2.64 1.87 3/71 28428
/proc/meminfo: memFree=1666008/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=1640 CPUtime=0
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 120000 99338621 1679360 176 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 410 176 70 173 0 235 0

[startup+0.0444141 s]
/proc/loadavg: 2.96 2.64 1.87 3/71 28428
/proc/meminfo: memFree=1666008/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=2296 CPUtime=0.04
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 391 0 0 0 4 0 0 0 18 0 1 120000 99338621 2351104 375 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 574 375 90 173 0 399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2296

[startup+0.101423 s]
/proc/loadavg: 2.96 2.64 1.87 3/71 28428
/proc/meminfo: memFree=1666008/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=2428 CPUtime=0.09
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 419 0 0 0 9 0 0 0 18 0 1 120000 99338621 2486272 403 1992294400 134512640 135224549 4294956208 18446744073709551615 134584992 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 607 403 90 173 0 432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2428

[startup+0.30146 s]
/proc/loadavg: 2.96 2.64 1.87 3/71 28428
/proc/meminfo: memFree=1666008/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=2824 CPUtime=0.29
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 518 0 0 0 29 0 0 0 19 0 1 120000 99338621 2891776 502 1992294400 134512640 135224549 4294956208 18446744073709551615 134630939 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 706 502 90 173 0 531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2824

[startup+0.70153 s]
/proc/loadavg: 2.96 2.64 1.87 3/71 28428
/proc/meminfo: memFree=1666008/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=2956 CPUtime=0.69
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 552 0 0 0 69 0 0 0 23 0 1 120000 99338621 3026944 536 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 739 536 90 173 0 564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2956

[startup+1.50167 s]
/proc/loadavg: 2.96 2.64 1.87 4/72 28742
/proc/meminfo: memFree=1663184/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=3088 CPUtime=1.49
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 607 0 0 0 149 0 0 0 25 0 1 120000 99338621 3162112 591 1992294400 134512640 135224549 4294956208 18446744073709551615 134585018 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 772 591 90 173 0 597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3088

[startup+3.10195 s]
/proc/loadavg: 2.96 2.64 1.87 2/72 29079
/proc/meminfo: memFree=1662352/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=3760 CPUtime=3.09
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 760 0 0 0 309 0 0 0 25 0 1 120000 99338621 3850240 744 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 940 744 90 173 0 765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3760

[startup+6.30155 s]
/proc/loadavg: 2.88 2.63 1.87 3/71 30098
/proc/meminfo: memFree=1660192/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=4552 CPUtime=6.29
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 970 0 0 0 629 0 0 0 25 0 1 120000 99338621 4661248 954 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 1138 954 90 173 0 963 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4552

[startup+12.7016 s]
/proc/loadavg: 2.89 2.64 1.87 2/72 32101
/proc/meminfo: memFree=1655512/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=5872 CPUtime=12.69
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 1274 0 0 0 1267 2 0 0 25 0 1 120000 99338621 6012928 1258 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 1468 1258 90 173 0 1293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5872

[startup+25.5019 s]
/proc/loadavg: 2.85 2.64 1.89 2/72 4206
/proc/meminfo: memFree=1648664/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=7460 CPUtime=25.47
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 1671 0 0 0 2543 4 0 0 25 0 1 120000 99338621 7639040 1655 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 1865 1655 90 173 0 1690 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7460

[startup+51.1014 s]
/proc/loadavg: 2.64 2.60 1.89 2/72 12422
/proc/meminfo: memFree=1637592/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=10100 CPUtime=51.05
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 2341 0 0 0 5098 7 0 0 25 0 1 120000 99338621 10342400 2292 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 2525 2292 90 173 0 2350 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10100

[startup+102.305 s]
/proc/loadavg: 2.33 2.52 1.90 2/65 27831
/proc/meminfo: memFree=1615584/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=14072 CPUtime=102.2
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 3374 0 0 0 10203 17 0 0 25 0 1 120000 99338621 14409728 3325 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 3518 3325 90 173 0 3343 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 14072

[startup+162.302 s]
/proc/loadavg: 1.49 2.24 1.85 2/65 27831
/proc/meminfo: memFree=1613536/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=16708 CPUtime=162.17
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 4033 0 0 0 16199 18 0 0 25 0 1 120000 99338621 17108992 3919 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 4177 3919 90 173 0 4002 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 16708

[startup+222.302 s]
/proc/loadavg: 1.18 2.01 1.79 2/65 27831
/proc/meminfo: memFree=1612320/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=17896 CPUtime=222.14
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 4340 0 0 0 22196 18 0 0 25 0 1 120000 99338621 18325504 4226 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 4474 4226 90 173 0 4299 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 17896

[startup+282.302 s]
/proc/loadavg: 1.06 1.83 1.74 2/65 27831
/proc/meminfo: memFree=1610400/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=20024 CPUtime=282.11
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 4845 0 0 0 28192 19 0 0 25 0 1 120000 99338621 20504576 4731 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 5006 4731 90 173 0 4831 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 20024

[startup+342.301 s]
/proc/loadavg: 1.02 1.67 1.69 2/65 27831
/proc/meminfo: memFree=1608544/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=21792 CPUtime=342.08
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 5292 0 0 0 34189 19 0 0 25 0 1 120000 99338621 22315008 5178 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 5448 5178 90 173 0 5273 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 21792

[startup+402.302 s]
/proc/loadavg: 1.01 1.55 1.64 2/65 27833
/proc/meminfo: memFree=1606752/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=23244 CPUtime=402.05
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 5693 0 0 0 40186 19 0 0 25 0 1 120000 99338621 23801856 5579 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 5811 5579 90 173 0 5636 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 23244

[startup+462.301 s]
/proc/loadavg: 1.00 1.45 1.60 2/65 27833
/proc/meminfo: memFree=1604064/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=25896 CPUtime=462.02
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 6369 0 0 0 46182 20 0 0 25 0 1 120000 99338621 26517504 6255 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 6474 6255 90 173 0 6299 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 25896

[startup+522.302 s]
/proc/loadavg: 1.00 1.36 1.56 2/65 27833
/proc/meminfo: memFree=1604064/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=25896 CPUtime=521.98
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 6377 0 0 0 52178 20 0 0 25 0 1 120000 99338621 26517504 6263 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 6474 6263 90 173 0 6299 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 25896

[startup+582.301 s]
/proc/loadavg: 1.00 1.29 1.52 2/65 27833
/proc/meminfo: memFree=1601760/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=28652 CPUtime=581.96
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 7065 0 0 0 58175 21 0 0 25 0 1 120000 99338621 29339648 6822 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 7163 6822 90 173 0 6988 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 28652

[startup+642.302 s]
/proc/loadavg: 1.00 1.23 1.48 2/65 27833
/proc/meminfo: memFree=1601760/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=28652 CPUtime=641.94
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 7066 0 0 0 64173 21 0 0 25 0 1 120000 99338621 29339648 6823 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 7163 6823 90 173 0 6988 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 28652

[startup+702.302 s]
/proc/loadavg: 1.00 1.19 1.45 2/65 27833
/proc/meminfo: memFree=1599008/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=31588 CPUtime=701.9
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 7772 0 0 0 70168 22 0 0 25 0 1 120000 99338621 32346112 7529 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 7897 7529 90 173 0 7722 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 31588

[startup+762.306 s]
/proc/loadavg: 1.00 1.15 1.42 2/65 27833
/proc/meminfo: memFree=1598944/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=31588 CPUtime=761.88
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 7773 0 0 0 76166 22 0 0 25 0 1 120000 99338621 32346112 7530 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 7897 7530 90 173 0 7722 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 31588

[startup+822.302 s]
/proc/loadavg: 1.00 1.12 1.39 2/65 27833
/proc/meminfo: memFree=1596064/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=34544 CPUtime=821.85
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 8512 0 0 0 82162 23 0 0 25 0 1 120000 99338621 35373056 8269 1992294400 134512640 135224549 4294956208 18446744073709551615 134631395 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 8636 8269 90 173 0 8461 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 34544

[startup+882.301 s]
/proc/loadavg: 1.00 1.10 1.36 2/65 27833
/proc/meminfo: memFree=1596000/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=34544 CPUtime=881.82
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 8513 0 0 0 88159 23 0 0 25 0 1 120000 99338621 35373056 8270 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 8636 8270 90 173 0 8461 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 34544

[startup+942.302 s]
/proc/loadavg: 1.00 1.08 1.34 2/65 27833
/proc/meminfo: memFree=1596000/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=34688 CPUtime=941.79
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 8540 0 0 0 94156 23 0 0 25 0 1 120000 99338621 35520512 8297 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 8672 8297 90 173 0 8497 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 34688

[startup+1002.3 s]
/proc/loadavg: 1.00 1.06 1.32 2/65 27833
/proc/meminfo: memFree=1592608/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=37960 CPUtime=1001.76
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 9378 0 0 0 100152 24 0 0 25 0 1 120000 99338621 38871040 9135 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 9490 9135 90 173 0 9315 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 37960

[startup+1062.3 s]
/proc/loadavg: 1.00 1.05 1.29 2/65 27833
/proc/meminfo: memFree=1592608/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=37960 CPUtime=1061.73
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 9378 0 0 0 106149 24 0 0 25 0 1 120000 99338621 38871040 9135 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 9490 9135 90 173 0 9315 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 37960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.27 2/65 27833
/proc/meminfo: memFree=1592544/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=37960 CPUtime=1121.71
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 9383 0 0 0 112147 24 0 0 25 0 1 120000 99338621 38871040 9140 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 9490 9140 90 173 0 9315 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 37960

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.25 2/65 27833
/proc/meminfo: memFree=1592096/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=38600 CPUtime=1181.67
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 9513 0 0 0 118143 24 0 0 25 0 1 120000 99338621 39526400 9270 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 9650 9270 90 173 0 9475 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 38600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.02 1.25 2/65 27833
/proc/meminfo: memFree=1590048/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=40616 CPUtime=1200.06
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 9996 0 0 0 119982 24 0 0 25 0 1 100 99338621 41590784 9753 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 10154 9753 90 173 0 9979 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 40616

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.02 1.25 2/65 27833
/proc/meminfo: memFree=1590048/2055920 swapFree=4181848/4192956
[pid=28428] ppid=28424 vsize=40616 CPUtime=1200.06
/proc/28428/stat : 28428 (CirCUs) R 28424 28428 24389 0 -1 4194304 9996 0 0 0 119982 24 0 0 25 0 1 100 99338621 41590784 9753 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28428/statm: 10154 9753 90 173 0 9979 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 40616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1199.82
CPU system time (s): 0.252961
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 40616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.82
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9996
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= 3682

runsolver used 0.963853 second user time and 3.49347 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-26 04:30:47
IDJOB=1726494
IDBENCH=24614
IDSOLVER=544
FILE ID=node4/1726494-1240713046
PBS_JOBID= 9186826
Free space on /tmp= 66260 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726494-1240713046/watcher-1726494-1240713046 -o /tmp/evaluation-result-1726494-1240713046/solver-1726494-1240713046 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1726494-1240713046.cnf -t 1200

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

MD5SUM BENCH= 00198881c2cf000cfee916c18d69d474
RANDOM SEED=519409952

node4.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.265
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.265
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:       1666232 kB
Buffers:         46300 kB
Cached:         279944 kB
SwapCached:       5596 kB
Active:         163352 kB
Inactive:       172980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666232 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          15976 kB
Slab:            38960 kB
Committed_AS:   505908 kB
PageTables:       1780 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= 66256 MiB
End job on node4 at 2009-04-26 04:50:49