Trace number 1524379

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.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S1639151107-094.cnf
MD5SUMbb2737f1555379d7532a4714c236afae
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.148976
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.03/0.04	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.03/0.04	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-1524379-1238474927/watcher-1524379-1238474927 -o /tmp/evaluation-result-1524379-1238474927/solver-1524379-1238474927 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524379-1238474927.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.65 1.77 1.43 3/64 16073
/proc/meminfo: memFree=1608440/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=1312 CPUtime=0
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 120000 1120154620 1343488 137 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 328 137 70 173 0 153 0

[startup+0.0416931 s]
/proc/loadavg: 1.65 1.77 1.43 3/64 16073
/proc/meminfo: memFree=1608440/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=1836 CPUtime=0.03
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 259 0 0 0 3 0 0 0 18 0 1 120000 1120154620 1880064 243 1992294400 134512640 135224549 4294956208 18446744073709551615 134571491 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 459 243 74 173 0 284 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1836

[startup+0.101697 s]
/proc/loadavg: 1.65 1.77 1.43 3/64 16073
/proc/meminfo: memFree=1608440/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=1968 CPUtime=0.09
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 310 0 0 0 9 0 0 0 18 0 1 120000 1120154620 2015232 294 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 492 294 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.301715 s]
/proc/loadavg: 1.65 1.77 1.43 3/64 16073
/proc/meminfo: memFree=1608440/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=2100 CPUtime=0.29
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 355 0 0 0 29 0 0 0 19 0 1 120000 1120154620 2150400 339 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 525 339 90 173 0 350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2100

[startup+0.701753 s]
/proc/loadavg: 1.65 1.77 1.43 3/64 16073
/proc/meminfo: memFree=1608440/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=2232 CPUtime=0.69
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 403 0 0 0 69 0 0 0 22 0 1 120000 1120154620 2285568 387 1992294400 134512640 135224549 4294956208 18446744073709551615 134618974 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 558 387 90 173 0 383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2232

[startup+1.50183 s]
/proc/loadavg: 1.65 1.77 1.43 2/65 16074
/proc/meminfo: memFree=1607088/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=2628 CPUtime=1.49
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 494 0 0 0 149 0 0 0 25 0 1 120000 1120154620 2691072 478 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 657 478 90 173 0 482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10198 s]
/proc/loadavg: 1.65 1.77 1.43 2/65 16074
/proc/meminfo: memFree=1606512/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=3156 CPUtime=3.09
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 629 0 0 0 309 0 0 0 25 0 1 120000 1120154620 3231744 613 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 789 613 90 173 0 614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3156

[startup+6.30128 s]
/proc/loadavg: 1.60 1.76 1.43 2/65 16074
/proc/meminfo: memFree=1605552/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=3960 CPUtime=6.29
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 824 0 0 0 629 0 0 0 25 0 1 120000 1120154620 4055040 808 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 990 808 90 173 0 815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3960

[startup+12.7029 s]
/proc/loadavg: 1.55 1.75 1.42 2/65 16074
/proc/meminfo: memFree=1604400/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=5076 CPUtime=12.68
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 1076 0 0 0 1268 0 0 0 25 0 1 120000 1120154620 5197824 1060 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 1269 1060 90 173 0 1094 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5076

[startup+25.5011 s]
/proc/loadavg: 1.43 1.71 1.42 2/65 16074
/proc/meminfo: memFree=1603184/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=6304 CPUtime=25.49
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 1378 0 0 0 2548 1 0 0 25 0 1 120000 1120154620 6455296 1362 1992294400 134512640 135224549 4294956208 18446744073709551615 134595584 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 1576 1362 90 173 0 1401 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6304

[startup+51.1015 s]
/proc/loadavg: 1.28 1.65 1.40 2/65 16074
/proc/meminfo: memFree=1601648/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=8180 CPUtime=51.08
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 1786 0 0 0 5107 1 0 0 25 0 1 120000 1120154620 8376320 1770 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 2045 1770 90 173 0 1870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8180

[startup+102.305 s]
/proc/loadavg: 1.12 1.55 1.38 2/65 16074
/proc/meminfo: memFree=1599152/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=10660 CPUtime=102.27
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 2409 0 0 0 10225 2 0 0 25 0 1 120000 1120154620 10915840 2393 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 2665 2393 90 173 0 2490 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10660

[startup+162.302 s]
/proc/loadavg: 1.04 1.45 1.35 2/65 16074
/proc/meminfo: memFree=1597424/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=12620 CPUtime=162.24
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 2894 0 0 0 16222 2 0 0 25 0 1 120000 1120154620 12922880 2813 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 3155 2813 90 173 0 2980 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12620

[startup+222.302 s]
/proc/loadavg: 1.01 1.36 1.33 2/65 16074
/proc/meminfo: memFree=1596144/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=13888 CPUtime=222.23
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 3195 0 0 0 22221 2 0 0 25 0 1 120000 1120154620 14221312 3114 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 3472 3114 90 173 0 3297 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 13888

[startup+282.301 s]
/proc/loadavg: 1.00 1.29 1.31 2/65 16074
/proc/meminfo: memFree=1594928/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=15192 CPUtime=282.21
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 3504 0 0 0 28219 2 0 0 25 0 1 120000 1120154620 15556608 3423 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 3798 3423 90 173 0 3623 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15192

[startup+342.302 s]
/proc/loadavg: 1.00 1.24 1.28 2/65 16074
/proc/meminfo: memFree=1593648/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=16552 CPUtime=342.2
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 3813 0 0 0 34217 3 0 0 25 0 1 120000 1120154620 16949248 3732 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 4138 3732 90 173 0 3963 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16552

