Trace number 1718388

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.06 1200.41

General information on the benchmark

Nameindustrial/grieu/
vmpc_30.cnf
MD5SUM8df6cfaff4435ad2a04367a34fb047c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2082
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses133080
Sum of the clauses size348570
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252290
Number of clauses of size 380730
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |  133080   348570 |   39923       0        0     nan |  0.000 % |
0.02/0.08	c ==============================================================================
0.02/0.08	c Result  :   #vars: 900   #clauses: 133080   #literals: 348570
0.02/0.08	c CPU time:   0.073988 s
0.02/0.08	c ==============================================================================
0.08/0.19	c
0.08/0.19	c Starting glucose
0.08/0.19	c
0.08/0.19	
0.08/0.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.08/0.19	
0.08/0.19	c ============================[ Problem Statistics ]=============================
0.08/0.19	c |                                                                             |
0.08/0.19	c |  Number of variables:  900                                                  |
0.08/0.19	c |  Number of clauses:    133080                                               |
0.18/0.26	c |  Parsing time:         0.06         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-1718388-1240636065/watcher-1718388-1240636065 -o /tmp/evaluation-result-1718388-1240636065/solver-1718388-1240636065 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1718388-1240636065.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.44 1.09 1.03 3/64 14981
/proc/meminfo: memFree=1232328/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91640042 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14981/statm: 1340 236 195 169 0 51 0
[pid=14982] ppid=14981 vsize=1464 CPUtime=0
/proc/14982/stat : 14982 (SatELite_releas) R 14981 14981 14914 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 91640042 1499136 199 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/14982/statm: 366 199 50 174 0 189 0

[startup+0.027501 s]
/proc/loadavg: 1.44 1.09 1.03 3/64 14981
/proc/meminfo: memFree=1232328/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91640042 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14981/statm: 1340 236 195 169 0 51 0
[pid=14982] ppid=14981 vsize=2900 CPUtime=0.02
/proc/14982/stat : 14982 (SatELite_releas) R 14981 14981 14914 0 -1 4194304 571 0 0 0 2 0 0 0 18 0 1 0 91640042 2969600 555 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/14982/statm: 725 555 50 174 0 548 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8260

[startup+0.101507 s]
/proc/loadavg: 1.44 1.09 1.03 3/64 14981
/proc/meminfo: memFree=1232328/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 91640042 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14981/statm: 1340 236 195 169 0 51 0
[pid=14982] ppid=14981 vsize=8556 CPUtime=0.08
/proc/14982/stat : 14982 (SatELite_releas) R 14981 14981 14914 0 -1 4194304 1905 0 0 0 8 0 0 0 18 0 1 0 91640042 8761344 1889 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14982/statm: 2139 1889 78 174 0 1962 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13916

[startup+0.301538 s]
/proc/loadavg: 1.44 1.09 1.03 3/64 14981
/proc/meminfo: memFree=1232328/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+0.701572 s]
/proc/loadavg: 1.44 1.09 1.03 3/64 14981
/proc/meminfo: memFree=1232328/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+1.50164 s]
/proc/loadavg: 1.44 1.09 1.03 2/66 14984
/proc/meminfo: memFree=1220280/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=11276 CPUtime=1.3
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 2690 0 0 0 129 1 0 0 25 0 1 0 91640061 11546624 2676 1992294400 134512640 135217611 4294956272 18446744073709551615 134723479 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 2819 2676 76 172 0 2644 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16636

[startup+3.10279 s]
/proc/loadavg: 1.41 1.09 1.03 2/66 14984
/proc/meminfo: memFree=1218872/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=13104 CPUtime=2.9
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 3165 0 0 0 289 1 0 0 25 0 1 0 91640061 13418496 3151 1992294400 134512640 135217611 4294956272 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 3276 3151 76 172 0 3101 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18464

[startup+6.30108 s]
/proc/loadavg: 1.41 1.09 1.03 2/66 14984
/proc/meminfo: memFree=1216888/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=14736 CPUtime=6.09
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 3553 0 0 0 608 1 0 0 25 0 1 0 91640061 15089664 3539 1992294400 134512640 135217611 4294956272 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 3684 3539 76 172 0 3509 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20096

[startup+12.7017 s]
/proc/loadavg: 1.37 1.09 1.03 2/66 14984
/proc/meminfo: memFree=1214200/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=16600 CPUtime=12.5
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 4027 0 0 0 1248 2 0 0 25 0 1 0 91640061 16998400 4013 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 4150 4013 76 172 0 3975 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21960

[startup+25.5019 s]
/proc/loadavg: 1.29 1.08 1.03 2/66 14984
/proc/meminfo: memFree=1212280/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=18420 CPUtime=25.29
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 4458 0 0 0 2527 2 0 0 25 0 1 0 91640061 18862080 4444 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 4605 4444 76 172 0 4430 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23780

[startup+51.1012 s]
/proc/loadavg: 1.19 1.08 1.02 2/66 14984
/proc/meminfo: memFree=1210104/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=20592 CPUtime=50.88
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 5013 0 0 0 5086 2 0 0 25 0 1 0 91640061 21086208 4999 1992294400 134512640 135217611 4294956272 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 5148 4999 76 172 0 4973 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25952

[startup+102.306 s]
/proc/loadavg: 1.07 1.06 1.02 2/66 14984
/proc/meminfo: memFree=1206264/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=24600 CPUtime=102.07
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 5967 0 0 0 10203 4 0 0 25 0 1 0 91640061 25190400 5953 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 6150 5953 76 172 0 5975 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 29960

