Trace number 1837519

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.8

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  216962   647286 |   65088       0        0     nan |  0.000 % |
3.08/3.14	c |         0 |  215680   949307 |      --       0       --      -- |     --   | -1282/302021
3.08/3.14	c ==============================================================================
3.08/3.14	c Result  :   #vars: 1435   #clauses: 215680   #literals: 949307
3.08/3.14	c CPU time:   3.09853 s
3.08/3.14	c ==============================================================================
3.38/3.41	c WARNING: for repeatability, setting FPU to use double precision
3.38/3.41	c Number of variables   : 1435         
3.38/3.41	c Number of clauses     : 215680       
3.40/3.53	c Parsing time: 0.10         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-1837519-1242875926/watcher-1837519-1242875926 -o /tmp/evaluation-result-1837519-1242875926/solver-1837519-1242875926 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837519-1242875926.cnf -random-seed=745764266 

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.92 0.98 0.91 3/64 16950
/proc/meminfo: memFree=1756240/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0

[startup+0.032539 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 16950
/proc/meminfo: memFree=1756240/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101545 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 16950
/proc/meminfo: memFree=1756240/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301569 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 16950
/proc/meminfo: memFree=1756240/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701615 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 16950
/proc/meminfo: memFree=1756240/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50171 s]
/proc/loadavg: 0.93 0.98 0.91 2/66 16955
/proc/meminfo: memFree=1734144/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0
[pid=16954] ppid=16950 vsize=23896 CPUtime=1.48
/proc/16954/stat : 16954 (SatELite_releas) R 16950 16950 16913 0 -1 4194304 5411 0 0 0 145 3 0 0 25 0 1 0 315626300 24469504 5397 1992294400 134512640 135223648 4294956128 18446744073709551615 134585563 0 0 4096 3 0 0 0 17 1 0 0
/proc/16954/statm: 5974 5397 76 173 0 5799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29252

[startup+3.10189 s]
/proc/loadavg: 0.93 0.98 0.91 2/66 16955
/proc/meminfo: memFree=1733312/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=0
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315626299 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16950/statm: 1339 237 197 169 0 50 0
[pid=16954] ppid=16950 vsize=23896 CPUtime=3.08
/proc/16954/stat : 16954 (SatELite_releas) R 16950 16950 16913 0 -1 4194304 5411 0 0 0 305 3 0 0 25 0 1 0 315626300 24469504 5397 1992294400 134512640 135223648 4294956128 18446744073709551615 134585497 0 0 4096 3 0 0 0 17 1 0 0
/proc/16954/statm: 5974 5397 76 173 0 5799 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29252

[startup+6.30127 s]
/proc/loadavg: 0.93 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1737600/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=13556 CPUtime=2.87
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 3198 0 0 0 285 2 0 0 25 0 1 0 315626641 13881344 3184 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 3389 3184 76 170 0 3216 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18912

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1736704/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=14484 CPUtime=9.27
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 3411 0 0 0 925 2 0 0 25 0 1 0 315626641 14831616 3397 1992294400 134512640 135212243 4294956240 18446744073709551615 134526229 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 3621 3397 76 170 0 3448 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19840

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1735232/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=15956 CPUtime=22.07
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 3787 0 0 0 2204 3 0 0 25 0 1 0 315626641 16338944 3773 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 3989 3773 76 170 0 3816 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21312

[startup+51.1025 s]
/proc/loadavg: 0.97 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1732800/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=18384 CPUtime=47.66
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 4392 0 0 0 4762 4 0 0 25 0 1 0 315626641 18825216 4378 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 4596 4378 76 170 0 4423 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 23740

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1729408/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=21820 CPUtime=98.85
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 5241 0 0 0 9879 6 0 0 25 0 1 0 315626641 22343680 5227 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 5455 5227 76 170 0 5282 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 27176

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1727360/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=23968 CPUtime=158.83
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 5756 0 0 0 15876 7 0 0 25 0 1 0 315626641 24543232 5742 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 5992 5742 76 170 0 5819 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 29324

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1724672/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=26716 CPUtime=218.82
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 6409 0 0 0 21874 8 0 0 25 0 1 0 315626641 27357184 6395 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 6679 6395 76 170 0 6506 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 32072

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1722496/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=28820 CPUtime=278.8
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 6954 0 0 0 27872 8 0 0 25 0 1 0 315626641 29511680 6940 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 7205 6940 76 170 0 7032 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 34176

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1720896/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=30544 CPUtime=338.79
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 7348 0 0 0 33870 9 0 0 25 0 1 0 315626641 31277056 7334 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 7636 7334 76 170 0 7463 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 35900

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16956
/proc/meminfo: memFree=1719680/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=31808 CPUtime=398.77
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 7672 0 0 0 39868 9 0 0 25 0 1 0 315626641 32571392 7658 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 7952 7658 76 170 0 7779 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 37164

[startup+462.302 s]

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

/proc/16956/statm: 33609 31485 76 170 0 33436 0
Current children cumulated CPU time (s) 9339.75
Current children cumulated vsize (KiB) 139792

