Trace number 1726759

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.05 1200.51

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
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 variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-1726759-1240716599/watcher-1726759-1240716599 -o /tmp/evaluation-result-1726759-1240716599/solver-1726759-1240716599 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1726759-1240716599.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.84 1.94 1.68 3/65 22288
/proc/meminfo: memFree=1573936/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=1876 CPUtime=0
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 246 0 0 0 0 0 0 0 20 0 1 120000 99688845 1921024 231 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 469 231 70 173 0 294 0

[startup+0.039153 s]
/proc/loadavg: 1.84 1.94 1.68 3/65 22288
/proc/meminfo: memFree=1573936/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=3060 CPUtime=0.03
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 545 0 0 0 3 0 0 0 20 0 1 120000 99688845 3133440 529 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 765 530 76 173 0 590 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3060

[startup+0.101163 s]
/proc/loadavg: 1.84 1.94 1.68 3/65 22288
/proc/meminfo: memFree=1573936/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=3988 CPUtime=0.09
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 799 0 0 0 9 0 0 0 20 0 1 120000 99688845 4083712 783 1992294400 134512640 135224549 4294956208 18446744073709551615 134570736 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 997 783 76 173 0 822 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3988

[startup+0.301204 s]
/proc/loadavg: 1.84 1.94 1.68 3/65 22288
/proc/meminfo: memFree=1573936/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=4120 CPUtime=0.29
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 866 0 0 0 29 0 0 0 22 0 1 120000 99688845 4218880 850 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 1030 850 92 173 0 855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4120

[startup+0.701285 s]
/proc/loadavg: 1.84 1.94 1.68 3/65 22288
/proc/meminfo: memFree=1573936/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=4384 CPUtime=0.69
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 945 0 0 0 69 0 0 0 25 0 1 120000 99688845 4489216 929 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 1096 929 92 173 0 921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4384

[startup+1.50145 s]
/proc/loadavg: 1.84 1.94 1.68 2/66 22289
/proc/meminfo: memFree=1570216/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=5188 CPUtime=1.49
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 1122 0 0 0 149 0 0 0 25 0 1 120000 99688845 5312512 1106 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 1297 1106 92 173 0 1122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5188

[startup+3.10177 s]
/proc/loadavg: 1.84 1.94 1.68 2/66 22289
/proc/meminfo: memFree=1569512/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=5452 CPUtime=3.09
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 1198 0 0 0 308 1 0 0 25 0 1 120000 99688845 5582848 1182 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 1363 1182 92 173 0 1188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5452

[startup+6.30142 s]
/proc/loadavg: 1.77 1.92 1.68 2/66 22289
/proc/meminfo: memFree=1568872/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=5980 CPUtime=6.29
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 1321 0 0 0 628 1 0 0 25 0 1 120000 99688845 6123520 1305 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 1495 1305 92 173 0 1320 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5980

[startup+12.7017 s]
/proc/loadavg: 1.71 1.91 1.67 2/66 22289
/proc/meminfo: memFree=1567728/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=6960 CPUtime=12.68
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 1580 0 0 0 1267 1 0 0 25 0 1 120000 99688845 7127040 1564 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 1740 1564 92 173 0 1565 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6960

[startup+25.5013 s]
/proc/loadavg: 1.55 1.86 1.66 2/66 22289
/proc/meminfo: memFree=1565808/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=8944 CPUtime=25.48
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 2053 0 0 0 2546 2 0 0 25 0 1 120000 99688845 9158656 2037 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 2236 2037 92 173 0 2061 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8944

[startup+51.1015 s]
/proc/loadavg: 1.36 1.79 1.64 2/66 22289
/proc/meminfo: memFree=1563312/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=11496 CPUtime=51.07
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 2670 0 0 0 5105 2 0 0 25 0 1 120000 99688845 11771904 2654 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 2874 2654 92 173 0 2699 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11496

[startup+102.306 s]
/proc/loadavg: 1.16 1.67 1.61 2/66 22289
/proc/meminfo: memFree=1558576/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=16328 CPUtime=102.25
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 3883 0 0 0 10222 3 0 0 25 0 1 120000 99688845 16719872 3834 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 4082 3834 92 173 0 3907 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16328

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.57 2/66 22289
/proc/meminfo: memFree=1555696/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=19440 CPUtime=162.23
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 4652 0 0 0 16219 4 0 0 25 0 1 120000 99688845 19906560 4603 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 4860 4603 92 173 0 4685 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 19440

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.53 2/66 22289
/proc/meminfo: memFree=1552688/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=22404 CPUtime=222.21
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 5334 0 0 0 22216 5 0 0 25 0 1 120000 99688845 22941696 5285 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 5601 5285 92 173 0 5426 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 22404

[startup+282.302 s]
/proc/loadavg: 1.00 1.36 1.49 2/66 22289
/proc/meminfo: memFree=1548720/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=27156 CPUtime=282.18
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 6414 0 0 0 28212 6 0 0 25 0 1 120000 99688845 27807744 6300 1992294400 134512640 135224549 4294956208 18446744073709551615 134631368 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 6789 6300 92 173 0 6614 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 27156

