Trace number 1524397

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.07 1200.51

General information on the benchmark

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

Solver Data

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

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524397-1238478335/watcher-1524397-1238478335 -o /tmp/evaluation-result-1524397-1238478335/solver-1524397-1238478335 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524397-1238478335.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.92 0.98 1.08 3/73 27585
/proc/meminfo: memFree=1470512/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=1444 CPUtime=0
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 165 0 0 0 0 0 0 0 20 0 1 120000 1120497427 1478656 150 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 361 150 70 173 0 186 0

[startup+0.00896398 s]
/proc/loadavg: 0.92 0.98 1.08 3/73 27585
/proc/meminfo: memFree=1470512/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=1576 CPUtime=0
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 120000 1120497427 1613824 193 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 394 193 70 173 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1576

[startup+0.101981 s]
/proc/loadavg: 0.92 0.98 1.08 3/73 27585
/proc/meminfo: memFree=1470512/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=1968 CPUtime=0.1
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 332 0 0 0 10 0 0 0 20 0 1 120000 1120497427 2015232 316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 492 316 90 173 0 317 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1968

[startup+0.302021 s]
/proc/loadavg: 0.92 0.98 1.08 3/73 27585
/proc/meminfo: memFree=1470512/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=2232 CPUtime=0.3
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 382 0 0 0 30 0 0 0 22 0 1 120000 1120497427 2285568 366 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 558 366 90 173 0 383 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2232

[startup+0.701102 s]
/proc/loadavg: 0.92 0.98 1.08 3/73 27585
/proc/meminfo: memFree=1470512/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=2364 CPUtime=0.69
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 430 0 0 0 69 0 0 0 25 0 1 120000 1120497427 2420736 414 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 591 414 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 1.08 2/74 27586
/proc/meminfo: memFree=1469032/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=2760 CPUtime=1.49
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 532 0 0 0 149 0 0 0 25 0 1 120000 1120497427 2826240 516 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 690 516 90 173 0 515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2760

[startup+3.10259 s]
/proc/loadavg: 0.92 0.98 1.08 2/74 27586
/proc/meminfo: memFree=1468392/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=3472 CPUtime=3.09
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 701 0 0 0 309 0 0 0 25 0 1 120000 1120497427 3555328 685 1992294400 134512640 135224549 4294956208 18446744073709551615 134623009 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 868 685 90 173 0 693 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3472

[startup+6.30124 s]
/proc/loadavg: 0.93 0.98 1.08 2/74 27586
/proc/meminfo: memFree=1467432/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=4264 CPUtime=6.29
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 892 0 0 0 629 0 0 0 25 0 1 120000 1120497427 4366336 876 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 1066 876 90 173 0 891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4264

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 1.08 2/74 27586
/proc/meminfo: memFree=1466088/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=5856 CPUtime=12.69
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 1256 0 0 0 1268 1 0 0 25 0 1 120000 1120497427 5996544 1240 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 1464 1240 90 173 0 1289 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5856

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 1.08 2/74 27586
/proc/meminfo: memFree=1464424/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=7048 CPUtime=25.48
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 1559 0 0 0 2547 1 0 0 25 0 1 120000 1120497427 7217152 1543 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 1762 1543 90 173 0 1587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7048

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 1.08 2/74 27586
/proc/meminfo: memFree=1462632/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=8904 CPUtime=51.08
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 2039 0 0 0 5106 2 0 0 25 0 1 120000 1120497427 9117696 1990 1992294400 134512640 135224549 4294956208 18446744073709551615 134618779 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 2226 1990 90 173 0 2051 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8904

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 1.07 2/74 27587
/proc/meminfo: memFree=1460072/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=11432 CPUtime=102.26
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 2673 0 0 0 10223 3 0 0 25 0 1 120000 1120497427 11706368 2624 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 2858 2624 90 173 0 2683 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11432

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/74 27588
/proc/meminfo: memFree=1457704/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=14156 CPUtime=162.23
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 3335 0 0 0 16220 3 0 0 25 0 1 120000 1120497427 14495744 3221 1992294400 134512640 135224549 4294956208 18446744073709551615 134631368 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 3539 3221 90 173 0 3364 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 14156

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/74 27588
/proc/meminfo: memFree=1456552/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=15396 CPUtime=222.21
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 3606 0 0 0 22218 3 0 0 25 0 1 120000 1120497427 15765504 3492 1992294400 134512640 135224549 4294956208 18446744073709551615 134595586 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 3849 3492 90 173 0 3674 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15396

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/74 27588
/proc/meminfo: memFree=1455272/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=16616 CPUtime=282.19
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 3909 0 0 0 28216 3 0 0 25 0 1 120000 1120497427 17014784 3795 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 4154 3795 90 173 0 3979 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16616

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/74 27588
/proc/meminfo: memFree=1454056/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=17832 CPUtime=342.16
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 4205 0 0 0 34213 3 0 0 25 0 1 120000 1120497427 18259968 4091 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 4458 4091 90 173 0 4283 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 17832

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/74 27588
/proc/meminfo: memFree=1452648/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=19284 CPUtime=402.15
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 4557 0 0 0 40211 4 0 0 25 0 1 120000 1120497427 19746816 4443 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 4821 4443 90 173 0 4646 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 19284

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/74 27588
/proc/meminfo: memFree=1452072/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=20048 CPUtime=462.13
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 4703 0 0 0 46209 4 0 0 25 0 1 120000 1120497427 20529152 4589 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 5012 4589 90 173 0 4837 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 20048

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/74 27588
/proc/meminfo: memFree=1450920/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=21108 CPUtime=522.1
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 4982 0 0 0 52206 4 0 0 25 0 1 120000 1120497427 21614592 4868 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 5277 4868 90 173 0 5102 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21108

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/74 27588
/proc/meminfo: memFree=1449896/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=22236 CPUtime=582.09
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 5261 0 0 0 58204 5 0 0 25 0 1 120000 1120497427 22769664 5147 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 5559 5147 90 173 0 5384 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 22236

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/74 27588
/proc/meminfo: memFree=1449192/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=22764 CPUtime=642.07
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 5409 0 0 0 64202 5 0 0 25 0 1 120000 1120497427 23310336 5295 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 5691 5295 90 173 0 5516 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 22764

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/74 27588
/proc/meminfo: memFree=1448488/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=23644 CPUtime=702.04
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 5601 0 0 0 70199 5 0 0 25 0 1 120000 1120497427 24211456 5487 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 5911 5487 90 173 0 5736 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 23644

