Trace number 1524213

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/14000/
unif-k3-r4.2-v14000-c58800-S822708255-070.cnf
MD5SUMb4b21d0b7e1c85f1ed2d73fe388ea563
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark115.094
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524213-1238398207/watcher-1524213-1238398207 -o /tmp/evaluation-result-1524213-1238398207/solver-1524213-1238398207 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524213-1238398207.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.00 0.99 0.98 3/65 27773
/proc/meminfo: memFree=1728160/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=2696 CPUtime=0
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 120000 466154555 2760704 347 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 674 348 70 173 0 499 0

[startup+0.0276999 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 27773
/proc/meminfo: memFree=1728160/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=3884 CPUtime=0.02
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 674 0 0 0 2 0 0 0 18 0 1 120000 466154555 3977216 659 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 971 659 70 173 0 796 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3884

[startup+0.101707 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 27773
/proc/meminfo: memFree=1728160/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=6388 CPUtime=0.09
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 1373 0 0 0 9 0 0 0 18 0 1 120000 466154555 6541312 1325 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 1597 1326 70 173 0 1422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6388

[startup+0.301729 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 27773
/proc/meminfo: memFree=1728160/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=6912 CPUtime=0.29
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 1548 0 0 0 28 1 0 0 19 0 1 120000 466154555 7077888 1499 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 1728 1499 90 173 0 1553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6912

[startup+0.701775 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 27773
/proc/meminfo: memFree=1728160/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=7704 CPUtime=0.69
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 1746 0 0 0 68 1 0 0 22 0 1 120000 466154555 7888896 1697 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 1926 1697 90 173 0 1751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7704

[startup+1.50287 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1721176/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=9556 CPUtime=1.49
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 2180 0 0 0 148 1 0 0 25 0 1 120000 466154555 9785344 2131 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 2389 2131 90 173 0 2214 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9556

[startup+3.10104 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1718616/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=11536 CPUtime=3.09
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 2687 0 0 0 307 2 0 0 25 0 1 120000 466154555 11812864 2638 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 2884 2638 90 173 0 2709 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11536

[startup+6.30141 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1716120/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=13384 CPUtime=6.29
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 3156 0 0 0 627 2 0 0 25 0 1 120000 466154555 13705216 3107 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 3346 3107 90 173 0 3171 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13384

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1713624/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=15556 CPUtime=12.69
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 3685 0 0 0 1267 2 0 0 25 0 1 120000 466154555 15929344 3636 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 3889 3636 90 173 0 3714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15556

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1709784/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=19384 CPUtime=25.49
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 4639 0 0 0 2546 3 0 0 25 0 1 120000 466154555 19849216 4590 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 4846 4590 90 173 0 4671 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19384

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1702104/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=27832 CPUtime=51.08
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 6766 0 0 0 5104 4 0 0 25 0 1 120000 466154555 28499968 6717 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 6958 6717 90 173 0 6783 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27832

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1690584/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=38652 CPUtime=102.26
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 9426 0 0 0 10220 6 0 0 25 0 1 120000 466154555 39579648 9377 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 9663 9377 90 173 0 9488 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38652

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1679320/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=49872 CPUtime=162.24
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 12256 0 0 0 16216 8 0 0 25 0 1 120000 466154555 51068928 12207 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 12468 12207 90 173 0 12293 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 49872

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1667736/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=61356 CPUtime=222.23
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 15128 0 0 0 22212 11 0 0 25 0 1 120000 466154555 62828544 15079 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 15339 15079 90 173 0 15164 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 61356

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1657816/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=71512 CPUtime=282.22
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 17686 0 0 0 28208 14 0 0 25 0 1 120000 466154555 73228288 17572 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 17878 17572 90 173 0 17703 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 71512

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1651544/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=77716 CPUtime=342.2
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 19238 0 0 0 34205 15 0 0 25 0 1 120000 466154555 79581184 19124 1992294400 134512640 135224549 4294956224 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 19429 19124 90 173 0 19254 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 77716

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1638360/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=92104 CPUtime=402.18
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 22841 0 0 0 40200 18 0 0 25 0 1 120000 466154555 94314496 22727 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 23026 22727 90 173 0 22851 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 92104

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1631640/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=97912 CPUtime=462.17
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 24313 0 0 0 46197 20 0 0 25 0 1 120000 466154555 100261888 24199 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 24478 24199 90 173 0 24303 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 97912

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1627736/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=101344 CPUtime=522.15
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 25177 0 0 0 52195 20 0 0 25 0 1 120000 466154555 103776256 25063 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 25336 25063 90 173 0 25161 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 101344

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1621848/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=107152 CPUtime=582.14
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 26644 0 0 0 58192 22 0 0 25 0 1 120000 466154555 109723648 26530 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 26788 26530 90 173 0 26613 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 107152

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1614808/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=114148 CPUtime=642.12
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 28395 0 0 0 64189 23 0 0 25 0 1 120000 466154555 116887552 28281 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 28537 28281 90 173 0 28362 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 114148

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1613976/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=115732 CPUtime=702.11
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 28801 0 0 0 70187 24 0 0 25 0 1 120000 466154555 118509568 28687 1992294400 134512640 135224549 4294956224 18446744073709551615 134630857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 28933 28687 90 173 0 28758 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 115732

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1604440/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=124444 CPUtime=762.09
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 30971 0 0 0 76184 25 0 0 25 0 1 120000 466154555 127430656 30857 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 31111 30857 90 173 0 30936 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 124444

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1592280/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=137100 CPUtime=822.07
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 34144 0 0 0 82179 28 0 0 25 0 1 120000 466154555 140390400 33901 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 34275 33901 90 173 0 34100 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 137100

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1592344/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=137100 CPUtime=882.06
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 34144 0 0 0 88177 29 0 0 25 0 1 120000 466154555 140390400 33901 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 34275 33901 90 173 0 34100 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 137100

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1578328/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=151620 CPUtime=942.04
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 37787 0 0 0 94172 32 0 0 25 0 1 120000 466154555 155258880 37544 1992294400 134512640 135224549 4294956224 18446744073709551615 134595604 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 37905 37544 90 173 0 37730 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 151620

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1576280/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=152940 CPUtime=1002.03
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 38130 0 0 0 100170 33 0 0 25 0 1 120000 466154555 156610560 37887 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 38235 37887 90 173 0 38060 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 152940

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1576344/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=152940 CPUtime=1062.01
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 38130 0 0 0 106168 33 0 0 25 0 1 120000 466154555 156610560 37887 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 38235 37887 90 173 0 38060 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 152940

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1562520/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=166668 CPUtime=1122
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 41574 0 0 0 112162 38 0 0 25 0 1 120000 466154555 170668032 41331 1992294400 134512640 135224549 4294956224 18446744073709551615 134619856 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 41667 41331 90 173 0 41492 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 166668

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1562456/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=166668 CPUtime=1181.98
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 41574 0 0 0 118160 38 0 0 25 0 1 120000 466154555 170668032 41331 1992294400 134512640 135224549 4294956224 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 41667 41331 90 173 0 41492 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 166668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 27774
/proc/meminfo: memFree=1562456/2055920 swapFree=4178736/4192956
[pid=27773] ppid=27771 vsize=166668 CPUtime=1200.08
/proc/27773/stat : 27773 (CirCUs) R 27771 27773 27708 0 -1 4194304 41574 0 0 0 119970 38 0 0 25 0 1 100 466154555 170668032 41331 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27773/statm: 41667 41331 90 173 0 41492 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 166668

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.7
CPU system time (s): 0.412937
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 166668

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

runsolver used 1.41478 second user time and 2.59461 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 09:30:07
IDJOB=1524213
IDBENCH=70328
IDSOLVER=544
FILE ID=node32/1524213-1238398207
PBS_JOBID= 9061408
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= b4b21d0b7e1c85f1ed2d73fe388ea563
RANDOM SEED=905068776

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:       1728640 kB
Buffers:         72340 kB
Cached:         188984 kB
SwapCached:       7344 kB
Active:          77152 kB
Inactive:       192892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728640 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            42976 kB
Committed_AS:  1474564 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 09:50:09