Trace number 1837515

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) 10000.1 10002.3

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.00/0.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
5.79/5.82	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
5.79/5.82	c ==============================================================================
5.79/5.82	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
5.79/5.82	c CPU time:   5.75312 s
5.79/5.82	c ==============================================================================
6.29/6.33	c WARNING: for repeatability, setting FPU to use double precision
6.29/6.33	c Number of variables   : 2337         
6.29/6.33	c Number of clauses     : 394633       
6.48/6.55	c Parsing time: 0.19         s

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-1837515-1242875678/watcher-1837515-1242875678 -o /tmp/evaluation-result-1837515-1242875678/solver-1837515-1242875678 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837515-1242875678.cnf -random-seed=1109065149 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 0.99 0.98 0.97 3/64 18389
/proc/meminfo: memFree=1743960/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0

[startup+0.00898104 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 18389
/proc/meminfo: memFree=1743960/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101987 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 18389
/proc/meminfo: memFree=1743960/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302001 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 18389
/proc/meminfo: memFree=1743960/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701026 s]
/proc/loadavg: 0.99 0.98 0.97 3/64 18389
/proc/meminfo: memFree=1743960/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18394
/proc/meminfo: memFree=1710920/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
[pid=18393] ppid=18389 vsize=36884 CPUtime=1.48
/proc/18393/stat : 18393 (SatELite_releas) R 18389 18389 18312 0 -1 4194304 8542 0 0 0 143 5 0 0 25 0 1 0 315595361 37769216 8528 1992294400 134512640 135223648 4294956128 18446744073709551615 134585500 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 9221 8528 76 173 0 9046 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42240

