Trace number 1784124

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 5002.01

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_12_2_4_fbc.cnf
MD5SUM9fee570f53de23cb47dfa378d421371e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses202912
Sum of the clauses size618320
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 264604
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  202912   618320 |   60873       0        0     nan |  0.000 % |
1.29/1.39	c |         0 |  202823   618160 |      --       0       --      -- |     --   | -89/-160
1.29/1.39	c ==============================================================================
1.29/1.39	c Result  :   #vars: 12534   #clauses: 202823   #literals: 618160
1.29/1.39	c CPU time:   1.37279 s
1.29/1.39	c ==============================================================================
1.48/1.58	c
1.48/1.58	c Starting glucose
1.48/1.58	c
1.48/1.58	
1.48/1.58	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.48/1.58	
1.48/1.58	c ============================[ Problem Statistics ]=============================
1.48/1.58	c |                                                                             |
1.48/1.59	c |  Number of variables:  12534                                                |
1.48/1.59	c |  Number of clauses:    202823                                               |
1.57/1.71	c |  Parsing time:         0.11         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-1784124-1241916130/watcher-1784124-1241916130 -o /tmp/evaluation-result-1784124-1241916130/solver-1784124-1241916130 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784124-1241916130.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.03 1.32 3/65 16266
/proc/meminfo: memFree=1838272/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=0
/proc/16266/stat : 16266 (glucose.sh) R 16264 16266 16202 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 219642344 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 230266825375 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16266/statm: 1340 235 194 169 0 51 0
[pid=16267] ppid=16266 vsize=1376 CPUtime=0
/proc/16267/stat : 16267 (SatELite_releas) R 16266 16266 16202 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 219642345 1409024 181 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16267/statm: 344 183 49 174 0 167 0

[startup+0.082953 s]
/proc/loadavg: 1.00 1.03 1.32 3/65 16266
/proc/meminfo: memFree=1838272/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=0
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219642344 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16266/statm: 1340 236 195 169 0 51 0
[pid=16267] ppid=16266 vsize=8576 CPUtime=0.07
/proc/16267/stat : 16267 (SatELite_releas) R 16266 16266 16202 0 -1 4194304 1956 0 0 0 7 0 0 0 19 0 1 0 219642345 8781824 1940 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/16267/statm: 2144 1940 50 174 0 1967 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13936

[startup+0.102954 s]
/proc/loadavg: 1.00 1.03 1.32 3/65 16266
/proc/meminfo: memFree=1838272/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=0
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219642344 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16266/statm: 1340 236 195 169 0 51 0
[pid=16267] ppid=16266 vsize=10672 CPUtime=0.09
/proc/16267/stat : 16267 (SatELite_releas) R 16266 16266 16202 0 -1 4194304 2371 0 0 0 9 0 0 0 19 0 1 0 219642345 10928128 2355 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/16267/statm: 2668 2356 50 174 0 2491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16032

[startup+0.302974 s]
/proc/loadavg: 1.00 1.03 1.32 3/65 16266
/proc/meminfo: memFree=1838272/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=0
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219642344 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16266/statm: 1340 236 195 169 0 51 0
[pid=16267] ppid=16266 vsize=16648 CPUtime=0.29
/proc/16267/stat : 16267 (SatELite_releas) R 16266 16266 16202 0 -1 4194304 3728 0 0 0 28 1 0 0 21 0 1 0 219642345 17047552 3712 1992294400 134512640 135225430 4294956176 18446744073709551615 134587289 0 0 4096 3 0 0 0 17 1 0 0
/proc/16267/statm: 4162 3712 76 174 0 3985 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22008

[startup+0.703016 s]
/proc/loadavg: 1.00 1.03 1.32 3/65 16266
/proc/meminfo: memFree=1838272/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=0
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219642344 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16266/statm: 1340 236 195 169 0 51 0
[pid=16267] ppid=16266 vsize=16648 CPUtime=0.69
/proc/16267/stat : 16267 (SatELite_releas) R 16266 16266 16202 0 -1 4194304 3728 0 0 0 68 1 0 0 25 0 1 0 219642345 17047552 3712 1992294400 134512640 135225430 4294956176 18446744073709551615 134587322 0 0 4096 3 0 0 0 17 1 0 0
/proc/16267/statm: 4162 3712 76 174 0 3985 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22008

[startup+1.5011 s]
/proc/loadavg: 1.00 1.03 1.32 2/67 16268
/proc/meminfo: memFree=1823408/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=0
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219642344 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16266/statm: 1340 236 195 169 0 51 0
[pid=16267] ppid=16266 vsize=17348 CPUtime=1.48
/proc/16267/stat : 16267 (SatELite_releas) R 16266 16266 16202 0 -1 4194304 4329 0 0 0 147 1 0 0 25 0 1 0 219642345 17764352 3914 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16267/statm: 4337 3914 79 174 0 4160 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22708

