Trace number 1718648

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
glucose 1.0? (TO) 1200.02 1200.41

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
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 variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  194072   507926 |   58221       0        0     nan |  0.000 % |
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 1156   #clauses: 194072   #literals: 507926
0.00/0.12	c CPU time:   0.102984 s
0.00/0.12	c ==============================================================================
0.00/0.27	c
0.00/0.27	c Starting glucose
0.00/0.27	c
0.00/0.27	
0.00/0.27	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.27	
0.00/0.27	c ============================[ Problem Statistics ]=============================
0.00/0.27	c |                                                                             |
0.00/0.27	c |  Number of variables:  1156                                                 |
0.00/0.27	c |  Number of clauses:    194072                                               |
0.26/0.38	c |  Parsing time:         0.09         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-1718648-1240638752/watcher-1718648-1240638752 -o /tmp/evaluation-result-1718648-1240638752/solver-1718648-1240638752 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1718648-1240638752.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 803
/proc/meminfo: memFree=1241808/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5356 CPUtime=0
/proc/803/stat : 803 (glucose.sh) R 801 803 607 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 91904234 5484544 162 1992294400 4194304 4889804 548682068800 18446744073709551615 4542874 0 0 4096 0 0 0 0 17 1 0 0
/proc/803/statm: 1339 172 142 169 0 50 0

