Trace number 1773484

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) 10000.1 10002.8

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark445.091
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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.59/0.65	c ==============================================================================
0.59/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.65	c ==============================================================================
0.59/0.65	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.89/0.94	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.89/0.94	c ==============================================================================
0.89/0.94	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.89/0.94	c CPU time:   0.839872 s
0.89/0.94	c ==============================================================================
1.98/2.07	c
1.98/2.07	c Starting glucose
1.98/2.07	c
1.98/2.07	
1.98/2.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.98/2.07	
1.98/2.07	c ============================[ Problem Statistics ]=============================
1.98/2.07	c |                                                                             |
1.98/2.07	c |  Number of variables:  6212                                                 |
1.98/2.07	c |  Number of clauses:    479096                                               |
2.47/2.57	c |  Parsing time:         0.44         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-1773484-1241257703/watcher-1773484-1241257703 -o /tmp/evaluation-result-1773484-1241257703/solver-1773484-1241257703 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773484-1241257703.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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 25528
/proc/meminfo: memFree=1530752/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=0
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153804379 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25528/statm: 1340 236 195 169 0 51 0
[pid=25529] ppid=25528 vsize=1744 CPUtime=0
/proc/25529/stat : 25529 (SatELite_releas) R 25528 25528 25304 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 153804379 1785856 259 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 436 259 51 174 0 259 0

