Trace number 1784108

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 5001.81

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
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 variables24356
Number of clauses347216
Sum of the clauses size1043884
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118940
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

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.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  347216  1043884 |  104164       0        0     nan |  0.000 % |
4.08/4.10	c |         0 |  347216  1043900 |      --       0       --      -- |     --   | 0/16
4.08/4.10	c ==============================================================================
4.08/4.10	c Result  :   #vars: 24352   #clauses: 347216   #literals: 1043900
4.08/4.10	c CPU time:   4.05738 s
4.08/4.10	c ==============================================================================
4.39/4.46	c
4.39/4.46	c Starting glucose
4.39/4.46	c
4.39/4.46	
4.39/4.46	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.39/4.46	
4.39/4.46	c ============================[ Problem Statistics ]=============================
4.39/4.46	c |                                                                             |
4.39/4.46	c |  Number of variables:  24352                                                |
4.39/4.46	c |  Number of clauses:    347216                                               |
4.44/4.68	c |  Parsing time:         0.19         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-1784108-1241915008/watcher-1784108-1241915008 -o /tmp/evaluation-result-1784108-1241915008/solver-1784108-1241915008 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784108-1241915008.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: 0.99 0.97 0.98 2/64 2852
/proc/meminfo: memFree=731512/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5356 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) R 2850 2852 2596 0 -1 4194304 251 0 0 0 0 0 0 0 20 0 1 0 219528166 5484544 218 1992294400 4194304 4889804 548682068832 18446744073709551615 4319240 0 0 4100 65536 0 0 0 17 1 0 0
/proc/2852/statm: 1339 225 187 169 0 50 0

