Trace number 1555891

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

5.59/5.70	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.59/5.70	c Eliminate time :       4.89 

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-1555891-1238743690/watcher-1555891-1238743690 -o /tmp/evaluation-result-1555891-1238743690/solver-1555891-1238743690 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1555891-1238743690.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.00 1.00 0.91 3/64 8227
/proc/meminfo: memFree=1331192/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=5884 CPUtime=0
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 676 0 0 0 0 0 0 0 18 0 1 120000 1147036055 6025216 661 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 1471 668 66 173 0 1296 0

[startup+0.043901 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 8227
/proc/meminfo: memFree=1331192/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=19856 CPUtime=0.04
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 3247 0 0 0 3 1 0 0 18 0 1 120000 1147036055 20332544 3232 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 4964 3232 70 173 0 4789 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19856

[startup+0.101906 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 8227
/proc/meminfo: memFree=1331192/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=23276 CPUtime=0.09
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 4207 0 0 0 8 1 0 0 18 0 1 120000 1147036055 23834624 4094 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 5819 4095 70 173 0 5644 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23276

[startup+0.30193 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 8227
/proc/meminfo: memFree=1331192/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=34348 CPUtime=0.29
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 7341 0 0 0 26 3 0 0 19 0 1 120000 1147036055 35172352 7099 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 8587 7099 70 173 0 8412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34348

[startup+0.701978 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 8227
/proc/meminfo: memFree=1331192/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=57220 CPUtime=0.69
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 13782 0 0 0 62 7 0 0 22 0 1 120000 1147036055 58593280 12770 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 14305 12773 70 173 0 14130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57220

[startup+1.50107 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1271536/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=81116 CPUtime=1.49
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 20249 0 0 0 139 10 0 0 25 0 1 120000 1147036055 83062784 19236 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 20279 19236 77 173 0 20104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81116

[startup+3.10126 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1238832/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=98800 CPUtime=3.09
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 25128 0 0 0 297 12 0 0 25 0 1 120000 1147036055 101171200 24115 1992294400 134512640 135224549 4294956224 18446744073709551615 134580524 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 24700 24115 77 173 0 24525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98800

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1233584/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=103484 CPUtime=6.29
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 27167 0 0 0 616 13 0 0 25 0 1 120000 1147036055 105967616 25167 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 25871 25167 92 173 0 25696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103484

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1229808/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=104292 CPUtime=12.69
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 27365 0 0 0 1256 13 0 0 25 0 1 120000 1147036055 106795008 25365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 26073 25365 92 173 0 25898 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104292

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1228336/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=105876 CPUtime=25.48
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 27759 0 0 0 2535 13 0 0 25 0 1 120000 1147036055 108417024 25759 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 26469 25759 92 173 0 26294 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 105876

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1227824/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=106452 CPUtime=51.06
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 27910 0 0 0 5093 13 0 0 25 0 1 120000 1147036055 109006848 25910 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 26613 25910 92 173 0 26438 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 106452

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1227056/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=107112 CPUtime=102.26
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 28075 0 0 0 10212 14 0 0 25 0 1 120000 1147036055 109682688 26075 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 26778 26075 92 173 0 26603 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 107112

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1225456/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=108784 CPUtime=162.23
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 28482 0 0 0 16209 14 0 0 25 0 1 120000 1147036055 111394816 26482 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 27196 26482 92 173 0 27021 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 108784

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1220784/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=113404 CPUtime=222.22
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 29637 0 0 0 22206 16 0 0 25 0 1 120000 1147036055 116125696 27637 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 28351 27637 92 173 0 28176 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 113404

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1220528/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=113536 CPUtime=282.19
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 29690 0 0 0 28203 16 0 0 25 0 1 120000 1147036055 116260864 27690 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 28384 27690 92 173 0 28209 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 113536

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1219632/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=114540 CPUtime=342.18
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 29920 0 0 0 34201 17 0 0 25 0 1 120000 1147036055 117288960 27920 1992294400 134512640 135224549 4294956224 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 28635 27920 92 173 0 28460 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 114540

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1218800/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=115332 CPUtime=402.16
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 30107 0 0 0 40199 17 0 0 25 0 1 120000 1147036055 118099968 28107 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 28833 28107 92 173 0 28658 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 115332

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1216176/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=117844 CPUtime=462.14
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 30754 0 0 0 46197 17 0 0 25 0 1 120000 1147036055 120672256 28754 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 29461 28754 92 173 0 29286 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 117844

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1216304/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=117844 CPUtime=522.12
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 30758 0 0 0 52195 17 0 0 25 0 1 120000 1147036055 120672256 28758 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 29461 28758 92 173 0 29286 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 117844

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1213360/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=121024 CPUtime=582.11
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 31528 0 0 0 58193 18 0 0 25 0 1 120000 1147036055 123928576 29528 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 30256 29528 92 173 0 30081 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 121024

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1208816/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=125288 CPUtime=642.09
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 32627 0 0 0 64190 19 0 0 25 0 1 120000 1147036055 128294912 30627 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 31322 30627 92 173 0 31147 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 125288

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1207600/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=126476 CPUtime=702.08
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 32930 0 0 0 70188 20 0 0 25 0 1 120000 1147036055 129511424 30930 1992294400 134512640 135224549 4294956224 18446744073709551615 134619845 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 31619 30930 92 173 0 31444 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 126476

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1207600/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=126476 CPUtime=762.06
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 32930 0 0 0 76186 20 0 0 25 0 1 120000 1147036055 129511424 30930 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 31619 30930 92 173 0 31444 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 126476

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1207280/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=126992 CPUtime=822.04
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 32996 0 0 0 82184 20 0 0 25 0 1 120000 1147036055 130039808 30996 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 31748 30996 92 173 0 31573 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 126992

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1204016/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=130312 CPUtime=882.02
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 33815 0 0 0 88181 21 0 0 25 0 1 120000 1147036055 133439488 31815 1992294400 134512640 135224549 4294956224 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 32578 31815 92 173 0 32403 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 130312

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1204016/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=130312 CPUtime=942
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 33818 0 0 0 94179 21 0 0 25 0 1 120000 1147036055 133439488 31818 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 32578 31818 92 173 0 32403 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 130312

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1203888/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=130456 CPUtime=1001.98
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 33853 0 0 0 100177 21 0 0 25 0 1 120000 1147036055 133586944 31853 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 32614 31853 92 173 0 32439 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 130456

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8228
/proc/meminfo: memFree=1203888/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=130456 CPUtime=1061.96
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 33853 0 0 0 106175 21 0 0 25 0 1 120000 1147036055 133586944 31853 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 32614 31853 92 173 0 32439 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 130456

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8230
/proc/meminfo: memFree=1201968/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=132460 CPUtime=1121.95
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 34356 0 0 0 112172 23 0 0 25 0 1 120000 1147036055 135639040 32356 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 33115 32356 92 173 0 32940 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 132460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8230
/proc/meminfo: memFree=1201008/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=133396 CPUtime=1181.93
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 34567 0 0 0 118170 23 0 0 25 0 1 120000 1147036055 136597504 32567 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 33349 32567 92 173 0 33174 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 133396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 8230
/proc/meminfo: memFree=1200944/2055920 swapFree=4178472/4192956
[pid=8227] ppid=8225 vsize=133396 CPUtime=1200.02
/proc/8227/stat : 8227 (CirCUs) R 8225 8227 8038 0 -1 4194304 34577 0 0 0 119979 23 0 0 25 0 1 100 1147036055 136597504 32577 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8227/statm: 33349 32577 92 173 0 33174 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 133396

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.43
CPU time (s): 1200.06
CPU user time (s): 1199.8
CPU system time (s): 0.26196
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 133396

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

runsolver used 0.909861 second user time and 2.50462 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-03 09:28:11
IDJOB=1555891
IDBENCH=70808
IDSOLVER=544
FILE ID=node1/1555891-1238743690
PBS_JOBID= 9086124
Free space on /tmp= 66516 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555891-1238743690/watcher-1555891-1238743690 -o /tmp/evaluation-result-1555891-1238743690/solver-1555891-1238743690 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1555891-1238743690.cnf -t 1200

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1503140144

node1.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.229
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.229
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:       1331672 kB
Buffers:        100488 kB
Cached:         521016 kB
SwapCached:       8380 kB
Active:         263936 kB
Inactive:       367556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331672 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:           11588 kB
Writeback:           0 kB
Mapped:          15756 kB
Slab:            78700 kB
Committed_AS:  3182732 kB
PageTables:       1440 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= 66516 MiB
End job on node1 at 2009-04-03 09:48:13