Trace number 1784032

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.08 5002.01

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_14_7_3_cmp.cnf
MD5SUM04d46ce8651fab3a17ac1e6e72eb3503
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 clauses305744
Sum of the clauses size960940
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277468
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.19/0.22	c ==============================================================================
0.19/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.22	c ==============================================================================
0.19/0.22	c |         0 |  305744   960940 |   91723       0        0     nan |  0.000 % |
3.49/3.56	c |         0 |  305744   960956 |      --       0       --      -- |     --   | 0/16
3.49/3.56	c ==============================================================================
3.49/3.56	c Result  :   #vars: 24352   #clauses: 305744   #literals: 960956
3.49/3.56	c CPU time:   3.52046 s
3.49/3.56	c ==============================================================================
3.79/3.86	c
3.79/3.86	c Starting glucose
3.79/3.86	c
3.79/3.86	
3.79/3.86	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.79/3.86	
3.79/3.86	c ============================[ Problem Statistics ]=============================
3.79/3.86	c |                                                                             |
3.79/3.86	c |  Number of variables:  24352                                                |
3.79/3.86	c |  Number of clauses:    305744                                               |
3.85/4.07	c |  Parsing time:         0.18         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-1784032-1241910671/watcher-1784032-1241910671 -o /tmp/evaluation-result-1784032-1241910671/solver-1784032-1241910671 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784032-1241910671.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31729
/proc/meminfo: memFree=1675808/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) R 31727 31729 31619 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 226238196383 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31729/statm: 1340 235 194 169 0 51 0
[pid=31730] ppid=31729 vsize=1760 CPUtime=0
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 219094370 1802240 265 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 440 268 49 174 0 263 0

