Trace number 1524325

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/100/
unif-k5-r21.3-v100-c2130-S748216286-061.cnf
MD5SUM2754b3d0d46124bc4b807ae18c388fa5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.093985
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-1524325-1238456680/watcher-1524325-1238456680 -o /tmp/evaluation-result-1524325-1238456680/solver-1524325-1238456680 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524325-1238456680.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.55 1.76 1.43 2/64 11984
/proc/meminfo: memFree=1243144/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=1312 CPUtime=0
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 139 0 0 0 0 0 0 0 20 0 1 120000 1118334093 1343488 124 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 328 124 70 173 0 153 0

[startup+0.014181 s]
/proc/loadavg: 1.55 1.76 1.43 2/64 11984
/proc/meminfo: memFree=1243144/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=1440 CPUtime=0.01
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 179 0 0 0 1 0 0 0 20 0 1 120000 1118334093 1474560 163 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 360 163 89 173 0 185 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1440

[startup+0.102206 s]
/proc/loadavg: 1.55 1.76 1.43 2/64 11984
/proc/meminfo: memFree=1243144/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=1716 CPUtime=0.09
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 248 0 0 0 9 0 0 0 21 0 1 120000 1118334093 1757184 232 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 429 232 89 173 0 254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1716

[startup+0.301229 s]
/proc/loadavg: 1.55 1.76 1.43 2/64 11984
/proc/meminfo: memFree=1243144/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=1848 CPUtime=0.29
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 292 0 0 0 29 0 0 0 21 0 1 120000 1118334093 1892352 276 1992294400 134512640 135224549 4294956208 18446744073709551615 134619554 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 462 276 89 173 0 287 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1848

[startup+0.701298 s]
/proc/loadavg: 1.55 1.76 1.43 2/64 11984
/proc/meminfo: memFree=1243144/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=2112 CPUtime=0.69
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 358 0 0 0 69 0 0 0 25 0 1 120000 1118334093 2162688 342 1992294400 134512640 135224549 4294956208 18446744073709551615 134595344 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 528 342 89 173 0 353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2112

[startup+1.50144 s]
/proc/loadavg: 1.55 1.76 1.43 2/65 11985
/proc/meminfo: memFree=1241920/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=2512 CPUtime=1.49
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 456 0 0 0 149 0 0 0 25 0 1 120000 1118334093 2572288 440 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 628 440 89 173 0 453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2512

[startup+3.10171 s]
/proc/loadavg: 1.55 1.76 1.43 2/65 11985
/proc/meminfo: memFree=1241344/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=3064 CPUtime=3.09
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 594 0 0 0 309 0 0 0 25 0 1 120000 1118334093 3137536 578 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 766 578 89 173 0 591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3064

[startup+6.30126 s]
/proc/loadavg: 1.51 1.75 1.43 2/65 11985
/proc/meminfo: memFree=1240320/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=3988 CPUtime=6.29
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 830 0 0 0 629 0 0 0 25 0 1 120000 1118334093 4083712 814 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 997 814 89 173 0 822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3988

[startup+12.7014 s]
/proc/loadavg: 1.47 1.73 1.43 2/65 11985
/proc/meminfo: memFree=1239200/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=5308 CPUtime=12.68
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 1129 0 0 0 1268 0 0 0 25 0 1 120000 1118334093 5435392 1113 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 1327 1113 89 173 0 1152 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5308

[startup+25.5026 s]
/proc/loadavg: 1.36 1.70 1.42 2/65 11985
/proc/meminfo: memFree=1237808/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=6372 CPUtime=25.48
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 1413 0 0 0 2547 1 0 0 25 0 1 120000 1118334093 6524928 1397 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 1593 1397 89 173 0 1418 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6372

[startup+51.102 s]
/proc/loadavg: 1.24 1.64 1.41 2/65 11985
/proc/meminfo: memFree=1236144/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=8252 CPUtime=51.07
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 1873 0 0 0 5106 1 0 0 25 0 1 120000 1118334093 8450048 1824 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 2063 1824 89 173 0 1888 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8252

