Trace number 1784196

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) 5000.01 5002.41

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-200-100.cnf
MD5SUM3eff3d0cb86e42a8fbb844259e0c7beb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.7442
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
Number of clauses of size over 50

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     480     1200 |     143       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 200   #clauses: 480   #literals: 1200
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  200                                                  |
0.00/0.00	c |  Number of clauses:    480                                                  |
0.00/0.00	c |  Parsing time:         0.00         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-1784196-1241924798/watcher-1784196-1241924798 -o /tmp/evaluation-result-1784196-1241924798/solver-1784196-1241924798 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784196-1241924798.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27396
/proc/meminfo: memFree=1503480/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) R 27394 27396 24122 0 -1 4194304 294 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 237 1992294400 4194304 4889804 548682068832 18446744073709551615 269028332257 0 0 4100 65536 0 0 0 17 0 0 0
/proc/27396/statm: 1340 237 195 169 0 51 0

[startup+0.06497 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27396
/proc/meminfo: memFree=1503480/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101974 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27396
/proc/meminfo: memFree=1503480/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302006 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27396
/proc/meminfo: memFree=1503480/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70107 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27396
/proc/meminfo: memFree=1503480/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27399
/proc/meminfo: memFree=1501160/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=4228 CPUtime=1.49
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 701 0 0 0 149 0 0 0 25 0 1 0 220512784 4329472 687 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 1057 687 74 172 0 882 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9588

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27399
/proc/meminfo: memFree=1500328/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=4892 CPUtime=3.09
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 857 0 0 0 309 0 0 0 25 0 1 0 220512784 5009408 843 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 1223 843 74 172 0 1048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10252

[startup+6.30297 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27399
/proc/meminfo: memFree=1498984/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=6128 CPUtime=6.29
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 1147 0 0 0 629 0 0 0 25 0 1 0 220512784 6275072 1133 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 1532 1133 74 172 0 1357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11488

[startup+12.702 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 27399
/proc/meminfo: memFree=1497704/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=7128 CPUtime=12.68
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 1393 0 0 0 1268 0 0 0 25 0 1 0 220512784 7299072 1379 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 1782 1379 74 172 0 1607 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12488

[startup+25.501 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 27399
/proc/meminfo: memFree=1496168/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=8992 CPUtime=25.48
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 1829 0 0 0 2547 1 0 0 25 0 1 0 220512784 9207808 1815 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 2248 1815 74 172 0 2073 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14352

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 27399
/proc/meminfo: memFree=1494120/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=11084 CPUtime=51.06
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 2332 0 0 0 5105 1 0 0 25 0 1 0 220512784 11350016 2318 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 2771 2318 74 172 0 2596 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16444

[startup+102.306 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 27399
/proc/meminfo: memFree=1491112/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=13960 CPUtime=102.24
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 3027 0 0 0 10222 2 0 0 25 0 1 0 220512784 14295040 3013 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 3490 3013 74 172 0 3315 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19320

[startup+162.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 27399
/proc/meminfo: memFree=1489320/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=15900 CPUtime=162.21
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 3475 0 0 0 16218 3 0 0 25 0 1 0 220512784 16281600 3461 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 3975 3461 74 172 0 3800 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21260

[startup+222.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 27399
/proc/meminfo: memFree=1487784/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=17512 CPUtime=222.17
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 3864 0 0 0 22214 3 0 0 25 0 1 0 220512784 17932288 3850 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 4378 3850 74 172 0 4203 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 22872

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 27399
/proc/meminfo: memFree=1486760/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=18580 CPUtime=282.15
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 4120 0 0 0 28211 4 0 0 25 0 1 0 220512784 19025920 4106 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 4645 4106 74 172 0 4470 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 23940

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27399
/proc/meminfo: memFree=1485928/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=19504 CPUtime=342.12
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 4335 0 0 0 34208 4 0 0 25 0 1 0 220512784 19972096 4321 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 4876 4321 74 172 0 4701 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 24864

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27399
/proc/meminfo: memFree=1484648/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=20860 CPUtime=402.09
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 4651 0 0 0 40205 4 0 0 25 0 1 0 220512784 21360640 4637 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 5215 4637 74 172 0 5040 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 26220

[startup+462.302 s]

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

/proc/27398/statm: 12095 10928 74 172 0 11920 0
Current children cumulated CPU time (s) 4300.23
Current children cumulated vsize (KiB) 53740

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1458280/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=48560 CPUtime=4360.2
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 10997 0 0 0 436007 13 0 0 25 0 1 0 220512784 49725440 10983 1992294400 134512640 135217611 4294956304 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12140 10983 74 172 0 11965 0
Current children cumulated CPU time (s) 4360.2
Current children cumulated vsize (KiB) 53920

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1458088/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=48824 CPUtime=4420.17
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11040 0 0 0 442004 13 0 0 25 0 1 0 220512784 49995776 11026 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12206 11026 74 172 0 12031 0
Current children cumulated CPU time (s) 4420.17
Current children cumulated vsize (KiB) 54184

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1457768/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=49184 CPUtime=4480.15
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11110 0 0 0 448002 13 0 0 25 0 1 0 220512784 50364416 11096 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12296 11096 74 172 0 12121 0
Current children cumulated CPU time (s) 4480.15
Current children cumulated vsize (KiB) 54544

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1457640/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=49400 CPUtime=4540.12
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11158 0 0 0 453999 13 0 0 25 0 1 0 220512784 50585600 11144 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12350 11144 74 172 0 12175 0
Current children cumulated CPU time (s) 4540.12
Current children cumulated vsize (KiB) 54760

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1457384/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=49336 CPUtime=4600.1
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11161 0 0 0 459997 13 0 0 25 0 1 0 220512784 50520064 11147 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12334 11147 74 172 0 12159 0
Current children cumulated CPU time (s) 4600.1
Current children cumulated vsize (KiB) 54696

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1457320/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=49552 CPUtime=4660.07
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11187 0 0 0 465994 13 0 0 25 0 1 0 220512784 50741248 11173 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12388 11173 74 172 0 12213 0
Current children cumulated CPU time (s) 4660.07
Current children cumulated vsize (KiB) 54912

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1457192/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=49696 CPUtime=4720.04
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11216 0 0 0 471991 13 0 0 25 0 1 0 220512784 50888704 11202 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12424 11202 74 172 0 12249 0
Current children cumulated CPU time (s) 4720.04
Current children cumulated vsize (KiB) 55056

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1457000/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=49912 CPUtime=4780.01
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11252 0 0 0 477988 13 0 0 25 0 1 0 220512784 51109888 11238 1992294400 134512640 135217611 4294956304 18446744073709551615 134532614 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12478 11238 74 172 0 12303 0
Current children cumulated CPU time (s) 4780.01
Current children cumulated vsize (KiB) 55272

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1456680/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=50236 CPUtime=4840
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11337 0 0 0 483986 14 0 0 25 0 1 0 220512784 51441664 11323 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12559 11323 74 172 0 12384 0
Current children cumulated CPU time (s) 4840
Current children cumulated vsize (KiB) 55596

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1456616/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=50380 CPUtime=4899.95
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11370 0 0 0 489981 14 0 0 25 0 1 0 220512784 51589120 11356 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12595 11356 74 172 0 12420 0
Current children cumulated CPU time (s) 4899.95
Current children cumulated vsize (KiB) 55740

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27407
/proc/meminfo: memFree=1456488/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=50488 CPUtime=4959.93
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11399 0 0 0 495979 14 0 0 25 0 1 0 220512784 51699712 11385 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12622 11385 74 172 0 12447 0
Current children cumulated CPU time (s) 4959.93
Current children cumulated vsize (KiB) 55848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 27407
/proc/meminfo: memFree=1456360/2055920 swapFree=4181456/4192956
[pid=27396] ppid=27394 vsize=5360 CPUtime=0
/proc/27396/stat : 27396 (glucose.sh) S 27394 27396 24122 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 220512784 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27396/statm: 1340 238 195 169 0 51 0
[pid=27398] ppid=27396 vsize=50620 CPUtime=5000.01
/proc/27398/stat : 27398 (glucose_static) R 27396 27396 24122 0 -1 4194304 11431 0 0 0 499987 14 0 0 25 0 1 0 220512784 51834880 11417 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27398/statm: 12655 11417 74 172 0 12480 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 55980

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

Real time (s): 5002.41
CPU time (s): 5000.01
CPU user time (s): 4999.87
CPU system time (s): 0.14
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 55980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 437
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= 4
involuntary context switches= 2

runsolver used 4.38333 second user time and 13.8169 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-10 05:06:38
IDJOB=1784196
IDBENCH=71124
IDSOLVER=610
FILE ID=node26/1784196-1241924798
PBS_JOBID= 9264869
Free space on /tmp= 66148 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-200-100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784196-1241924798/watcher-1784196-1241924798 -o /tmp/evaluation-result-1784196-1241924798/solver-1784196-1241924798 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784196-1241924798.cnf

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

MD5SUM BENCH= 3eff3d0cb86e42a8fbb844259e0c7beb
RANDOM SEED=665140402

node26.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.261
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.261
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:       1504032 kB
Buffers:         60456 kB
Cached:         409240 kB
SwapCached:       5352 kB
Active:         115416 kB
Inactive:       362252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1504032 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            60388 kB
Committed_AS:   708528 kB
PageTables:       1368 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= 66148 MiB
End job on node26 at 2009-05-10 06:30:02