[startup+0.0586079 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31729
/proc/meminfo: memFree=1675808/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31729/statm: 1340 236 195 169 0 51 0
[pid=31730] ppid=31729 vsize=8040 CPUtime=0.04
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 1656 0 0 0 4 0 0 0 19 0 1 0 219094370 8232960 1640 1992294400 134512640 135225430 4294956176 18446744073709551615 134565280 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 2010 1641 50 174 0 1833 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13400

[startup+0.10261 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31729
/proc/meminfo: memFree=1675808/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31729/statm: 1340 236 195 169 0 51 0
[pid=31730] ppid=31729 vsize=11852 CPUtime=0.09
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 2562 0 0 0 8 1 0 0 19 0 1 0 219094370 12136448 2546 1992294400 134512640 135225430 4294956176 18446744073709551615 134541534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 2963 2547 50 174 0 2786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17212

[startup+0.302627 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31729
/proc/meminfo: memFree=1675808/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31729/statm: 1340 236 195 169 0 51 0
[pid=31730] ppid=31729 vsize=25868 CPUtime=0.29
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 5731 0 0 0 26 3 0 0 21 0 1 0 219094370 26488832 5667 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 6467 5667 76 174 0 6290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31228

[startup+0.702662 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31729
/proc/meminfo: memFree=1675808/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31729/statm: 1340 236 195 169 0 51 0
[pid=31730] ppid=31729 vsize=25868 CPUtime=0.69
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 5731 0 0 0 66 3 0 0 25 0 1 0 219094370 26488832 5667 1992294400 134512640 135225430 4294956176 18446744073709551615 134587340 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 6467 5667 76 174 0 6290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31228

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31731
/proc/meminfo: memFree=1653136/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31729/statm: 1340 236 195 169 0 51 0
[pid=31730] ppid=31729 vsize=25868 CPUtime=1.49
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 5731 0 0 0 146 3 0 0 25 0 1 0 219094370 26488832 5667 1992294400 134512640 135225430 4294956176 18446744073709551615 134587644 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 6467 5667 76 174 0 6290 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31228

[startup+3.10187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31731
/proc/meminfo: memFree=1653008/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=0
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 219094370 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31729/statm: 1340 236 195 169 0 51 0
[pid=31730] ppid=31729 vsize=25868 CPUtime=3.09
/proc/31730/stat : 31730 (SatELite_releas) R 31729 31729 31619 0 -1 4194304 5731 0 0 0 306 3 0 0 25 0 1 0 219094370 26488832 5667 1992294400 134512640 135225430 4294956176 18446744073709551615 134587322 0 0 4096 3 0 0 0 17 0 0 0
/proc/31730/statm: 6467 5667 76 174 0 6290 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31228

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31732
/proc/meminfo: memFree=1641552/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=30836 CPUtime=2.42
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 7537 0 0 0 239 3 0 0 25 0 1 0 219094756 31576064 7499 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 7709 7499 77 172 0 7534 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36196

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31732
/proc/meminfo: memFree=1626640/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=42804 CPUtime=8.82
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 10538 0 0 0 877 5 0 0 25 0 1 0 219094756 43831296 10500 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 10701 10500 77 172 0 10526 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48164

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31732
/proc/meminfo: memFree=1616976/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=52740 CPUtime=21.62
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 12988 0 0 0 2156 6 0 0 25 0 1 0 219094756 54005760 12950 1992294400 134512640 135217611 4294956304 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 13185 12950 77 172 0 13010 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 58100

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31732
/proc/meminfo: memFree=1607760/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=61804 CPUtime=47.18
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 15276 0 0 0 4710 8 0 0 25 0 1 0 219094756 63287296 15238 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 15451 15238 77 172 0 15276 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 67164

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31732
/proc/meminfo: memFree=1600656/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=68820 CPUtime=98.37
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 17038 0 0 0 9828 9 0 0 25 0 1 0 219094756 70471680 17000 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 17205 17000 77 172 0 17030 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 74180

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31732
/proc/meminfo: memFree=1591696/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=77752 CPUtime=158.35
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 19256 0 0 0 15824 11 0 0 25 0 1 0 219094756 79618048 19218 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 19438 19218 77 172 0 19263 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 83112

[startup+222.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 31732
/proc/meminfo: memFree=1571984/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=97556 CPUtime=218.33
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 24190 0 0 0 21818 15 0 0 25 0 1 0 219094756 99897344 24152 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 24389 24152 77 172 0 24214 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 102916

[startup+282.302 s]
/proc/loadavg: 1.16 1.05 1.01 2/66 31732
/proc/meminfo: memFree=1571920/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=97556 CPUtime=278.31
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 24196 0 0 0 27816 15 0 0 25 0 1 0 219094756 99897344 24158 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 24389 24158 77 172 0 24214 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 102916

[startup+342.303 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 31732
/proc/meminfo: memFree=1564880/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=104592 CPUtime=338.28
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 25941 0 0 0 33812 16 0 0 25 0 1 0 219094756 107102208 25903 1992294400 134512640 135217611 4294956304 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 26148 25903 77 172 0 25973 0
Current children cumulated CPU time (s) 342.13

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

/proc/31732/statm: 86109 85707 77 172 0 85934 0
Current children cumulated CPU time (s) 4300.69
Current children cumulated vsize (KiB) 349796

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1319888/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=349204 CPUtime=4356.81
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 87998 0 0 0 435619 62 0 0 25 0 1 0 219094756 357584896 86898 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 87301 86898 77 172 0 87126 0
Current children cumulated CPU time (s) 4360.66
Current children cumulated vsize (KiB) 354564

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1305296/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=362672 CPUtime=4416.79
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 91382 0 0 0 441615 64 0 0 25 0 1 0 219094756 371376128 90282 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 90668 90282 77 172 0 90493 0
Current children cumulated CPU time (s) 4420.64
Current children cumulated vsize (KiB) 368032

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1305296/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=362672 CPUtime=4476.77
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 91382 0 0 0 447613 64 0 0 25 0 1 0 219094756 371376128 90282 1992294400 134512640 135217611 4294956304 18446744073709551615 134542960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 90668 90282 77 172 0 90493 0
Current children cumulated CPU time (s) 4480.62
Current children cumulated vsize (KiB) 368032

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1300688/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=367320 CPUtime=4536.75
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 92527 0 0 0 453610 65 0 0 25 0 1 0 219094756 376135680 91427 1992294400 134512640 135217611 4294956304 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 91830 91427 77 172 0 91655 0
Current children cumulated CPU time (s) 4540.6
Current children cumulated vsize (KiB) 372680

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1300496/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=367320 CPUtime=4596.74
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 92527 0 0 0 459609 65 0 0 25 0 1 0 219094756 376135680 91427 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 91830 91427 77 172 0 91655 0
Current children cumulated CPU time (s) 4600.59
Current children cumulated vsize (KiB) 372680

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1297552/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=370224 CPUtime=4656.69
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 93271 0 0 0 465604 65 0 0 25 0 1 0 219094756 379109376 92171 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 92556 92171 77 172 0 92381 0
Current children cumulated CPU time (s) 4660.54
Current children cumulated vsize (KiB) 375584

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1297552/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=370224 CPUtime=4716.67
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 93271 0 0 0 471602 65 0 0 25 0 1 0 219094756 379109376 92171 1992294400 134512640 135217611 4294956304 18446744073709551615 134623746 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 92556 92171 77 172 0 92381 0
Current children cumulated CPU time (s) 4720.52
Current children cumulated vsize (KiB) 375584

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1269904/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=397736 CPUtime=4776.62
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 100152 0 0 0 477592 70 0 0 25 0 1 0 219094756 407281664 99052 1992294400 134512640 135217611 4294956304 18446744073709551615 134533768 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 99434 99052 77 172 0 99259 0
Current children cumulated CPU time (s) 4780.47
Current children cumulated vsize (KiB) 403096

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1269840/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=397736 CPUtime=4836.6
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 100152 0 0 0 483590 70 0 0 25 0 1 0 219094756 407281664 99052 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 99434 99052 77 172 0 99259 0
Current children cumulated CPU time (s) 4840.45
Current children cumulated vsize (KiB) 403096

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1269840/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=397736 CPUtime=4896.57
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 100157 0 0 0 489587 70 0 0 25 0 1 0 219094756 407281664 99057 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 99434 99057 77 172 0 99259 0
Current children cumulated CPU time (s) 4900.42
Current children cumulated vsize (KiB) 403096

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1269776/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=397736 CPUtime=4956.55
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 100157 0 0 0 495585 70 0 0 25 0 1 0 219094756 407281664 99057 1992294400 134512640 135217611 4294956304 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 99434 99057 77 172 0 99259 0
Current children cumulated CPU time (s) 4960.4
Current children cumulated vsize (KiB) 403096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31740
/proc/meminfo: memFree=1269776/2055920 swapFree=4181940/4192956
[pid=31729] ppid=31727 vsize=5360 CPUtime=3.85
/proc/31729/stat : 31729 (glucose.sh) S 31727 31729 31619 0 -1 4194304 313 5735 0 0 0 0 379 6 16 0 1 0 219094370 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31729/statm: 1340 238 195 169 0 51 0
[pid=31732] ppid=31729 vsize=397736 CPUtime=4996.23
/proc/31732/stat : 31732 (glucose_static) R 31729 31729 31619 0 -1 4194304 100157 0 0 0 499553 70 0 0 25 0 1 0 219094756 407281664 99057 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31732/statm: 99434 99057 77 172 0 99259 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 403096

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 31729 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=797422
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=64990
# CPU time returned by wait4() is 3.86241
# while last known CPU time is 5000.08
#
# 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.08
CPU user time (s): 4999.32
CPU system time (s): 0.76
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 403096

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

runsolver used 4.00039 second user time and 14.1978 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-10 01:11:11
IDJOB=1784032
IDBENCH=70911
IDSOLVER=610
FILE ID=node58/1784032-1241910671
PBS_JOBID= 9264808
Free space on /tmp= 66128 MiB

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

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

MD5SUM BENCH= 04d46ce8651fab3a17ac1e6e72eb3503
RANDOM SEED=1154312845

node58.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.233
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.233
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:       1676352 kB
Buffers:         43380 kB
Cached:         271556 kB
SwapCached:       4936 kB
Active:         105204 kB
Inactive:       218264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676352 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            8112 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            42244 kB
Committed_AS:   676400 kB
PageTables:       1356 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= 66120 MiB
End job on node58 at 2009-05-10 02:34:35