Trace number 1524166

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S547165541-056.cnf
MD5SUMc7b32920fad710a8e62fee8bc80010c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.434
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data

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

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-1524166-1238386659/watcher-1524166-1238386659 -o /tmp/evaluation-result-1524166-1238386659/solver-1524166-1238386659 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524166-1238386659.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: 2.04 1.91 1.47 3/64 8733
/proc/meminfo: memFree=1652208/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=1452 CPUtime=0
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 120000 1111332853 1486848 143 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 363 144 70 173 0 188 0

[startup+0.020681 s]
/proc/loadavg: 2.04 1.91 1.47 3/64 8733
/proc/meminfo: memFree=1652208/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=2112 CPUtime=0.01
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 330 0 0 0 1 0 0 0 18 0 1 120000 1111332853 2162688 315 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 528 315 70 173 0 353 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2112

[startup+0.10169 s]
/proc/loadavg: 2.04 1.91 1.47 3/64 8733
/proc/meminfo: memFree=1652208/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=2636 CPUtime=0.09
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 453 0 0 0 9 0 0 0 18 0 1 120000 1111332853 2699264 437 1992294400 134512640 135224549 4294956208 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 659 437 74 173 0 484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2636

[startup+0.301712 s]
/proc/loadavg: 2.04 1.91 1.47 3/64 8733
/proc/meminfo: memFree=1652208/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=3164 CPUtime=0.29
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 597 0 0 0 29 0 0 0 19 0 1 120000 1111332853 3239936 581 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 791 581 90 173 0 616 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3164

[startup+0.701759 s]
/proc/loadavg: 2.04 1.91 1.47 3/64 8733
/proc/meminfo: memFree=1652208/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=3428 CPUtime=0.69
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 684 0 0 0 69 0 0 0 23 0 1 120000 1111332853 3510272 668 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 857 668 90 173 0 682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3428

[startup+1.50186 s]
/proc/loadavg: 2.04 1.91 1.47 2/65 8734
/proc/meminfo: memFree=1649704/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=3824 CPUtime=1.49
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 763 0 0 0 149 0 0 0 25 0 1 120000 1111332853 3915776 747 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 956 747 90 173 0 781 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3824

[startup+3.10104 s]
/proc/loadavg: 1.96 1.89 1.47 2/65 8734
/proc/meminfo: memFree=1649192/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=4408 CPUtime=3.09
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 913 0 0 0 309 0 0 0 25 0 1 120000 1111332853 4513792 897 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 1102 897 90 173 0 927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4408

[startup+6.30242 s]
/proc/loadavg: 1.96 1.89 1.47 2/65 8734
/proc/meminfo: memFree=1647720/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=5596 CPUtime=6.29
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 1206 0 0 0 628 1 0 0 25 0 1 120000 1111332853 5730304 1190 1992294400 134512640 135224549 4294956208 18446744073709551615 134618697 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 1399 1190 90 173 0 1224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5596

[startup+12.7012 s]
/proc/loadavg: 1.88 1.88 1.47 2/65 8734
/proc/meminfo: memFree=1646248/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=7184 CPUtime=12.68
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 1607 0 0 0 1267 1 0 0 25 0 1 120000 1111332853 7356416 1591 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 1796 1591 90 173 0 1621 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7184

[startup+25.5017 s]
/proc/loadavg: 1.69 1.83 1.46 2/65 8734
/proc/meminfo: memFree=1643816/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=9296 CPUtime=25.48
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 2144 0 0 0 2547 1 0 0 25 0 1 120000 1111332853 9519104 2128 1992294400 134512640 135224549 4294956208 18446744073709551615 134595561 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 2324 2128 90 173 0 2149 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9296

[startup+51.1017 s]
/proc/loadavg: 1.45 1.76 1.45 2/65 8734
/proc/meminfo: memFree=1641576/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=11672 CPUtime=51.07
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 2755 0 0 0 5105 2 0 0 25 0 1 120000 1111332853 11952128 2706 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 2918 2706 90 173 0 2743 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11672

[startup+102.306 s]
/proc/loadavg: 1.18 1.63 1.42 2/65 8734
/proc/meminfo: memFree=1637608/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=15512 CPUtime=102.24
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 3722 0 0 0 10220 4 0 0 25 0 1 120000 1111332853 15884288 3673 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 3878 3673 90 173 0 3703 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15512

[startup+162.302 s]
/proc/loadavg: 1.07 1.52 1.39 2/65 8734
/proc/meminfo: memFree=1634408/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=18956 CPUtime=162.21
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 4571 0 0 0 16216 5 0 0 25 0 1 120000 1111332853 19410944 4457 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8733/statm: 4739 4457 90 173 0 4564 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 18956

[startup+222.301 s]
/proc/loadavg: 1.02 1.42 1.36 2/65 8734
/proc/meminfo: memFree=1632744/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=20548 CPUtime=222.18
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 5005 0 0 0 22213 5 0 0 25 0 1 120000 1111332853 21041152 4891 1992294400 134512640 135224549 4294956208 18446744073709551615 134595564 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 5137 4891 90 173 0 4962 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 20548

[startup+282.301 s]
/proc/loadavg: 1.01 1.35 1.34 2/65 8734
/proc/meminfo: memFree=1629288/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=24112 CPUtime=282.15
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 5879 0 0 0 28209 6 0 0 25 0 1 120000 1111332853 24690688 5765 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 6028 5765 90 173 0 5853 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 24112

