Trace number 1524211

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.09 1200.53

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1554646792-012.cnf
MD5SUM7770dfa1661e274add02933decd27ac4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.0665
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-1524211-1238397644/watcher-1524211-1238397644 -o /tmp/evaluation-result-1524211-1238397644/solver-1524211-1238397644 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524211-1238397644.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/71 14270
/proc/meminfo: memFree=1278664/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=2696 CPUtime=0
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 370 0 0 0 0 0 0 0 18 0 1 120000 1112427475 2760704 355 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 707 358 70 173 0 532 0

[startup+0.062974 s]
/proc/loadavg: 0.92 0.98 1.08 3/71 14270
/proc/meminfo: memFree=1278664/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=5200 CPUtime=0.06
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 1025 0 0 0 6 0 0 0 18 0 1 120000 1112427475 5324800 977 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 1300 978 70 173 0 1125 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5200

[startup+0.10198 s]
/proc/loadavg: 0.92 0.98 1.08 3/71 14270
/proc/meminfo: memFree=1278664/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=6388 CPUtime=0.09
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 1364 0 0 0 9 0 0 0 18 0 1 120000 1112427475 6541312 1316 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 1597 1317 70 173 0 1422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6388

[startup+0.302019 s]
/proc/loadavg: 0.92 0.98 1.08 3/71 14270
/proc/meminfo: memFree=1278664/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=6912 CPUtime=0.29
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 1536 0 0 0 29 0 0 0 19 0 1 120000 1112427475 7077888 1487 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 1728 1487 90 173 0 1553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6912

[startup+0.701096 s]
/proc/loadavg: 0.92 0.98 1.08 3/71 14270
/proc/meminfo: memFree=1278664/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=7708 CPUtime=0.69
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 1741 0 0 0 69 0 0 0 22 0 1 120000 1112427475 7892992 1692 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 1927 1692 90 173 0 1752 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7708

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 1.08 2/72 14271
/proc/meminfo: memFree=1271424/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=9560 CPUtime=1.48
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 2209 0 0 0 148 0 0 0 25 0 1 120000 1112427475 9789440 2160 1992294400 134512640 135224549 4294956224 18446744073709551615 134632723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 2390 2160 90 173 0 2215 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9560

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 1.08 2/72 14271
/proc/meminfo: memFree=1268864/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=11804 CPUtime=3.09
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 2744 0 0 0 308 1 0 0 25 0 1 120000 1112427475 12087296 2695 1992294400 134512640 135224549 4294956224 18446744073709551615 134587800 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 2951 2695 90 173 0 2776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11804

[startup+6.30117 s]
/proc/loadavg: 0.93 0.98 1.08 2/72 14271
/proc/meminfo: memFree=1266752/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=13388 CPUtime=6.29
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 3161 0 0 0 628 1 0 0 25 0 1 120000 1112427475 13709312 3112 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 3347 3112 90 173 0 3172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13388

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 1.08 2/72 14271
/proc/meminfo: memFree=1262656/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=16820 CPUtime=12.69
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 4016 0 0 0 1267 2 0 0 25 0 1 120000 1112427475 17223680 3967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 4205 3967 90 173 0 4030 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16820

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 1.08 2/72 14271
/proc/meminfo: memFree=1260992/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=18536 CPUtime=25.48
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 4440 0 0 0 2546 2 0 0 25 0 1 120000 1112427475 18980864 4391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 4634 4391 90 173 0 4459 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18536

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 1.08 2/72 14271
/proc/meminfo: memFree=1252736/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=27712 CPUtime=51.07
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 6734 0 0 0 5104 3 0 0 25 0 1 120000 1112427475 28377088 6685 1992294400 134512640 135224549 4294956224 18446744073709551615 134617156 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 6928 6685 90 173 0 6753 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27712

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/72 14271
/proc/meminfo: memFree=1241216/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=38400 CPUtime=102.26
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 9385 0 0 0 10220 6 0 0 25 0 1 120000 1112427475 39321600 9336 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 9600 9336 90 173 0 9425 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38400

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/72 14271
/proc/meminfo: memFree=1230336/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=49228 CPUtime=162.23
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 12085 0 0 0 16215 8 0 0 25 0 1 120000 1112427475 50409472 12036 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 12307 12036 90 173 0 12132 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 49228

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/72 14271
/proc/meminfo: memFree=1219008/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=60844 CPUtime=222.21
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 15014 0 0 0 22210 11 0 0 25 0 1 120000 1112427475 62304256 14965 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 15211 14965 90 173 0 15036 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 60844

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/72 14271
/proc/meminfo: memFree=1209024/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=70604 CPUtime=282.18
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 17467 0 0 0 28205 13 0 0 25 0 1 120000 1112427475 72298496 17353 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 17651 17353 90 173 0 17476 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 70604

[startup+342.302 s]
/proc/loadavg: 1.03 1.00 1.06 2/72 14271
/proc/meminfo: memFree=1203008/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=76544 CPUtime=342.16
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 18954 0 0 0 34201 15 0 0 25 0 1 120000 1112427475 78381056 18840 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 19136 18840 90 173 0 18961 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 76544