[startup+342.303 s]
/proc/loadavg: 1.00 1.29 1.46 2/66 22289
/proc/meminfo: memFree=1546224/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=29400 CPUtime=342.16
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 7001 0 0 0 34210 6 0 0 25 0 1 120000 99688845 30105600 6887 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 7350 6887 92 173 0 7175 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 29400

[startup+402.302 s]
/proc/loadavg: 1.00 1.23 1.43 2/66 22289
/proc/meminfo: memFree=1543984/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=31596 CPUtime=402.14
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 7540 0 0 0 40207 7 0 0 25 0 1 120000 99688845 32354304 7426 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 7899 7426 92 173 0 7724 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 31596

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.40 2/66 22289
/proc/meminfo: memFree=1543792/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=31756 CPUtime=462.11
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 7596 0 0 0 46204 7 0 0 25 0 1 120000 99688845 32518144 7482 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 7939 7482 92 173 0 7764 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 31756

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.37 2/66 22289
/proc/meminfo: memFree=1541360/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=34192 CPUtime=522.09
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 8198 0 0 0 52201 8 0 0 25 0 1 120000 99688845 35012608 8084 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 8548 8084 92 173 0 8373 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 34192

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.34 2/66 22291
/proc/meminfo: memFree=1538416/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=37172 CPUtime=582.06
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 8936 0 0 0 58198 8 0 0 25 0 1 120000 99688845 38064128 8822 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 9293 8822 92 173 0 9118 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 37172

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.32 2/66 22291
/proc/meminfo: memFree=1537840/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=37828 CPUtime=642.04
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 9069 0 0 0 64196 8 0 0 25 0 1 120000 99688845 38735872 8955 1992294400 134512640 135224549 4294956208 18446744073709551615 134632721 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 9457 8955 92 173 0 9282 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 37828

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.30 2/66 22291
/proc/meminfo: memFree=1535152/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=40836 CPUtime=702.02
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 9736 0 0 0 70193 9 0 0 25 0 1 120000 99688845 41816064 9622 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 10209 9622 92 173 0 10034 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 40836

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.27 2/66 22291
/proc/meminfo: memFree=1535088/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=40836 CPUtime=762
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 9747 0 0 0 76191 9 0 0 25 0 1 120000 99688845 41816064 9633 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 10209 9633 92 173 0 10034 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 40836

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.26 2/66 22291
/proc/meminfo: memFree=1531568/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=44696 CPUtime=821.98
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 10635 0 0 0 82188 10 0 0 25 0 1 120000 99688845 45768704 10521 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 11174 10521 92 173 0 10999 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 44696

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.24 2/66 22291
/proc/meminfo: memFree=1531568/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=44696 CPUtime=881.95
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 10636 0 0 0 88185 10 0 0 25 0 1 120000 99688845 45768704 10522 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 11174 10522 92 173 0 10999 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 44696

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.22 2/66 22291
/proc/meminfo: memFree=1529776/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=47392 CPUtime=941.93
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 11262 0 0 0 94183 10 0 0 25 0 1 120000 99688845 48529408 11019 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 11848 11019 92 173 0 11673 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 47392

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/66 22291
/proc/meminfo: memFree=1527920/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=49072 CPUtime=1001.91
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 11665 0 0 0 100180 11 0 0 25 0 1 120000 99688845 50249728 11422 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 12268 11422 92 173 0 12093 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 49072

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/66 22291
/proc/meminfo: memFree=1527984/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=49072 CPUtime=1061.89
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 11665 0 0 0 106178 11 0 0 25 0 1 120000 99688845 50249728 11422 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 12268 11422 92 173 0 12093 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 49072

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/66 22291
/proc/meminfo: memFree=1526256/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=51072 CPUtime=1121.86
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 12121 0 0 0 112175 11 0 0 25 0 1 120000 99688845 52297728 11878 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 12768 11878 92 173 0 12593 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 51072

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 22291
/proc/meminfo: memFree=1524144/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=53100 CPUtime=1181.84
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 12616 0 0 0 118172 12 0 0 25 0 1 120000 99688845 54374400 12373 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 13275 12373 92 173 0 13100 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 53100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 22291
/proc/meminfo: memFree=1524144/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=53100 CPUtime=1200.04
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 12616 0 0 0 119992 12 0 0 25 0 1 100 99688845 54374400 12373 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 13275 12373 92 173 0 13100 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 53100

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 22291
/proc/meminfo: memFree=1524144/2055920 swapFree=4181392/4192956
[pid=22288] ppid=22286 vsize=53100 CPUtime=1200.04
/proc/22288/stat : 22288 (CirCUs) R 22286 22288 18818 0 -1 4194304 12616 0 0 0 119992 12 0 0 25 0 1 100 99688845 54374400 12373 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22288/statm: 13275 12373 92 173 0 13100 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 53100

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.93
CPU system time (s): 0.12798
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 53100

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

runsolver used 1.3228 second user time and 3.05354 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-26 05:29:59
IDJOB=1726759
IDBENCH=24622
IDSOLVER=544
FILE ID=node80/1726759-1240716599
PBS_JOBID= 9186816
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=424377442

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1574416 kB
Buffers:         60956 kB
Cached:         340272 kB
SwapCached:       5480 kB
Active:         194116 kB
Inactive:       215012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574416 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            58332 kB
Committed_AS:   339576 kB
PageTables:       1384 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= 66156 MiB
End job on node80 at 2009-04-26 05:50:02