[startup+3.10127 s]
/proc/loadavg: 1.00 1.03 1.32 2/67 16269
/proc/meminfo: memFree=1816176/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=24852 CPUtime=1.5
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 6105 0 0 0 148 2 0 0 25 0 1 0 219642503 25448448 6086 1992294400 134512640 135217611 4294956304 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 6213 6086 75 172 0 6038 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30212

[startup+6.3016 s]
/proc/loadavg: 1.00 1.03 1.32 2/67 16269
/proc/meminfo: memFree=1797040/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=40004 CPUtime=4.7
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 9882 0 0 0 466 4 0 0 25 0 1 0 219642503 40964096 9863 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 10001 9863 75 172 0 9826 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 45364

[startup+12.7013 s]
/proc/loadavg: 1.16 1.07 1.33 2/67 16269
/proc/meminfo: memFree=1772336/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=63476 CPUtime=11.1
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 15755 0 0 0 1102 8 0 0 25 0 1 0 219642503 64999424 15736 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 15869 15736 75 172 0 15694 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 68836

[startup+25.5016 s]
/proc/loadavg: 1.19 1.08 1.32 2/67 16271
/proc/meminfo: memFree=1755568/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78500 CPUtime=23.89
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19508 0 0 0 2379 10 0 0 25 0 1 0 219642503 80384000 19489 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19625 19489 77 172 0 19450 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83860

[startup+51.1013 s]
/proc/loadavg: 1.12 1.07 1.31 2/67 16271
/proc/meminfo: memFree=1755632/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78500 CPUtime=49.48
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19508 0 0 0 4938 10 0 0 25 0 1 0 219642503 80384000 19489 1992294400 134512640 135217611 4294956304 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19625 19489 77 172 0 19450 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 83860

[startup+102.306 s]
/proc/loadavg: 1.05 1.06 1.30 2/67 16271
/proc/meminfo: memFree=1755440/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78744 CPUtime=100.67
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19555 0 0 0 10057 10 0 0 25 0 1 0 219642503 80633856 19536 1992294400 134512640 135217611 4294956304 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19686 19536 77 172 0 19511 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 84104

[startup+162.302 s]
/proc/loadavg: 1.02 1.04 1.27 2/67 16271
/proc/meminfo: memFree=1755376/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78744 CPUtime=160.65
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19563 0 0 0 16055 10 0 0 25 0 1 0 219642503 80633856 19544 1992294400 134512640 135217611 4294956304 18446744073709551615 134532921 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19686 19544 77 172 0 19511 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 84104

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.25 2/67 16271
/proc/meminfo: memFree=1755312/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78864 CPUtime=220.64
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19574 0 0 0 22053 11 0 0 25 0 1 0 219642503 80756736 19555 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19716 19555 77 172 0 19541 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 84224

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.24 2/67 16271
/proc/meminfo: memFree=1755184/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78864 CPUtime=280.62
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19585 0 0 0 28051 11 0 0 25 0 1 0 219642503 80756736 19566 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19716 19566 77 172 0 19541 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 84224

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.22 2/67 16271
/proc/meminfo: memFree=1755120/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=78864 CPUtime=340.61
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 19592 0 0 0 34050 11 0 0 25 0 1 0 219642503 80756736 19573 1992294400 134512640 135217611 4294956304 18446744073709551615 134532921 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 19716 19573 77 172 0 19541 0
Current children cumulated CPU time (s) 342.18

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