[startup+102.306 s]
/proc/loadavg: 1.10 1.54 1.38 2/65 11985
/proc/meminfo: memFree=1234096/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=10308 CPUtime=102.26
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 2377 0 0 0 10225 1 0 0 25 0 1 120000 1118334093 10555392 2328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 2577 2328 89 173 0 2402 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10308

[startup+162.301 s]
/proc/loadavg: 1.04 1.44 1.36 2/65 11985
/proc/meminfo: memFree=1232432/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=12352 CPUtime=162.23
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 2867 0 0 0 16221 2 0 0 25 0 1 120000 1118334093 12648448 2753 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 3088 2753 89 173 0 2913 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12352

[startup+222.302 s]
/proc/loadavg: 1.01 1.36 1.33 2/65 11985
/proc/meminfo: memFree=1230256/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=14616 CPUtime=222.22
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 3410 0 0 0 22219 3 0 0 25 0 1 120000 1118334093 14966784 3296 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 3654 3296 89 173 0 3479 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 14616

[startup+282.302 s]
/proc/loadavg: 1.00 1.29 1.31 2/65 11985
/proc/meminfo: memFree=1228976/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=15996 CPUtime=282.2
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 3721 0 0 0 28217 3 0 0 25 0 1 120000 1118334093 16379904 3607 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 3999 3607 89 173 0 3824 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 15996

