Trace number 1837517

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 10003.4

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
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 variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
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.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
4.29/4.33	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
4.29/4.33	c ==============================================================================
4.29/4.33	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
4.29/4.33	c CPU time:   4.28735 s
4.29/4.33	c ==============================================================================
4.69/4.71	c WARNING: for repeatability, setting FPU to use double precision
4.69/4.71	c Number of variables   : 1877         
4.69/4.71	c Number of clauses     : 298711       
4.71/4.88	c Parsing time: 0.15         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-1837517-1242875792/watcher-1837517-1242875792 -o /tmp/evaluation-result-1837517-1242875792/solver-1837517-1242875792 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837517-1242875792.cnf -random-seed=699563036 

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: 1.06 1.04 1.01 3/64 9036
/proc/meminfo: memFree=1480040/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0

[startup+0.0285859 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 9036
/proc/meminfo: memFree=1480040/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102599 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 9036
/proc/meminfo: memFree=1480040/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302633 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 9036
/proc/meminfo: memFree=1480040/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701704 s]
/proc/loadavg: 1.06 1.04 1.01 3/64 9036
/proc/meminfo: memFree=1480040/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50184 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 9041
/proc/meminfo: memFree=1453272/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0
[pid=9040] ppid=9036 vsize=32848 CPUtime=1.49
/proc/9040/stat : 9040 (SatELite_releas) R 9036 9036 8999 0 -1 4194304 7432 0 0 0 146 3 0 0 25 0 1 0 315612517 33636352 7418 1992294400 134512640 135223648 4294956128 18446744073709551615 134585512 0 0 4096 3 0 0 0 17 1 0 0
/proc/9040/statm: 8212 7418 76 173 0 8037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38204