[startup+162.302 s]
/proc/loadavg: 1.03 1.05 1.01 2/66 14984
/proc/meminfo: memFree=1203064/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=27852 CPUtime=162.06
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 6777 0 0 0 16201 5 0 0 25 0 1 0 91640061 28520448 6763 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 6963 6763 76 172 0 6788 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 33212

[startup+222.301 s]
/proc/loadavg: 1.01 1.04 1.01 2/66 14984
/proc/meminfo: memFree=1200376/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=30768 CPUtime=222.04
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 7439 0 0 0 22198 6 0 0 25 0 1 0 91640061 31506432 7425 1992294400 134512640 135217611 4294956272 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 7692 7425 76 172 0 7517 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 36128

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 14984
/proc/meminfo: memFree=1197688/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=33736 CPUtime=282.02
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 8128 0 0 0 28195 7 0 0 25 0 1 0 91640061 34545664 8114 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 8434 8114 76 172 0 8259 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 39096

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14984
/proc/meminfo: memFree=1195064/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=36156 CPUtime=342
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 8749 0 0 0 34193 7 0 0 25 0 1 0 91640061 37023744 8735 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 9039 8735 76 172 0 8864 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 41516

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14984
/proc/meminfo: memFree=1193208/2055920 swapFree=4146964/4192956

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

/proc/14984/statm: 10495 10136 76 172 0 10320 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 47340

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1187896/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=43616 CPUtime=581.94
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 10535 0 0 0 58185 9 0 0 25 0 1 0 91640061 44662784 10521 1992294400 134512640 135217611 4294956272 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 10904 10521 76 172 0 10729 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 48976

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1186168/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=45672 CPUtime=641.92
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 10967 0 0 0 64183 9 0 0 25 0 1 0 91640061 46768128 10953 1992294400 134512640 135217611 4294956272 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 11418 10953 76 172 0 11243 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 51032

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1184888/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=46908 CPUtime=701.91
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 11280 0 0 0 70181 10 0 0 25 0 1 0 91640061 48033792 11266 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 11727 11266 77 172 0 11552 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 52268

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1183800/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=48036 CPUtime=761.89
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 11563 0 0 0 76179 10 0 0 25 0 1 0 91640061 49188864 11549 1992294400 134512640 135217611 4294956272 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 12009 11549 77 172 0 11834 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 53396

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1182648/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=49288 CPUtime=821.87
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 11848 0 0 0 82176 11 0 0 25 0 1 0 91640061 50470912 11834 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 12322 11834 77 172 0 12147 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 54648

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1181496/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=50500 CPUtime=881.86
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 12130 0 0 0 88174 12 0 0 25 0 1 0 91640061 51712000 12116 1992294400 134512640 135217611 4294956272 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 12625 12116 77 172 0 12450 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 55860

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1180600/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=51372 CPUtime=941.84
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 12347 0 0 0 94172 12 0 0 25 0 1 0 91640061 52604928 12333 1992294400 134512640 135217611 4294956272 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 12843 12333 77 172 0 12668 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 56732

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1179576/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=52488 CPUtime=1001.83
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 12608 0 0 0 100171 12 0 0 25 0 1 0 91640061 53747712 12594 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 13122 12594 77 172 0 12947 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 57848

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1178744/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=53316 CPUtime=1061.81
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 12824 0 0 0 106168 13 0 0 25 0 1 0 91640061 54595584 12810 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 13329 12810 77 172 0 13154 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 58676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1177656/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=54388 CPUtime=1121.79
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 13081 0 0 0 112166 13 0 0 25 0 1 0 91640061 55693312 13067 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 13597 13067 77 172 0 13422 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 59748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1177144/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=54996 CPUtime=1181.77
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 13214 0 0 0 118164 13 0 0 25 0 1 0 91640061 56315904 13200 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 13749 13200 77 172 0 13574 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 60356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14984
/proc/meminfo: memFree=1176376/2055920 swapFree=4146964/4192956
[pid=14981] ppid=14979 vsize=5360 CPUtime=0.18
/proc/14981/stat : 14981 (glucose.sh) S 14979 14981 14914 0 -1 4194304 313 1906 0 0 0 0 17 1 16 0 1 0 91640042 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1340 238 195 169 0 51 0
[pid=14984] ppid=14981 vsize=55700 CPUtime=1199.88
/proc/14984/stat : 14984 (glucose_static) R 14981 14981 14914 0 -1 4194304 13383 0 0 0 119974 14 0 0 25 0 1 0 91640061 57036800 13369 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14984/statm: 13925 13369 77 172 0 13750 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 61060

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 14981 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=171973
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 0.192969
# while last known CPU time is 1200.06
#
# 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.06
CPU user time (s): 1199.91
CPU system time (s): 0.15
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 61060

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

runsolver used 1.25181 second user time and 2.92556 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-25 07:07:45
IDJOB=1718388
IDBENCH=20487
IDSOLVER=503
FILE ID=node14/1718388-1240636065
PBS_JOBID= 9186465
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= 8df6cfaff4435ad2a04367a34fb047c1
RANDOM SEED=1557435641

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1232808 kB
Buffers:         62748 kB
Cached:         648704 kB
SwapCached:      40764 kB
Active:         114160 kB
Inactive:       640404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1232808 kB
SwapTotal:     4192956 kB
SwapFree:      4146964 kB
Dirty:            3424 kB
Writeback:           0 kB
Mapped:          13440 kB
Slab:            54620 kB
Committed_AS:   285368 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node14 at 2009-04-25 07:27:48