Trace number 1735881

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.72283
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.19/0.28	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.28	c Eliminate time :       0.21 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735881-1240807668/watcher-1735881-1240807668 -o /tmp/evaluation-result-1735881-1240807668/solver-1735881-1240807668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735881-1240807668.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.06 1.02 1.00 3/64 30619
/proc/meminfo: memFree=1641904/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=2236 CPUtime=0
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 120000 108793609 2289664 192 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 559 193 70 173 0 384 0

[startup+0.020854 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 30619
/proc/meminfo: memFree=1641904/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=3292 CPUtime=0.01
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 508 0 0 0 1 0 0 0 18 0 1 120000 108793609 3371008 493 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 823 494 70 173 0 648 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3292

[startup+0.101867 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 30619
/proc/meminfo: memFree=1641904/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=6840 CPUtime=0.09
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 1475 0 0 0 9 0 0 0 18 0 1 120000 108793609 7004160 1394 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 1710 1394 74 173 0 1535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6840

[startup+0.301904 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 30619
/proc/meminfo: memFree=1641904/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=6972 CPUtime=0.29
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 1532 0 0 0 28 1 0 0 19 0 1 120000 108793609 7139328 1451 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 1743 1451 90 173 0 1568 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6972

[startup+0.701975 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 30619
/proc/meminfo: memFree=1641904/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=9480 CPUtime=0.69
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 2139 0 0 0 68 1 0 0 23 0 1 120000 108793609 9707520 2058 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 2370 2058 90 173 0 2195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9480

[startup+1.50112 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 30620
/proc/meminfo: memFree=1632808/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=10668 CPUtime=1.49
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 2450 0 0 0 148 1 0 0 25 0 1 120000 108793609 10924032 2369 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 2667 2369 90 173 0 2492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10668

[startup+3.1014 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 30620
/proc/meminfo: memFree=1632488/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=11592 CPUtime=3.09
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 2688 0 0 0 308 1 0 0 25 0 1 120000 108793609 11870208 2607 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 2898 2607 90 173 0 2723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11592

[startup+6.30298 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 30620
/proc/meminfo: memFree=1630696/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=12968 CPUtime=6.29
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 3005 0 0 0 628 1 0 0 25 0 1 120000 108793609 13279232 2924 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 3242 2924 90 173 0 3067 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12968

[startup+12.7011 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 30620
/proc/meminfo: memFree=1628208/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=14948 CPUtime=12.69
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 3516 0 0 0 1267 2 0 0 25 0 1 120000 108793609 15306752 3435 1992294400 134512640 135224549 4294956224 18446744073709551615 134618778 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 3737 3435 90 173 0 3562 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14948

[startup+25.5014 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 30620
/proc/meminfo: memFree=1625008/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=18324 CPUtime=25.48
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 4354 0 0 0 2545 3 0 0 25 0 1 120000 108793609 18763776 4273 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 4581 4273 90 173 0 4406 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18324

[startup+51.102 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 30620
/proc/meminfo: memFree=1618928/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=24584 CPUtime=51.07
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 5895 0 0 0 5102 5 0 0 25 0 1 120000 108793609 25174016 5814 1992294400 134512640 135224549 4294956224 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 6146 5814 90 173 0 5971 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24584

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 30620
/proc/meminfo: memFree=1611312/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=31980 CPUtime=102.24
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 7770 0 0 0 10218 6 0 0 25 0 1 120000 108793609 32747520 7689 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 7995 7689 90 173 0 7820 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31980

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30620
/proc/meminfo: memFree=1604976/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=38964 CPUtime=162.22
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 9449 0 0 0 16213 9 0 0 25 0 1 120000 108793609 39899136 9368 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 9741 9368 90 173 0 9566 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 38964

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30620
/proc/meminfo: memFree=1598448/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=44904 CPUtime=222.19
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 10960 0 0 0 22209 10 0 0 25 0 1 120000 108793609 45981696 10879 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 11226 10879 90 173 0 11051 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44904

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30620
/proc/meminfo: memFree=1594032/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=49276 CPUtime=282.16
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 12050 0 0 0 28204 12 0 0 25 0 1 120000 108793609 50458624 11969 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 12319 11969 90 173 0 12144 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 49276

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30620
/proc/meminfo: memFree=1589232/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=54040 CPUtime=342.13
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 13261 0 0 0 34200 13 0 0 25 0 1 120000 108793609 55336960 13180 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 13510 13180 90 173 0 13335 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 54040

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30620
/proc/meminfo: memFree=1582512/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=60656 CPUtime=402.1
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 14925 0 0 0 40195 15 0 0 25 0 1 120000 108793609 62111744 14844 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 15164 14844 90 173 0 14989 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 60656

[startup+462.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 30620
/proc/meminfo: memFree=1582512/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=60788 CPUtime=462.06
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 14957 0 0 0 46191 15 0 0 25 0 1 120000 108793609 62246912 14876 1992294400 134512640 135224549 4294956224 18446744073709551615 134632688 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 15197 14876 90 173 0 15022 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 60788

[startup+522.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 30620
/proc/meminfo: memFree=1577648/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=65412 CPUtime=522.03
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 16121 0 0 0 52187 16 0 0 25 0 1 120000 108793609 66981888 16040 1992294400 134512640 135224549 4294956224 18446744073709551615 134618933 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 16353 16040 90 173 0 16178 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 65412

[startup+582.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 30620
/proc/meminfo: memFree=1574768/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=68580 CPUtime=582.01
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 16893 0 0 0 58184 17 0 0 25 0 1 120000 108793609 70225920 16812 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 17145 16812 90 173 0 16970 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 68580

[startup+642.302 s]
/proc/loadavg: 1.10 1.05 1.01 2/65 30620
/proc/meminfo: memFree=1570288/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=72808 CPUtime=641.98
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 17952 0 0 0 64180 18 0 0 25 0 1 120000 108793609 74555392 17871 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 18202 17871 90 173 0 18027 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 72808

[startup+702.303 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 30620
/proc/meminfo: memFree=1570288/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=72808 CPUtime=701.94
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 17952 0 0 0 70176 18 0 0 25 0 1 120000 108793609 74555392 17871 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 18202 17871 90 173 0 18027 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 72808

[startup+762.306 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 30620
/proc/meminfo: memFree=1562992/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=80448 CPUtime=761.92
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 19881 0 0 0 76171 21 0 0 25 0 1 120000 108793609 82378752 19671 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 20112 19671 90 173 0 19937 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 80448

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30626
/proc/meminfo: memFree=1562800/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=80448 CPUtime=821.86
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 19881 0 0 0 82165 21 0 0 25 0 1 120000 108793609 82378752 19671 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 20112 19671 90 173 0 19937 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 80448

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30626
/proc/meminfo: memFree=1562864/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=80448 CPUtime=881.84
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 19881 0 0 0 88163 21 0 0 25 0 1 120000 108793609 82378752 19671 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 20112 19671 90 173 0 19937 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 80448

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30626
/proc/meminfo: memFree=1555376/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=88124 CPUtime=941.81
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 21800 0 0 0 94158 23 0 0 25 0 1 120000 108793609 90238976 21590 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 22031 21590 90 173 0 21856 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 88124

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30626
/proc/meminfo: memFree=1555312/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=88124 CPUtime=1001.77
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 21800 0 0 0 100154 23 0 0 25 0 1 120000 108793609 90238976 21590 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 22031 21590 90 173 0 21856 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 88124

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30626
/proc/meminfo: memFree=1555312/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=88124 CPUtime=1061.74
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 21802 0 0 0 106151 23 0 0 25 0 1 120000 108793609 90238976 21592 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 22031 21592 90 173 0 21856 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 88124

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30626
/proc/meminfo: memFree=1549104/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=94472 CPUtime=1121.72
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 23374 0 0 0 112147 25 0 0 25 0 1 120000 108793609 96739328 23164 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 23618 23164 90 173 0 23443 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 94472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30626
/proc/meminfo: memFree=1543408/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=99892 CPUtime=1181.68
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 24752 0 0 0 118141 27 0 0 25 0 1 120000 108793609 102289408 24542 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 24973 24542 90 173 0 24798 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 99892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30626
/proc/meminfo: memFree=1543408/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=99892 CPUtime=1200.08
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 24752 0 0 0 119981 27 0 0 25 0 1 100 108793609 102289408 24542 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 24973 24542 90 173 0 24798 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 99892

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30626
/proc/meminfo: memFree=1543408/2055920 swapFree=4180908/4192956
[pid=30619] ppid=30617 vsize=99892 CPUtime=1200.08
/proc/30619/stat : 30619 (CirCUs) R 30617 30619 30582 0 -1 4194304 24752 0 0 0 119981 27 0 0 25 0 1 100 108793609 102289408 24542 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30619/statm: 24973 24542 90 173 0 24798 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 99892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.72
CPU time (s): 1200.11
CPU user time (s): 1199.82
CPU system time (s): 0.292955
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 99892

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

runsolver used 0.962853 second user time and 3.41248 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-27 06:47:48
IDJOB=1735881
IDBENCH=71537
IDSOLVER=544
FILE ID=node60/1735881-1240807668
PBS_JOBID= 9187453
Free space on /tmp= 66416 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes2.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735881-1240807668/watcher-1735881-1240807668 -o /tmp/evaluation-result-1735881-1240807668/solver-1735881-1240807668 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1735881-1240807668.cnf -t 1200

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

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=1381824096

node60.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.256
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.256
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:       1642328 kB
Buffers:         48512 kB
Cached:         281928 kB
SwapCached:       5956 kB
Active:          93764 kB
Inactive:       245072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642328 kB
SwapTotal:     4192956 kB
SwapFree:      4180908 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            60724 kB
Committed_AS:   465692 kB
PageTables:       1448 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= 66412 MiB
End job on node60 at 2009-04-27 07:07:51