[startup+3.10119 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18394
/proc/meminfo: memFree=1704136/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
[pid=18393] ppid=18389 vsize=41140 CPUtime=3.09
/proc/18393/stat : 18393 (SatELite_releas) R 18389 18389 18312 0 -1 4194304 9533 0 0 0 303 6 0 0 25 0 1 0 315595361 42127360 9519 1992294400 134512640 135223648 4294956128 18446744073709551615 134585471 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 10285 9519 76 173 0 10110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46496

[startup+6.3024 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18394
/proc/meminfo: memFree=1703880/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=0
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315595361 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18389/statm: 1339 237 197 169 0 50 0
[pid=18393] ppid=18389 vsize=37624 CPUtime=6.29
/proc/18393/stat : 18393 (SatELite_releas) R 18389 18389 18312 0 -1 4194304 9534 0 0 0 620 9 0 0 25 0 1 0 315595361 38526976 8743 1992294400 134512640 135223648 4294956128 18446744073709551615 134688003 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 9406 8743 76 173 0 9231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42980

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1710856/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=23776 CPUtime=6.36
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 5772 0 0 0 632 4 0 0 25 0 1 0 315595994 24346624 5758 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 5944 5758 75 170 0 5771 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29132

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1708872/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=25500 CPUtime=19.15
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 6187 0 0 0 1911 4 0 0 25 0 1 0 315595994 26112000 6173 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 6375 6173 75 170 0 6202 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30856

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1704968/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=29596 CPUtime=44.74
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 7240 0 0 0 4469 5 0 0 25 0 1 0 315595994 30306304 7226 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 7399 7226 75 170 0 7226 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 34952

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1694984/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=39368 CPUtime=95.94
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 9677 0 0 0 9586 8 0 0 25 0 1 0 315595994 40312832 9663 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 9842 9663 75 170 0 9669 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44724

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1686024/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=48428 CPUtime=155.92
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 11909 0 0 0 15581 11 0 0 25 0 1 0 315595994 49590272 11895 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 12107 11895 75 170 0 11934 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53784

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1685384/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=49088 CPUtime=215.9
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 12069 0 0 0 21579 11 0 0 25 0 1 0 315595994 50266112 12055 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 12272 12055 75 170 0 12099 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 54444

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1681544/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=52984 CPUtime=275.89
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 13017 0 0 0 27577 12 0 0 25 0 1 0 315595994 54255616 13003 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 13246 13003 75 170 0 13073 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58340

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1678984/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=55716 CPUtime=335.88
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 13647 0 0 0 33575 13 0 0 25 0 1 0 315595994 57053184 13633 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 13929 13633 75 170 0 13756 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 61072

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 18395
/proc/meminfo: memFree=1674312/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=60276 CPUtime=395.86
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 14811 0 0 0 39572 14 0 0 25 0 1 0 315595994 61722624 14797 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 15069 14797 75 170 0 14896 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 65632

[startup+462.302 s]

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

/proc/18395/statm: 81068 80178 75 170 0 80895 0
Current children cumulated CPU time (s) 9400.2
Current children cumulated vsize (KiB) 329628

[startup+9462.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18413
/proc/meminfo: memFree=1409800/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=324272 CPUtime=9453.86
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 80200 0 0 0 945276 110 0 0 25 0 1 0 315595994 332054528 80178 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 81068 80178 75 170 0 80895 0
Current children cumulated CPU time (s) 9460.18
Current children cumulated vsize (KiB) 329628

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1409800/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=324272 CPUtime=9513.85
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 80200 0 0 0 951275 110 0 0 25 0 1 0 315595994 332054528 80178 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 81068 80178 75 170 0 80895 0
Current children cumulated CPU time (s) 9520.17
Current children cumulated vsize (KiB) 329628

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1409800/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=324272 CPUtime=9573.83
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 80200 0 0 0 957273 110 0 0 25 0 1 0 315595994 332054528 80178 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 81068 80178 75 170 0 80895 0
Current children cumulated CPU time (s) 9580.15
Current children cumulated vsize (KiB) 329628

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1408712/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=325492 CPUtime=9633.83
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 80496 0 0 0 963272 111 0 0 25 0 1 0 315595994 333303808 80474 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 81373 80474 75 170 0 81200 0
Current children cumulated CPU time (s) 9640.15
Current children cumulated vsize (KiB) 330848

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1403848/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=330276 CPUtime=9693.81
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 81672 0 0 0 969268 113 0 0 25 0 1 0 315595994 338202624 81650 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 82569 81650 75 170 0 82396 0
Current children cumulated CPU time (s) 9700.13
Current children cumulated vsize (KiB) 335632

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1398344/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=335872 CPUtime=9753.8
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 83064 0 0 0 975265 115 0 0 25 0 1 0 315595994 343932928 83042 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 83968 83042 75 170 0 83795 0
Current children cumulated CPU time (s) 9760.12
Current children cumulated vsize (KiB) 341228

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1394056/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=340152 CPUtime=9813.78
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 84118 0 0 0 981262 116 0 0 25 0 1 0 315595994 348315648 84096 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 85038 84096 75 170 0 84865 0
Current children cumulated CPU time (s) 9820.1
Current children cumulated vsize (KiB) 345508

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1389704/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=344764 CPUtime=9873.78
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 85201 0 0 0 987261 117 0 0 25 0 1 0 315595994 353038336 85179 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 86191 85179 75 170 0 86018 0
Current children cumulated CPU time (s) 9880.1
Current children cumulated vsize (KiB) 350120

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18413
/proc/meminfo: memFree=1385096/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=349364 CPUtime=9933.76
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 86371 0 0 0 993257 119 0 0 25 0 1 0 315595994 357748736 86349 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 87341 86349 75 170 0 87168 0
Current children cumulated CPU time (s) 9940.08
Current children cumulated vsize (KiB) 354720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18419
/proc/meminfo: memFree=1381000/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=353464 CPUtime=9993.75
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 87343 0 0 0 999255 120 0 0 25 0 1 0 315595994 361947136 87321 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 88366 87321 75 170 0 88193 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 358820

Sending SIGTERM to process tree (bottom up)

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18419
/proc/meminfo: memFree=1381000/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=353464 CPUtime=9993.75
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 87343 0 0 0 999255 120 0 0 25 0 1 0 315595994 361947136 87321 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 88366 87321 75 170 0 88193 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 358820
Sleeping 2 seconds

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

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18419
/proc/meminfo: memFree=1381000/2055920 swapFree=4180744/4192956
[pid=18389] ppid=18387 vsize=5356 CPUtime=6.32
/proc/18389/stat : 18389 (SatELiteGTI) S 18387 18389 18312 0 -1 4194304 333 9786 0 0 0 0 622 10 16 0 1 0 315595361 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18389/statm: 1339 239 197 169 0 50 0
[pid=18395] ppid=18389 vsize=353464 CPUtime=9993.75
/proc/18395/stat : 18395 (minisat_static) R 18389 18389 18312 0 -1 4194304 87343 0 0 0 999255 120 0 0 25 0 1 0 315595994 361947136 87321 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18395/statm: 88366 87321 75 170 0 88193 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 358820

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18389 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=224053
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 6.33104
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.3
CPU time (s): 10000.1
CPU user time (s): 9998.77
CPU system time (s): 1.3
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 358820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.22405
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10119
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= 14
involuntary context switches= 22

runsolver used 11.2233 second user time and 25.1542 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-21 05:14:39
IDJOB=1837515
IDBENCH=71069
IDSOLVER=675
FILE ID=node52/1837515-1242875678
PBS_JOBID= 9328614
Free space on /tmp= 66016 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_17_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1837515-1242875678/watcher-1837515-1242875678 -o /tmp/evaluation-result-1837515-1242875678/solver-1837515-1242875678 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837515-1242875678.cnf -random-seed=1109065149

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=1109065149

node52.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.214
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.214
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:       1744504 kB
Buffers:         41856 kB
Cached:         218916 kB
SwapCached:       6876 kB
Active:          43016 kB
Inactive:       226572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744504 kB
SwapTotal:     4192956 kB
SwapFree:      4180744 kB
Dirty:            8344 kB
Writeback:           0 kB
Mapped:          13580 kB
Slab:            27828 kB
Committed_AS:  1174084 kB
PageTables:       1492 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= 66004 MiB
End job on node52 at 2009-05-21 08:01:23