[startup+342.301 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 11985
/proc/meminfo: memFree=1227696/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=17232 CPUtime=342.17
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 4023 0 0 0 34214 3 0 0 25 0 1 120000 1118334093 17645568 3909 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 4308 3909 89 173 0 4133 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17232

[startup+402.302 s]
/proc/loadavg: 1.00 1.19 1.26 2/65 11985
/proc/meminfo: memFree=1227376/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=17424 CPUtime=402.15
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 4090 0 0 0 40212 3 0 0 25 0 1 120000 1118334093 17842176 3976 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 4356 3976 89 173 0 4181 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 17424

[startup+462.302 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 11985
/proc/meminfo: memFree=1226096/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=18792 CPUtime=462.14
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 4399 0 0 0 46210 4 0 0 25 0 1 120000 1118334093 19243008 4285 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 4698 4285 89 173 0 4523 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 18792

[startup+522.301 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 11985
/proc/meminfo: memFree=1224688/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=20380 CPUtime=522.12
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 4795 0 0 0 52208 4 0 0 25 0 1 120000 1118334093 20869120 4681 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 5095 4681 89 173 0 4920 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 20380

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 11985
/proc/meminfo: memFree=1224624/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=20380 CPUtime=582.1
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 4803 0 0 0 58206 4 0 0 25 0 1 120000 1118334093 20869120 4689 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 5095 4689 89 173 0 4920 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 20380

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 11985
/proc/meminfo: memFree=1222896/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=22548 CPUtime=642.09
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 5338 0 0 0 64204 5 0 0 25 0 1 120000 1118334093 23089152 5095 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 5637 5095 89 173 0 5462 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 22548

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 11985
/proc/meminfo: memFree=1222960/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=22692 CPUtime=702.07
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 5350 0 0 0 70202 5 0 0 25 0 1 120000 1118334093 23236608 5107 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 5673 5107 89 173 0 5498 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 22692

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 3/65 11985
/proc/meminfo: memFree=1222576/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=23080 CPUtime=762.05
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 5453 0 0 0 76200 5 0 0 25 0 1 120000 1118334093 23633920 5210 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 5770 5210 89 173 0 5595 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 23080

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 11985
/proc/meminfo: memFree=1221040/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=24484 CPUtime=822.02
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 5812 0 0 0 82197 5 0 0 25 0 1 120000 1118334093 25071616 5569 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 6121 5569 89 173 0 5946 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 24484

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 11985
/proc/meminfo: memFree=1221040/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=24644 CPUtime=882
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 5832 0 0 0 88195 5 0 0 25 0 1 120000 1118334093 25235456 5589 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 6161 5589 89 173 0 5986 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 24644

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 11985
/proc/meminfo: memFree=1220528/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=25192 CPUtime=941.99
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 5957 0 0 0 94193 6 0 0 25 0 1 120000 1118334093 25796608 5714 1992294400 134512640 135224549 4294956208 18446744073709551615 134632694 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 6298 5714 89 173 0 6123 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 25192

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 11991
/proc/meminfo: memFree=1218864/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=26564 CPUtime=1001.95
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 6332 0 0 0 100189 6 0 0 25 0 1 120000 1118334093 27201536 6089 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 6641 6089 89 173 0 6466 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 26564

[startup+1062.3 s]
/proc/loadavg: 1.03 1.02 1.11 2/65 11991
/proc/meminfo: memFree=1218864/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=26564 CPUtime=1061.93
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 6334 0 0 0 106187 6 0 0 25 0 1 120000 1118334093 27201536 6091 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 6641 6091 89 173 0 6466 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 26564

[startup+1122.3 s]
/proc/loadavg: 1.12 1.05 1.11 2/65 11991
/proc/meminfo: memFree=1218864/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=26748 CPUtime=1121.91
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 6373 0 0 0 112185 6 0 0 25 0 1 120000 1118334093 27389952 6130 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 6687 6130 89 173 0 6512 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 26748

[startup+1182.3 s]
/proc/loadavg: 1.04 1.04 1.10 2/65 11991
/proc/meminfo: memFree=1217392/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=28228 CPUtime=1181.9
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 6743 0 0 0 118183 7 0 0 25 0 1 120000 1118334093 28905472 6500 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 7057 6500 89 173 0 6882 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 28228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.03 1.03 1.10 2/65 11991
/proc/meminfo: memFree=1216496/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=29116 CPUtime=1200.1
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 6949 0 0 0 120003 7 0 0 25 0 1 100 1118334093 29814784 6706 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 7279 6706 89 173 0 7104 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 29116

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.03 1.03 1.10 2/65 11991
/proc/meminfo: memFree=1216496/2055920 swapFree=4177928/4192956
[pid=11984] ppid=11982 vsize=29116 CPUtime=1200.1
/proc/11984/stat : 11984 (CirCUs) R 11982 11984 11584 0 -1 4194304 6949 0 0 0 120003 7 0 0 25 0 1 100 1118334093 29814784 6706 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11984/statm: 7279 6706 89 173 0 7104 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 29116

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.03
CPU system time (s): 0.077988
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 29116

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

runsolver used 0.934857 second user time and 2.6326 second system time

The end

Launcher Data

Begin job on node14 at 2009-03-31 01:44:40
IDJOB=1524325
IDBENCH=70440
IDSOLVER=544
FILE ID=node14/1524325-1238456680
PBS_JOBID= 9061717
Free space on /tmp= 65480 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/100/unif-k5-r21.3-v100-c2130-S748216286-061.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524325-1238456680/watcher-1524325-1238456680 -o /tmp/evaluation-result-1524325-1238456680/solver-1524325-1238456680 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524325-1238456680.cnf -t 1200

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

MD5SUM BENCH= 2754b3d0d46124bc4b807ae18c388fa5
RANDOM SEED=2026405390

node14.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.270
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	: 5931.00
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.270
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:       1243560 kB
Buffers:         83424 kB
Cached:         636232 kB
SwapCached:       8964 kB
Active:         127136 kB
Inactive:       603068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243560 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          16296 kB
Slab:            68100 kB
Committed_AS:  2918780 kB
PageTables:       1456 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= 65476 MiB
End job on node14 at 2009-03-31 02:04:42