Trace number 1727077

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

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
MD5SUM5a3ae9766db0de00fa37fabacaa34827
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
Number of clauses of size over 50

Solver Data

0.39/0.42	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.39/0.42	c Eliminate time :       0.32 

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-1727077-1240720598/watcher-1727077-1240720598 -o /tmp/evaluation-result-1727077-1240720598/solver-1727077-1240720598 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1727077-1240720598.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.91 0.95 0.98 3/64 25153
/proc/meminfo: memFree=1608440/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=2076 CPUtime=0
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 120000 100086972 2125824 215 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 519 215 70 173 0 344 0

[startup+0.0148931 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25153
/proc/meminfo: memFree=1608440/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=2484 CPUtime=0.01
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 120000 100086972 2543616 333 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 621 333 70 173 0 446 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2484

[startup+0.102903 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25153
/proc/meminfo: memFree=1608440/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=5380 CPUtime=0.09
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1132 0 0 0 9 0 0 0 18 0 1 120000 100086972 5509120 1083 1992294400 134512640 135224549 4294956224 18446744073709551615 134566685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1345 1083 76 173 0 1170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5380

[startup+0.302924 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25153
/proc/meminfo: memFree=1608440/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=5380 CPUtime=0.29
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1168 0 0 0 29 0 0 0 19 0 1 120000 100086972 5509120 1119 1992294400 134512640 135224549 4294956224 18446744073709551615 134577944 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1345 1119 77 173 0 1170 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5380

[startup+0.702968 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25153
/proc/meminfo: memFree=1608440/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=5516 CPUtime=0.69
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1222 0 0 0 69 0 0 0 22 0 1 120000 100086972 5648384 1173 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1379 1173 93 173 0 1204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5516

[startup+1.50106 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 25154
/proc/meminfo: memFree=1604016/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=5912 CPUtime=1.49
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1305 0 0 0 149 0 0 0 25 0 1 120000 100086972 6053888 1256 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1478 1256 93 173 0 1303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5912

[startup+3.10123 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 25154
/proc/meminfo: memFree=1603376/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=6308 CPUtime=3.09
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1413 0 0 0 309 0 0 0 25 0 1 120000 100086972 6459392 1364 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1577 1364 93 173 0 1402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6308

[startup+6.30159 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 25154
/proc/meminfo: memFree=1602544/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=6856 CPUtime=6.29
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1556 0 0 0 629 0 0 0 25 0 1 120000 100086972 7020544 1507 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1714 1507 93 173 0 1539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6856

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 25154
/proc/meminfo: memFree=1601968/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=7384 CPUtime=12.69
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1679 0 0 0 1269 0 0 0 25 0 1 120000 100086972 7561216 1630 1992294400 134512640 135224549 4294956224 18446744073709551615 134587928 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1846 1630 93 173 0 1671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7384

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 25154
/proc/meminfo: memFree=1601456/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=7944 CPUtime=25.48
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 1809 0 0 0 2548 0 0 0 25 0 1 120000 100086972 8134656 1760 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 1986 1760 93 173 0 1811 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7944

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 25154
/proc/meminfo: memFree=1600560/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=8736 CPUtime=51.08
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 2039 0 0 0 5107 1 0 0 25 0 1 120000 100086972 8945664 1990 1992294400 134512640 135224549 4294956224 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 2184 1990 93 173 0 2009 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8736

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 25154
/proc/meminfo: memFree=1598384/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=11008 CPUtime=102.27
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 2575 0 0 0 10225 2 0 0 25 0 1 120000 100086972 11272192 2526 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 2752 2526 93 173 0 2577 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11008

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1596144/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=13120 CPUtime=162.24
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 3119 0 0 0 16222 2 0 0 25 0 1 120000 100086972 13434880 3070 1992294400 134512640 135224549 4294956224 18446744073709551615 134619259 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 3280 3070 93 173 0 3105 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13120

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1594352/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=15096 CPUtime=222.22
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 3569 0 0 0 22219 3 0 0 25 0 1 120000 100086972 15458304 3520 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 3774 3520 93 173 0 3599 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 15096

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1592816/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=16548 CPUtime=282.21
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 3950 0 0 0 28217 4 0 0 25 0 1 120000 100086972 16945152 3901 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 4137 3901 93 173 0 3962 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16548

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1592560/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=16680 CPUtime=342.19
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 3999 0 0 0 34215 4 0 0 25 0 1 120000 100086972 17080320 3950 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 4170 3950 93 173 0 3995 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 16680

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1590768/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=18528 CPUtime=402.18
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 4444 0 0 0 40213 5 0 0 25 0 1 120000 100086972 18972672 4395 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 4632 4395 93 173 0 4457 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18528

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1588784/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=20556 CPUtime=462.16
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 4930 0 0 0 46210 6 0 0 25 0 1 120000 100086972 21049344 4881 1992294400 134512640 135224549 4294956224 18446744073709551615 134618778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 5139 4881 93 173 0 4964 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20556

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1588016/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=21472 CPUtime=522.14
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 5191 0 0 0 52208 6 0 0 25 0 1 120000 100086972 21987328 5077 1992294400 134512640 135224549 4294956224 18446744073709551615 134595772 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 5368 5077 93 173 0 5193 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21472

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1586672/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=22820 CPUtime=582.12
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 5516 0 0 0 58206 6 0 0 25 0 1 120000 100086972 23367680 5402 1992294400 134512640 135224549 4294956224 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 5705 5402 93 173 0 5530 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 22820

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1584624/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=24816 CPUtime=642.11
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 6025 0 0 0 64204 7 0 0 25 0 1 120000 100086972 25411584 5911 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 6204 5911 93 173 0 6029 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 24816

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1583984/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=25476 CPUtime=702.08
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 6180 0 0 0 70201 7 0 0 25 0 1 120000 100086972 26087424 6066 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 6369 6066 93 173 0 6194 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 25476

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1582832/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=26532 CPUtime=762.08
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 6461 0 0 0 76200 8 0 0 25 0 1 120000 100086972 27168768 6347 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 6633 6347 93 173 0 6458 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 26532

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1582896/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=26532 CPUtime=822.05
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 6461 0 0 0 82197 8 0 0 25 0 1 120000 100086972 27168768 6347 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 6633 6347 93 173 0 6458 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 26532

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1580784/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=28548 CPUtime=882.03
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 6980 0 0 0 88195 8 0 0 25 0 1 120000 100086972 29233152 6866 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 7137 6866 93 173 0 6962 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 28548

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1580720/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=28548 CPUtime=942.02
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 6980 0 0 0 94193 9 0 0 25 0 1 120000 100086972 29233152 6866 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 7137 6866 93 173 0 6962 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 28548

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1579184/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=30264 CPUtime=1002
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 7393 0 0 0 100191 9 0 0 25 0 1 120000 100086972 30990336 7279 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 7566 7279 93 173 0 7391 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 30264

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1578160/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=31188 CPUtime=1061.98
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 7619 0 0 0 106188 10 0 0 25 0 1 120000 100086972 31936512 7505 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 7797 7505 93 173 0 7622 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 31188

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1578160/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=31188 CPUtime=1121.96
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 7623 0 0 0 112186 10 0 0 25 0 1 120000 100086972 31936512 7509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 7797 7509 93 173 0 7622 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 31188

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1576240/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=32912 CPUtime=1181.95
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 8097 0 0 0 118184 11 0 0 25 0 1 120000 100086972 33701888 7983 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 8228 7983 93 173 0 8053 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 32912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25156
/proc/meminfo: memFree=1576240/2055920 swapFree=4192812/4192956
[pid=25153] ppid=25151 vsize=32912 CPUtime=1200.05
/proc/25153/stat : 25153 (CirCUs) R 25151 25153 25088 0 -1 4194304 8097 0 0 0 119994 11 0 0 25 0 1 100 100086972 33701888 7983 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25153/statm: 8228 7983 93 173 0 8053 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 32912

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.06
CPU user time (s): 1199.94
CPU system time (s): 0.119981
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 32912

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

runsolver used 0.911861 second user time and 2.45663 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-26 06:36:38
IDJOB=1727077
IDBENCH=24628
IDSOLVER=544
FILE ID=node59/1727077-1240720598
PBS_JOBID= 9186900
Free space on /tmp= 66396 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727077-1240720598/watcher-1727077-1240720598 -o /tmp/evaluation-result-1727077-1240720598/solver-1727077-1240720598 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1727077-1240720598.cnf -t 1200

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

MD5SUM BENCH= 5a3ae9766db0de00fa37fabacaa34827
RANDOM SEED=1811880212

node59.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.240
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.240
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:       1608920 kB
Buffers:         50456 kB
Cached:         317016 kB
SwapCached:          0 kB
Active:         219680 kB
Inactive:       161632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            51676 kB
Committed_AS:   432232 kB
PageTables:       1456 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= 66396 MiB
End job on node59 at 2009-04-26 06:56:40