/proc/16269/statm: 66043 65769 77 172 0 65868 0
Current children cumulated CPU time (s) 4301.04
Current children cumulated vsize (KiB) 269532

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549616/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4359.46
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70748 0 0 0 435900 46 0 0 25 0 1 0 219642503 290349056 70587 1992294400 134512640 135217611 4294956304 18446744073709551615 134542740 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70587 77 172 0 70711 0
Current children cumulated CPU time (s) 4361.03
Current children cumulated vsize (KiB) 288904

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549616/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4419.44
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70751 0 0 0 441898 46 0 0 25 0 1 0 219642503 290349056 70590 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70590 77 172 0 70711 0
Current children cumulated CPU time (s) 4421.01
Current children cumulated vsize (KiB) 288904

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549552/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4479.42
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70751 0 0 0 447896 46 0 0 25 0 1 0 219642503 290349056 70590 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70590 77 172 0 70711 0
Current children cumulated CPU time (s) 4480.99
Current children cumulated vsize (KiB) 288904

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549552/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4539.41
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70754 0 0 0 453895 46 0 0 25 0 1 0 219642503 290349056 70593 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70593 77 172 0 70711 0
Current children cumulated CPU time (s) 4540.98
Current children cumulated vsize (KiB) 288904

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549552/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4599.39
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70758 0 0 0 459893 46 0 0 25 0 1 0 219642503 290349056 70597 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70597 77 172 0 70711 0
Current children cumulated CPU time (s) 4600.96
Current children cumulated vsize (KiB) 288904

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549488/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4659.37
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70758 0 0 0 465891 46 0 0 25 0 1 0 219642503 290349056 70597 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70597 77 172 0 70711 0
Current children cumulated CPU time (s) 4660.94
Current children cumulated vsize (KiB) 288904

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16279
/proc/meminfo: memFree=1549424/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4719.36
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70761 0 0 0 471890 46 0 0 25 0 1 0 219642503 290349056 70600 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70600 77 172 0 70711 0
Current children cumulated CPU time (s) 4720.93
Current children cumulated vsize (KiB) 288904

[startup+4782.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 16285
/proc/meminfo: memFree=1549296/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4779.34
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70764 0 0 0 477887 47 0 0 25 0 1 0 219642503 290349056 70603 1992294400 134512640 135217611 4294956304 18446744073709551615 134527785 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70603 77 172 0 70711 0
Current children cumulated CPU time (s) 4780.91
Current children cumulated vsize (KiB) 288904

[startup+4842.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/67 16785
/proc/meminfo: memFree=1548656/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4838.86
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70764 0 0 0 483839 47 0 0 25 0 1 0 219642503 290349056 70603 1992294400 134512640 135217611 4294956304 18446744073709551615 134537887 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70603 77 172 0 70711 0
Current children cumulated CPU time (s) 4840.43
Current children cumulated vsize (KiB) 288904

[startup+4902.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 16785
/proc/meminfo: memFree=1548720/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4898.85
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70767 0 0 0 489838 47 0 0 25 0 1 0 219642503 290349056 70606 1992294400 134512640 135217611 4294956304 18446744073709551615 134527763 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70606 77 172 0 70711 0
Current children cumulated CPU time (s) 4900.42
Current children cumulated vsize (KiB) 288904

[startup+4962.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 16785
/proc/meminfo: memFree=1548784/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=283544 CPUtime=4958.83
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 70767 0 0 0 495836 47 0 0 25 0 1 0 219642503 290349056 70606 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 70886 70606 77 172 0 70711 0
Current children cumulated CPU time (s) 4960.4
Current children cumulated vsize (KiB) 288904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 16785
/proc/meminfo: memFree=1547376/2055924 swapFree=4181596/4192956
[pid=16266] ppid=16264 vsize=5360 CPUtime=1.57
/proc/16266/stat : 16266 (glucose.sh) S 16264 16266 16202 0 -1 4194304 313 4330 0 0 0 0 155 2 16 0 1 0 219642344 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 1340 238 195 169 0 51 0
[pid=16269] ppid=16266 vsize=284872 CPUtime=4998.52
/proc/16269/stat : 16269 (glucose_static) R 16266 16266 16202 0 -1 4194304 71125 0 0 0 499805 47 0 0 25 0 1 0 219642503 291708928 70964 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16269/statm: 71218 70964 77 172 0 71043 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 290232

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 16266 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=556763
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 1.58776
# 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): 5002.01
CPU time (s): 5000.09
CPU user time (s): 4999.6
CPU system time (s): 0.49
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 290232

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

runsolver used 4.27735 second user time and 13.9249 second system time

The end

Launcher Data

Begin job on node83 at 2009-05-10 02:42:11
IDJOB=1784124
IDBENCH=70936
IDSOLVER=610
FILE ID=node83/1784124-1241916130
PBS_JOBID= 9264880
Free space on /tmp= 66080 MiB

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

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

MD5SUM BENCH= 9fee570f53de23cb47dfa378d421371e
RANDOM SEED=546362474

node83.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1838688 kB
Buffers:         39844 kB
Cached:         116760 kB
SwapCached:       5508 kB
Active:          78612 kB
Inactive:        86096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1838688 kB
SwapTotal:     4192956 kB
SwapFree:      4181596 kB
Dirty:            5728 kB
Writeback:           0 kB
Mapped:          13688 kB
Slab:            38428 kB
Committed_AS:   710408 kB
PageTables:       1384 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= 66156 MiB
End job on node83 at 2009-05-10 04:05:35