Trace number 1735381

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.1 1200.42

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes3.cnf
MD5SUM3e5b6d8ea2e7f58efa9d9a4dc4048be5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.5647
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

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

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-1735381-1240801814/watcher-1735381-1240801814 -o /tmp/evaluation-result-1735381-1240801814/solver-1735381-1240801814 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735381-1240801814.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.98 1.17 3/64 10549
/proc/meminfo: memFree=1673264/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=2104 CPUtime=0
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 120000 108209450 2154496 181 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 526 181 70 173 0 351 0

[startup+0.106691 s]
/proc/loadavg: 0.92 0.98 1.17 3/64 10549
/proc/meminfo: memFree=1673264/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=6840 CPUtime=0.09
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 1497 0 0 0 9 0 0 0 18 0 1 120000 108209450 7004160 1383 1992294400 134512640 135224549 4294956208 18446744073709551615 134571612 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 1710 1383 74 173 0 1535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6840

[startup+0.201698 s]
/proc/loadavg: 0.92 0.98 1.17 3/64 10549
/proc/meminfo: memFree=1673264/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=6840 CPUtime=0.19
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 1497 0 0 0 19 0 0 0 18 0 1 120000 108209450 7004160 1383 1992294400 134512640 135224549 4294956208 18446744073709551615 134571491 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 1710 1383 74 173 0 1535 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6840

[startup+0.301708 s]
/proc/loadavg: 0.92 0.98 1.17 3/64 10549
/proc/meminfo: memFree=1673264/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=6972 CPUtime=0.29
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 1535 0 0 0 29 0 0 0 19 0 1 120000 108209450 7139328 1421 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 1743 1421 90 173 0 1568 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6972

[startup+0.701741 s]
/proc/loadavg: 0.92 0.98 1.17 3/64 10549
/proc/meminfo: memFree=1673264/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=8820 CPUtime=0.69
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 2009 0 0 0 68 1 0 0 22 0 1 120000 108209450 9031680 1895 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 2205 1895 90 173 0 2030 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8820

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 1.17 2/65 10550
/proc/meminfo: memFree=1665448/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=9480 CPUtime=1.49
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 2184 0 0 0 148 1 0 0 25 0 1 120000 108209450 9707520 2070 1992294400 134512640 135224549 4294956208 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 2370 2070 90 173 0 2195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9480

[startup+3.10295 s]
/proc/loadavg: 0.92 0.98 1.17 2/65 10550
/proc/meminfo: memFree=1664104/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=10800 CPUtime=3.09
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 2502 0 0 0 308 1 0 0 25 0 1 120000 108209450 11059200 2388 1992294400 134512640 135224549 4294956208 18446744073709551615 134618957 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 2700 2388 90 173 0 2525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10800

