Trace number 1719049

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.07 1200.36

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

43.47/43.52	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
43.47/43.52	c Eliminate time :      38.29 

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-1719049-1240642635/watcher-1719049-1240642635 -o /tmp/evaluation-result-1719049-1240642635/solver-1719049-1240642635 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1719049-1240642635.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.08 1.02 1.01 3/64 12527
/proc/meminfo: memFree=1149824/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=6112 CPUtime=0
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 676 0 0 0 0 0 0 0 18 0 1 120000 92296642 6258688 661 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 1528 668 66 173 0 1353 0

[startup+0.091151 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12527
/proc/meminfo: memFree=1149824/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=46540 CPUtime=0.08
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 4031 0 0 0 7 1 0 0 18 0 1 120000 92296642 47656960 3983 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 11635 3984 70 173 0 11460 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46540

[startup+0.101152 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12527
/proc/meminfo: memFree=1149824/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=47068 CPUtime=0.09
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 4167 0 0 0 8 1 0 0 18 0 1 120000 92296642 48197632 4119 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 11767 4119 70 173 0 11592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47068

[startup+0.301166 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12527
/proc/meminfo: memFree=1149824/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=56944 CPUtime=0.29
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 6973 0 0 0 26 3 0 0 19 0 1 120000 92296642 58310656 6731 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 14236 6731 70 173 0 14061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56944

[startup+0.701196 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12527
/proc/meminfo: memFree=1149824/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=75840 CPUtime=0.69
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 12242 0 0 0 63 6 0 0 22 0 1 120000 92296642 77660160 11743 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 18960 11744 70 173 0 18785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75840

[startup+1.50125 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 12528
/proc/meminfo: memFree=1088824/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=116684 CPUtime=1.49
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 23570 0 0 0 135 14 0 0 25 0 1 120000 92296642 119484416 21533 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 29171 21534 70 173 0 28996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116684

[startup+3.10137 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 12528
/proc/meminfo: memFree=1035256/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=194020 CPUtime=3.08
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 44991 0 0 0 282 26 0 0 25 0 1 120000 92296642 198676480 40905 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 48505 40905 70 173 0 48330 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 194020

[startup+6.30161 s]
/proc/loadavg: 1.15 1.03 1.01 2/65 12528
/proc/meminfo: memFree=890360/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=280052 CPUtime=6.29
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 69381 0 0 0 586 43 0 0 25 0 1 120000 92296642 286773248 65294 1992294400 134512640 135224549 4294956208 18446744073709551615 134570438 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 70013 65294 76 173 0 69838 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 280052

[startup+12.7011 s]
/proc/loadavg: 1.14 1.03 1.01 2/65 12528
/proc/meminfo: memFree=867128/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=313088 CPUtime=12.69
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 77684 0 0 0 1223 46 0 0 25 0 1 120000 92296642 320602112 73597 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 78272 73597 77 173 0 78097 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 313088

[startup+25.502 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 12528
/proc/meminfo: memFree=838008/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=323052 CPUtime=25.49
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 84492 0 0 0 2500 49 0 0 25 0 1 120000 92296642 330805248 78401 1992294400 134512640 135224549 4294956208 18446744073709551615 134570492 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 80763 78401 77 173 0 80588 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 323052

[startup+51.1019 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 12528
/proc/meminfo: memFree=830392/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=330368 CPUtime=51.07
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 86929 0 0 0 5058 49 0 0 25 0 1 120000 92296642 338296832 80358 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82592 80358 93 173 0 82417 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 330368

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 12528
/proc/meminfo: memFree=830328/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=330512 CPUtime=102.26
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 86963 0 0 0 10177 49 0 0 25 0 1 120000 92296642 338444288 80392 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82628 80392 93 173 0 82453 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 330512

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12528
/proc/meminfo: memFree=830264/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=330512 CPUtime=162.25
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 86986 0 0 0 16175 50 0 0 25 0 1 120000 92296642 338444288 80415 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82628 80415 93 173 0 82453 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 330512

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12534
/proc/meminfo: memFree=828968/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=222.22
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87242 0 0 0 22172 50 0 0 25 0 1 120000 92296642 339611648 80671 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80671 93 173 0 82738 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 331652

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=828976/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=282.21
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87244 0 0 0 28171 50 0 0 25 0 1 120000 92296642 339611648 80673 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80673 93 173 0 82738 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 331652

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=828976/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=342.2
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87246 0 0 0 34170 50 0 0 25 0 1 120000 92296642 339611648 80675 1992294400 134512640 135224549 4294956208 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80675 93 173 0 82738 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 331652

[startup+402.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 12534
/proc/meminfo: memFree=828976/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=402.18
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87248 0 0 0 40168 50 0 0 25 0 1 120000 92296642 339611648 80677 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80677 93 173 0 82738 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 331652

[startup+462.301 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 12534
/proc/meminfo: memFree=829040/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=462.16
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87250 0 0 0 46166 50 0 0 25 0 1 120000 92296642 339611648 80679 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80679 93 173 0 82738 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 331652

[startup+522.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 12534
/proc/meminfo: memFree=829040/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=522.15
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87252 0 0 0 52165 50 0 0 25 0 1 120000 92296642 339611648 80681 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80681 93 173 0 82738 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 331652

[startup+582.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12534
/proc/meminfo: memFree=829048/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331652 CPUtime=582.14
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87257 0 0 0 58164 50 0 0 25 0 1 120000 92296642 339611648 80686 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82913 80686 93 173 0 82738 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 331652

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12534
/proc/meminfo: memFree=828984/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331908 CPUtime=642.13
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87291 0 0 0 64163 50 0 0 25 0 1 120000 92296642 339873792 80720 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82977 80720 93 173 0 82802 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 331908

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12534
/proc/meminfo: memFree=828920/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331908 CPUtime=702.12
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87291 0 0 0 70161 51 0 0 25 0 1 120000 92296642 339873792 80720 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82977 80720 93 173 0 82802 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 331908

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=828984/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331908 CPUtime=762.1
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87292 0 0 0 76159 51 0 0 25 0 1 120000 92296642 339873792 80721 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82977 80721 93 173 0 82802 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 331908

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=828984/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331908 CPUtime=822.09
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87296 0 0 0 82158 51 0 0 25 0 1 120000 92296642 339873792 80725 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82977 80725 93 173 0 82802 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 331908

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=828984/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=331908 CPUtime=882.07
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87296 0 0 0 88156 51 0 0 25 0 1 120000 92296642 339873792 80725 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 82977 80725 93 173 0 82802 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 331908

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826488/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334284 CPUtime=942.05
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 87914 0 0 0 94153 52 0 0 25 0 1 120000 92296642 342306816 81343 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83571 81343 93 173 0 83396 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 334284

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826104/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334680 CPUtime=1002.05
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 88002 0 0 0 100152 53 0 0 25 0 1 120000 92296642 342712320 81431 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83670 81431 93 173 0 83495 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 334680

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826104/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334680 CPUtime=1062.03
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 88002 0 0 0 106150 53 0 0 25 0 1 120000 92296642 342712320 81431 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83670 81431 93 173 0 83495 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 334680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826104/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334680 CPUtime=1122.02
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 88002 0 0 0 112149 53 0 0 25 0 1 120000 92296642 342712320 81431 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83670 81431 93 173 0 83495 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 334680

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826104/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334680 CPUtime=1182.01
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 88004 0 0 0 118148 53 0 0 25 0 1 120000 92296642 342712320 81433 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83670 81433 93 173 0 83495 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 334680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826104/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334680 CPUtime=1200
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 88004 0 0 0 119947 53 0 0 25 0 1 100 92296642 342712320 81433 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83670 81433 93 173 0 83495 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 334680

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12534
/proc/meminfo: memFree=826104/2055920 swapFree=4192956/4192956
[pid=12527] ppid=12525 vsize=334680 CPUtime=1200
/proc/12527/stat : 12527 (CirCUs) R 12525 12527 12102 0 -1 4194304 88004 0 0 0 119947 53 0 0 25 0 1 100 92296642 342712320 81433 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12527/statm: 83670 81433 93 173 0 83495 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 334680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.36
CPU time (s): 1200.07
CPU user time (s): 1199.48
CPU system time (s): 0.58791
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 334680

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

runsolver used 0.963853 second user time and 2.42963 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 08:57:20
IDJOB=1719049
IDBENCH=20576
IDSOLVER=544
FILE ID=node34/1719049-1240642635
PBS_JOBID= 9186403
Free space on /tmp= 66296 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719049-1240642635/watcher-1719049-1240642635 -o /tmp/evaluation-result-1719049-1240642635/solver-1719049-1240642635 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1719049-1240642635.cnf -t 1200

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1408578337

node34.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.214
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.214
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:       1150240 kB
Buffers:         85068 kB
Cached:         716992 kB
SwapCached:          0 kB
Active:         314856 kB
Inactive:       501068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1150240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           77848 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            75780 kB
Committed_AS:   315308 kB
PageTables:       1380 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= 66292 MiB
End job on node34 at 2009-04-25 09:17:22