[startup+9402.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16974
/proc/meminfo: memFree=1619264/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9396.33
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31508 0 0 0 939572 61 0 0 25 0 1 0 315626641 137662464 31494 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31494 76 170 0 33436 0
Current children cumulated CPU time (s) 9399.73
Current children cumulated vsize (KiB) 139792

[startup+9462.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16974
/proc/meminfo: memFree=1619264/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9456.31
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31508 0 0 0 945570 61 0 0 25 0 1 0 315626641 137662464 31494 1992294400 134512640 135212243 4294956240 18446744073709551615 134526120 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31494 76 170 0 33436 0
Current children cumulated CPU time (s) 9459.71
Current children cumulated vsize (KiB) 139792

[startup+9522.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16974
/proc/meminfo: memFree=1619200/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9516.31
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31508 0 0 0 951569 62 0 0 25 0 1 0 315626641 137662464 31494 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31494 76 170 0 33436 0
Current children cumulated CPU time (s) 9519.71
Current children cumulated vsize (KiB) 139792

[startup+9582.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16974
/proc/meminfo: memFree=1619200/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9576.29
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31508 0 0 0 957567 62 0 0 25 0 1 0 315626641 137662464 31494 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31494 76 170 0 33436 0
Current children cumulated CPU time (s) 9579.69
Current children cumulated vsize (KiB) 139792

[startup+9642.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16974
/proc/meminfo: memFree=1619136/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9636.27
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31508 0 0 0 963565 62 0 0 25 0 1 0 315626641 137662464 31494 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31494 76 170 0 33436 0
Current children cumulated CPU time (s) 9639.67
Current children cumulated vsize (KiB) 139792

[startup+9702.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16974
/proc/meminfo: memFree=1618944/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9696.25
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31532 0 0 0 969563 62 0 0 25 0 1 0 315626641 137662464 31518 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31518 76 170 0 33436 0
Current children cumulated CPU time (s) 9699.65
Current children cumulated vsize (KiB) 139792

[startup+9762.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16980
/proc/meminfo: memFree=1618688/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9756.23
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31532 0 0 0 975560 63 0 0 25 0 1 0 315626641 137662464 31518 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31518 76 170 0 33436 0
Current children cumulated CPU time (s) 9759.63
Current children cumulated vsize (KiB) 139792

[startup+9822.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16980
/proc/meminfo: memFree=1618752/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9816.22
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31532 0 0 0 981559 63 0 0 25 0 1 0 315626641 137662464 31518 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31518 76 170 0 33436 0
Current children cumulated CPU time (s) 9819.62
Current children cumulated vsize (KiB) 139792

[startup+9882.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16980
/proc/meminfo: memFree=1618752/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9876.2
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31532 0 0 0 987557 63 0 0 25 0 1 0 315626641 137662464 31518 1992294400 134512640 135212243 4294956240 18446744073709551615 134526061 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31518 76 170 0 33436 0
Current children cumulated CPU time (s) 9879.6
Current children cumulated vsize (KiB) 139792

[startup+9942.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16980
/proc/meminfo: memFree=1618752/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9936.18
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31532 0 0 0 993555 63 0 0 25 0 1 0 315626641 137662464 31518 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31518 76 170 0 33436 0
Current children cumulated CPU time (s) 9939.58
Current children cumulated vsize (KiB) 139792

[startup+10002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16980
/proc/meminfo: memFree=1618752/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9996.17
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31533 0 0 0 999554 63 0 0 25 0 1 0 315626641 137662464 31519 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31519 76 170 0 33436 0
Current children cumulated CPU time (s) 9999.57
Current children cumulated vsize (KiB) 139792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 16980
/proc/meminfo: memFree=1618752/2055920 swapFree=4180420/4192956
[pid=16950] ppid=16948 vsize=5356 CPUtime=3.4
/proc/16950/stat : 16950 (SatELiteGTI) S 16948 16950 16913 0 -1 4194304 333 5664 0 0 0 0 335 5 16 0 1 0 315626299 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16950/statm: 1339 239 197 169 0 50 0
[pid=16956] ppid=16950 vsize=134436 CPUtime=9996.67
/proc/16956/stat : 16956 (minisat_static) R 16950 16950 16913 0 -1 4194304 31534 0 0 0 999604 63 0 0 25 0 1 0 315626641 137662464 31520 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16956/statm: 33609 31520 76 170 0 33436 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 139792

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 16950 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=360489
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=55991
# CPU time returned by wait4() is 3.41648
# 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.8
CPU time (s): 10000.1
CPU user time (s): 9999.39
CPU system time (s): 0.68
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 139792

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

runsolver used 10.9503 second user time and 25.4261 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-21 05:18:46
IDJOB=1837519
IDBENCH=71074
IDSOLVER=675
FILE ID=node11/1837519-1242875926
PBS_JOBID= 9328627
Free space on /tmp= 66108 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=745764266

node11.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:       1756792 kB
Buffers:         13696 kB
Cached:         235288 kB
SwapCached:       6356 kB
Active:          45772 kB
Inactive:       211012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756792 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            5140 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            28360 kB
Committed_AS:  1107016 kB
PageTables:       1452 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= 66100 MiB
End job on node11 at 2009-05-21 08:05:31