Trace number 1820521

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
MiniSat2hack 2009-03-23? (TO) 1200.09 1200.03

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark382.85
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.13/0.19	c ==============================================================================
0.13/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.13/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.13/0.19	c ==============================================================================
0.13/0.19	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.53/1.54	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.53/1.54	c ==============================================================================
1.53/1.54	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.53/1.54	c CPU time:   1.48 s
1.53/1.54	c ==============================================================================
1.63/1.69	This is MiniSat 2.0 beta with hacks by AVG
1.63/1.69	WARNING: for repeatability, setting FPU to use double precision
1.63/1.69	============================[ Problem Statistics ]=============================
1.63/1.69	|                                                                             |
1.63/1.69	|  Number of variables:  18081                                                |
1.63/1.69	|  Number of clauses:    121498                                               |
1.70/1.77	|  Parsing time:         0.06         s                                       |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 10436 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820521-1242451398/watcher-1820521-1242451398 -o /tmp/evaluation-result-1820521-1242451398/solver-1820521-1242451398 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820521-1242451398.cnf 

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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.03 1.00 3/93 10430
/proc/meminfo: memFree=1191492/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2412 CPUtime=0.01
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1009640594 2469888 277 4294967295 134512640 135169312 3214458080 3214456616 3085201134 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10430/statm: 603 277 235 161 0 42 0
[pid=10434] ppid=10430 vsize=952 CPUtime=0
/proc/10434/stat : 10434 (SatELite_releas) R 10430 10430 10114 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 1009640595 974848 29 4294967295 134512640 135223648 3216412320 3216412092 134614223 0 0 0 0 0 0 0 17 3 0 0 0
/proc/10434/statm: 238 41 32 174 0 63 0

[startup+0.080445 s]
/proc/loadavg: 0.99 1.03 1.00 3/93 10430
/proc/meminfo: memFree=1191492/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2412 CPUtime=0.01
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1009640594 2469888 277 4294967295 134512640 135169312 3214458080 3214456616 3085201134 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10430/statm: 603 277 235 161 0 42 0
[pid=10434] ppid=10430 vsize=14548 CPUtime=0.08
/proc/10434/stat : 10434 (SatELite_releas) R 10430 10430 10114 0 -1 4202496 2894 0 0 0 7 1 0 0 20 0 1 0 1009640595 14897152 2830 4294967295 134512640 135223648 3216412320 3216410888 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10434/statm: 3637 2831 47 174 0 3462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16960

[startup+0.120443 s]
/proc/loadavg: 0.99 1.03 1.00 3/93 10430
/proc/meminfo: memFree=1191492/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2412 CPUtime=0.01
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1009640594 2469888 277 4294967295 134512640 135169312 3214458080 3214456616 3085201134 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10430/statm: 603 277 235 161 0 42 0
[pid=10434] ppid=10430 vsize=18756 CPUtime=0.12
/proc/10434/stat : 10434 (SatELite_releas) R 10430 10430 10114 0 -1 4202496 4211 0 0 0 10 2 0 0 21 0 1 0 1009640595 19206144 4147 4294967295 134512640 135223648 3216412320 3216411272 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10434/statm: 4689 4148 47 174 0 4514 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 21168

[startup+0.320433 s]
/proc/loadavg: 0.99 1.03 1.00 3/93 10430
/proc/meminfo: memFree=1191492/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2412 CPUtime=0.01
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1009640594 2469888 277 4294967295 134512640 135169312 3214458080 3214456616 3085201134 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10430/statm: 603 277 235 161 0 42 0
[pid=10434] ppid=10430 vsize=34816 CPUtime=0.32
/proc/10434/stat : 10434 (SatELite_releas) R 10430 10430 10114 0 -1 4202496 7183 0 0 0 30 2 0 0 21 0 1 0 1009640595 35651584 6945 4294967295 134512640 135223648 3216412320 3216410272 134564110 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10434/statm: 8704 6945 73 174 0 8529 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 37228