[startup+6.30123 s]
/proc/loadavg: 0.93 0.98 1.17 2/65 10550
/proc/meminfo: memFree=1662824/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=11724 CPUtime=6.29
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 2743 0 0 0 628 1 0 0 25 0 1 120000 108209450 12005376 2629 1992294400 134512640 135224549 4294956208 18446744073709551615 134619218 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 2931 2629 90 173 0 2756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11724

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.17 2/65 10550
/proc/meminfo: memFree=1660592/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=13836 CPUtime=12.69
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 3264 0 0 0 1267 2 0 0 25 0 1 120000 108209450 14168064 3150 1992294400 134512640 135224549 4294956208 18446744073709551615 134632688 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 3459 3150 90 173 0 3284 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13836

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 1.17 2/65 10550
/proc/meminfo: memFree=1656752/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=17844 CPUtime=25.49
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 4278 0 0 0 2546 3 0 0 25 0 1 120000 108209450 18272256 4164 1992294400 134512640 135224549 4294956208 18446744073709551615 134583891 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 4461 4164 90 173 0 4286 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17844

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.16 2/65 10550
/proc/meminfo: memFree=1651824/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=22684 CPUtime=51.07
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 5464 0 0 0 5103 4 0 0 25 0 1 120000 108209450 23228416 5350 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 5671 5350 90 173 0 5496 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22684

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 1.15 2/65 10550
/proc/meminfo: memFree=1646000/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=28492 CPUtime=102.27
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 6913 0 0 0 10221 6 0 0 25 0 1 120000 108209450 29175808 6799 1992294400 134512640 135224549 4294956208 18446744073709551615 134632528 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 7123 6799 90 173 0 6948 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28492

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.14 2/65 10550
/proc/meminfo: memFree=1638064/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=36540 CPUtime=162.24
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 8876 0 0 0 16217 7 0 0 25 0 1 120000 108209450 37416960 8762 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 9135 8762 90 173 0 8960 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36540

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 1.13 2/65 10550
/proc/meminfo: memFree=1634544/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=39972 CPUtime=222.24
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 9753 0 0 0 22215 9 0 0 25 0 1 120000 108209450 40931328 9639 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 9993 9639 90 173 0 9818 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 39972

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.12 2/65 10550
/proc/meminfo: memFree=1629616/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=44856 CPUtime=282.22
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 10964 0 0 0 28211 11 0 0 25 0 1 120000 108209450 45932544 10850 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 11214 10850 90 173 0 11039 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 44856

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.10 2/65 10550
/proc/meminfo: memFree=1624112/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=50280 CPUtime=342.2
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 12341 0 0 0 34207 13 0 0 25 0 1 120000 108209450 51486720 12227 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 12570 12227 90 173 0 12395 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50280

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.09 2/65 10550
/proc/meminfo: memFree=1620464/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=53852 CPUtime=402.18
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 13238 0 0 0 40204 14 0 0 25 0 1 120000 108209450 55144448 13124 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 13463 13124 90 173 0 13288 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 53852

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/65 10550
/proc/meminfo: memFree=1617968/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=56372 CPUtime=462.17
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 13871 0 0 0 46202 15 0 0 25 0 1 120000 108209450 57724928 13757 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 14093 13757 90 173 0 13918 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 56372

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/65 10550
/proc/meminfo: memFree=1616240/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=58224 CPUtime=522.15
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 14305 0 0 0 52200 15 0 0 25 0 1 120000 108209450 59621376 14191 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 14556 14191 90 173 0 14381 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 58224

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 10550
/proc/meminfo: memFree=1609648/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=64836 CPUtime=582.14
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 15991 0 0 0 58196 18 0 0 25 0 1 120000 108209450 66392064 15877 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 16209 15877 90 173 0 16034 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 64836

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 10550
/proc/meminfo: memFree=1608816/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=65496 CPUtime=642.12
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 16154 0 0 0 64194 18 0 0 25 0 1 120000 108209450 67067904 16040 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 16374 16040 90 173 0 16199 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 65496

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 10550
/proc/meminfo: memFree=1608816/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=65496 CPUtime=702.1
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 16155 0 0 0 70192 18 0 0 25 0 1 120000 108209450 67067904 16041 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 16374 16041 90 173 0 16199 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 65496

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 10550
/proc/meminfo: memFree=1602928/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=71436 CPUtime=762.09
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 17636 0 0 0 76188 21 0 0 25 0 1 120000 108209450 73150464 17522 1992294400 134512640 135224549 4294956208 18446744073709551615 134595564 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 17859 17522 90 173 0 17684 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 71436

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 10550
/proc/meminfo: memFree=1602864/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=71436 CPUtime=822.07
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 17636 0 0 0 82186 21 0 0 25 0 1 120000 108209450 73150464 17522 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 17859 17522 90 173 0 17684 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 71436

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 10550
/proc/meminfo: memFree=1600048/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=74340 CPUtime=882.06
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 18343 0 0 0 88184 22 0 0 25 0 1 120000 108209450 76124160 18230 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 18585 18230 90 173 0 18410 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 74340

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 10550
/proc/meminfo: memFree=1593712/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=81220 CPUtime=942.04
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 20047 0 0 0 94180 24 0 0 25 0 1 120000 108209450 83169280 19804 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 20305 19804 90 173 0 20130 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 81220

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 10550
/proc/meminfo: memFree=1593712/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=81220 CPUtime=1002.02
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 20048 0 0 0 100178 24 0 0 25 0 1 120000 108209450 83169280 19805 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 20305 19805 90 173 0 20130 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 81220

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 10550
/proc/meminfo: memFree=1593712/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=81220 CPUtime=1062.01
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 20049 0 0 0 106177 24 0 0 25 0 1 120000 108209450 83169280 19806 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 20305 19806 90 173 0 20130 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 81220

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 10550
/proc/meminfo: memFree=1590384/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=84548 CPUtime=1121.99
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 20890 0 0 0 112174 25 0 0 25 0 1 120000 108209450 86577152 20647 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 21137 20647 90 173 0 20962 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 84548

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 10550
/proc/meminfo: memFree=1587504/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=87220 CPUtime=1181.97
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 21579 0 0 0 118171 26 0 0 25 0 1 120000 108209450 89313280 21336 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 21805 21336 90 173 0 21630 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 87220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 10550
/proc/meminfo: memFree=1587568/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=87220 CPUtime=1200.07
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 21579 0 0 0 119981 26 0 0 25 0 1 100 108209450 89313280 21336 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 21805 21336 90 173 0 21630 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 87220

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 10550
/proc/meminfo: memFree=1587568/2055920 swapFree=4192956/4192956
[pid=10549] ppid=10547 vsize=87220 CPUtime=1200.07
/proc/10549/stat : 10549 (CirCUs) R 10547 10549 9802 0 -1 4194304 21579 0 0 0 119981 26 0 0 25 0 1 100 108209450 89313280 21336 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10549/statm: 21805 21336 90 173 0 21630 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 87220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.1
CPU user time (s): 1199.81
CPU system time (s): 0.283956
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 87220

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

runsolver used 0.822874 second user time and 2.53761 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-27 05:10:14
IDJOB=1735381
IDBENCH=71410
IDSOLVER=544
FILE ID=node50/1735381-1240801814
PBS_JOBID= 9187380
Free space on /tmp= 66536 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1150c84314gyes3.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735381-1240801814/watcher-1735381-1240801814 -o /tmp/evaluation-result-1735381-1240801814/solver-1735381-1240801814 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1735381-1240801814.cnf -t 1200

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

MD5SUM BENCH= 3e5b6d8ea2e7f58efa9d9a4dc4048be5
RANDOM SEED=711952002

node50.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.216
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.216
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:       1673680 kB
Buffers:         62636 kB
Cached:         226160 kB
SwapCached:          0 kB
Active:         105900 kB
Inactive:       196796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            65556 kB
Committed_AS:   351904 kB
PageTables:       1448 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= 66536 MiB
End job on node50 at 2009-04-27 05:30:17