[startup+0.0907701 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 2852
/proc/meminfo: memFree=731512/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 219528166 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102769 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 2852
/proc/meminfo: memFree=731512/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 219528166 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302804 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 2852
/proc/meminfo: memFree=731512/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 219528166 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.702873 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 2852
/proc/meminfo: memFree=731512/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 219528166 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50199 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2854
/proc/meminfo: memFree=706152/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 219528166 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 236 195 169 0 51 0
[pid=2854] ppid=2852 vsize=28496 CPUtime=1.49
/proc/2854/stat : 2854 (SatELite_releas) R 2852 2852 2596 0 -1 4194304 6389 0 0 0 145 4 0 0 25 0 1 0 219528167 29179904 6325 1992294400 134512640 135225430 4294956176 18446744073709551615 134587289 0 0 4096 3 0 0 0 17 1 0 0
/proc/2854/statm: 7124 6325 76 174 0 6947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33856

[startup+3.10126 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2854
/proc/meminfo: memFree=706024/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=0
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 219528166 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 236 195 169 0 51 0
[pid=2854] ppid=2852 vsize=28496 CPUtime=3.08
/proc/2854/stat : 2854 (SatELite_releas) R 2852 2852 2596 0 -1 4194304 6389 0 0 0 304 4 0 0 25 0 1 0 219528167 29179904 6325 1992294400 134512640 135225430 4294956176 18446744073709551615 134587426 0 0 4096 3 0 0 0 17 1 0 0
/proc/2854/statm: 7124 6325 76 174 0 6947 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33856

[startup+6.3018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=694888/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=35280 CPUtime=1.82
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 8542 0 0 0 178 4 0 0 25 0 1 0 219528613 36126720 8504 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 8820 8504 75 172 0 8645 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40640

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=664616/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=62204 CPUtime=8.22
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 15244 0 0 0 815 7 0 0 25 0 1 0 219528613 63696896 15206 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 15551 15206 75 172 0 15376 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 67564

[startup+25.503 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=633896/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=91992 CPUtime=21.02
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 22662 0 0 0 2090 12 0 0 25 0 1 0 219528613 94199808 22624 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 22998 22624 75 172 0 22823 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 97352

[startup+51.1023 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=602792/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=123676 CPUtime=46.59
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 30552 0 0 0 4641 18 0 0 25 0 1 0 219528613 126644224 30514 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 30919 30514 75 172 0 30744 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 129036

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=558888/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=166508 CPUtime=97.78
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 41250 0 0 0 9753 25 0 0 25 0 1 0 219528613 170504192 41212 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 41627 41212 75 172 0 41452 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 171868

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=536616/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=188808 CPUtime=157.75
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 46809 0 0 0 15747 28 0 0 25 0 1 0 219528613 193339392 46771 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 47202 46771 75 172 0 47027 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 194168

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=536552/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=188808 CPUtime=217.73
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 46821 0 0 0 21744 29 0 0 25 0 1 0 219528613 193339392 46783 1992294400 134512640 135217611 4294956304 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 47202 46783 77 172 0 47027 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 194168

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=536488/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=188808 CPUtime=277.71
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 46825 0 0 0 27742 29 0 0 25 0 1 0 219528613 193339392 46787 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 47202 46787 77 172 0 47027 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 194168

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=531496/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=193756 CPUtime=337.69
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 48063 0 0 0 33739 30 0 0 25 0 1 0 219528613 198406144 48025 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 48439 48025 77 172 0 48264 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 199116

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 2855
/proc/meminfo: memFree=531496/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=193876 CPUtime=397.67
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 48067 0 0 0 39737 30 0 0 25 0 1 0 219528613 198529024 48029 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 48469 48029 77 172 0 48294 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 199236

[startup+462.301 s]

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

/proc/2855/statm: 126214 125461 77 172 0 126039 0
Current children cumulated CPU time (s) 4300.75
Current children cumulated vsize (KiB) 510216

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2863
/proc/meminfo: memFree=220392/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=504856 CPUtime=4356.29
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 125712 0 0 0 435542 87 0 0 25 0 1 0 219528613 516972544 125463 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 126214 125463 77 172 0 126039 0
Current children cumulated CPU time (s) 4360.73
Current children cumulated vsize (KiB) 510216

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2863
/proc/meminfo: memFree=220392/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=504856 CPUtime=4416.27
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 125714 0 0 0 441540 87 0 0 25 0 1 0 219528613 516972544 125465 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 126214 125465 77 172 0 126039 0
Current children cumulated CPU time (s) 4420.71
Current children cumulated vsize (KiB) 510216

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2863
/proc/meminfo: memFree=220392/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=504856 CPUtime=4476.25
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 125714 0 0 0 447538 87 0 0 25 0 1 0 219528613 516972544 125465 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 126214 125465 77 172 0 126039 0
Current children cumulated CPU time (s) 4480.69
Current children cumulated vsize (KiB) 510216

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2863
/proc/meminfo: memFree=220328/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=504856 CPUtime=4536.23
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 125716 0 0 0 453536 87 0 0 25 0 1 0 219528613 516972544 125467 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 126214 125467 77 172 0 126039 0
Current children cumulated CPU time (s) 4540.67
Current children cumulated vsize (KiB) 510216

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2863
/proc/meminfo: memFree=220328/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=504856 CPUtime=4596.22
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 125716 0 0 0 459534 88 0 0 25 0 1 0 219528613 516972544 125467 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 126214 125467 77 172 0 126039 0
Current children cumulated CPU time (s) 4600.66
Current children cumulated vsize (KiB) 510216

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 2865
/proc/meminfo: memFree=197736/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=527552 CPUtime=4656.18
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 131364 0 0 0 465527 91 0 0 25 0 1 0 219528613 540213248 131115 1992294400 134512640 135217611 4294956304 18446744073709551615 134537887 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 131888 131115 77 172 0 131713 0
Current children cumulated CPU time (s) 4660.62
Current children cumulated vsize (KiB) 532912

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2865
/proc/meminfo: memFree=197672/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=527552 CPUtime=4716.17
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 131370 0 0 0 471525 92 0 0 25 0 1 0 219528613 540213248 131121 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 131888 131121 77 172 0 131713 0
Current children cumulated CPU time (s) 4720.61
Current children cumulated vsize (KiB) 532912

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2865
/proc/meminfo: memFree=150952/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=574160 CPUtime=4776.14
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 143020 0 0 0 477515 99 0 0 25 0 1 0 219528613 587939840 142771 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 143540 142771 77 172 0 143365 0
Current children cumulated CPU time (s) 4780.58
Current children cumulated vsize (KiB) 579520

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2865
/proc/meminfo: memFree=150888/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=574160 CPUtime=4836.12
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 143023 0 0 0 483513 99 0 0 25 0 1 0 219528613 587939840 142774 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 143540 142774 77 172 0 143365 0
Current children cumulated CPU time (s) 4840.56
Current children cumulated vsize (KiB) 579520

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2865
/proc/meminfo: memFree=150888/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=573972 CPUtime=4896.1
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 143025 0 0 0 489511 99 0 0 25 0 1 0 219528613 587747328 142739 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 143493 142739 77 172 0 143318 0
Current children cumulated CPU time (s) 4900.54
Current children cumulated vsize (KiB) 579332

[startup+4962.3 s]
/proc/loadavg: 1.25 1.06 1.02 2/66 2865
/proc/meminfo: memFree=150888/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=573972 CPUtime=4956.08
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 143026 0 0 0 495509 99 0 0 25 0 1 0 219528613 587747328 142740 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 143493 142740 77 172 0 143318 0
Current children cumulated CPU time (s) 4960.52
Current children cumulated vsize (KiB) 579332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.8 s]
/proc/loadavg: 1.28 1.10 1.03 2/66 2865
/proc/meminfo: memFree=150888/2055920 swapFree=4191900/4192956
[pid=2852] ppid=2850 vsize=5360 CPUtime=4.44
/proc/2852/stat : 2852 (glucose.sh) S 2850 2852 2596 0 -1 4194304 313 6393 0 0 0 0 436 8 16 0 1 0 219528166 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2852/statm: 1340 238 195 169 0 51 0
[pid=2855] ppid=2852 vsize=573972 CPUtime=4995.57
/proc/2855/stat : 2855 (glucose_static) R 2852 2852 2596 0 -1 4194304 143028 0 0 0 499458 99 0 0 25 0 1 0 219528613 587747328 142742 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2855/statm: 143493 142742 77 172 0 143318 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 579332

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 2852 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=366336
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=87986
# CPU time returned by wait4() is 4.45432
# 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): 5001.81
CPU time (s): 5000.01
CPU user time (s): 4998.94
CPU system time (s): 1.07
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 579520

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

runsolver used 5.83911 second user time and 12.1891 second system time

The end

Launcher Data

Begin job on node57 at 2009-05-10 02:23:29
IDJOB=1784108
IDBENCH=70932
IDSOLVER=610
FILE ID=node57/1784108-1241915008
PBS_JOBID= 9264860
Free space on /tmp= 65888 MiB

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

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=1892705787

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        731928 kB
Buffers:         66188 kB
Cached:        1149732 kB
SwapCached:        260 kB
Active:         171796 kB
Inactive:      1057400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        731928 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8732 kB
Writeback:           0 kB
Mapped:          21792 kB
Slab:            80824 kB
Committed_AS:   619304 kB
PageTables:       1388 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= 65880 MiB
End job on node57 at 2009-05-10 03:46:53