Trace number 1833962

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
MiniSAT 09z 2009-03-22? (TO) 1200.07 1200.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.00/0.56	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.00/0.56	c ==============================================================================
0.00/0.56	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.00/0.56	c CPU time:   0.547916 s
0.00/0.56	c ==============================================================================
0.00/0.66	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.66	c Number of variables   : 871          
0.00/0.66	c Number of clauses     : 78593        
0.64/0.70	c Parsing time: 0.04         s
1200.04/1200.51	HOME/SatELiteGTI: line 36:  2375 Terminated              $MS $2 $TMP.cnf $TMP.result

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-1833962-1242826583/watcher-1833962-1242826583 -o /tmp/evaluation-result-1833962-1242826583/solver-1833962-1242826583 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833962-1242826583.cnf -random-seed=751286371 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2369
/proc/meminfo: memFree=1918064/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310684539 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2369/statm: 1339 237 197 169 0 50 0

[startup+0.065161 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2369
/proc/meminfo: memFree=1918064/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310684539 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2369/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101167 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2369
/proc/meminfo: memFree=1918064/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310684539 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2369/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301203 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2369
/proc/meminfo: memFree=1918064/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 310684539 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2369/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701285 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2369
/proc/meminfo: memFree=1918064/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 5356

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1910432/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=6544 CPUtime=0.82
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 1525 0 0 0 82 0 0 0 24 0 1 0 310684605 6701056 1511 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 1636 1511 76 170 0 1463 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11900

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1909920/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=6812 CPUtime=2.42
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 1589 0 0 0 242 0 0 0 25 0 1 0 310684605 6975488 1575 1992294400 134512640 135212243 4294956240 18446744073709551615 134526095 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 1703 1575 76 170 0 1530 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12168

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1908712/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=7880 CPUtime=5.62
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 1861 0 0 0 562 0 0 0 25 0 1 0 310684605 8069120 1847 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 1970 1847 76 170 0 1797 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13236

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1907368/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=9208 CPUtime=12.03
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 2192 0 0 0 1202 1 0 0 25 0 1 0 310684605 9428992 2178 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 2302 2178 76 170 0 2129 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14564

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1905896/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=10624 CPUtime=24.82
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 2522 0 0 0 2481 1 0 0 25 0 1 0 310684605 10878976 2508 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 2656 2508 76 170 0 2483 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15980

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1904104/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=12504 CPUtime=50.4
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 2961 0 0 0 5039 1 0 0 25 0 1 0 310684605 12804096 2947 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 3126 2947 76 170 0 2953 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 17860

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1901608/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=15080 CPUtime=101.59
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 3586 0 0 0 10157 2 0 0 25 0 1 0 310684605 15441920 3572 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 3770 3572 76 170 0 3597 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 20436

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2375
/proc/meminfo: memFree=1899432/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=17312 CPUtime=161.57
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 4112 0 0 0 16154 3 0 0 25 0 1 0 310684605 17727488 4098 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 4328 4098 76 170 0 4155 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 22668

[startup+222.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 2375
/proc/meminfo: memFree=1897704/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=19080 CPUtime=221.55
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 4539 0 0 0 22151 4 0 0 25 0 1 0 310684605 19537920 4525 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 4770 4525 76 170 0 4597 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 24436

[startup+282.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 2375
/proc/meminfo: memFree=1895976/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=20952 CPUtime=281.53
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 4961 0 0 0 28149 4 0 0 25 0 1 0 310684605 21454848 4947 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 5238 4947 76 170 0 5065 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 26308

[startup+342.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 2375
/proc/meminfo: memFree=1895080/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=22028 CPUtime=341.5
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 5188 0 0 0 34146 4 0 0 25 0 1 0 310684605 22556672 5174 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 5507 5174 76 170 0 5334 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 27384

[startup+402.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 2375
/proc/meminfo: memFree=1893544/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=23388 CPUtime=401.49
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 5545 0 0 0 40144 5 0 0 25 0 1 0 310684605 23949312 5531 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 5847 5531 76 170 0 5674 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 28744

[startup+462.301 s]

################
# More data... #
################

[pid=2375] ppid=2369 vsize=27848 CPUtime=521.44
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 6597 0 0 0 52138 6 0 0 25 0 1 0 310684605 28516352 6583 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 6962 6583 76 170 0 6789 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 33204

[startup+582.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 2377
/proc/meminfo: memFree=1888040/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=29252 CPUtime=581.41
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 6899 0 0 0 58135 6 0 0 25 0 1 0 310684605 29954048 6885 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 7313 6885 76 170 0 7140 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 34608

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2377
/proc/meminfo: memFree=1887976/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=29252 CPUtime=641.4
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 6911 0 0 0 64134 6 0 0 25 0 1 0 310684605 29954048 6897 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 7313 6897 76 170 0 7140 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 34608

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2377
/proc/meminfo: memFree=1885736/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=31496 CPUtime=701.38
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 7470 0 0 0 70131 7 0 0 25 0 1 0 310684605 32251904 7456 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 7874 7456 76 170 0 7701 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 36852

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2377
/proc/meminfo: memFree=1884136/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=33020 CPUtime=761.36
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 7840 0 0 0 76129 7 0 0 25 0 1 0 310684605 33812480 7826 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 8255 7826 76 170 0 8082 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 38376

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1883880/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=33184 CPUtime=821.33
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 7890 0 0 0 82126 7 0 0 25 0 1 0 310684605 33980416 7876 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 8296 7876 76 170 0 8123 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 38540

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1882984/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=34220 CPUtime=881.3
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8109 0 0 0 88123 7 0 0 25 0 1 0 310684605 35041280 8095 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 8555 8095 76 170 0 8382 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 39576

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1882984/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=34220 CPUtime=941.29
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8110 0 0 0 94121 8 0 0 25 0 1 0 310684605 35041280 8096 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 8555 8096 76 170 0 8382 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 39576

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1882664/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=34548 CPUtime=1001.26
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8174 0 0 0 100118 8 0 0 25 0 1 0 310684605 35377152 8160 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 8637 8160 76 170 0 8464 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 39904

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1881384/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=35736 CPUtime=1061.24
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8488 0 0 0 106115 9 0 0 25 0 1 0 310684605 36593664 8474 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 8934 8474 76 170 0 8761 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 41092

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1881192/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=36044 CPUtime=1121.22
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8540 0 0 0 112113 9 0 0 25 0 1 0 310684605 36909056 8526 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 9011 8526 76 170 0 8838 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 41400

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1879976/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=37348 CPUtime=1181.2
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8825 0 0 0 118110 10 0 0 25 0 1 0 310684605 38244352 8811 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 9337 8811 76 170 0 9164 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 42704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2377
/proc/meminfo: memFree=1879976/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=37428 CPUtime=1199.4
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8829 0 0 0 119930 10 0 0 25 0 1 0 310684605 38326272 8815 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 9357 8815 76 170 0 9184 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 42784

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.00 2/66 2377
/proc/meminfo: memFree=1879976/2055920 swapFree=4153776/4192956
[pid=2369] ppid=2367 vsize=5356 CPUtime=0.64
/proc/2369/stat : 2369 (SatELiteGTI) S 2367 2369 2143 0 -1 4194304 335 2362 0 0 0 0 63 1 16 0 1 0 310684539 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2369/statm: 1339 239 197 169 0 50 0
[pid=2375] ppid=2369 vsize=37428 CPUtime=1199.4
/proc/2375/stat : 2375 (minisat_static) R 2369 2369 2143 0 -1 4194304 8829 0 0 0 119930 10 0 0 25 0 1 0 310684605 38326272 8815 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/2375/statm: 9357 8815 76 170 0 9184 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 42784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.94
CPU system time (s): 0.12998
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 42784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11536
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= 27
involuntary context switches= 1843

runsolver used 1.3078 second user time and 3.06753 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-20 15:36:23
IDJOB=1833962
IDBENCH=71098
IDSOLVER=672
FILE ID=node67/1833962-1242826583
PBS_JOBID= 9322516
Free space on /tmp= 66328 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833962-1242826583/watcher-1833962-1242826583 -o /tmp/evaluation-result-1833962-1242826583/solver-1833962-1242826583 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833962-1242826583.cnf -random-seed=751286371

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=751286371

node67.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.277
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.277
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:       1918608 kB
Buffers:         18200 kB
Cached:          52124 kB
SwapCached:      33784 kB
Active:          32940 kB
Inactive:        72560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918608 kB
SwapTotal:     4192956 kB
SwapFree:      4153776 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            17808 kB
Committed_AS:  1073256 kB
PageTables:       1440 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= 66324 MiB
End job on node67 at 2009-05-20 15:56:26