Trace number 1524317

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/90/
unif-k5-r21.3-v90-c1917-S1040456712-073.cnf
MD5SUMc089a210f28b730c7ed75b9093204955
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036994
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
Number of clauses of size over 50

Solver Data

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

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-1524317-1238455164/watcher-1524317-1238455164 -o /tmp/evaluation-result-1524317-1238455164/solver-1524317-1238455164 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524317-1238455164.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: 0.91 0.97 0.99 2/65 18364
/proc/meminfo: memFree=1219600/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=1180 CPUtime=0
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 117 0 0 0 0 0 0 0 20 0 1 120000 329237175 1208320 102 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 295 102 70 173 0 120 0

[startup+0.0191961 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 18364
/proc/meminfo: memFree=1219600/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=1308 CPUtime=0.01
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 178 0 0 0 1 0 0 0 20 0 1 120000 329237175 1339392 162 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 327 162 89 173 0 152 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1308

[startup+0.101206 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 18364
/proc/meminfo: memFree=1219600/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=1572 CPUtime=0.09
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 240 0 0 0 9 0 0 0 20 0 1 120000 329237175 1609728 224 1992294400 134512640 135224549 4294956208 18446744073709551615 134632688 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 393 225 89 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.301232 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 18364
/proc/meminfo: memFree=1219600/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=1836 CPUtime=0.29
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 282 0 0 0 29 0 0 0 22 0 1 120000 329237175 1880064 266 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 459 266 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701282 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 18364
/proc/meminfo: memFree=1219600/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=2100 CPUtime=0.69
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 350 0 0 0 69 0 0 0 25 0 1 120000 329237175 2150400 334 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 525 334 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50138 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1218312/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=2496 CPUtime=1.49
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 450 0 0 0 149 0 0 0 25 0 1 120000 329237175 2555904 434 1992294400 134512640 135224549 4294956208 18446744073709551615 134595688 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 624 434 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10158 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1217736/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=3220 CPUtime=3.09
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 629 0 0 0 309 0 0 0 25 0 1 120000 329237175 3297280 613 1992294400 134512640 135224549 4294956208 18446744073709551615 134632568 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 805 613 89 173 0 630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3220

[startup+6.30199 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1216712/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=3896 CPUtime=6.29
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 818 0 0 0 629 0 0 0 25 0 1 120000 329237175 3989504 802 1992294400 134512640 135224549 4294956208 18446744073709551615 134583891 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 974 802 89 173 0 799 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3896

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1215696/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=5092 CPUtime=12.68
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 1076 0 0 0 1268 0 0 0 25 0 1 120000 329237175 5214208 1060 1992294400 134512640 135224549 4294956208 18446744073709551615 134632703 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 1273 1060 89 173 0 1098 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5092

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1214224/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=6280 CPUtime=25.48
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 1376 0 0 0 2548 0 0 0 25 0 1 120000 329237175 6430720 1360 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 1570 1360 89 173 0 1395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6280

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1212496/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=8028 CPUtime=51.07
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 1827 0 0 0 5106 1 0 0 25 0 1 120000 329237175 8220672 1778 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 2007 1778 89 173 0 1832 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8028

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1210768/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=9944 CPUtime=102.26
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 2278 0 0 0 10224 2 0 0 25 0 1 120000 329237175 10182656 2229 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 2486 2229 89 173 0 2311 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9944

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1209040/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=11848 CPUtime=162.24
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 2764 0 0 0 16222 2 0 0 25 0 1 120000 329237175 12132352 2650 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 2962 2650 89 173 0 2787 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 11848

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1207120/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=13768 CPUtime=222.22
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 3235 0 0 0 22220 2 0 0 25 0 1 120000 329237175 14098432 3121 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 3442 3121 89 173 0 3267 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 13768

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1205904/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=14996 CPUtime=282.21
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 3523 0 0 0 28218 3 0 0 25 0 1 120000 329237175 15355904 3409 1992294400 134512640 135224549 4294956208 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 3749 3409 89 173 0 3574 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 14996

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1204496/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=16404 CPUtime=342.18
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 3885 0 0 0 34215 3 0 0 25 0 1 120000 329237175 16797696 3771 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 4101 3771 89 173 0 3926 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 16404

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1203664/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=17424 CPUtime=402.17
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 4101 0 0 0 40213 4 0 0 25 0 1 120000 329237175 17842176 3987 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 4356 3987 89 173 0 4181 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 17424

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1202832/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=18144 CPUtime=462.15
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 4282 0 0 0 46211 4 0 0 25 0 1 120000 329237175 18579456 4168 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 4536 4168 89 173 0 4361 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 18144

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1201616/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=19660 CPUtime=522.12
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 4612 0 0 0 52208 4 0 0 25 0 1 120000 329237175 20131840 4498 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 4915 4498 89 173 0 4740 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 19660

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1201552/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=19660 CPUtime=582.11
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 4632 0 0 0 58207 4 0 0 25 0 1 120000 329237175 20131840 4518 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 4915 4518 89 173 0 4740 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 19660

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1200016/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=21632 CPUtime=642.09
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 5135 0 0 0 64204 5 0 0 25 0 1 120000 329237175 22151168 4892 1992294400 134512640 135224549 4294956208 18446744073709551615 134595393 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 5408 4892 89 173 0 5233 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 21632

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1199888/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=21784 CPUtime=702.07
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 5173 0 0 0 70202 5 0 0 25 0 1 120000 329237175 22306816 4930 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 5446 4930 89 173 0 5271 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 21784

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1198992/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=22848 CPUtime=762.06
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 5395 0 0 0 76200 6 0 0 25 0 1 120000 329237175 23396352 5152 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 5712 5152 89 173 0 5537 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 22848

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1197968/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=23792 CPUtime=822.04
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 5637 0 0 0 82198 6 0 0 25 0 1 120000 329237175 24363008 5394 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 5948 5394 89 173 0 5773 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 23792

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1197840/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=23792 CPUtime=882.02
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 5658 0 0 0 88196 6 0 0 25 0 1 120000 329237175 24363008 5415 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 5948 5415 89 173 0 5773 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 23792

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1197072/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=24656 CPUtime=942
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 5868 0 0 0 94194 6 0 0 25 0 1 120000 329237175 25247744 5625 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 6164 5625 89 173 0 5989 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 24656

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1196048/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=25640 CPUtime=1001.99
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 6109 0 0 0 100192 7 0 0 25 0 1 120000 329237175 26255360 5866 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 6410 5866 89 173 0 6235 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 25640

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1195856/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=26012 CPUtime=1061.97
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 6159 0 0 0 106190 7 0 0 25 0 1 120000 329237175 26636288 5916 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 6503 5916 89 173 0 6328 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 26012

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1195472/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=26268 CPUtime=1121.95
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 6248 0 0 0 112188 7 0 0 25 0 1 120000 329237175 26898432 6005 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 6567 6005 89 173 0 6392 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 26268

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1193936/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=27940 CPUtime=1181.93
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 6653 0 0 0 118185 8 0 0 25 0 1 120000 329237175 28610560 6410 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 6985 6410 89 173 0 6810 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 27940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18365
/proc/meminfo: memFree=1193680/2055920 swapFree=4191900/4192956
[pid=18364] ppid=18362 vsize=28072 CPUtime=1200.03
/proc/18364/stat : 18364 (CirCUs) R 18362 18364 18093 0 -1 4194304 6702 0 0 0 119995 8 0 0 25 0 1 100 329237175 28745728 6459 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18364/statm: 7018 6459 89 173 0 6843 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 28072

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.04
CPU user time (s): 1199.96
CPU system time (s): 0.084987
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 28072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6702
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= 1
involuntary context switches= 3622

runsolver used 0.98085 second user time and 3.39448 second system time

The end

Launcher Data

Begin job on node54 at 2009-03-31 01:19:24
IDJOB=1524317
IDBENCH=70432
IDSOLVER=544
FILE ID=node54/1524317-1238455164
PBS_JOBID= 9061690
Free space on /tmp= 66492 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/90/unif-k5-r21.3-v90-c1917-S1040456712-073.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524317-1238455164/watcher-1524317-1238455164 -o /tmp/evaluation-result-1524317-1238455164/solver-1524317-1238455164 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524317-1238455164.cnf -t 1200

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

MD5SUM BENCH= c089a210f28b730c7ed75b9093204955
RANDOM SEED=2063225121

node54.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.232
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.232
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:       1220016 kB
Buffers:         91636 kB
Cached:         647332 kB
SwapCached:        260 kB
Active:         246660 kB
Inactive:       507472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1220016 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          23768 kB
Slab:            67732 kB
Committed_AS:   937156 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node54 at 2009-03-31 01:39:27