Trace number 1784036

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.09 5001.72

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_4_8_cmp.cnf
MD5SUMd839e5ec929f609c698ac596e6e9f69b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2625.93
Satisfiable
(Un)Satisfiability was proved
Number of variables1617
Number of clauses14513
Sum of the clauses size47145
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23056
Number of clauses of size 38550
Number of clauses of size 4932
Number of clauses of size 51825
Number of clauses of size over 5150

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14513    47145 |    4353       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |   14513    47161 |      --       0       --      -- |     --   | 0/16
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1613   #clauses: 14513   #literals: 47161
0.00/0.03	c CPU time:   0.031995 s
0.00/0.03	c ==============================================================================
0.00/0.05	c
0.00/0.05	c Starting glucose
0.00/0.05	c
0.00/0.05	
0.00/0.05	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.05	
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  1613                                                 |
0.00/0.05	c |  Number of clauses:    14513                                                |
0.00/0.06	c |  Parsing time:         0.01         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-1784036-1241911533/watcher-1784036-1241911533 -o /tmp/evaluation-result-1784036-1241911533/solver-1784036-1241911533 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784036-1241911533.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 0.99 0.99 3/64 21494
/proc/meminfo: memFree=1880752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5356 CPUtime=0
/proc/21494/stat : 21494 (glucose.sh) R 21492 21494 21330 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 219186809 5484544 147 1992294400 4194304 4889804 548682068832 18446744073709551615 269756985740 0 0 4096 0 0 0 0 17 1 0 0
/proc/21494/statm: 1339 153 126 169 0 50 0

