Trace number 1524514

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/380/
unif-k3-r4.25-v380-c1615-S1807135406-059.cnf
MD5SUMcb595cd6bad1f0c5699baaa892a03467
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.7418
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
Number of clauses of size 40
Number of clauses of size 50
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-1524514-1238562437/watcher-1524514-1238562437 -o /tmp/evaluation-result-1524514-1238562437/solver-1524514-1238562437 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524514-1238562437.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.95 1.90 1.65 3/64 15189
/proc/meminfo: memFree=1629816/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=1308 CPUtime=0
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 163 0 0 0 0 0 0 0 20 0 1 120000 1128906246 1339392 147 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 327 147 89 173 0 152 0

[startup+0.10366 s]
/proc/loadavg: 1.95 1.90 1.65 3/64 15189
/proc/meminfo: memFree=1629816/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=1572 CPUtime=0.1
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 234 0 0 0 10 0 0 0 20 0 1 120000 1128906246 1609728 218 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 393 218 89 173 0 218 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1572

[startup+0.202679 s]
/proc/loadavg: 1.95 1.90 1.65 3/64 15189
/proc/meminfo: memFree=1629816/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=1704 CPUtime=0.2
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 256 0 0 0 20 0 0 0 21 0 1 120000 1128906246 1744896 240 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 426 240 89 173 0 251 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1704

[startup+0.302699 s]
/proc/loadavg: 1.95 1.90 1.65 3/64 15189
/proc/meminfo: memFree=1629816/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=1704 CPUtime=0.3
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 270 0 0 0 30 0 0 0 22 0 1 120000 1128906246 1744896 254 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 426 254 89 173 0 251 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1704

[startup+0.702777 s]
/proc/loadavg: 1.95 1.90 1.65 3/64 15189
/proc/meminfo: memFree=1629816/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=1968 CPUtime=0.7
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 324 0 0 0 70 0 0 0 25 0 1 120000 1128906246 2015232 308 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 492 308 89 173 0 317 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1968

[startup+1.50193 s]
/proc/loadavg: 1.95 1.90 1.65 2/65 15190
/proc/meminfo: memFree=1628656/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=2364 CPUtime=1.49
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 427 0 0 0 149 0 0 0 25 0 1 120000 1128906246 2420736 411 1992294400 134512640 135224549 4294956208 18446744073709551615 134623607 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 591 411 89 173 0 416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2364

[startup+3.10125 s]
/proc/loadavg: 1.88 1.89 1.65 2/65 15190
/proc/meminfo: memFree=1628080/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=2892 CPUtime=3.09
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 561 0 0 0 309 0 0 0 25 0 1 120000 1128906246 2961408 545 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 723 545 89 173 0 548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2892

[startup+6.30188 s]
/proc/loadavg: 1.88 1.89 1.65 2/65 15190
/proc/meminfo: memFree=1627184/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=3684 CPUtime=6.29
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 771 0 0 0 629 0 0 0 25 0 1 120000 1128906246 3772416 755 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 921 755 89 173 0 746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3684

[startup+12.7011 s]
/proc/loadavg: 1.74 1.86 1.64 2/65 15190
/proc/meminfo: memFree=1625712/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=4872 CPUtime=12.68
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 1058 0 0 0 1268 0 0 0 25 0 1 120000 1128906246 4988928 1042 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 1218 1042 89 173 0 1043 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4872

[startup+25.5017 s]
/proc/loadavg: 1.63 1.83 1.64 2/65 15190
/proc/meminfo: memFree=1624112/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=6628 CPUtime=25.48
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 1473 0 0 0 2547 1 0 0 25 0 1 120000 1128906246 6787072 1424 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 1657 1424 89 173 0 1482 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6628

[startup+51.1017 s]
/proc/loadavg: 1.41 1.76 1.62 2/65 15190
/proc/meminfo: memFree=1622512/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=8352 CPUtime=51.07
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 1902 0 0 0 5105 2 0 0 25 0 1 120000 1128906246 8552448 1853 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 2088 1853 89 173 0 1913 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8352