[startup+762.307 s]
/proc/loadavg: 1.16 1.03 1.02 2/74 27588
/proc/meminfo: memFree=1447208/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=25360 CPUtime=762.02
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 6033 0 0 0 76197 5 0 0 25 0 1 120000 1120497427 25968640 5790 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 6340 5790 90 173 0 6165 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 25360

[startup+822.302 s]
/proc/loadavg: 1.06 1.02 1.02 2/74 27588
/proc/meminfo: memFree=1447144/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=25524 CPUtime=821.99
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 6076 0 0 0 82194 5 0 0 25 0 1 120000 1120497427 26136576 5833 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 6381 5833 90 173 0 6206 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 25524

[startup+882.302 s]
/proc/loadavg: 1.02 1.02 1.01 2/74 27588
/proc/meminfo: memFree=1445160/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=27532 CPUtime=881.98
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 6554 0 0 0 88192 6 0 0 25 0 1 120000 1120497427 28192768 6311 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 6883 6311 90 173 0 6708 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 27532

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/74 27594
/proc/meminfo: memFree=1445032/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=27532 CPUtime=941.94
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 6554 0 0 0 94188 6 0 0 25 0 1 120000 1120497427 28192768 6311 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 6883 6311 90 173 0 6708 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 27532

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 27594
/proc/meminfo: memFree=1445032/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=27668 CPUtime=1001.92
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 6593 0 0 0 100186 6 0 0 25 0 1 120000 1120497427 28332032 6350 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 6917 6350 90 173 0 6742 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 27668

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 27594
/proc/meminfo: memFree=1443816/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=28976 CPUtime=1061.9
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 6903 0 0 0 106184 6 0 0 25 0 1 120000 1120497427 29671424 6660 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 7244 6660 90 173 0 7069 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 28976

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 27594
/proc/meminfo: memFree=1442728/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=30064 CPUtime=1121.88
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 7147 0 0 0 112182 6 0 0 25 0 1 120000 1120497427 30785536 6904 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 7516 6904 90 173 0 7341 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 30064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 27594
/proc/meminfo: memFree=1442664/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=30064 CPUtime=1181.86
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 7156 0 0 0 118180 6 0 0 25 0 1 120000 1120497427 30785536 6913 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 7516 6913 90 173 0 7341 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 30064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 27594
/proc/meminfo: memFree=1442664/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=30256 CPUtime=1200.05
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 7178 0 0 0 119999 6 0 0 25 0 1 100 1120497427 30982144 6935 1992294400 134512640 135224549 4294956208 18446744073709551615 134632719 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 7564 6935 90 173 0 7389 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30256

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 27594
/proc/meminfo: memFree=1442664/2055920 swapFree=4170060/4192956
[pid=27585] ppid=27583 vsize=30256 CPUtime=1200.05
/proc/27585/stat : 27585 (CirCUs) R 27583 27585 27290 0 -1 4194304 7178 0 0 0 119999 6 0 0 25 0 1 100 1120497427 30982144 6935 1992294400 134512640 135224549 4294956208 18446744073709551615 134632719 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27585/statm: 7564 6935 90 173 0 7389 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30256

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1200
CPU system time (s): 0.074988
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 30256

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

runsolver used 1.22381 second user time and 3.15452 second system time

The end

Launcher Data

Begin job on node80 at 2009-03-31 07:45:35
IDJOB=1524397
IDBENCH=70512
IDSOLVER=544
FILE ID=node80/1524397-1238478335
PBS_JOBID= 9061812
Free space on /tmp= 64800 MiB

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

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

MD5SUM BENCH= 51b5beb62ba2ddadbcd03c7139c7c934
RANDOM SEED=1642149348

node80.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1470992 kB
Buffers:         86812 kB
Cached:         403520 kB
SwapCached:      14568 kB
Active:         201864 kB
Inactive:       304964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470992 kB
SwapTotal:     4192956 kB
SwapFree:      4170060 kB
Dirty:            1208 kB
Writeback:           0 kB
Mapped:          22012 kB
Slab:            63212 kB
Committed_AS:  2914620 kB
PageTables:       2008 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= 64796 MiB
End job on node80 at 2009-03-31 08:05:38