Trace number 1727713

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

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
MD5SUM7f866db903b373b6b7f75057c2353f02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark295.875
Satisfiable
(Un)Satisfiability was proved
Number of variables502
Number of clauses11816
Sum of the clauses size41772
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21080
Number of clauses of size 38731
Number of clauses of size 4281
Number of clauses of size 5285
Number of clauses of size over 51404

Solver Data

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

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-1727713-1240728053/watcher-1727713-1240728053 -o /tmp/evaluation-result-1727713-1240728053/solver-1727713-1240728053 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1727713-1240728053.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.92 0.99 0.99 3/64 19735
/proc/meminfo: memFree=1753856/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=1464 CPUtime=0
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 120000 100829733 1499136 148 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 366 148 70 173 0 191 0

[startup+0.029803 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 19735
/proc/meminfo: memFree=1753856/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=2120 CPUtime=0.02
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 333 0 0 0 2 0 0 0 18 0 1 120000 100829733 2170880 317 1992294400 134512640 135224549 4294956208 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 530 317 76 173 0 355 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2120

[startup+0.101806 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 19735
/proc/meminfo: memFree=1753856/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=2252 CPUtime=0.1
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 391 0 0 0 10 0 0 0 18 0 1 120000 100829733 2306048 375 1992294400 134512640 135224549 4294956208 18446744073709551615 134595686 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 563 375 93 173 0 388 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2252

[startup+0.301832 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 19735
/proc/meminfo: memFree=1753856/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=2516 CPUtime=0.3
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 450 0 0 0 30 0 0 0 19 0 1 120000 100829733 2576384 434 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 629 434 93 173 0 454 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2516

[startup+0.701888 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 19735
/proc/meminfo: memFree=1753856/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=2648 CPUtime=0.7
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 507 0 0 0 70 0 0 0 22 0 1 120000 100829733 2711552 491 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 662 491 93 173 0 487 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2648

[startup+1.502 s]
/proc/loadavg: 0.92 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1752120/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=3044 CPUtime=1.5
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 597 0 0 0 150 0 0 0 25 0 1 120000 100829733 3117056 581 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 761 581 93 173 0 586 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3044

[startup+3.10123 s]
/proc/loadavg: 0.92 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1751480/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=3572 CPUtime=3.09
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 720 0 0 0 309 0 0 0 25 0 1 120000 100829733 3657728 704 1992294400 134512640 135224549 4294956208 18446744073709551615 134619690 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 893 704 93 173 0 718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3572

[startup+6.30168 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1750456/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=4364 CPUtime=6.29
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 920 0 0 0 629 0 0 0 25 0 1 120000 100829733 4468736 904 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 1091 904 93 173 0 916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4364

[startup+12.7016 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1748920/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=5684 CPUtime=12.68
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 1247 0 0 0 1268 0 0 0 25 0 1 120000 100829733 5820416 1231 1992294400 134512640 135224549 4294956208 18446744073709551615 134630832 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 1421 1231 93 173 0 1246 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5684

[startup+25.5024 s]
/proc/loadavg: 0.95 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1747320/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=7272 CPUtime=25.48
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 1654 0 0 0 2547 1 0 0 25 0 1 120000 100829733 7446528 1638 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 1818 1638 93 173 0 1643 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7272

[startup+51.103 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1745080/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=9648 CPUtime=51.08
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 2246 0 0 0 5106 2 0 0 25 0 1 120000 100829733 9879552 2197 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 2412 2197 93 173 0 2237 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9648

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1741496/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=13236 CPUtime=102.27
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 3149 0 0 0 10224 3 0 0 25 0 1 120000 100829733 13553664 3100 1992294400 134512640 135224549 4294956208 18446744073709551615 134618630 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 3309 3100 93 173 0 3134 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13236

[startup+162.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1739064/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=15876 CPUtime=162.24
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 3808 0 0 0 16221 3 0 0 25 0 1 120000 100829733 16257024 3694 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 3969 3694 93 173 0 3794 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15876

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1736568/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=18400 CPUtime=222.22
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 4431 0 0 0 22218 4 0 0 25 0 1 120000 100829733 18841600 4317 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 4600 4317 93 173 0 4425 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18400

[startup+282.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1734712/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=20196 CPUtime=282.2
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 4869 0 0 0 28215 5 0 0 25 0 1 120000 100829733 20680704 4755 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 5049 4755 93 173 0 4874 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20196

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1732728/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=22236 CPUtime=342.18
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 5363 0 0 0 34212 6 0 0 25 0 1 120000 100829733 22769664 5249 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 5559 5249 93 173 0 5384 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 22236

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1731832/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=23220 CPUtime=402.17
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 5612 0 0 0 40210 7 0 0 25 0 1 120000 100829733 23777280 5498 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 5805 5498 93 173 0 5630 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 23220

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1730744/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=24148 CPUtime=462.14
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 5842 0 0 0 46207 7 0 0 25 0 1 120000 100829733 24727552 5728 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 6037 5728 93 173 0 5862 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 24148

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1728952/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=25884 CPUtime=522.13
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 6274 0 0 0 52205 8 0 0 25 0 1 120000 100829733 26505216 6160 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 6471 6160 93 173 0 6296 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 25884

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1728632/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=26160 CPUtime=582.1
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 6360 0 0 0 58202 8 0 0 25 0 1 120000 100829733 26787840 6246 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 6540 6246 93 173 0 6365 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 26160

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1726200/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=28964 CPUtime=642.09
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 7069 0 0 0 64200 9 0 0 25 0 1 120000 100829733 29659136 6826 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 7241 6826 93 173 0 7066 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 28964

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1726072/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=29184 CPUtime=702.07
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 7100 0 0 0 70197 10 0 0 25 0 1 120000 100829733 29884416 6857 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 7296 6857 93 173 0 7121 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 29184

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1723448/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=31704 CPUtime=762.06
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 7748 0 0 0 76195 11 0 0 25 0 1 120000 100829733 32464896 7505 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 7926 7505 93 173 0 7751 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 31704

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1723448/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=31896 CPUtime=822.03
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 7773 0 0 0 82192 11 0 0 25 0 1 120000 100829733 32661504 7530 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 7974 7530 93 173 0 7799 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 31896

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1721656/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=33680 CPUtime=882.01
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 8220 0 0 0 88190 11 0 0 25 0 1 120000 100829733 34488320 7977 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 8420 7977 93 173 0 8245 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 33680

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1721144/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=34208 CPUtime=941.99
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 8341 0 0 0 94187 12 0 0 25 0 1 120000 100829733 35028992 8098 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 8552 8098 93 173 0 8377 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 34208

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1721080/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=34208 CPUtime=1001.97
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 8358 0 0 0 100185 12 0 0 25 0 1 120000 100829733 35028992 8115 1992294400 134512640 135224549 4294956208 18446744073709551615 134595643 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 8552 8115 93 173 0 8377 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 34208

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1718584/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=36868 CPUtime=1061.95
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 8974 0 0 0 106182 13 0 0 25 0 1 120000 100829733 37752832 8731 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 9217 8731 93 173 0 9042 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 36868

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1717752/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=37604 CPUtime=1121.93
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 9167 0 0 0 112180 13 0 0 25 0 1 120000 100829733 38506496 8924 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 9401 8924 93 173 0 9226 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 37604

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1717688/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=37604 CPUtime=1181.91
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 9176 0 0 0 118178 13 0 0 25 0 1 120000 100829733 38506496 8933 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 9401 8933 93 173 0 9226 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 37604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19736
/proc/meminfo: memFree=1717560/2055920 swapFree=4180472/4192956
[pid=19735] ppid=19733 vsize=37836 CPUtime=1200.01
/proc/19735/stat : 19735 (CirCUs) R 19733 19735 19545 0 -1 4194304 9196 0 0 0 119988 13 0 0 25 0 1 100 100829733 38744064 8953 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19735/statm: 9459 8953 93 173 0 9284 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 37836

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.03
CPU user time (s): 1199.88
CPU system time (s): 0.145977
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 37836

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

runsolver used 0.877866 second user time and 2.55261 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-26 08:40:53
IDJOB=1727713
IDBENCH=24643
IDSOLVER=544
FILE ID=node49/1727713-1240728053
PBS_JOBID= 9186941
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 7f866db903b373b6b7f75057c2353f02
RANDOM SEED=1330270971

node49.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.241
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.241
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:       1754272 kB
Buffers:         25256 kB
Cached:         207436 kB
SwapCached:       5580 kB
Active:          29952 kB
Inactive:       210852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754272 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          13820 kB
Slab:            46692 kB
Committed_AS:   368536 kB
PageTables:       1384 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= 66320 MiB
End job on node49 at 2009-04-26 09:00:56