[startup+102.303 s]
/proc/loadavg: 1.16 1.63 1.58 2/65 15190
/proc/meminfo: memFree=1620400/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=10332 CPUtime=102.26
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 2407 0 0 0 10223 3 0 0 25 0 1 120000 1128906246 10579968 2358 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 2583 2358 89 173 0 2408 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10332

[startup+162.302 s]
/proc/loadavg: 1.06 1.51 1.54 2/65 15190
/proc/meminfo: memFree=1618608/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=12472 CPUtime=162.23
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 2927 0 0 0 16219 4 0 0 25 0 1 120000 1128906246 12771328 2813 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 3118 2813 89 173 0 2943 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12472

[startup+222.305 s]
/proc/loadavg: 1.02 1.42 1.50 2/65 15190
/proc/meminfo: memFree=1616368/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=14692 CPUtime=222.21
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 3467 0 0 0 22217 4 0 0 25 0 1 120000 1128906246 15044608 3353 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 3673 3353 89 173 0 3498 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14692

[startup+282.301 s]
/proc/loadavg: 1.00 1.34 1.47 2/65 15190
/proc/meminfo: memFree=1615152/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=15808 CPUtime=282.18
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 3772 0 0 0 28214 4 0 0 25 0 1 120000 1128906246 16187392 3658 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 3952 3658 89 173 0 3777 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 15808

[startup+342.302 s]
/proc/loadavg: 1.00 1.27 1.44 2/65 15190
/proc/meminfo: memFree=1613744/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=17176 CPUtime=342.17
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 4109 0 0 0 34212 5 0 0 25 0 1 120000 1128906246 17588224 3995 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 4294 3995 89 173 0 4119 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17176

[startup+402.302 s]
/proc/loadavg: 1.04 1.24 1.41 2/65 15190
/proc/meminfo: memFree=1612336/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=18680 CPUtime=402.14
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 4464 0 0 0 40209 5 0 0 25 0 1 120000 1128906246 19128320 4350 1992294400 134512640 135224549 4294956208 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 4670 4350 89 173 0 4495 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 18680

[startup+462.302 s]
/proc/loadavg: 1.01 1.19 1.38 2/65 15190
/proc/meminfo: memFree=1612272/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=18872 CPUtime=462.12
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 4497 0 0 0 46207 5 0 0 25 0 1 120000 1128906246 19324928 4383 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 4718 4383 89 173 0 4543 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 18872

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.36 2/65 15190
/proc/meminfo: memFree=1610608/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=21080 CPUtime=522.09
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 5013 0 0 0 52204 5 0 0 25 0 1 120000 1128906246 21585920 4770 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 5270 4770 89 173 0 5095 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 21080

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.33 2/65 15190
/proc/meminfo: memFree=1609968/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=21788 CPUtime=582.07
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 5193 0 0 0 58202 5 0 0 25 0 1 120000 1128906246 22310912 4950 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 5447 4950 89 173 0 5272 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 21788

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.31 2/65 15190
/proc/meminfo: memFree=1608880/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=22956 CPUtime=642.05
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 5478 0 0 0 64200 5 0 0 25 0 1 120000 1128906246 23506944 5235 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 5739 5235 89 173 0 5564 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 22956

[startup+702.302 s]
/proc/loadavg: 1.00 1.08 1.29 2/65 15190
/proc/meminfo: memFree=1608176/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=23616 CPUtime=702.03
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 5647 0 0 0 70198 5 0 0 25 0 1 120000 1128906246 24182784 5404 1992294400 134512640 135224549 4294956208 18446744073709551615 134595385 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 5904 5404 89 173 0 5729 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 23616