[startup+0.0356121 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21494
/proc/meminfo: memFree=1880752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219186809 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21494/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101625 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21494
/proc/meminfo: memFree=1880752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.301655 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21494
/proc/meminfo: memFree=1880752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.701707 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 21494
/proc/meminfo: memFree=1880752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+1.5018 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1876832/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=5252 CPUtime=1.43
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 1008 0 0 0 143 0 0 0 25 0 1 0 219186814 5378048 994 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 1313 994 77 172 0 1138 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10612

[startup+3.10201 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1875872/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=6328 CPUtime=3.03
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 1292 0 0 0 303 0 0 0 25 0 1 0 219186814 6479872 1278 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 1582 1278 77 172 0 1407 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11688

[startup+6.30143 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1873760/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=7784 CPUtime=6.23
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 1648 0 0 0 623 0 0 0 25 0 1 0 219186814 7970816 1634 1992294400 134512640 135217611 4294956304 18446744073709551615 134538666 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 1946 1634 77 172 0 1771 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13144

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1871648/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=10028 CPUtime=12.63
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 2211 0 0 0 1262 1 0 0 25 0 1 0 219186814 10268672 2197 1992294400 134512640 135217611 4294956304 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21497/statm: 2507 2197 77 172 0 2332 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15388

[startup+25.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1869280/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=12308 CPUtime=25.41
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 2779 0 0 0 2540 1 0 0 25 0 1 0 219186814 12603392 2765 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 3077 2765 77 172 0 2902 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 17668

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1866464/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=15428 CPUtime=51
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 3533 0 0 0 5098 2 0 0 25 0 1 0 219186814 15798272 3519 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 3857 3519 77 172 0 3682 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 20788

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1862624/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=18864 CPUtime=102.19
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 4414 0 0 0 10216 3 0 0 25 0 1 0 219186814 19316736 4400 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 4716 4400 77 172 0 4541 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 24224

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 21497
/proc/meminfo: memFree=1859488/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=22072 CPUtime=162.16
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 5192 0 0 0 16212 4 0 0 25 0 1 0 219186814 22601728 5178 1992294400 134512640 135217611 4294956304 18446744073709551615 134537426 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 5518 5178 77 172 0 5343 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 27432

[startup+222.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 21497
/proc/meminfo: memFree=1856224/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=25248 CPUtime=222.14
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 5998 0 0 0 22209 5 0 0 25 0 1 0 219186814 25853952 5984 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 6312 5984 77 172 0 6137 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 30608

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 21497
/proc/meminfo: memFree=1854560/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=26856 CPUtime=282.11
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 6408 0 0 0 28206 5 0 0 25 0 1 0 219186814 27500544 6394 1992294400 134512640 135217611 4294956304 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 6714 6394 77 172 0 6539 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 32216

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21497
/proc/meminfo: memFree=1852896/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=28464 CPUtime=342.08
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 6806 0 0 0 34202 6 0 0 25 0 1 0 219186814 29147136 6792 1992294400 134512640 135217611 4294956304 18446744073709551615 134526257 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 7116 6792 77 172 0 6941 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 33824

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21497
/proc/meminfo: memFree=1850400/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=31112 CPUtime=402.05
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 7442 0 0 0 40199 6 0 0 25 0 1 0 219186814 31858688 7428 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 7778 7428 77 172 0 7603 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 36472

[startup+462.302 s]

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

/proc/21497/statm: 17233 16739 77 172 0 17058 0
Current children cumulated CPU time (s) 4360.87
Current children cumulated vsize (KiB) 74292

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21505
/proc/meminfo: memFree=1811168/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=68932 CPUtime=4420.82
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 16761 0 0 0 442060 22 0 0 25 0 1 0 219186814 70586368 16739 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17233 16739 77 172 0 17058 0
Current children cumulated CPU time (s) 4420.86
Current children cumulated vsize (KiB) 74292

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21505
/proc/meminfo: memFree=1810848/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=69580 CPUtime=4480.8
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 16880 0 0 0 448058 22 0 0 25 0 1 0 219186814 71249920 16858 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17395 16858 77 172 0 17220 0
Current children cumulated CPU time (s) 4480.84
Current children cumulated vsize (KiB) 74940

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21505
/proc/meminfo: memFree=1810656/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=69580 CPUtime=4540.78
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 16886 0 0 0 454056 22 0 0 25 0 1 0 219186814 71249920 16864 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17395 16864 77 172 0 17220 0
Current children cumulated CPU time (s) 4540.82
Current children cumulated vsize (KiB) 74940

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1810208/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=69720 CPUtime=4600.77
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 16910 0 0 0 460055 22 0 0 25 0 1 0 219186814 71393280 16888 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17430 16888 77 172 0 17255 0
Current children cumulated CPU time (s) 4600.81
Current children cumulated vsize (KiB) 75080

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1809504/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=70512 CPUtime=4660.74
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17124 0 0 0 466052 22 0 0 25 0 1 0 219186814 72204288 17102 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17628 17102 77 172 0 17453 0
Current children cumulated CPU time (s) 4660.78
Current children cumulated vsize (KiB) 75872

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1809376/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=70512 CPUtime=4720.73
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17124 0 0 0 472051 22 0 0 25 0 1 0 219186814 72204288 17102 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17628 17102 77 172 0 17453 0
Current children cumulated CPU time (s) 4720.77
Current children cumulated vsize (KiB) 75872

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1809312/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=70512 CPUtime=4780.71
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17124 0 0 0 478049 22 0 0 25 0 1 0 219186814 72204288 17102 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 17628 17102 77 172 0 17453 0
Current children cumulated CPU time (s) 4780.75
Current children cumulated vsize (KiB) 75872

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1806880/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=73020 CPUtime=4840.69
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17755 0 0 0 484046 23 0 0 25 0 1 0 219186814 74772480 17733 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 18255 17733 77 172 0 18080 0
Current children cumulated CPU time (s) 4840.73
Current children cumulated vsize (KiB) 78380

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1806816/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=73020 CPUtime=4900.68
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17757 0 0 0 490045 23 0 0 25 0 1 0 219186814 74772480 17735 1992294400 134512640 135217611 4294956304 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 18255 17735 77 172 0 18080 0
Current children cumulated CPU time (s) 4900.72
Current children cumulated vsize (KiB) 78380

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1806752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=73020 CPUtime=4960.66
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17757 0 0 0 496043 23 0 0 25 0 1 0 219186814 74772480 17735 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 18255 17735 77 172 0 18080 0
Current children cumulated CPU time (s) 4960.7
Current children cumulated vsize (KiB) 78380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1806752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=73020 CPUtime=5000.05
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17759 0 0 0 499982 23 0 0 25 0 1 0 219186814 74772480 17737 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 18255 17737 77 172 0 18080 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 78380

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21507
/proc/meminfo: memFree=1806752/2055920 swapFree=4181380/4192956
[pid=21494] ppid=21492 vsize=5360 CPUtime=0.04
/proc/21494/stat : 21494 (glucose.sh) S 21492 21494 21330 0 -1 4194304 313 418 0 0 0 0 4 0 17 0 1 0 219186809 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21494/statm: 1340 238 195 169 0 51 0
[pid=21497] ppid=21494 vsize=73020 CPUtime=5000.05
/proc/21497/stat : 21497 (glucose_static) R 21494 21494 21330 0 -1 4194304 17759 0 0 0 499982 23 0 0 25 0 1 0 219186814 74772480 17737 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21497/statm: 18255 17737 77 172 0 18080 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 78380

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21494 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=47992
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.051991
# while last known CPU time is 5000.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.72
CPU time (s): 5000.09
CPU user time (s): 4999.86
CPU system time (s): 0.23
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 78380

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

runsolver used 4.02039 second user time and 14.1788 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-10 01:25:33
IDJOB=1784036
IDBENCH=70912
IDSOLVER=610
FILE ID=node13/1784036-1241911533
PBS_JOBID= 9264799
Free space on /tmp= 66372 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_7_4_8_cmp.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784036-1241911533/watcher-1784036-1241911533 -o /tmp/evaluation-result-1784036-1241911533/solver-1784036-1241911533 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784036-1241911533.cnf

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

MD5SUM BENCH= d839e5ec929f609c698ac596e6e9f69b
RANDOM SEED=1405578284

node13.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.227
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.227
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:       1881232 kB
Buffers:         25580 kB
Cached:          77272 kB
SwapCached:       5336 kB
Active:          19856 kB
Inactive:        91368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881232 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            49356 kB
Committed_AS:   668464 kB
PageTables:       1460 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= 66372 MiB
End job on node13 at 2009-05-10 02:48:57