[startup+402.302 s]
/proc/loadavg: 1.00 1.19 1.26 2/65 16074
/proc/meminfo: memFree=1592496/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=17676 CPUtime=402.18
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 4109 0 0 0 40214 4 0 0 25 0 1 120000 1120154620 18100224 4028 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 4419 4028 90 173 0 4244 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 17676

[startup+462.301 s]
/proc/loadavg: 1.00 1.15 1.24 2/65 16074
/proc/meminfo: memFree=1591280/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=19152 CPUtime=462.16
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 4409 0 0 0 46212 4 0 0 25 0 1 120000 1120154620 19611648 4328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 4788 4328 90 173 0 4613 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19152

[startup+522.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 16074
/proc/meminfo: memFree=1590704/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=19904 CPUtime=522.14
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 4570 0 0 0 52210 4 0 0 25 0 1 120000 1120154620 20381696 4489 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 4976 4489 90 173 0 4801 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 19904

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 16074
/proc/meminfo: memFree=1589296/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=21396 CPUtime=582.13
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 4918 0 0 0 58208 5 0 0 25 0 1 120000 1120154620 21909504 4837 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 5349 4837 90 173 0 5174 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21396

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 16074
/proc/meminfo: memFree=1588912/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=21708 CPUtime=642.12
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 4989 0 0 0 64207 5 0 0 25 0 1 120000 1120154620 22228992 4908 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 5427 4908 90 173 0 5252 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 21708

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 16074
/proc/meminfo: memFree=1588272/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=22456 CPUtime=702.1
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 5178 0 0 0 70204 6 0 0 25 0 1 120000 1120154620 22994944 5097 1992294400 134512640 135224549 4294956208 18446744073709551615 134632723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 5614 5097 90 173 0 5439 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 22456

[startup+762.306 s]
/proc/loadavg: 1.03 1.06 1.17 2/65 16080
/proc/meminfo: memFree=1587184/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=23760 CPUtime=762.08
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 5525 0 0 0 76202 6 0 0 25 0 1 120000 1120154620 24330240 5315 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 5940 5315 90 173 0 5765 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 23760

[startup+822.301 s]
/proc/loadavg: 1.09 1.08 1.17 2/65 16080
/proc/meminfo: memFree=1587120/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=23920 CPUtime=822.06
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 5545 0 0 0 82200 6 0 0 25 0 1 120000 1120154620 24494080 5335 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 5980 5335 90 173 0 5805 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 23920

[startup+882.302 s]
/proc/loadavg: 1.07 1.07 1.16 2/65 16080
/proc/meminfo: memFree=1585520/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=25628 CPUtime=882.04
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 5956 0 0 0 88198 6 0 0 25 0 1 120000 1120154620 26243072 5746 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6407 5746 90 173 0 6232 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 25628

[startup+942.302 s]
/proc/loadavg: 1.03 1.06 1.15 2/65 16080
/proc/meminfo: memFree=1585648/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=25628 CPUtime=942.02
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 5956 0 0 0 94196 6 0 0 25 0 1 120000 1120154620 26243072 5746 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6407 5746 90 173 0 6232 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 25628

[startup+1002.3 s]
/proc/loadavg: 1.01 1.05 1.14 2/65 16080
/proc/meminfo: memFree=1585520/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=25816 CPUtime=1002.01
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 5982 0 0 0 100195 6 0 0 25 0 1 120000 1120154620 26435584 5772 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6454 5772 90 173 0 6279 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 25816

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.13 2/65 16080
/proc/meminfo: memFree=1584240/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=27088 CPUtime=1062
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 6308 0 0 0 106193 7 0 0 25 0 1 120000 1120154620 27738112 6098 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6772 6098 90 173 0 6597 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 27088

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.12 2/65 16080
/proc/meminfo: memFree=1583664/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=27616 CPUtime=1121.98
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 6441 0 0 0 112191 7 0 0 25 0 1 120000 1120154620 28278784 6231 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6904 6231 90 173 0 6729 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 27616

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/65 16080
/proc/meminfo: memFree=1583536/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=27788 CPUtime=1181.96
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 6467 0 0 0 118189 7 0 0 25 0 1 120000 1120154620 28454912 6257 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6947 6257 90 173 0 6772 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 27788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.10 2/65 16080
/proc/meminfo: memFree=1583536/2055920 swapFree=4179168/4192956
[pid=16073] ppid=16071 vsize=27788 CPUtime=1200.06
/proc/16073/stat : 16073 (CirCUs) R 16071 16073 15703 0 -1 4194304 6468 0 0 0 119999 7 0 0 25 0 1 100 1120154620 28454912 6258 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16073/statm: 6947 6258 90 173 0 6772 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27788

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1200
CPU system time (s): 0.076988
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 27788

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

runsolver used 0.834873 second user time and 2.6316 second system time

The end

Launcher Data

Begin job on node61 at 2009-03-31 06:48:47
IDJOB=1524379
IDBENCH=70494
IDSOLVER=544
FILE ID=node61/1524379-1238474927
PBS_JOBID= 9061774
Free space on /tmp= 66344 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S1639151107-094.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524379-1238474927/watcher-1524379-1238474927 -o /tmp/evaluation-result-1524379-1238474927/solver-1524379-1238474927 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524379-1238474927.cnf -t 1200

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

MD5SUM BENCH= bb2737f1555379d7532a4714c236afae
RANDOM SEED=742703351

node61.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.238
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.238
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:       1608920 kB
Buffers:         82752 kB
Cached:         271020 kB
SwapCached:       7920 kB
Active:         169832 kB
Inactive:       193604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608920 kB
SwapTotal:     4192956 kB
SwapFree:      4179168 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          15416 kB
Slab:            69696 kB
Committed_AS:  2684584 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node61 at 2009-03-31 07:08:50