[startup+762.302 s]
/proc/loadavg: 1.00 1.06 1.27 2/65 15190
/proc/meminfo: memFree=1606768/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=25192 CPUtime=762.01
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 6003 0 0 0 76195 6 0 0 25 0 1 120000 1128906246 25796608 5760 1992294400 134512640 135224549 4294956208 18446744073709551615 134595437 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 6298 5760 89 173 0 6123 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 25192

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.25 2/65 15190
/proc/meminfo: memFree=1606640/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=25192 CPUtime=821.98
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 6030 0 0 0 82192 6 0 0 25 0 1 120000 1128906246 25796608 5787 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 6298 5787 89 173 0 6123 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 25192

[startup+882.305 s]
/proc/loadavg: 1.00 1.04 1.23 2/65 15190
/proc/meminfo: memFree=1604656/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=27080 CPUtime=881.96
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 6512 0 0 0 88190 6 0 0 25 0 1 120000 1128906246 27729920 6269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 6770 6269 89 173 0 6595 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 27080

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.21 2/65 15190
/proc/meminfo: memFree=1604656/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=27080 CPUtime=941.93
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 6520 0 0 0 94187 6 0 0 25 0 1 120000 1128906246 27729920 6277 1992294400 134512640 135224549 4294956208 18446744073709551615 134595385 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 6770 6277 89 173 0 6595 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 27080

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/65 15190
/proc/meminfo: memFree=1604336/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=27400 CPUtime=1001.91
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 6608 0 0 0 100185 6 0 0 25 0 1 120000 1128906246 28057600 6365 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 6850 6365 89 173 0 6675 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 27400

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/65 15190
/proc/meminfo: memFree=1602480/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=29280 CPUtime=1061.89
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 7089 0 0 0 106182 7 0 0 25 0 1 120000 1128906246 29982720 6846 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 7320 6846 89 173 0 7145 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 29280

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/65 15190
/proc/meminfo: memFree=1602352/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=29280 CPUtime=1121.87
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 7102 0 0 0 112180 7 0 0 25 0 1 120000 1128906246 29982720 6859 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 7320 6859 89 173 0 7145 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 29280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 15190
/proc/meminfo: memFree=1602288/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=29280 CPUtime=1181.85
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 7111 0 0 0 118177 8 0 0 25 0 1 120000 1128906246 29982720 6868 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 7320 6868 89 173 0 7145 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 29280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 15190
/proc/meminfo: memFree=1602224/2055920 swapFree=4176304/4192956
[pid=15189] ppid=15187 vsize=29420 CPUtime=1200.05
/proc/15189/stat : 15189 (CirCUs) R 15187 15189 14864 0 -1 4194304 7120 0 0 0 119997 8 0 0 25 0 1 100 1128906246 30126080 6877 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15189/statm: 7355 6877 89 173 0 7180 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29420

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.51
CPU time (s): 1200.06
CPU user time (s): 1199.98
CPU system time (s): 0.084987
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 29420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
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= 7120
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= 1548

runsolver used 0.907861 second user time and 2.70259 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-01 07:07:17
IDJOB=1524514
IDBENCH=70629
IDSOLVER=544
FILE ID=node53/1524514-1238562437
PBS_JOBID= 9062139
Free space on /tmp= 66040 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/380/unif-k3-r4.25-v380-c1615-S1807135406-059.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524514-1238562437/watcher-1524514-1238562437 -o /tmp/evaluation-result-1524514-1238562437/solver-1524514-1238562437 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524514-1238562437.cnf -t 1200

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

MD5SUM BENCH= cb595cd6bad1f0c5699baaa892a03467
RANDOM SEED=2126854534

node53.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.264
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.264
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:       1630232 kB
Buffers:         85432 kB
Cached:         247156 kB
SwapCached:      10540 kB
Active:         190728 kB
Inactive:       153916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630232 kB
SwapTotal:     4192956 kB
SwapFree:      4176304 kB
Dirty:            1080 kB
Writeback:           0 kB
Mapped:          17788 kB
Slab:            67068 kB
Committed_AS:  2614948 kB
PageTables:       1384 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= 66040 MiB
End job on node53 at 2009-04-01 07:27:20