Trace number 1729727

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.08 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.085
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

Solver Data

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

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-1729727-1240753150/watcher-1729727-1240753150 -o /tmp/evaluation-result-1729727-1240753150/solver-1729727-1240753150 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1729727-1240753150.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.99 1.85 1.54 3/64 27386
/proc/meminfo: memFree=1737992/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=1588 CPUtime=0
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 120000 103347907 1626112 151 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 397 151 70 173 0 222 0

[startup+0.038297 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 27386
/proc/meminfo: memFree=1737992/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=2772 CPUtime=0.03
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 481 0 0 0 3 0 0 0 18 0 1 120000 103347907 2838528 465 1992294400 134512640 135224549 4294956208 18446744073709551615 134570041 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 693 465 76 173 0 518 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2772

[startup+0.101301 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 27386
/proc/meminfo: memFree=1737992/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=2772 CPUtime=0.09
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 483 0 0 0 9 0 0 0 18 0 1 120000 103347907 2838528 467 1992294400 134512640 135224549 4294956208 18446744073709551615 134580524 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 693 467 77 173 0 518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2772

[startup+0.301321 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 27386
/proc/meminfo: memFree=1737992/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=3168 CPUtime=0.29
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 598 0 0 0 29 0 0 0 20 0 1 120000 103347907 3244032 582 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 792 582 93 173 0 617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3168

[startup+0.701362 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 27386
/proc/meminfo: memFree=1737992/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=3432 CPUtime=0.69
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 668 0 0 0 69 0 0 0 23 0 1 120000 103347907 3514368 652 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 858 652 93 173 0 683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3432

[startup+1.50144 s]
/proc/loadavg: 1.91 1.84 1.53 2/65 27387
/proc/meminfo: memFree=1735616/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=3696 CPUtime=1.49
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 742 0 0 0 149 0 0 0 25 0 1 120000 103347907 3784704 726 1992294400 134512640 135224549 4294956208 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 924 726 93 173 0 749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3696

[startup+3.1016 s]
/proc/loadavg: 1.91 1.84 1.53 2/65 27387
/proc/meminfo: memFree=1735040/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=4224 CPUtime=3.09
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 883 0 0 0 309 0 0 0 25 0 1 120000 103347907 4325376 867 1992294400 134512640 135224549 4294956208 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 1056 867 93 173 0 881 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4224

[startup+6.30193 s]
/proc/loadavg: 1.84 1.82 1.53 2/65 27387
/proc/meminfo: memFree=1734016/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=5016 CPUtime=6.29
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 1060 0 0 0 629 0 0 0 25 0 1 120000 103347907 5136384 1044 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 1254 1044 93 173 0 1079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5016

[startup+12.7016 s]
/proc/loadavg: 1.77 1.81 1.53 2/65 27387
/proc/meminfo: memFree=1733056/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=6076 CPUtime=12.69
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 1336 0 0 0 1269 0 0 0 25 0 1 120000 103347907 6221824 1320 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 1519 1320 93 173 0 1344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6076

[startup+25.5019 s]
/proc/loadavg: 1.60 1.77 1.52 2/65 27387
/proc/meminfo: memFree=1731456/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=7528 CPUtime=25.49
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 1679 0 0 0 2548 1 0 0 25 0 1 120000 103347907 7708672 1663 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 1882 1663 93 173 0 1707 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7528

[startup+51.1015 s]
/proc/loadavg: 1.40 1.70 1.51 2/65 27387
/proc/meminfo: memFree=1729280/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=9648 CPUtime=51.08
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 2203 0 0 0 5106 2 0 0 25 0 1 120000 103347907 9879552 2187 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 2412 2187 93 173 0 2237 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9648

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.48 2/65 27387
/proc/meminfo: memFree=1726400/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=12472 CPUtime=102.27
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 2906 0 0 0 10224 3 0 0 25 0 1 120000 103347907 12771328 2890 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 3118 2890 93 173 0 2943 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12472

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.44 2/65 27387
/proc/meminfo: memFree=1724352/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=14476 CPUtime=162.25
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 3410 0 0 0 16221 4 0 0 25 0 1 120000 103347907 14823424 3394 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 3619 3394 93 173 0 3444 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14476

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.41 2/65 27387
/proc/meminfo: memFree=1722304/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=16728 CPUtime=222.23
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 3974 0 0 0 22219 4 0 0 25 0 1 120000 103347907 17129472 3893 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 4182 3893 93 173 0 4007 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16728

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.38 2/65 27387
/proc/meminfo: memFree=1720512/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=18520 CPUtime=282.21
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 4416 0 0 0 28216 5 0 0 25 0 1 120000 103347907 18964480 4335 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 4630 4335 93 173 0 4455 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18520

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.36 2/65 27387
/proc/meminfo: memFree=1719040/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=20056 CPUtime=342.19
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 4781 0 0 0 34214 5 0 0 25 0 1 120000 103347907 20537344 4700 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 5014 4700 93 173 0 4839 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 20056

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.33 2/65 27387
/proc/meminfo: memFree=1717760/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=21408 CPUtime=402.17
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 5116 0 0 0 40212 5 0 0 25 0 1 120000 103347907 21921792 5035 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 5352 5035 93 173 0 5177 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21408

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.31 2/65 27387
/proc/meminfo: memFree=1717440/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=21708 CPUtime=462.16
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 5157 0 0 0 46211 5 0 0 25 0 1 120000 103347907 22228992 5076 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 5427 5076 93 173 0 5252 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 21708

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.29 2/65 27387
/proc/meminfo: memFree=1715456/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=23708 CPUtime=522.15
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 5650 0 0 0 52209 6 0 0 25 0 1 120000 103347907 24276992 5569 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 5927 5569 93 173 0 5752 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 23708

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.27 2/65 27387
/proc/meminfo: memFree=1714816/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=24388 CPUtime=582.13
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 5811 0 0 0 58207 6 0 0 25 0 1 120000 103347907 24973312 5730 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 6097 5730 93 173 0 5922 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 24388

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.25 2/65 27387
/proc/meminfo: memFree=1713280/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=25708 CPUtime=642.12
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 6165 0 0 0 64205 7 0 0 25 0 1 120000 103347907 26324992 6084 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 6427 6084 93 173 0 6252 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 25708

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.23 2/65 27387
/proc/meminfo: memFree=1713152/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=25860 CPUtime=702.1
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 6214 0 0 0 70203 7 0 0 25 0 1 120000 103347907 26480640 6133 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 6465 6133 93 173 0 6290 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 25860

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.21 2/65 27387
/proc/meminfo: memFree=1711360/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=27604 CPUtime=762.08
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 6640 0 0 0 76201 7 0 0 25 0 1 120000 103347907 28266496 6559 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 6901 6559 93 173 0 6726 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 27604

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.19 2/65 27387
/proc/meminfo: memFree=1711296/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=27604 CPUtime=822.06
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 6656 0 0 0 82199 7 0 0 25 0 1 120000 103347907 28266496 6575 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 6901 6575 93 173 0 6726 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 27604

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.18 2/65 27387
/proc/meminfo: memFree=1708544/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=30912 CPUtime=882.04
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 7455 0 0 0 88196 8 0 0 25 0 1 120000 103347907 31653888 7245 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 7728 7245 93 173 0 7553 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 30912

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.17 2/65 27387
/proc/meminfo: memFree=1708480/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=30912 CPUtime=942.02
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 7461 0 0 0 94194 8 0 0 25 0 1 120000 103347907 31653888 7251 1992294400 134512640 135224549 4294956208 18446744073709551615 134619374 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 7728 7251 93 173 0 7553 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 30912

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/65 27387
/proc/meminfo: memFree=1708224/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=31288 CPUtime=1002.01
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 7518 0 0 0 100193 8 0 0 25 0 1 120000 103347907 32038912 7308 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 7822 7308 93 173 0 7647 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 31288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 27387
/proc/meminfo: memFree=1705728/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=33992 CPUtime=1062
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 8144 0 0 0 106191 9 0 0 25 0 1 120000 103347907 34807808 7934 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 8498 7934 93 173 0 8323 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 33992

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 27387
/proc/meminfo: memFree=1705664/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=33992 CPUtime=1121.98
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 8144 0 0 0 112189 9 0 0 25 0 1 120000 103347907 34807808 7934 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 8498 7934 93 173 0 8323 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 33992

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 27387
/proc/meminfo: memFree=1705600/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=34172 CPUtime=1181.96
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 8167 0 0 0 118187 9 0 0 25 0 1 120000 103347907 34992128 7957 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 8543 7957 93 173 0 8368 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 34172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 27387
/proc/meminfo: memFree=1705472/2055920 swapFree=4180920/4192956
[pid=27386] ppid=27384 vsize=34172 CPUtime=1200.06
/proc/27386/stat : 27386 (CirCUs) R 27384 27386 27062 0 -1 4194304 8176 0 0 0 119997 9 0 0 25 0 1 100 103347907 34992128 7966 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27386/statm: 8543 7966 93 173 0 8368 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 34172

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.98
CPU system time (s): 0.097985
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 34172

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

runsolver used 1.2988 second user time and 3.07753 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 15:39:10
IDJOB=1729727
IDBENCH=24712
IDSOLVER=544
FILE ID=node27/1729727-1240753150
PBS_JOBID= 9187048
Free space on /tmp= 66248 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729727-1240753150/watcher-1729727-1240753150 -o /tmp/evaluation-result-1729727-1240753150/solver-1729727-1240753150 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1729727-1240753150.cnf -t 1200

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

MD5SUM BENCH= 56dc474305bf6e6817771129f995c737
RANDOM SEED=1567158204

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1738408 kB
Buffers:         31424 kB
Cached:         206832 kB
SwapCached:       5116 kB
Active:          52476 kB
Inactive:       193920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738408 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            56996 kB
Committed_AS:   382224 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node27 at 2009-04-26 15:59:12