[startup+0.720413 s]
/proc/loadavg: 0.99 1.03 1.00 3/93 10430
/proc/meminfo: memFree=1191492/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2412 CPUtime=0.01
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1009640594 2469888 277 4294967295 134512640 135169312 3214458080 3214456616 3085201134 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10430/statm: 603 277 235 161 0 42 0
[pid=10434] ppid=10430 vsize=37844 CPUtime=0.72
/proc/10434/stat : 10434 (SatELite_releas) R 10430 10430 10114 0 -1 4202496 7875 0 0 0 68 4 0 0 22 0 1 0 1009640595 38752256 7637 4294967295 134512640 135223648 3216412320 3216410272 134563597 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10434/statm: 9494 7638 73 174 0 9319 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 40256

[startup+1.52038 s]
/proc/loadavg: 0.99 1.03 1.00 2/95 10435
/proc/meminfo: memFree=1155508/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2412 CPUtime=0.01
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1009640594 2469888 277 4294967295 134512640 135169312 3214458080 3214456616 3085201134 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10430/statm: 603 277 235 161 0 42 0
[pid=10434] ppid=10430 vsize=42056 CPUtime=1.52
/proc/10434/stat : 10434 (SatELite_releas) R 10430 10430 10114 0 -1 4202496 9038 0 0 0 146 6 0 0 25 0 1 0 1009640595 43065344 8460 4294967295 134512640 135223648 3216412320 3216410672 134604282 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10434/statm: 10514 8464 73 174 0 10339 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 44468

[startup+3.1203 s]
/proc/loadavg: 0.99 1.03 1.00 2/95 10436
/proc/meminfo: memFree=1176340/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=9292 CPUtime=1.43
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 2241 0 0 0 141 2 0 0 20 0 1 0 1009640764 9515008 2176 4294967295 134512640 135214715 3213001664 3213000128 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 2323 2176 74 172 0 2150 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 11708

[startup+6.32014 s]
/proc/loadavg: 0.99 1.03 1.00 2/95 10436
/proc/meminfo: memFree=1175752/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=10096 CPUtime=4.63
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 2451 0 0 0 461 2 0 0 25 0 1 0 1009640764 10338304 2386 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 2524 2386 74 172 0 2351 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 12512

[startup+12.7198 s]
/proc/loadavg: 0.99 1.03 1.00 2/95 10436
/proc/meminfo: memFree=1174172/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=11760 CPUtime=11.03
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 2835 0 0 0 1101 2 0 0 25 0 1 0 1009640764 12042240 2770 4294967295 134512640 135214715 3213001664 3213000128 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 2940 2770 74 172 0 2767 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 14176

[startup+25.5192 s]
/proc/loadavg: 0.99 1.03 1.00 2/95 10442
/proc/meminfo: memFree=1170484/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=15048 CPUtime=23.83
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 3656 0 0 0 2381 2 0 0 25 0 1 0 1009640764 15409152 3591 4294967295 134512640 135214715 3213001664 3213000128 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 3762 3591 74 172 0 3589 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 17464

[startup+51.118 s]
/proc/loadavg: 0.99 1.02 1.00 2/95 10627
/proc/meminfo: memFree=1164572/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=20724 CPUtime=49.43
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 5071 0 0 0 4940 3 0 0 25 0 1 0 1009640764 21221376 5006 4294967295 134512640 135214715 3213001664 3213000128 134528515 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 5181 5006 74 172 0 5008 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 23140

[startup+102.315 s]
/proc/loadavg: 0.99 1.02 1.00 2/95 10631
/proc/meminfo: memFree=1153692/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=32020 CPUtime=100.63
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 7845 0 0 0 10056 7 0 0 25 0 1 0 1009640764 32788480 7780 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 8005 7780 74 172 0 7832 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 34436