[startup+0.0231881 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25528
/proc/meminfo: memFree=1530752/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=0
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153804379 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25528/statm: 1340 236 195 169 0 51 0
[pid=25529] ppid=25528 vsize=2680 CPUtime=0.01
/proc/25529/stat : 25529 (SatELite_releas) R 25528 25528 25304 0 -1 4194304 498 0 0 0 1 0 0 0 18 0 1 0 153804379 2744320 482 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 670 482 51 174 0 493 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8040

[startup+0.101196 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25528
/proc/meminfo: memFree=1530752/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=0
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153804379 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25528/statm: 1340 236 195 169 0 51 0
[pid=25529] ppid=25528 vsize=7796 CPUtime=0.08
/proc/25529/stat : 25529 (SatELite_releas) R 25528 25528 25304 0 -1 4194304 1736 0 0 0 7 1 0 0 18 0 1 0 153804379 7983104 1720 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 1949 1721 51 174 0 1772 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13156

[startup+0.301217 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25528
/proc/meminfo: memFree=1530752/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=0
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153804379 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25528/statm: 1340 236 195 169 0 51 0
[pid=25529] ppid=25528 vsize=21212 CPUtime=0.29
/proc/25529/stat : 25529 (SatELite_releas) R 25528 25528 25304 0 -1 4194304 4888 0 0 0 25 4 0 0 19 0 1 0 153804379 21721088 4872 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 5336 4873 51 174 0 5159 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26572

[startup+0.701262 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25528
/proc/meminfo: memFree=1530752/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=0
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153804379 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25528/statm: 1340 236 195 169 0 51 0
[pid=25529] ppid=25528 vsize=59168 CPUtime=0.69
/proc/25529/stat : 25529 (SatELite_releas) R 25528 25528 25304 0 -1 4194304 13640 0 0 0 59 10 0 0 24 0 1 0 153804379 60588032 13624 1992294400 134512640 135225430 4294956176 18446744073709551615 134548779 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 14792 13624 77 174 0 14615 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64528

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25530
/proc/meminfo: memFree=1478000/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=0
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153804379 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25528/statm: 1340 236 195 169 0 51 0
[pid=25529] ppid=25528 vsize=53812 CPUtime=1.49
/proc/25529/stat : 25529 (SatELite_releas) R 25528 25528 25304 0 -1 4194304 13707 0 0 0 135 14 0 0 25 0 1 0 153804379 55103488 12959 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 13453 12959 80 174 0 13276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59172

[startup+3.10153 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1506224/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=40712 CPUtime=1.01
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 9802 0 0 0 96 5 0 0 25 0 1 0 153804586 41689088 9788 1992294400 134512640 135217611 4294956288 18446744073709551615 134723479 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 10178 9788 77 172 0 10003 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 46072

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1465392/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=45512 CPUtime=4.2
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 11029 0 0 0 412 8 0 0 25 0 1 0 153804586 46604288 11015 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25531/statm: 11378 11015 77 172 0 11203 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 50872

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1464304/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=47704 CPUtime=10.59
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 11564 0 0 0 1051 8 0 0 25 0 1 0 153804586 48848896 11550 1992294400 134512640 135217611 4294956288 18446744073709551615 134542777 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 11926 11550 77 172 0 11751 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 53064

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1459312/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=52860 CPUtime=23.39
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 12840 0 0 0 2329 10 0 0 25 0 1 0 153804586 54128640 12826 1992294400 134512640 135217611 4294956288 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 13215 12826 77 172 0 13040 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 58220

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1456176/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=55896 CPUtime=48.98
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 13608 0 0 0 4887 11 0 0 25 0 1 0 153804586 57237504 13594 1992294400 134512640 135217611 4294956288 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 13974 13594 77 172 0 13799 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 61256

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1450544/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=61776 CPUtime=100.17
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 15006 0 0 0 10005 12 0 0 25 0 1 0 153804586 63258624 14992 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 15444 14992 77 172 0 15269 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 67136

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1447856/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=64424 CPUtime=160.15
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 15667 0 0 0 16002 13 0 0 25 0 1 0 153804586 65970176 15653 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 16106 15653 77 172 0 15931 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 69784

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1445680/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=66568 CPUtime=220.13
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 16207 0 0 0 22000 13 0 0 25 0 1 0 153804586 68165632 16193 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 16642 16193 77 172 0 16467 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 71928

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1443632/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=68852 CPUtime=280.12
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 16712 0 0 0 27998 14 0 0 25 0 1 0 153804586 70504448 16698 1992294400 134512640 135217611 4294956288 18446744073709551615 134533100 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 17213 16698 77 172 0 17038 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 74212

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25531
/proc/meminfo: memFree=1441264/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=71268 CPUtime=340.11
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 17320 0 0 0 33996 15 0 0 25 0 1 0 153804586 72978432 17306 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 17817 17306 77 172 0 17642 0
Current children cumulated CPU time (s) 342.17

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

/proc/25531/statm: 35473 34521 77 172 0 35298 0
Current children cumulated CPU time (s) 9339.76
Current children cumulated vsize (KiB) 147252

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1371056/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142288 CPUtime=9397.69
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34608 0 0 0 939706 63 0 0 25 0 1 0 153804586 145702912 34594 1992294400 134512640 135217611 4294956288 18446744073709551615 134526354 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35572 34594 77 172 0 35397 0
Current children cumulated CPU time (s) 9399.75
Current children cumulated vsize (KiB) 147648

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1371056/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142288 CPUtime=9457.68
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34608 0 0 0 945705 63 0 0 25 0 1 0 153804586 145702912 34594 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35572 34594 77 172 0 35397 0
Current children cumulated CPU time (s) 9459.74
Current children cumulated vsize (KiB) 147648

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370992/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142288 CPUtime=9517.66
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34619 0 0 0 951703 63 0 0 25 0 1 0 153804586 145702912 34605 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35572 34605 77 172 0 35397 0
Current children cumulated CPU time (s) 9519.72
Current children cumulated vsize (KiB) 147648

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370800/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142420 CPUtime=9577.64
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34682 0 0 0 957701 63 0 0 25 0 1 0 153804586 145838080 34668 1992294400 134512640 135217611 4294956288 18446744073709551615 134522694 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35605 34668 77 172 0 35430 0
Current children cumulated CPU time (s) 9579.7
Current children cumulated vsize (KiB) 147780

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370736/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142420 CPUtime=9637.62
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34682 0 0 0 963699 63 0 0 25 0 1 0 153804586 145838080 34668 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35605 34668 77 172 0 35430 0
Current children cumulated CPU time (s) 9639.68
Current children cumulated vsize (KiB) 147780

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370736/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142420 CPUtime=9697.6
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34687 0 0 0 969697 63 0 0 25 0 1 0 153804586 145838080 34673 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35605 34673 77 172 0 35430 0
Current children cumulated CPU time (s) 9699.66
Current children cumulated vsize (KiB) 147780

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370736/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=142420 CPUtime=9757.6
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34688 0 0 0 975696 64 0 0 25 0 1 0 153804586 145838080 34674 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35605 34674 77 172 0 35430 0
Current children cumulated CPU time (s) 9759.66
Current children cumulated vsize (KiB) 147780

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370096/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=143096 CPUtime=9817.58
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34839 0 0 0 981694 64 0 0 25 0 1 0 153804586 146530304 34825 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35774 34825 77 172 0 35599 0
Current children cumulated CPU time (s) 9819.64
Current children cumulated vsize (KiB) 148456

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1370096/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=143096 CPUtime=9877.56
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34843 0 0 0 987692 64 0 0 25 0 1 0 153804586 146530304 34829 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35774 34829 77 172 0 35599 0
Current children cumulated CPU time (s) 9879.62
Current children cumulated vsize (KiB) 148456

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1369520/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=143624 CPUtime=9937.55
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34972 0 0 0 993690 65 0 0 25 0 1 0 153804586 147070976 34958 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35906 34958 77 172 0 35731 0
Current children cumulated CPU time (s) 9939.61
Current children cumulated vsize (KiB) 148984

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1369584/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=143624 CPUtime=9997.54
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34972 0 0 0 999689 65 0 0 25 0 1 0 153804586 147070976 34958 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35906 34958 77 172 0 35731 0
Current children cumulated CPU time (s) 9999.6
Current children cumulated vsize (KiB) 148984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25553
/proc/meminfo: memFree=1369584/2055920 swapFree=4179008/4192956
[pid=25528] ppid=25526 vsize=5360 CPUtime=2.06
/proc/25528/stat : 25528 (glucose.sh) S 25526 25528 25304 0 -1 4194304 313 13708 0 0 0 0 187 19 16 0 1 0 153804379 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1340 238 195 169 0 51 0
[pid=25531] ppid=25528 vsize=143624 CPUtime=9998.04
/proc/25531/stat : 25531 (glucose_static) R 25528 25528 25304 0 -1 4194304 34972 0 0 0 999739 65 0 0 25 0 1 0 153804586 147070976 34958 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25531/statm: 35906 34958 77 172 0 35731 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 148984

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

Real time (s): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9999.26
CPU system time (s): 0.84
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 148984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87771
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 8

runsolver used 11.0323 second user time and 24.1873 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 11:48:24
IDJOB=1773484
IDBENCH=69600
IDSOLVER=610
FILE ID=node5/1773484-1241257703
PBS_JOBID= 9224920
Free space on /tmp= 66516 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773484-1241257703/watcher-1773484-1241257703 -o /tmp/evaluation-result-1773484-1241257703/solver-1773484-1241257703 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773484-1241257703.cnf

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED=1818304327

node5.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.212
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.212
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:       1531232 kB
Buffers:         77884 kB
Cached:         351860 kB
SwapCached:       7700 kB
Active:         100640 kB
Inactive:       338244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531232 kB
SwapTotal:     4192956 kB
SwapFree:      4179008 kB
Dirty:           22120 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            71876 kB
Committed_AS:   700392 kB
PageTables:       1412 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= 66492 MiB
End job on node5 at 2009-05-02 14:35:09