[startup+0.103248 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 803
/proc/meminfo: memFree=1241808/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 91904234 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.201256 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 803
/proc/meminfo: memFree=1241808/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 91904234 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301263 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 803
/proc/meminfo: memFree=1241808/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5360

[startup+0.701303 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 803
/proc/meminfo: memFree=1241808/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5360

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1225536/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=14620 CPUtime=1.21
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 3536 0 0 0 120 1 0 0 25 0 1 0 91904262 14970880 3522 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 3655 3522 76 172 0 3480 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19980

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1223680/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=16768 CPUtime=2.82
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 4079 0 0 0 280 2 0 0 25 0 1 0 91904262 17170432 4065 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 4192 4065 76 172 0 4017 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22128

[startup+6.30193 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1221440/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=18472 CPUtime=6.01
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 4488 0 0 0 599 2 0 0 25 0 1 0 91904262 18915328 4474 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 4618 4474 76 172 0 4443 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23832

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 806
/proc/meminfo: memFree=1219272/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=19932 CPUtime=12.42
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 4875 0 0 0 1239 3 0 0 25 0 1 0 91904262 20410368 4861 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 4983 4861 76 172 0 4808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25292

[startup+25.5011 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 806
/proc/meminfo: memFree=1217352/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=22016 CPUtime=25.21
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 5375 0 0 0 2518 3 0 0 25 0 1 0 91904262 22544384 5361 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 5504 5361 77 172 0 5329 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27376

[startup+51.1019 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 806
/proc/meminfo: memFree=1215112/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=24324 CPUtime=50.79
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 5948 0 0 0 5076 3 0 0 25 0 1 0 91904262 24907776 5934 1992294400 134512640 135217611 4294956288 18446744073709551615 134533678 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 6081 5934 77 172 0 5906 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 29684

[startup+102.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 806
/proc/meminfo: memFree=1211592/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=28136 CPUtime=101.98
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 6833 0 0 0 10194 4 0 0 25 0 1 0 91904262 28811264 6819 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 7034 6819 77 172 0 6859 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 33496

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1207688/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=32064 CPUtime=161.96
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 7800 0 0 0 16191 5 0 0 25 0 1 0 91904262 32833536 7786 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 8016 7786 77 172 0 7841 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 37424

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1204232/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=35664 CPUtime=221.95
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 8628 0 0 0 22189 6 0 0 25 0 1 0 91904262 36519936 8614 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 8916 8614 77 172 0 8741 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 41024

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1201416/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=38568 CPUtime=281.93
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 9343 0 0 0 28186 7 0 0 25 0 1 0 91904262 39493632 9329 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 9642 9329 77 172 0 9467 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 43928

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1198792/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=41256 CPUtime=341.91
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 9984 0 0 0 34184 7 0 0 25 0 1 0 91904262 42246144 9970 1992294400 134512640 135217611 4294956288 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 10314 9970 77 172 0 10139 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 46616

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 806
/proc/meminfo: memFree=1196616/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=43784 CPUtime=401.9
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 10642 0 0 0 40182 8 0 0 25 0 1 0 91904262 44834816 10628 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 10946 10628 77 172 0 10771 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 49144


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

/proc/806/statm: 12671 12223 77 172 0 12496 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 56044

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1188040/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=52516 CPUtime=641.82
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 12660 0 0 0 64172 10 0 0 25 0 1 0 91904262 53776384 12646 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 13129 12646 77 172 0 12954 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 57876

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1186504/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=54104 CPUtime=701.8
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 13041 0 0 0 70170 10 0 0 25 0 1 0 91904262 55402496 13027 1992294400 134512640 135217611 4294956288 18446744073709551615 134533643 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 13526 13027 77 172 0 13351 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 59464

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1184968/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=55524 CPUtime=761.79
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 13424 0 0 0 76169 10 0 0 25 0 1 0 91904262 56856576 13410 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 13881 13410 77 172 0 13706 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 60884

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1184008/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=56580 CPUtime=821.76
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 13670 0 0 0 82166 10 0 0 25 0 1 0 91904262 57937920 13656 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 14145 13656 77 172 0 13970 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 61940

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1181960/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=58676 CPUtime=881.75
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 14175 0 0 0 88164 11 0 0 25 0 1 0 91904262 60084224 14161 1992294400 134512640 135217611 4294956288 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 14669 14161 77 172 0 14494 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 64036

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1180680/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=60080 CPUtime=941.73
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 14495 0 0 0 94162 11 0 0 25 0 1 0 91904262 61521920 14481 1992294400 134512640 135217611 4294956288 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 15020 14481 77 172 0 14845 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 65440

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1179208/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=61672 CPUtime=1001.72
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 14861 0 0 0 100160 12 0 0 25 0 1 0 91904262 63152128 14847 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 15418 14847 77 172 0 15243 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 67032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1177800/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=63036 CPUtime=1061.7
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 15215 0 0 0 106158 12 0 0 25 0 1 0 91904262 64548864 15201 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 15759 15201 77 172 0 15584 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 68396

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1176904/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=64120 CPUtime=1121.68
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 15434 0 0 0 112156 12 0 0 25 0 1 0 91904262 65658880 15420 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 16030 15420 77 172 0 15855 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 69480

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1175752/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=65272 CPUtime=1181.66
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 15722 0 0 0 118153 13 0 0 25 0 1 0 91904262 66838528 15708 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 16318 15708 77 172 0 16143 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 70632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1175048/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=65940 CPUtime=1199.76
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 15890 0 0 0 119963 13 0 0 25 0 1 0 91904262 67522560 15876 1992294400 134512640 135217611 4294956288 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 16485 15876 77 172 0 16310 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 71300

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 812
/proc/meminfo: memFree=1175048/2055920 swapFree=4192956/4192956
[pid=803] ppid=801 vsize=5360 CPUtime=0.26
/proc/803/stat : 803 (glucose.sh) S 801 803 607 0 -1 4194304 313 2695 0 0 0 0 24 2 17 0 1 0 91904234 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/803/statm: 1340 238 195 169 0 51 0
[pid=806] ppid=803 vsize=65940 CPUtime=1199.76
/proc/806/stat : 806 (glucose_static) R 803 803 607 0 -1 4194304 15890 0 0 0 119963 13 0 0 25 0 1 0 91904262 67522560 15876 1992294400 134512640 135217611 4294956288 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/806/statm: 16485 15876 77 172 0 16310 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 71300

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 803 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=250961
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=21996
# CPU time returned by wait4() is 0.272957
# while last known CPU time is 1200.02
#
# 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.02
CPU user time (s): 1199.87
CPU system time (s): 0.15
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 71300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.250961
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3008
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= 6
involuntary context switches= 5

runsolver used 1.22481 second user time and 3.14952 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-25 07:52:32
IDJOB=1718648
IDBENCH=20493
IDSOLVER=503
FILE ID=node91/1718648-1240638752
PBS_JOBID= 9186398
Free space on /tmp= 66520 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718648-1240638752/watcher-1718648-1240638752 -o /tmp/evaluation-result-1718648-1240638752/solver-1718648-1240638752 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1718648-1240638752.cnf

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

MD5SUM BENCH= a27d41b3e10d867544cd2bff7d005be2
RANDOM SEED=2075007083

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1242224 kB
Buffers:         86876 kB
Cached:         629776 kB
SwapCached:          0 kB
Active:         285176 kB
Inactive:       445996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4344 kB
Writeback:           0 kB
Mapped:          24288 kB
Slab:            68408 kB
Committed_AS:   192184 kB
PageTables:       1356 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= 66516 MiB
End job on node91 at 2009-04-25 08:12:35