Trace number 1728773

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

General information on the benchmark

Namecrafted/Hard/contest02/
hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
MD5SUMb414a0b8680818eb94ce47e101b0ad77
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

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-1728773-1240741049/watcher-1728773-1240741049 -o /tmp/evaluation-result-1728773-1240741049/solver-1728773-1240741049 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1728773-1240741049.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.99 1.85 1.45 3/64 26271
/proc/meminfo: memFree=1614176/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=1308 CPUtime=0
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 120000 102138144 1339392 157 1992294400 134512640 135224549 4294956208 18446744073709551615 134619839 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 327 157 89 173 0 152 0

[startup+0.0991021 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26271
/proc/meminfo: memFree=1614176/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=1704 CPUtime=0.09
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 265 0 0 0 9 0 0 0 18 0 1 120000 102138144 1744896 249 1992294400 134512640 135224549 4294956208 18446744073709551615 134595622 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 426 249 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.101101 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26271
/proc/meminfo: memFree=1614176/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=1704 CPUtime=0.09
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 265 0 0 0 9 0 0 0 18 0 1 120000 102138144 1744896 249 1992294400 134512640 135224549 4294956208 18446744073709551615 134595535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 426 249 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.301136 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26271
/proc/meminfo: memFree=1614176/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=1836 CPUtime=0.29
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 310 0 0 0 29 0 0 0 19 0 1 120000 102138144 1880064 294 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 459 294 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701205 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 26271
/proc/meminfo: memFree=1614176/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=2232 CPUtime=0.69
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 388 0 0 0 69 0 0 0 22 0 1 120000 102138144 2285568 372 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 558 372 89 173 0 383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2232

[startup+1.50135 s]
/proc/loadavg: 1.99 1.85 1.45 2/65 26272
/proc/meminfo: memFree=1612824/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=2760 CPUtime=1.49
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 509 0 0 0 149 0 0 0 25 0 1 120000 102138144 2826240 493 1992294400 134512640 135224549 4294956208 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 690 493 89 173 0 515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2760

[startup+3.10163 s]
/proc/loadavg: 1.99 1.85 1.45 2/65 26272
/proc/meminfo: memFree=1612120/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=3552 CPUtime=3.09
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 721 0 0 0 309 0 0 0 25 0 1 120000 102138144 3637248 705 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 888 705 89 173 0 713 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3552

[startup+6.30119 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 26272
/proc/meminfo: memFree=1610776/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=4476 CPUtime=6.28
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 970 0 0 0 628 0 0 0 25 0 1 120000 102138144 4583424 954 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 1119 954 89 173 0 944 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4476

[startup+12.7013 s]
/proc/loadavg: 1.84 1.82 1.45 2/65 26272
/proc/meminfo: memFree=1608984/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=5928 CPUtime=12.68
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 1321 0 0 0 1268 0 0 0 25 0 1 120000 102138144 6070272 1305 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 1482 1305 89 173 0 1307 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5928

[startup+25.5016 s]
/proc/loadavg: 1.65 1.78 1.44 2/65 26272
/proc/meminfo: memFree=1606872/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=8040 CPUtime=25.48
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 1845 0 0 0 2547 1 0 0 25 0 1 120000 102138144 8232960 1829 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 2010 1829 89 173 0 1835 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8040

[startup+51.1011 s]
/proc/loadavg: 1.43 1.72 1.43 2/65 26272
/proc/meminfo: memFree=1604696/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=10280 CPUtime=51.07
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 2384 0 0 0 5106 1 0 0 25 0 1 120000 102138144 10526720 2368 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 2570 2368 89 173 0 2395 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10280

[startup+102.305 s]
/proc/loadavg: 1.18 1.61 1.41 2/65 26272
/proc/meminfo: memFree=1601432/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=13580 CPUtime=102.26
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 3218 0 0 0 10224 2 0 0 25 0 1 120000 102138144 13905920 3202 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 3395 3202 89 173 0 3220 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13580

[startup+162.302 s]
/proc/loadavg: 1.07 1.49 1.38 2/65 26272
/proc/meminfo: memFree=1598488/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=16608 CPUtime=162.23
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 3996 0 0 0 16220 3 0 0 25 0 1 120000 102138144 17006592 3915 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 4152 3915 89 173 0 3977 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16608

[startup+222.301 s]
/proc/loadavg: 1.02 1.40 1.35 2/65 26272
/proc/meminfo: memFree=1596888/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=18192 CPUtime=222.22
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 4392 0 0 0 22217 5 0 0 25 0 1 120000 102138144 18628608 4311 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 4548 4311 89 173 0 4373 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18192

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.33 2/65 26272
/proc/meminfo: memFree=1595288/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=19644 CPUtime=282.2
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 4782 0 0 0 28215 5 0 0 25 0 1 120000 102138144 20115456 4701 1992294400 134512640 135224549 4294956208 18446744073709551615 134595369 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 4911 4701 89 173 0 4736 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 19644

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 26272
/proc/meminfo: memFree=1593432/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=21492 CPUtime=342.18
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 5237 0 0 0 34212 6 0 0 25 0 1 120000 102138144 22007808 5156 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 5373 5156 89 173 0 5198 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 21492

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 26272
/proc/meminfo: memFree=1591448/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=23480 CPUtime=402.16
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 5735 0 0 0 40209 7 0 0 25 0 1 120000 102138144 24043520 5654 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 5870 5654 89 173 0 5695 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 23480

[startup+462.301 s]
/proc/loadavg: 1.04 1.19 1.26 2/65 26272
/proc/meminfo: memFree=1589336/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=25468 CPUtime=462.14
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 6264 0 0 0 46207 7 0 0 25 0 1 120000 102138144 26079232 6183 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 6367 6183 89 173 0 6192 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 25468

[startup+522.301 s]
/proc/loadavg: 1.06 1.16 1.25 2/65 26272
/proc/meminfo: memFree=1589272/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=25468 CPUtime=522.12
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 6264 0 0 0 52205 7 0 0 25 0 1 120000 102138144 26079232 6183 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 6367 6183 89 173 0 6192 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 25468

[startup+582.302 s]
/proc/loadavg: 1.06 1.15 1.24 2/65 26272
/proc/meminfo: memFree=1587224/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=28092 CPUtime=582.1
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 6914 0 0 0 58202 8 0 0 25 0 1 120000 102138144 28766208 6704 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 7023 6704 89 173 0 6848 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 28092

[startup+642.301 s]
/proc/loadavg: 1.08 1.14 1.23 2/65 26272
/proc/meminfo: memFree=1587160/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=28092 CPUtime=642.08
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 6914 0 0 0 64200 8 0 0 25 0 1 120000 102138144 28766208 6704 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 7023 6704 89 173 0 6848 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 28092

[startup+702.302 s]
/proc/loadavg: 1.03 1.12 1.22 2/65 26272
/proc/meminfo: memFree=1584472/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=30608 CPUtime=702.05
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 7572 0 0 0 70197 8 0 0 25 0 1 120000 102138144 31342592 7362 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 7652 7362 89 173 0 7477 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 30608

[startup+762.305 s]
/proc/loadavg: 1.01 1.09 1.20 2/65 26272
/proc/meminfo: memFree=1584536/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=30608 CPUtime=762.05
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 7572 0 0 0 76196 9 0 0 25 0 1 120000 102138144 31342592 7362 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 7652 7362 89 173 0 7477 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 30608

[startup+822.303 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 26272
/proc/meminfo: memFree=1584664/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=30608 CPUtime=822.02
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 7572 0 0 0 82193 9 0 0 25 0 1 120000 102138144 31342592 7362 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 7652 7362 89 173 0 7477 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 30608

[startup+882.301 s]
/proc/loadavg: 1.00 1.06 1.17 2/65 26272
/proc/meminfo: memFree=1581848/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=33516 CPUtime=881.99
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 8289 0 0 0 88190 9 0 0 25 0 1 120000 102138144 34320384 8079 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 8379 8079 89 173 0 8204 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 33516

[startup+942.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 26272
/proc/meminfo: memFree=1581784/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=33516 CPUtime=941.98
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 8289 0 0 0 94188 10 0 0 25 0 1 120000 102138144 34320384 8079 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 8379 8079 89 173 0 8204 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 33516

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 26272
/proc/meminfo: memFree=1581720/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=33516 CPUtime=1001.96
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 8290 0 0 0 100186 10 0 0 25 0 1 120000 102138144 34320384 8080 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 8379 8080 89 173 0 8204 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 33516

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.13 2/65 26272
/proc/meminfo: memFree=1578392/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=36820 CPUtime=1061.94
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 9118 0 0 0 106183 11 0 0 25 0 1 120000 102138144 37703680 8908 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 9205 8908 89 173 0 9030 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 36820

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 26272
/proc/meminfo: memFree=1578328/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=36820 CPUtime=1121.92
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 9118 0 0 0 112181 11 0 0 25 0 1 120000 102138144 37703680 8908 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 9205 8908 89 173 0 9030 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 36820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 26272
/proc/meminfo: memFree=1578456/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=36820 CPUtime=1181.9
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 9118 0 0 0 118179 11 0 0 25 0 1 120000 102138144 37703680 8908 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 9205 8908 89 173 0 9030 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 36820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 26272
/proc/meminfo: memFree=1578392/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=36820 CPUtime=1200.1
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 9119 0 0 0 119999 11 0 0 25 0 1 100 102138144 37703680 8909 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 9205 8909 89 173 0 9030 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 36820

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.01 1.11 2/65 26272
/proc/meminfo: memFree=1578392/2055920 swapFree=4181888/4192956
[pid=26271] ppid=26269 vsize=36820 CPUtime=1200.1
/proc/26271/stat : 26271 (CirCUs) R 26269 26271 26018 0 -1 4194304 9119 0 0 0 119999 11 0 0 25 0 1 100 102138144 37703680 8909 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26271/statm: 9205 8909 89 173 0 9030 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 36820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1199.99
CPU system time (s): 0.123981
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 36820

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

runsolver used 0.840872 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-26 12:17:29
IDJOB=1728773
IDBENCH=24684
IDSOLVER=544
FILE ID=node18/1728773-1240741049
PBS_JOBID= 9186985
Free space on /tmp= 66148 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest02/hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728773-1240741049/watcher-1728773-1240741049 -o /tmp/evaluation-result-1728773-1240741049/solver-1728773-1240741049 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1728773-1240741049.cnf -t 1200

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

MD5SUM BENCH= b414a0b8680818eb94ce47e101b0ad77
RANDOM SEED=1095318174

node18.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.280
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.280
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:       1614656 kB
Buffers:         54316 kB
Cached:         323812 kB
SwapCached:       5324 kB
Active:         204756 kB
Inactive:       181692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614656 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            40892 kB
Committed_AS:   419920 kB
PageTables:       1372 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= 66144 MiB
End job on node18 at 2009-04-26 12:37:31