[startup+342.301 s]
/proc/loadavg: 1.00 1.28 1.32 2/65 8734
/proc/meminfo: memFree=1627560/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=25836 CPUtime=342.11
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 6305 0 0 0 34205 6 0 0 25 0 1 120000 1111332853 26456064 6191 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 6459 6191 90 173 0 6284 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 25836

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 8734
/proc/meminfo: memFree=1626856/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=26496 CPUtime=402.09
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 6461 0 0 0 40202 7 0 0 25 0 1 120000 1111332853 27131904 6347 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 6624 6347 90 173 0 6449 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 26496

[startup+462.301 s]
/proc/loadavg: 1.00 1.18 1.27 2/65 8734
/proc/meminfo: memFree=1624488/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=28748 CPUtime=462.07
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 7033 0 0 0 46199 8 0 0 25 0 1 120000 1111332853 29437952 6919 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 7187 6919 90 173 0 7012 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 28748

[startup+522.302 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 8734
/proc/meminfo: memFree=1621928/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=31300 CPUtime=522.03
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 7680 0 0 0 52195 8 0 0 25 0 1 120000 1111332853 32051200 7566 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8733/statm: 7825 7566 90 173 0 7650 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 31300

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 8734
/proc/meminfo: memFree=1621928/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=31300 CPUtime=582
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 7680 0 0 0 58192 8 0 0 25 0 1 120000 1111332853 32051200 7566 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 7825 7566 90 173 0 7650 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 31300

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.22 2/65 8734
/proc/meminfo: memFree=1619240/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=34772 CPUtime=641.98
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 8523 0 0 0 64189 9 0 0 25 0 1 120000 1111332853 35606528 8280 1992294400 134512640 135224549 4294956208 18446744073709551615 134595571 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 8693 8280 90 173 0 8518 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 34772

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/65 8734
/proc/meminfo: memFree=1618984/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=34772 CPUtime=701.95
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 8525 0 0 0 70186 9 0 0 25 0 1 120000 1111332853 35606528 8282 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 8693 8282 90 173 0 8518 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 34772

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 8734
/proc/meminfo: memFree=1615848/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=37972 CPUtime=761.93
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 9329 0 0 0 76184 9 0 0 25 0 1 120000 1111332853 38883328 9086 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 9493 9086 90 173 0 9318 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 37972

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 8734
/proc/meminfo: memFree=1615720/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=38104 CPUtime=821.89
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 9349 0 0 0 82180 9 0 0 25 0 1 120000 1111332853 39018496 9106 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 9526 9106 90 173 0 9351 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 38104

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 8734
/proc/meminfo: memFree=1615720/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=38104 CPUtime=881.85
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 9355 0 0 0 88176 9 0 0 25 0 1 120000 1111332853 39018496 9112 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8733/statm: 9526 9112 90 173 0 9351 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 38104

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 8734
/proc/meminfo: memFree=1612456/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=41476 CPUtime=941.8
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 10184 0 0 0 94170 10 0 0 25 0 1 120000 1111332853 42471424 9941 1992294400 134512640 135224549 4294956208 18446744073709551615 134632688 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 10369 9941 90 173 0 10194 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 41476

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 8734
/proc/meminfo: memFree=1612456/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=41476 CPUtime=1001.77
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 10187 0 0 0 100167 10 0 0 25 0 1 120000 1111332853 42471424 9944 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 10369 9944 90 173 0 10194 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 41476

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 8734
/proc/meminfo: memFree=1612456/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=41476 CPUtime=1061.75
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 10194 0 0 0 106164 11 0 0 25 0 1 120000 1111332853 42471424 9951 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8733/statm: 10369 9951 90 173 0 10194 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 41476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 8734
/proc/meminfo: memFree=1609320/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=44600 CPUtime=1121.7
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 10989 0 0 0 112159 11 0 0 25 0 1 120000 1111332853 45670400 10746 1992294400 134512640 135224549 4294956208 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 11150 10746 90 173 0 10975 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 44600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 8734
/proc/meminfo: memFree=1608680/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=45260 CPUtime=1181.68
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 11138 0 0 0 118157 11 0 0 25 0 1 120000 1111332853 46346240 10895 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 11315 10895 90 173 0 11140 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 45260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 8734
/proc/meminfo: memFree=1608616/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=45260 CPUtime=1200.07
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 11138 0 0 0 119996 11 0 0 25 0 1 100 1111332853 46346240 10895 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 11315 10895 90 173 0 11140 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 45260

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 8734
/proc/meminfo: memFree=1608616/2055920 swapFree=4178472/4192956
[pid=8733] ppid=8731 vsize=45260 CPUtime=1200.07
/proc/8733/stat : 8733 (CirCUs) R 8731 8733 8601 0 -1 4194304 11138 0 0 0 119996 11 0 0 25 0 1 100 1111332853 46346240 10895 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8733/statm: 11315 10895 90 173 0 11140 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 45260

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.09
CPU user time (s): 1199.97
CPU system time (s): 0.12698
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 45260

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

runsolver used 1.00985 second user time and 3.36749 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-30 06:17:39
IDJOB=1524166
IDBENCH=70281
IDSOLVER=544
FILE ID=node1/1524166-1238386659
PBS_JOBID= 9061345
Free space on /tmp= 66132 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S547165541-056.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524166-1238386659/watcher-1524166-1238386659 -o /tmp/evaluation-result-1524166-1238386659/solver-1524166-1238386659 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524166-1238386659.cnf -t 1200

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

MD5SUM BENCH= c7b32920fad710a8e62fee8bc80010c2
RANDOM SEED=767494990

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:       1652624 kB
Buffers:         74236 kB
Cached:         230592 kB
SwapCached:       8380 kB
Active:          65632 kB
Inactive:       249172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652624 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          15752 kB
Slab:            74460 kB
Committed_AS:  2914404 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= 66132 MiB
End job on node1 at 2009-03-30 06:37:42