[startup+402.302 s]
/proc/loadavg: 1.01 1.00 1.05 2/72 14271
/proc/meminfo: memFree=1195648/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=84596 CPUtime=402.15
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 20978 0 0 0 40197 18 0 0 25 0 1 120000 1112427475 86626304 20864 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 21149 20864 90 173 0 20974 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 84596

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 14271
/proc/meminfo: memFree=1188160/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=91724 CPUtime=462.12
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 22753 0 0 0 46193 19 0 0 25 0 1 120000 1112427475 93925376 22639 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 22931 22639 90 173 0 22756 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 91724

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 14271
/proc/meminfo: memFree=1182656/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=96740 CPUtime=522.1
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 24018 0 0 0 52189 21 0 0 25 0 1 120000 1112427475 99061760 23904 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 24185 23904 90 173 0 24010 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 96740

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 14271
/proc/meminfo: memFree=1175872/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=103340 CPUtime=582.07
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 25695 0 0 0 58184 23 0 0 25 0 1 120000 1112427475 105820160 25581 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 25835 25581 90 173 0 25660 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 103340

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 14271
/proc/meminfo: memFree=1165568/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=113636 CPUtime=642.06
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 28276 0 0 0 64180 26 0 0 25 0 1 120000 1112427475 116363264 28162 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 28409 28162 90 173 0 28234 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 113636

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/72 14271
/proc/meminfo: memFree=1165568/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=113636 CPUtime=702.03
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 28276 0 0 0 70177 26 0 0 25 0 1 120000 1112427475 116363264 28162 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 28409 28162 90 173 0 28234 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 113636

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/72 14271
/proc/meminfo: memFree=1153856/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=125384 CPUtime=762.02
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 31205 0 0 0 76172 30 0 0 25 0 1 120000 1112427475 128393216 31091 1992294400 134512640 135224549 4294956224 18446744073709551615 134618859 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 31346 31091 90 173 0 31171 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 125384

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/72 14271
/proc/meminfo: memFree=1150848/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=129460 CPUtime=821.98
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 32235 0 0 0 82168 30 0 0 25 0 1 120000 1112427475 132567040 31992 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 32365 31992 90 173 0 32190 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 129460

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1142784/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=136852 CPUtime=881.96
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 34091 0 0 0 88164 32 0 0 25 0 1 120000 1112427475 140136448 33848 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 34213 33848 90 173 0 34038 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 136852

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1140992/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=139096 CPUtime=941.95
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 34664 0 0 0 94162 33 0 0 25 0 1 120000 1112427475 142434304 34421 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 34774 34421 90 173 0 34599 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 139096

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1127616/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=151900 CPUtime=1001.92
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 37880 0 0 0 100157 35 0 0 25 0 1 120000 1112427475 155545600 37637 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 37975 37637 90 173 0 37800 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 151900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1127616/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=151900 CPUtime=1061.89
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 37880 0 0 0 106154 35 0 0 25 0 1 120000 1112427475 155545600 37637 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 37975 37637 90 173 0 37800 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 151900

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1115136/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=164308 CPUtime=1121.88
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 40991 0 0 0 112149 39 0 0 25 0 1 120000 1112427475 168251392 40748 1992294400 134512640 135224549 4294956224 18446744073709551615 134587826 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 41077 40748 90 173 0 40902 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 164308

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1115136/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=164308 CPUtime=1181.85
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 40991 0 0 0 118146 39 0 0 25 0 1 120000 1112427475 168251392 40748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595225 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 41077 40748 90 173 0 40902 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 164308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1115136/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=164308 CPUtime=1200.05
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 40991 0 0 0 119966 39 0 0 25 0 1 100 1112427475 168251392 40748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 41077 40748 90 173 0 40902 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 164308

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 14271
/proc/meminfo: memFree=1115136/2055920 swapFree=4170332/4192956
[pid=14270] ppid=14268 vsize=164308 CPUtime=1200.05
/proc/14270/stat : 14270 (CirCUs) R 14268 14270 14199 0 -1 4194304 40991 0 0 0 119966 39 0 0 25 0 1 100 1112427475 168251392 40748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14270/statm: 41077 40748 90 173 0 40902 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 164308

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.09
CPU user time (s): 1199.66
CPU system time (s): 0.426935
CPU usage (%): 99.9631
Max. virtual memory (cumulated for all children) (KiB): 164308

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

runsolver used 1.16482 second user time and 3.21351 second system time

The end

Launcher Data

Begin job on node38 at 2009-03-30 09:20:44
IDJOB=1524211
IDBENCH=70326
IDSOLVER=544
FILE ID=node38/1524211-1238397644
PBS_JOBID= 9061399
Free space on /tmp= 65528 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1554646792-012.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524211-1238397644/watcher-1524211-1238397644 -o /tmp/evaluation-result-1524211-1238397644/solver-1524211-1238397644 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524211-1238397644.cnf -t 1200

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

MD5SUM BENCH= 7770dfa1661e274add02933decd27ac4
RANDOM SEED=769278968

node38.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.259
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.259
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:       1279080 kB
Buffers:         75156 kB
Cached:         614276 kB
SwapCached:      11172 kB
Active:          69724 kB
Inactive:       632312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279080 kB
SwapTotal:     4192956 kB
SwapFree:      4170332 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          18328 kB
Slab:            60000 kB
Committed_AS:  3042308 kB
PageTables:       1988 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= 65528 MiB
End job on node38 at 2009-03-30 09:40:46