Trace number 1837543

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 10003.4

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_20_SAT.cnf
MD5SUM8aa38136187abb1238dedfc85e88a72c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.0111
Satisfiable
(Un)Satisfiability was proved
Number of variables4242
Number of clauses503783
Sum of the clauses size1505427
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26480
Number of clauses of size 3497272
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.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  503783  1505427 |  151134       0        0     nan |  0.000 % |
7.56/7.65	c |         0 |  502371  2189412 |      --       0       --      -- |     --   | -1412/683985
7.56/7.65	c ==============================================================================
7.56/7.65	c Result  :   #vars: 2815   #clauses: 502371   #literals: 2189412
7.56/7.65	c CPU time:   7.53585 s
7.56/7.65	c ==============================================================================
8.16/8.29	c WARNING: for repeatability, setting FPU to use double precision
8.16/8.29	c Number of variables   : 2815         
8.16/8.29	c Number of clauses     : 502371       
8.26/8.57	c Parsing time: 0.25         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-1837543-1242877050/watcher-1837543-1242877050 -o /tmp/evaluation-result-1837543-1242877050/solver-1837543-1242877050 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837543-1242877050.cnf -random-seed=661667037 

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.85 0.97 0.96 3/64 5625
/proc/meminfo: memFree=1608184/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0

[startup+0.100239 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 5625
/proc/meminfo: memFree=1608184/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201256 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 5625
/proc/meminfo: memFree=1608184/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301274 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 5625
/proc/meminfo: memFree=1608184/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701356 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 5625
/proc/meminfo: memFree=1608184/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50149 s]
/proc/loadavg: 0.85 0.97 0.96 2/66 5630
/proc/meminfo: memFree=1566696/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
[pid=5629] ppid=5625 vsize=45060 CPUtime=1.46
/proc/5629/stat : 5629 (SatELite_releas) R 5625 5625 5588 0 -1 4194304 10526 0 0 0 139 7 0 0 25 0 1 0 315731817 46141440 10512 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/5629/statm: 11265 10512 76 173 0 11090 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 50416

[startup+3.10178 s]
/proc/loadavg: 0.86 0.97 0.96 2/66 5630
/proc/meminfo: memFree=1557032/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
[pid=5629] ppid=5625 vsize=56024 CPUtime=3.06
/proc/5629/stat : 5629 (SatELite_releas) R 5625 5625 5588 0 -1 4194304 12280 0 0 0 298 8 0 0 25 0 1 0 315731817 57368576 12266 1992294400 134512640 135223648 4294956128 18446744073709551615 134585471 0 0 4096 3 0 0 0 17 1 0 0
/proc/5629/statm: 14006 12266 76 173 0 13831 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 61380

[startup+6.30135 s]
/proc/loadavg: 0.86 0.97 0.96 2/66 5630
/proc/meminfo: memFree=1556648/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=0
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 309 250 0 0 0 0 0 0 18 0 1 0 315731816 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5625/statm: 1339 237 197 169 0 50 0
[pid=5629] ppid=5625 vsize=56024 CPUtime=6.26
/proc/5629/stat : 5629 (SatELite_releas) R 5625 5625 5588 0 -1 4194304 12280 0 0 0 618 8 0 0 25 0 1 0 315731817 57368576 12266 1992294400 134512640 135223648 4294956128 18446744073709551615 134585468 0 0 4096 3 0 0 0 17 1 0 0
/proc/5629/statm: 14006 12266 76 173 0 13831 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 61380

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1567656/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=28216 CPUtime=4.39
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 6766 0 0 0 435 4 0 0 25 0 1 0 315732645 28893184 6752 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 7054 6752 75 170 0 6881 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 33572

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1564136/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=31920 CPUtime=17.19
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 7685 0 0 0 1714 5 0 0 25 0 1 0 315732645 32686080 7671 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 7980 7671 75 170 0 7807 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37276

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1558824/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=37472 CPUtime=42.78
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 9074 0 0 0 4271 7 0 0 25 0 1 0 315732645 38371328 9060 1992294400 134512640 135212243 4294956240 18446744073709551615 134526206 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 9368 9060 75 170 0 9195 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 42828

[startup+102.302 s]
/proc/loadavg: 0.97 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1548904/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=47264 CPUtime=93.96
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 11520 0 0 0 9387 9 0 0 25 0 1 0 315732645 48398336 11506 1992294400 134512640 135212243 4294956240 18446744073709551615 134526461 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 11816 11506 75 170 0 11643 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 52620

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1536872/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=59312 CPUtime=153.94
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 14523 0 0 0 15381 13 0 0 25 0 1 0 315732645 60735488 14509 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 14828 14509 75 170 0 14655 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 64668

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1530856/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=65344 CPUtime=213.93
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 16012 0 0 0 21379 14 0 0 25 0 1 0 315732645 66912256 15998 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 16336 15998 75 170 0 16163 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 70700

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 3/66 5631
/proc/meminfo: memFree=1520936/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=75264 CPUtime=273.9
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 18499 0 0 0 27373 17 0 0 25 0 1 0 315732645 77070336 18485 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 18816 18485 75 170 0 18643 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 80620

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 5631
/proc/meminfo: memFree=1516456/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=79888 CPUtime=333.88
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 19651 0 0 0 33370 18 0 0 25 0 1 0 315732645 81805312 19637 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 19972 19637 75 170 0 19799 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 85244

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 5633
/proc/meminfo: memFree=1505128/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=91108 CPUtime=393.86
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 22441 0 0 0 39364 22 0 0 25 0 1 0 315732645 93294592 22427 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 22777 22427 75 170 0 22604 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 96464

