Trace number 1524085

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.04 1200.42

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1183359164-025.cnf
MD5SUMeb88883744268c4015fbf88194e85a82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.16961
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
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 516000
Number of clauses of size over 50

Solver Data

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

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-1524085-1238363703/watcher-1524085-1238363703 -o /tmp/evaluation-result-1524085-1238363703/solver-1524085-1238363703 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524085-1238363703.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 0.93 3/64 17777
/proc/meminfo: memFree=1793944/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=1508 CPUtime=0
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 170 0 0 0 0 0 0 0 18 0 1 120000 1109037542 1544192 155 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 377 155 70 173 0 202 0

[startup+0.0334101 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17777
/proc/meminfo: memFree=1793944/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=2572 CPUtime=0.02
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 459 0 0 0 2 0 0 0 18 0 1 120000 1109037542 2633728 443 1992294400 134512640 135224549 4294956224 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 643 443 74 173 0 468 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2572

[startup+0.101419 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17777
/proc/meminfo: memFree=1793944/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=2836 CPUtime=0.09
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 524 0 0 0 9 0 0 0 18 0 1 120000 1109037542 2904064 508 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 709 508 90 173 0 534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2836

[startup+0.301451 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17777
/proc/meminfo: memFree=1793944/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=3892 CPUtime=0.29
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 781 0 0 0 29 0 0 0 19 0 1 120000 1109037542 3985408 765 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 973 765 90 173 0 798 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3892

[startup+0.701516 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17777
/proc/meminfo: memFree=1793944/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=5080 CPUtime=0.69
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 1083 0 0 0 69 0 0 0 22 0 1 120000 1109037542 5201920 1067 1992294400 134512640 135224549 4294956224 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 1270 1067 90 173 0 1095 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5080

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1789776/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=5608 CPUtime=1.49
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 1230 0 0 0 148 1 0 0 25 0 1 120000 1109037542 5742592 1214 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 1402 1214 90 173 0 1227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5608

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1788752/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=6664 CPUtime=3.09
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 1484 0 0 0 308 1 0 0 25 0 1 120000 1109037542 6823936 1468 1992294400 134512640 135224549 4294956224 18446744073709551615 134638532 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 1666 1468 90 173 0 1491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6664

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1786512/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=8908 CPUtime=6.29
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 2053 0 0 0 627 2 0 0 25 0 1 120000 1109037542 9121792 2037 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 2227 2037 90 173 0 2052 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8908

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1783120/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=12340 CPUtime=12.69
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 2904 0 0 0 1266 3 0 0 25 0 1 120000 1109037542 12636160 2888 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 3085 2888 90 173 0 2910 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12340

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1778384/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=16432 CPUtime=25.48
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 3921 0 0 0 2544 4 0 0 25 0 1 120000 1109037542 16826368 3905 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 4108 3905 90 173 0 3933 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16432

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1771728/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=23160 CPUtime=51.08
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 5615 0 0 0 5102 6 0 0 25 0 1 120000 1109037542 23715840 5566 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 5790 5566 90 173 0 5615 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23160

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17778
/proc/meminfo: memFree=1762512/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=32268 CPUtime=102.26
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 7906 0 0 0 10218 8 0 0 25 0 1 120000 1109037542 33042432 7857 1992294400 134512640 135224549 4294956224 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 8067 7857 90 173 0 7892 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32268

[startup+162.302 s]
/proc/loadavg: 1.05 1.01 0.93 2/65 17778
/proc/meminfo: memFree=1753936/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=41368 CPUtime=162.24
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 10219 0 0 0 16213 11 0 0 25 0 1 120000 1109037542 42360832 10105 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 10342 10105 90 173 0 10167 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41368

[startup+222.301 s]
/proc/loadavg: 1.06 1.02 0.94 2/65 17778
/proc/meminfo: memFree=1748944/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=45856 CPUtime=222.22
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 11352 0 0 0 22210 12 0 0 25 0 1 120000 1109037542 46956544 11238 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 11464 11238 90 173 0 11289 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45856

[startup+282.302 s]
/proc/loadavg: 1.07 1.03 0.94 2/65 17778
/proc/meminfo: memFree=1741840/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=53248 CPUtime=282.21
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 13213 0 0 0 28206 15 0 0 25 0 1 120000 1109037542 54525952 13099 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 13312 13099 90 173 0 13137 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 53248

[startup+342.302 s]
/proc/loadavg: 1.02 1.02 0.94 2/65 17778
/proc/meminfo: memFree=1735128/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=59720 CPUtime=342.18
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 14827 0 0 0 34202 16 0 0 25 0 1 120000 1109037542 61153280 14713 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 14930 14713 90 173 0 14755 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 59720

[startup+402.301 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 17784
/proc/meminfo: memFree=1734480/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=59984 CPUtime=402.16
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 14888 0 0 0 40199 17 0 0 25 0 1 120000 1109037542 61423616 14774 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 14996 14774 90 173 0 14821 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 59984

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 17784
/proc/meminfo: memFree=1729360/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=65132 CPUtime=462.14
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 16205 0 0 0 46195 19 0 0 25 0 1 120000 1109037542 66695168 16091 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 16283 16091 90 173 0 16108 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 65132

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 17784
/proc/meminfo: memFree=1723472/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=71452 CPUtime=522.12
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 17806 0 0 0 52192 20 0 0 25 0 1 120000 1109037542 73166848 17563 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 17863 17563 90 173 0 17688 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 71452

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1723408/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=71452 CPUtime=582.1
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 17806 0 0 0 58189 21 0 0 25 0 1 120000 1109037542 73166848 17563 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 17863 17563 90 173 0 17688 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 71452

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1715664/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=79240 CPUtime=642.08
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 19744 0 0 0 64185 23 0 0 25 0 1 120000 1109037542 81141760 19501 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 19810 19501 90 173 0 19635 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 79240

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1715608/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=79240 CPUtime=702.06
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 19744 0 0 0 70183 23 0 0 25 0 1 120000 1109037542 81141760 19501 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 19810 19501 90 173 0 19635 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 79240

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1708248/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=86500 CPUtime=762.05
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 21594 0 0 0 76179 26 0 0 25 0 1 120000 1109037542 88576000 21351 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 21625 21351 90 173 0 21450 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 86500

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1708248/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=86500 CPUtime=822.03
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 21594 0 0 0 82177 26 0 0 25 0 1 120000 1109037542 88576000 21351 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 21625 21351 90 173 0 21450 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 86500

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1700056/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=94552 CPUtime=882.01
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 23618 0 0 0 88172 29 0 0 25 0 1 120000 1109037542 96821248 23375 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 23638 23375 90 173 0 23463 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 94552

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1700120/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=94552 CPUtime=941.99
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 23618 0 0 0 94170 29 0 0 25 0 1 120000 1109037542 96821248 23375 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 23638 23375 90 173 0 23463 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 94552

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1700120/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=94552 CPUtime=1001.97
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 23618 0 0 0 100168 29 0 0 25 0 1 120000 1109037542 96821248 23375 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 23638 23375 90 173 0 23463 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 94552

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1693016/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=101812 CPUtime=1061.95
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 25438 0 0 0 106164 31 0 0 25 0 1 120000 1109037542 104255488 25195 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25453 25195 90 173 0 25278 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 101812

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1691224/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=103264 CPUtime=1121.93
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 25823 0 0 0 112162 31 0 0 25 0 1 120000 1109037542 105742336 25580 1992294400 134512640 135224549 4294956224 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25816 25580 90 173 0 25641 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 103264

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1691288/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=103264 CPUtime=1181.91
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 25823 0 0 0 118159 32 0 0 25 0 1 120000 1109037542 105742336 25580 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25816 25580 90 173 0 25641 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 103264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 17784
/proc/meminfo: memFree=1691224/2055920 swapFree=4178496/4192956
[pid=17777] ppid=17775 vsize=103264 CPUtime=1200.01
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17416 0 -1 4194304 25823 0 0 0 119969 32 0 0 25 0 1 100 1109037542 105742336 25580 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25816 25580 90 173 0 25641 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 103264

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.42
CPU time (s): 1200.04
CPU user time (s): 1199.7
CPU system time (s): 0.340948
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 103264

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

runsolver used 0.823874 second user time and 2.57861 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-29 23:55:03
IDJOB=1524085
IDBENCH=70200
IDSOLVER=544
FILE ID=node3/1524085-1238363703
PBS_JOBID= 9061225
Free space on /tmp= 65916 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1183359164-025.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524085-1238363703/watcher-1524085-1238363703 -o /tmp/evaluation-result-1524085-1238363703/solver-1524085-1238363703 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524085-1238363703.cnf -t 1200

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

MD5SUM BENCH= eb88883744268c4015fbf88194e85a82
RANDOM SEED=277313441

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:       1794360 kB
Buffers:         53732 kB
Cached:         134248 kB
SwapCached:       8268 kB
Active:         117316 kB
Inactive:        80580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794360 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          15580 kB
Slab:            49692 kB
Committed_AS:  2707172 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= 65916 MiB
End job on node3 at 2009-03-30 00:15:05