[startup+162.323 s]
/proc/loadavg: 0.99 1.01 1.00 2/95 10818
/proc/meminfo: memFree=1143648/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=42124 CPUtime=160.64
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 10398 0 0 0 16056 8 0 0 25 0 1 0 1009640764 43134976 10333 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 10531 10333 74 172 0 10358 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 44540

[startup+222.31 s]
/proc/loadavg: 0.99 1.01 1.00 2/95 11005
/proc/meminfo: memFree=1133668/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=52052 CPUtime=220.63
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 12840 0 0 0 22050 13 0 0 25 0 1 0 1009640764 53301248 12775 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 13013 12775 74 172 0 12840 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 54468

[startup+282.317 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 11194
/proc/meminfo: memFree=1127652/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=57952 CPUtime=280.64
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 14331 0 0 0 28051 13 0 0 25 0 1 0 1009640764 59342848 14266 4294967295 134512640 135214715 3213001664 3213000128 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 14488 14266 74 172 0 14315 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 60368

[startup+342.314 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11387
/proc/meminfo: memFree=1127660/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=57952 CPUtime=340.64
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 14332 0 0 0 34051 13 0 0 25 0 1 0 1009640764 59342848 14267 4294967295 134512640 135214715 3213001664 3212999872 134537783 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 14488 14267 74 172 0 14315 0
Current children cumulated CPU time (s) 342.34

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

[pid=10436] ppid=10430 vsize=57952 CPUtime=460.64
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 14345 0 0 0 46051 13 0 0 25 0 1 0 1009640764 59342848 14280 4294967295 134512640 135214715 3213001664 3213000128 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 14488 14280 74 172 0 14315 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 60368

[startup+522.315 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 11952
/proc/meminfo: memFree=1122584/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=62952 CPUtime=520.65
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 15574 0 0 0 52052 13 0 0 25 0 1 0 1009640764 64462848 15509 4294967295 134512640 135214715 3213001664 3213000128 134528714 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 15738 15509 74 172 0 15565 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 65368

[startup+582.312 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 12141
/proc/meminfo: memFree=1115880/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=69584 CPUtime=580.65
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 17221 0 0 0 58050 15 0 0 25 0 1 0 1009640764 71254016 17156 4294967295 134512640 135214715 3213001664 3213000128 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 17396 17156 74 172 0 17223 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 72000

[startup+642.319 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 12330
/proc/meminfo: memFree=1108184/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=77244 CPUtime=640.66
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 19053 0 0 0 64050 16 0 0 25 0 1 0 1009640764 79097856 18988 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 19311 18988 74 172 0 19138 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 79660

[startup+702.316 s]
/proc/loadavg: 1.20 1.05 1.02 3/95 12521
/proc/meminfo: memFree=1105208/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=80664 CPUtime=700.66
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 19918 0 0 0 70045 21 0 0 25 0 1 0 1009640764 82599936 19853 4294967295 134512640 135214715 3213001664 3213000128 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20166 19853 74 172 0 19993 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 83080

[startup+762.323 s]
/proc/loadavg: 1.07 1.04 1.01 2/95 12708
/proc/meminfo: memFree=1105092/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=80848 CPUtime=760.67
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 19934 0 0 0 76045 22 0 0 25 0 1 0 1009640764 82788352 19869 4294967295 134512640 135214715 3213001664 3212999104 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20212 19869 74 172 0 20039 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 83264

[startup+822.31 s]
/proc/loadavg: 1.02 1.03 1.00 3/95 12895
/proc/meminfo: memFree=1105108/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=80848 CPUtime=820.66
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 19936 0 0 0 82042 24 0 0 25 0 1 0 1009640764 82788352 19871 4294967295 134512640 135214715 3213001664 3213000128 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20212 19871 74 172 0 20039 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 83264

[startup+882.317 s]
/proc/loadavg: 1.01 1.02 1.00 3/95 13084
/proc/meminfo: memFree=1104976/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=81176 CPUtime=880.67
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20008 0 0 0 88043 24 0 0 25 0 1 0 1009640764 83124224 19943 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20294 19943 74 172 0 20121 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 83592

[startup+942.315 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 13272
/proc/meminfo: memFree=1104728/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=81176 CPUtime=940.67
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20021 0 0 0 94042 25 0 0 25 0 1 0 1009640764 83124224 19956 4294967295 134512640 135214715 3213001664 3213000128 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20294 19956 74 172 0 20121 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 83592

[startup+1002.32 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 13464
/proc/meminfo: memFree=1104348/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=81716 CPUtime=1000.68
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20159 0 0 0 100042 26 0 0 25 0 1 0 1009640764 83677184 20094 4294967295 134512640 135214715 3213001664 3213000128 134528997 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20429 20094 74 172 0 20256 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 84132

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 13651
/proc/meminfo: memFree=1103992/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=81928 CPUtime=1060.67
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20206 0 0 0 106041 26 0 0 25 0 1 0 1009640764 83894272 20141 4294967295 134512640 135214715 3213001664 3213000128 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20482 20141 74 172 0 20309 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 84344

[startup+1122.32 s]
/proc/loadavg: 1.03 1.01 1.00 2/95 13838
/proc/meminfo: memFree=1103660/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=82416 CPUtime=1120.68
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20309 0 0 0 112042 26 0 0 25 0 1 0 1009640764 84393984 20244 4294967295 134512640 135214715 3213001664 3213000128 134528613 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20604 20244 74 172 0 20431 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 84832

[startup+1182.31 s]
/proc/loadavg: 1.04 1.02 1.00 3/95 14027
/proc/meminfo: memFree=1103288/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=82816 CPUtime=1180.68
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20360 0 0 0 118042 26 0 0 25 0 1 0 1009640764 84803584 20295 4294967295 134512640 135214715 3213001664 3213000128 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20704 20295 74 172 0 20531 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 85232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.10 1.04 1.00 2/95 14212
/proc/meminfo: memFree=1103184/2074464 swapFree=1950872/1959888
[pid=10430] ppid=10428 vsize=2416 CPUtime=1.7
/proc/10430/stat : 10430 (SatELiteGTI) S 10428 10430 10114 0 -1 4194304 387 9858 0 0 1 0 163 6 20 0 1 0 1009640594 2473984 278 4294967295 134512640 135169312 3214458080 3214454296 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10430/statm: 604 278 235 161 0 43 0
[pid=10436] ppid=10430 vsize=82816 CPUtime=1198.38
/proc/10436/stat : 10436 (minisat_static) R 10430 10430 10114 0 -1 4202496 20360 0 0 0 119812 26 0 0 25 0 1 0 1009640764 84803584 20295 4294967295 134512640 135214715 3213001664 3212998464 134536495 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10436/statm: 20704 20295 74 172 0 20531 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 85232

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)
Real time (s): 1200.03
CPU time (s): 1200.09
CPU user time (s): 1199.76
CPU system time (s): 0.33
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 85232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.33
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30695
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= 18
involuntary context switches= 952

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 07:23:18
IDJOB=1820521
IDBENCH=20425
IDSOLVER=660
FILE ID=tipi13/1820521-1242451398
PBS_JOBID=
Free space on /tmp= 8129 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820521-1242451398/watcher-1820521-1242451398 -o /tmp/evaluation-result-1820521-1242451398/solver-1820521-1242451398 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820521-1242451398.cnf

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED= 1961656999

Linux tipi13 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1191516 kB
Buffers:         30676 kB
Cached:         756552 kB
SwapCached:       3612 kB
Active:         273372 kB
Inactive:       523420 kB
HighTotal:     1178688 kB
HighFree:       454152 kB
LowTotal:       895776 kB
LowFree:        737364 kB
SwapTotal:     1959888 kB
SwapFree:      1950872 kB
Dirty:            5084 kB
Writeback:           0 kB
AnonPages:        8484 kB
Mapped:           3096 kB
Slab:            77036 kB
PageTables:        420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8129 MiB
End job on tipi13 at 2009-05-16 07:43:20