Trace number 1833932

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniSAT 09z 2009-03-22? (TO) 1200.07 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
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.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
4.79/4.83	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
4.79/4.83	c ==============================================================================
4.79/4.83	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
4.79/4.83	c CPU time:   4.77627 s
4.79/4.83	c ==============================================================================
5.18/5.25	c WARNING: for repeatability, setting FPU to use double precision
5.18/5.26	c Number of variables   : 2029         
5.18/5.26	c Number of clauses     : 329509       
5.38/5.44	c Parsing time: 0.17         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-1833932-1242826255/watcher-1833932-1242826255 -o /tmp/evaluation-result-1833932-1242826255/solver-1833932-1242826255 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833932-1242826255.cnf -random-seed=1667852345 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5295
/proc/meminfo: memFree=1592000/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0

[startup+0.0362421 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5295
/proc/meminfo: memFree=1592000/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101247 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5295
/proc/meminfo: memFree=1592000/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301264 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5295
/proc/meminfo: memFree=1592000/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701299 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5295
/proc/meminfo: memFree=1592000/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50238 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5300
/proc/meminfo: memFree=1563184/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0
[pid=5299] ppid=5295 vsize=36960 CPUtime=1.48
/proc/5299/stat : 5299 (SatELite_releas) R 5295 5295 5088 0 -1 4194304 8202 0 0 0 144 4 0 0 25 0 1 0 310651729 37847040 8188 1992294400 134512640 135223648 4294956128 18446744073709551615 134585544 0 0 4096 3 0 0 0 17 1 0 0
/proc/5299/statm: 9240 8188 76 173 0 9065 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42316

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5300
/proc/meminfo: memFree=1557552/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310651729 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5295/statm: 1339 237 197 169 0 50 0
[pid=5299] ppid=5295 vsize=36960 CPUtime=3.09
/proc/5299/stat : 5299 (SatELite_releas) R 5295 5295 5088 0 -1 4194304 8202 0 0 0 304 5 0 0 25 0 1 0 310651729 37847040 8188 1992294400 134512640 135223648 4294956128 18446744073709551615 134586203 0 0 4096 3 0 0 0 17 1 0 0
/proc/5299/statm: 9240 8188 76 173 0 9065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42316

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1570736/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=18076 CPUtime=1.03
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 4284 0 0 0 102 1 0 0 25 0 1 0 310652255 18509824 4270 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 4519 4270 73 170 0 4346 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23432

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1563312/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=20848 CPUtime=7.42
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 4956 0 0 0 740 2 0 0 25 0 1 0 310652255 21348352 4942 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 5212 4942 75 170 0 5039 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26204

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1561712/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=22540 CPUtime=20.23
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 5386 0 0 0 2020 3 0 0 25 0 1 0 310652255 23080960 5372 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 5635 5372 75 170 0 5462 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27896

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1558320/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=26368 CPUtime=45.8
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 6351 0 0 0 4576 4 0 0 25 0 1 0 310652255 27000832 6337 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 6592 6337 75 170 0 6419 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 31724

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1551920/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=32356 CPUtime=96.99
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 7859 0 0 0 9694 5 0 0 25 0 1 0 310652255 33132544 7845 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 8089 7845 75 170 0 7916 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 37712

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1545520/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=38728 CPUtime=156.98
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 9448 0 0 0 15690 8 0 0 25 0 1 0 310652255 39657472 9434 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 9682 9434 75 170 0 9509 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44084

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1539504/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=44880 CPUtime=216.96
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 10949 0 0 0 21687 9 0 0 25 0 1 0 310652255 45957120 10935 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 11220 10935 75 170 0 11047 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50236

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1536240/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=48312 CPUtime=276.95
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 11841 0 0 0 27685 10 0 0 25 0 1 0 310652255 49471488 11827 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 12078 11828 75 170 0 11905 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 53668

[startup+342.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/69 5301
/proc/meminfo: memFree=1533488/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=50700 CPUtime=336.93
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 12435 0 0 0 33683 10 0 0 25 0 1 0 310652255 51916800 12421 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 12675 12421 75 170 0 12502 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 56056

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/69 5301
/proc/meminfo: memFree=1533488/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=50700 CPUtime=396.92
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 12435 0 0 0 39681 11 0 0 25 0 1 0 310652255 51916800 12421 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 12675 12421 75 170 0 12502 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 56056

[startup+462.302 s]

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

/proc/5301/statm: 12775 12489 75 170 0 12602 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 56456

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1533168/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=51100 CPUtime=576.88
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 12506 0 0 0 57677 11 0 0 25 0 1 0 310652255 52326400 12492 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 12775 12492 75 170 0 12602 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 56456

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1533104/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=51100 CPUtime=636.87
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 12506 0 0 0 63676 11 0 0 25 0 1 0 310652255 52326400 12492 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 12775 12492 75 170 0 12602 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 56456

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5301
/proc/meminfo: memFree=1529712/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=54688 CPUtime=696.84
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 13348 0 0 0 69673 11 0 0 25 0 1 0 310652255 56000512 13334 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 13672 13334 75 170 0 13499 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 60044

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5303
/proc/meminfo: memFree=1521008/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=63148 CPUtime=756.84
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 15478 0 0 0 75670 14 0 0 25 0 1 0 310652255 64663552 15464 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 15787 15464 75 170 0 15614 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 68504

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5303
/proc/meminfo: memFree=1513520/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=70680 CPUtime=816.82
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 17357 0 0 0 81666 16 0 0 25 0 1 0 310652255 72376320 17343 1992294400 134512640 135212243 4294956240 18446744073709551615 134526214 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 17670 17343 75 170 0 17497 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 76036

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5303
/proc/meminfo: memFree=1513520/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=70680 CPUtime=876.8
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 17359 0 0 0 87664 16 0 0 25 0 1 0 310652255 72376320 17345 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 17670 17345 75 170 0 17497 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 76036

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5303
/proc/meminfo: memFree=1513456/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=70680 CPUtime=936.79
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 17370 0 0 0 93663 16 0 0 25 0 1 0 310652255 72376320 17356 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 17670 17356 75 170 0 17497 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 76036

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5303
/proc/meminfo: memFree=1509296/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=74816 CPUtime=996.77
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 18413 0 0 0 99660 17 0 0 25 0 1 0 310652255 76611584 18399 1992294400 134512640 135212243 4294956240 18446744073709551615 134527868 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 18704 18399 75 170 0 18531 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 80172

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 5303
/proc/meminfo: memFree=1499120/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=85092 CPUtime=1056.76
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 20939 0 0 0 105656 20 0 0 25 0 1 0 310652255 87134208 20925 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 21273 20925 75 170 0 21100 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 90448

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/69 5303
/proc/meminfo: memFree=1499120/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=85092 CPUtime=1116.74
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 20939 0 0 0 111654 20 0 0 25 0 1 0 310652255 87134208 20925 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 21273 20925 75 170 0 21100 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 90448

[startup+1182.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/69 5303
/proc/meminfo: memFree=1499056/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=85092 CPUtime=1176.73
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 20939 0 0 0 117653 20 0 0 25 0 1 0 310652255 87134208 20925 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 21273 20925 75 170 0 21100 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 90448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.03 1.00 2/69 5303
/proc/meminfo: memFree=1499056/2055920 swapFree=4177292/4192956
[pid=5295] ppid=5293 vsize=5356 CPUtime=5.25
/proc/5295/stat : 5295 (SatELiteGTI) S 5293 5295 5088 0 -1 4194304 335 8455 0 0 0 0 517 8 16 0 1 0 310651729 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 239 197 169 0 50 0
[pid=5301] ppid=5295 vsize=85092 CPUtime=1194.82
/proc/5301/stat : 5301 (minisat_static) R 5295 5295 5088 0 -1 4194304 20939 0 0 0 119462 20 0 0 25 0 1 0 310652255 87134208 20925 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/5301/statm: 21273 20925 75 170 0 21100 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 90448

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 5295 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=172213
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=84987
# CPU time returned by wait4() is 5.2572
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1199.79
CPU system time (s): 0.28
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 90448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.17221
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8790
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 1.15082 second user time and 3.22651 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-20 15:30:56
IDJOB=1833932
IDBENCH=71077
IDSOLVER=672
FILE ID=node68/1833932-1242826255
PBS_JOBID= 9322544
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=1667852345

node68.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.223
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.223
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:       1592552 kB
Buffers:         58904 kB
Cached:         329224 kB
SwapCached:       7632 kB
Active:         115032 kB
Inactive:       282280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592552 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            7088 kB
Writeback:           0 kB
Mapped:          14816 kB
Slab:            51780 kB
Committed_AS:   923488 kB
PageTables:       1564 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node68 at 2009-05-20 15:50:58