[startup+3.10113 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 9041
/proc/meminfo: memFree=1448792/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=0
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315612517 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9036/statm: 1339 237 197 169 0 50 0
[pid=9040] ppid=9036 vsize=32848 CPUtime=3.08
/proc/9040/stat : 9040 (SatELite_releas) R 9036 9036 8999 0 -1 4194304 7432 0 0 0 305 3 0 0 25 0 1 0 315612517 33636352 7418 1992294400 134512640 135223648 4294956128 18446744073709551615 134585544 0 0 4096 3 0 0 0 17 1 0 0
/proc/9040/statm: 8212 7418 76 173 0 8037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38204

[startup+6.30169 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 9042
/proc/meminfo: memFree=1456216/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=17060 CPUtime=1.58
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 4147 0 0 0 156 2 0 0 25 0 1 0 315612988 17469440 4133 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 4265 4133 75 170 0 4092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22416

[startup+12.7018 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 9042
/proc/meminfo: memFree=1454432/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=18256 CPUtime=7.97
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 4457 0 0 0 795 2 0 0 25 0 1 0 315612988 18694144 4443 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 4564 4443 75 170 0 4391 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23612

[startup+25.5021 s]
/proc/loadavg: 1.04 1.04 1.01 2/66 9042
/proc/meminfo: memFree=1452320/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=20388 CPUtime=20.77
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 4968 0 0 0 2074 3 0 0 25 0 1 0 315612988 20877312 4954 1992294400 134512640 135212243 4294956240 18446744073709551615 134526194 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 5097 4954 75 170 0 4924 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25744

[startup+51.1026 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 9042
/proc/meminfo: memFree=1449376/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=23696 CPUtime=46.36
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 5794 0 0 0 4632 4 0 0 25 0 1 0 315612988 24264704 5780 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 5924 5780 75 170 0 5751 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29052

[startup+102.306 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 9042
/proc/meminfo: memFree=1445920/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=26896 CPUtime=97.55
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 6596 0 0 0 9750 5 0 0 25 0 1 0 315612988 27541504 6582 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 6724 6582 75 170 0 6551 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32252

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9042
/proc/meminfo: memFree=1443616/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=29228 CPUtime=157.52
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 7169 0 0 0 15746 6 0 0 25 0 1 0 315612988 29929472 7155 1992294400 134512640 135212243 4294956240 18446744073709551615 134526032 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 7307 7155 75 170 0 7134 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34584

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9042
/proc/meminfo: memFree=1441184/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=31672 CPUtime=217.5
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 7774 0 0 0 21744 6 0 0 25 0 1 0 315612988 32432128 7760 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 7918 7760 75 170 0 7745 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 37028

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9042
/proc/meminfo: memFree=1433568/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=39304 CPUtime=277.48
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 9661 0 0 0 27740 8 0 0 25 0 1 0 315612988 40247296 9647 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 9826 9647 75 170 0 9653 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 44660

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9042
/proc/meminfo: memFree=1426208/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=46792 CPUtime=337.46
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 11494 0 0 0 33736 10 0 0 25 0 1 0 315612988 47915008 11480 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 11698 11480 75 170 0 11525 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 52148

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9042
/proc/meminfo: memFree=1425824/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=47056 CPUtime=397.44
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 11600 0 0 0 39733 11 0 0 25 0 1 0 315612988 48185344 11586 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 11764 11586 75 170 0 11591 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 52412

[startup+462.303 s]

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

/proc/9042/statm: 43453 42411 75 170 0 43280 0
Current children cumulated CPU time (s) 9339.21
Current children cumulated vsize (KiB) 179168

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1300768/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=173812 CPUtime=9394.47
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 42448 0 0 0 939383 64 0 0 25 0 1 0 315612988 177983488 42412 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 43453 42412 75 170 0 43280 0
Current children cumulated CPU time (s) 9399.18
Current children cumulated vsize (KiB) 179168

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1299872/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=174908 CPUtime=9454.45
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 42661 0 0 0 945381 64 0 0 25 0 1 0 315612988 179105792 42625 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 43727 42625 75 170 0 43554 0
Current children cumulated CPU time (s) 9459.16
Current children cumulated vsize (KiB) 180264

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1298080/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=176852 CPUtime=9514.44
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 43123 0 0 0 951379 65 0 0 25 0 1 0 315612988 181096448 43087 1992294400 134512640 135212243 4294956240 18446744073709551615 134526126 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 44213 43087 75 170 0 44040 0
Current children cumulated CPU time (s) 9519.15
Current children cumulated vsize (KiB) 182208

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1296032/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=178812 CPUtime=9574.41
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 43615 0 0 0 957376 65 0 0 25 0 1 0 315612988 183103488 43579 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 44703 43579 75 170 0 44530 0
Current children cumulated CPU time (s) 9579.12
Current children cumulated vsize (KiB) 184168

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1293984/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=181004 CPUtime=9634.4
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 44126 0 0 0 963374 66 0 0 25 0 1 0 315612988 185348096 44090 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 45251 44090 75 170 0 45078 0
Current children cumulated CPU time (s) 9639.11
Current children cumulated vsize (KiB) 186360

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1292064/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=182852 CPUtime=9694.38
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 44596 0 0 0 969372 66 0 0 25 0 1 0 315612988 187240448 44560 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 45713 44560 75 170 0 45540 0
Current children cumulated CPU time (s) 9699.09
Current children cumulated vsize (KiB) 188208

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1289056/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=186464 CPUtime=9754.36
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 45361 0 0 0 975369 67 0 0 25 0 1 0 315612988 190939136 45325 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 46616 45325 75 170 0 46443 0
Current children cumulated CPU time (s) 9759.07
Current children cumulated vsize (KiB) 191820

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9060
/proc/meminfo: memFree=1286112/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=189416 CPUtime=9814.33
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 46082 0 0 0 981366 67 0 0 25 0 1 0 315612988 193961984 46046 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 47354 46046 75 170 0 47181 0
Current children cumulated CPU time (s) 9819.04
Current children cumulated vsize (KiB) 194772

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9066
/proc/meminfo: memFree=1283616/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=191660 CPUtime=9874.31
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 46676 0 0 0 987363 68 0 0 25 0 1 0 315612988 196259840 46640 1992294400 134512640 135212243 4294956240 18446744073709551615 134533663 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 47915 46640 75 170 0 47742 0
Current children cumulated CPU time (s) 9879.02
Current children cumulated vsize (KiB) 197016

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9066
/proc/meminfo: memFree=1283680/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=191660 CPUtime=9934.3
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 46677 0 0 0 993361 69 0 0 25 0 1 0 315612988 196259840 46641 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 47915 46641 75 170 0 47742 0
Current children cumulated CPU time (s) 9939.01
Current children cumulated vsize (KiB) 197016

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9066
/proc/meminfo: memFree=1283680/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=191660 CPUtime=9994.28
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 46677 0 0 0 999359 69 0 0 25 0 1 0 315612988 196259840 46641 1992294400 134512640 135212243 4294956240 18446744073709551615 134526055 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 47915 46641 75 170 0 47742 0
Current children cumulated CPU time (s) 9998.99
Current children cumulated vsize (KiB) 197016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9066
/proc/meminfo: memFree=1283680/2055920 swapFree=4180396/4192956
[pid=9036] ppid=9034 vsize=5356 CPUtime=4.71
/proc/9036/stat : 9036 (SatELiteGTI) S 9034 9036 8999 0 -1 4194304 333 7685 0 0 0 0 464 7 16 0 1 0 315612517 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9036/statm: 1339 239 197 169 0 50 0
[pid=9042] ppid=9036 vsize=191660 CPUtime=9995.39
/proc/9042/stat : 9042 (minisat_static) R 9036 9036 8999 0 -1 4194304 46677 0 0 0 999470 69 0 0 25 0 1 0 315612988 196259840 46641 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9042/statm: 47915 46641 75 170 0 47742 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 197016

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9036 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=640294
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=74988
# CPU time returned by wait4() is 4.71528
# 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): 10003.4
CPU time (s): 10000.1
CPU user time (s): 9999.34
CPU system time (s): 0.76
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 197016

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

runsolver used 11.3693 second user time and 25.0002 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-21 05:16:32
IDJOB=1837517
IDBENCH=71071
IDSOLVER=675
FILE ID=node18/1837517-1242875792
PBS_JOBID= 9328625
Free space on /tmp= 66020 MiB

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

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=699563036

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.280
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.280
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1480456 kB
Buffers:         63444 kB
Cached:         456540 kB
SwapCached:       6676 kB
Active:         323860 kB
Inactive:       204288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480456 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            6700 kB
Writeback:           0 kB
Mapped:          13412 kB
Slab:            33344 kB
Committed_AS:  1127876 kB
PageTables:       1376 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= 66012 MiB
End job on node18 at 2009-05-21 08:03:18