[startup+462.301 s]

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

/proc/5631/statm: 85474 84649 75 170 0 85301 0
Current children cumulated CPU time (s) 9399.13
Current children cumulated vsize (KiB) 347252

[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253160/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9450.85
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84663 0 0 0 944964 121 0 0 25 0 1 0 315732645 350101504 84649 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84649 75 170 0 85301 0
Current children cumulated CPU time (s) 9459.11
Current children cumulated vsize (KiB) 347252

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253096/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9510.82
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84664 0 0 0 950961 121 0 0 25 0 1 0 315732645 350101504 84650 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84650 75 170 0 85301 0
Current children cumulated CPU time (s) 9519.08
Current children cumulated vsize (KiB) 347252

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253096/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9570.81
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84666 0 0 0 956959 122 0 0 25 0 1 0 315732645 350101504 84652 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84652 75 170 0 85301 0
Current children cumulated CPU time (s) 9579.07
Current children cumulated vsize (KiB) 347252

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253096/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9630.79
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84667 0 0 0 962957 122 0 0 25 0 1 0 315732645 350101504 84653 1992294400 134512640 135212243 4294956240 18446744073709551615 134526120 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84653 75 170 0 85301 0
Current children cumulated CPU time (s) 9639.05
Current children cumulated vsize (KiB) 347252

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253096/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9690.76
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84668 0 0 0 968954 122 0 0 25 0 1 0 315732645 350101504 84654 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84654 75 170 0 85301 0
Current children cumulated CPU time (s) 9699.02
Current children cumulated vsize (KiB) 347252

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253032/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9750.75
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 974952 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 9759.01
Current children cumulated vsize (KiB) 347252

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 5655
/proc/meminfo: memFree=1253032/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9810.73
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 980950 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 9818.99
Current children cumulated vsize (KiB) 347252

[startup+9882.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 5655
/proc/meminfo: memFree=1253032/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9870.71
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 986948 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 9878.97
Current children cumulated vsize (KiB) 347252

[startup+9942.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 5655
/proc/meminfo: memFree=1253032/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9930.69
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 992946 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 9938.95
Current children cumulated vsize (KiB) 347252

[startup+10002.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 5655
/proc/meminfo: memFree=1252968/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9990.67
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 998944 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526143 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 9998.93
Current children cumulated vsize (KiB) 347252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.4 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 5655
/proc/meminfo: memFree=1252968/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9991.77
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 999054 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 347252

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

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

[startup+10003.4 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 5655
/proc/meminfo: memFree=1252968/2055920 swapFree=4179928/4192956
[pid=5625] ppid=5623 vsize=5356 CPUtime=8.26
/proc/5625/stat : 5625 (SatELiteGTI) S 5623 5625 5588 0 -1 4194304 333 12533 0 0 0 0 811 15 16 0 1 0 315731816 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5625/statm: 1339 239 197 169 0 50 0
[pid=5631] ppid=5625 vsize=341896 CPUtime=9991.77
/proc/5631/stat : 5631 (minisat_static) R 5625 5625 5588 0 -1 4194304 84673 0 0 0 999054 123 0 0 25 0 1 0 315732645 350101504 84659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/5631/statm: 85474 84659 75 170 0 85301 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 347252

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5625 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=114766
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=154976
# CPU time returned by wait4() is 8.26974
# while last known CPU time is 10000
#
# 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
CPU user time (s): 9998.65
CPU system time (s): 1.38
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 347252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.11477
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12866
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= 15
involuntary context switches= 31

runsolver used 11.5572 second user time and 24.8212 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-21 05:37:30
IDJOB=1837543
IDBENCH=71090
IDSOLVER=675
FILE ID=node60/1837543-1242877050
PBS_JOBID= 9328647
Free space on /tmp= 66220 MiB

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

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

MD5SUM BENCH= 8aa38136187abb1238dedfc85e88a72c
RANDOM SEED=661667037

node60.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.256
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.256
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:       1608728 kB
Buffers:         43424 kB
Cached:         351868 kB
SwapCached:       7336 kB
Active:         146540 kB
Inactive:       257640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608728 kB
SwapTotal:     4192956 kB
SwapFree:      4179928 kB
Dirty:           10188 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            29072 kB
Committed_AS:  1055596 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= 66208 MiB
End job on node60 at 2009-05-21 08:24:16