Trace number 1524199

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.11 1200.43

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S1629487320-053.cnf
MD5SUM9b604e81393e56d82864199888f120ce
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark149.684
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.04/0.06	c Eliminate time :       0.02 

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-1524199-1238394593/watcher-1524199-1238394593 -o /tmp/evaluation-result-1524199-1238394593/solver-1524199-1238394593 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524199-1238394593.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.99 0.98 0.99 3/65 27646
/proc/meminfo: memFree=1730032/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=1932 CPUtime=0
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 120000 465793137 1978368 247 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 516 248 70 173 0 341 0

[startup+0.045489 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 27646
/proc/meminfo: memFree=1730032/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=3512 CPUtime=0.04
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 676 0 0 0 4 0 0 0 18 0 1 120000 465793137 3596288 660 1992294400 134512640 135224549 4294956208 18446744073709551615 134570538 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 878 660 74 173 0 703 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3512

[startup+0.101494 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 27646
/proc/meminfo: memFree=1730032/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=3644 CPUtime=0.09
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 726 0 0 0 9 0 0 0 18 0 1 120000 465793137 3731456 710 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 911 710 90 173 0 736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3644

[startup+0.301516 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 27646
/proc/meminfo: memFree=1730032/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=4436 CPUtime=0.29
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 898 0 0 0 29 0 0 0 19 0 1 120000 465793137 4542464 882 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 1109 882 90 173 0 934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4436

[startup+0.701562 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 27646
/proc/meminfo: memFree=1730032/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=5756 CPUtime=0.69
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 1242 0 0 0 69 0 0 0 22 0 1 120000 465793137 5894144 1226 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 1439 1226 90 173 0 1264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5756

[startup+1.50165 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1724392/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=7076 CPUtime=1.49
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 1560 0 0 0 148 1 0 0 25 0 1 120000 465793137 7245824 1544 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 1769 1544 90 173 0 1594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7076

[startup+3.10184 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1723688/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=7868 CPUtime=3.09
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 1774 0 0 0 308 1 0 0 25 0 1 120000 465793137 8056832 1758 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 1967 1758 90 173 0 1792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7868

[startup+6.3012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1721896/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=9332 CPUtime=6.29
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 2132 0 0 0 627 2 0 0 25 0 1 120000 465793137 9555968 2116 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 2333 2116 90 173 0 2158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9332

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1719080/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=12500 CPUtime=12.69
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 2944 0 0 0 1266 3 0 0 25 0 1 120000 465793137 12800000 2928 1992294400 134512640 135224549 4294956208 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 3125 2928 90 173 0 2950 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12500

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1713256/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=17648 CPUtime=25.48
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 4214 0 0 0 2545 3 0 0 25 0 1 120000 465793137 18071552 4198 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 4412 4198 90 173 0 4237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17648

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1705768/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=25300 CPUtime=51.07
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 6126 0 0 0 5103 4 0 0 25 0 1 120000 465793137 25907200 6077 1992294400 134512640 135224549 4294956208 18446744073709551615 134618706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 6325 6077 90 173 0 6150 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25300

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1695208/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=35860 CPUtime=102.26
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 8779 0 0 0 10219 7 0 0 25 0 1 120000 465793137 36720640 8730 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 8965 8730 90 173 0 8790 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35860

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1685608/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=45620 CPUtime=162.25
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 11239 0 0 0 16215 10 0 0 25 0 1 120000 465793137 46714880 11125 1992294400 134512640 135224549 4294956208 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 11405 11125 90 173 0 11230 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45620

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1677800/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=53408 CPUtime=222.23
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 13194 0 0 0 22210 13 0 0 25 0 1 120000 465793137 54689792 13080 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 13352 13080 90 173 0 13177 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53408

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1667944/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=63044 CPUtime=282.22
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 15642 0 0 0 28206 16 0 0 25 0 1 120000 465793137 64557056 15528 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 15761 15528 90 173 0 15586 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 63044

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1661416/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=69644 CPUtime=342.2
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 17279 0 0 0 34202 18 0 0 25 0 1 120000 465793137 71315456 17165 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 17411 17165 90 173 0 17236 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 69644

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1657128/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=73868 CPUtime=402.18
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 18343 0 0 0 40198 20 0 0 25 0 1 120000 465793137 75640832 18229 1992294400 134512640 135224549 4294956208 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 18467 18229 90 173 0 18292 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 73868

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1648168/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=82712 CPUtime=462.17
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 20566 0 0 0 46194 23 0 0 25 0 1 120000 465793137 84697088 20452 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 20678 20452 90 173 0 20503 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 82712

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1646312/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=85600 CPUtime=522.15
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 21316 0 0 0 52192 23 0 0 25 0 1 120000 465793137 87654400 21073 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 21400 21073 90 173 0 21225 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 85600

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1640488/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=90880 CPUtime=582.13
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 22619 0 0 0 58188 25 0 0 25 0 1 120000 465793137 93061120 22376 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 22720 22376 90 173 0 22545 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 90880

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1631464/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=99724 CPUtime=642.13
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 24868 0 0 0 64186 27 0 0 25 0 1 120000 465793137 102117376 24625 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 24931 24625 90 173 0 24756 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 99724

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1631464/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=99724 CPUtime=702.1
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 24868 0 0 0 70183 27 0 0 25 0 1 120000 465793137 102117376 24625 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 24931 24625 90 173 0 24756 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 99724

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1624040/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=107116 CPUtime=762.09
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 26726 0 0 0 76180 29 0 0 25 0 1 120000 465793137 109686784 26483 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 26779 26483 90 173 0 26604 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 107116

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1624040/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=107116 CPUtime=822.08
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 26726 0 0 0 82178 30 0 0 25 0 1 120000 465793137 109686784 26483 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 26779 26483 90 173 0 26604 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 107116

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1612776/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=118336 CPUtime=882.06
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 29545 0 0 0 88173 33 0 0 25 0 1 120000 465793137 121176064 29302 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 29584 29302 90 173 0 29409 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 118336

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1612776/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=118336 CPUtime=942.04
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 29545 0 0 0 94171 33 0 0 25 0 1 120000 465793137 121176064 29302 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 29584 29302 90 173 0 29409 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 118336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1611048/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=120184 CPUtime=1002.02
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 30009 0 0 0 100168 34 0 0 25 0 1 120000 465793137 123068416 29766 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 30046 29766 90 173 0 29871 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 120184

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1602280/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=128632 CPUtime=1062.01
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 32149 0 0 0 106165 36 0 0 25 0 1 120000 465793137 131719168 31906 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 32158 31906 90 173 0 31983 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 128632

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1602280/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=128632 CPUtime=1121.99
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 32149 0 0 0 112163 36 0 0 25 0 1 120000 465793137 131719168 31906 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 32158 31906 90 173 0 31983 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 128632

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1600424/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=131008 CPUtime=1181.98
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 32718 0 0 0 118161 37 0 0 25 0 1 120000 465793137 134152192 32475 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 32752 32475 90 173 0 32577 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 131008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27647
/proc/meminfo: memFree=1592040/2055920 swapFree=4178736/4192956
[pid=27646] ppid=27644 vsize=138796 CPUtime=1200.08
/proc/27646/stat : 27646 (CirCUs) R 27644 27646 27154 0 -1 4194304 34698 0 0 0 119969 39 0 0 25 0 1 100 465793137 142127104 34455 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27646/statm: 34699 34455 90 173 0 34524 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 138796

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.11
CPU user time (s): 1199.69
CPU system time (s): 0.414936
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 138796

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

runsolver used 1.41078 second user time and 2.53661 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 08:29:53
IDJOB=1524199
IDBENCH=70314
IDSOLVER=544
FILE ID=node32/1524199-1238394593
PBS_JOBID= 9061313
Free space on /tmp= 66456 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S1629487320-053.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524199-1238394593/watcher-1524199-1238394593 -o /tmp/evaluation-result-1524199-1238394593/solver-1524199-1238394593 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524199-1238394593.cnf -t 1200

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

MD5SUM BENCH= 9b604e81393e56d82864199888f120ce
RANDOM SEED=1840461191

node32.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.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	: 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.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:       1730512 kB
Buffers:         71968 kB
Cached:         187316 kB
SwapCached:       7344 kB
Active:          70916 kB
Inactive:       197188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730512 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            43028 kB
Committed_AS:  1473176 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node32 at 2009-03-30 08:49:55