Trace number 1772744

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 10003

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
Bench CategoryAPPLICATION (applications 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 variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

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.77	c ==============================================================================
0.00/0.77	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.77	c ==============================================================================
0.00/0.77	c |         0 |  969225  2270846 |  290767       0        0     nan |  0.000 % |
6.28/6.34	c |         0 |  424864  1140718 |      --       0       --      -- |     --   | -338304/-664362
6.28/6.35	c ==============================================================================
6.28/6.35	c Result  :   #vars: 68615   #clauses: 424864   #literals: 1140718
6.28/6.35	c CPU time:   6.06908 s
6.28/6.35	c ==============================================================================
6.78/6.82	c
6.78/6.82	c Starting glucose
6.78/6.82	c
6.78/6.82	
6.78/6.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
6.78/6.82	
6.78/6.82	c ============================[ Problem Statistics ]=============================
6.78/6.82	c |                                                                             |
6.78/6.82	c |  Number of variables:  68615                                                |
6.78/6.82	c |  Number of clauses:    424864                                               |
6.80/7.12	c |  Parsing time:         0.27         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-1772744-1241249660/watcher-1772744-1241249660 -o /tmp/evaluation-result-1772744-1241249660/solver-1772744-1241249660 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772744-1241249660.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: 0.92 0.98 0.99 3/64 25134
/proc/meminfo: memFree=1371680/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5356 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) R 25132 25134 25097 0 -1 4194304 251 0 0 0 0 0 0 0 20 0 1 0 152999611 5484544 218 1992294400 4194304 4889804 548682068816 18446744073709551615 4319240 0 0 4100 65536 0 0 0 17 1 0 0
/proc/25134/statm: 1339 221 183 169 0 50 0

[startup+0.056794 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25134
/proc/meminfo: memFree=1371680/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.1018 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25134
/proc/meminfo: memFree=1371680/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301827 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25134
/proc/meminfo: memFree=1371680/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701881 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25134
/proc/meminfo: memFree=1371680/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 25136
/proc/meminfo: memFree=1277904/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
[pid=25136] ppid=25134 vsize=106140 CPUtime=1.49
/proc/25136/stat : 25136 (SatELite_releas) R 25134 25134 25097 0 -1 4194304 26654 0 0 0 131 18 0 0 25 0 1 0 152999611 108687360 24501 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/25136/statm: 26535 24501 77 174 0 26358 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111500

[startup+3.10118 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25136
/proc/meminfo: memFree=1266640/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
[pid=25136] ppid=25134 vsize=110448 CPUtime=3.08
/proc/25136/stat : 25136 (SatELite_releas) R 25134 25134 25097 0 -1 4194304 27883 0 0 0 289 19 0 0 25 0 1 0 152999611 113098752 25571 1992294400 134512640 135225430 4294956176 18446744073709551615 134587322 0 0 4096 3 0 0 0 17 1 0 0
/proc/25136/statm: 27612 25571 77 174 0 27435 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115808

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25136
/proc/meminfo: memFree=1254032/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=0
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 152999611 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 236 195 169 0 51 0
[pid=25136] ppid=25134 vsize=119848 CPUtime=6.28
/proc/25136/stat : 25136 (SatELite_releas) R 25134 25134 25097 0 -1 4194304 37892 0 0 0 603 25 0 0 25 0 1 0 152999611 122724352 26341 1992294400 134512640 135225430 4294956176 18446744073709551615 134587902 0 0 4096 3 0 0 0 17 1 0 0
/proc/25136/statm: 29962 26341 77 174 0 29785 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125208

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1326352/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=32876 CPUtime=5.86
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 7904 0 0 0 583 3 0 0 25 0 1 0 153000293 33665024 7871 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 8219 7871 77 172 0 8044 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38236

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1326224/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=33148 CPUtime=18.66
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 7960 0 0 0 1863 3 0 0 25 0 1 0 153000293 33943552 7927 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 8287 7927 77 172 0 8112 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38508

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1325456/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=34012 CPUtime=44.22
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 8153 0 0 0 4419 3 0 0 25 0 1 0 153000293 34828288 8120 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 8503 8120 77 172 0 8328 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 39372

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1324048/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=35452 CPUtime=95.42
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 8520 0 0 0 9538 4 0 0 25 0 1 0 153000293 36302848 8487 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 8863 8487 77 172 0 8688 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 40812

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1323216/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=36416 CPUtime=155.39
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 8753 0 0 0 15535 4 0 0 25 0 1 0 153000293 37289984 8720 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 9104 8720 77 172 0 8929 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 41776

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1321552/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=37996 CPUtime=215.38
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 9133 0 0 0 21533 5 0 0 25 0 1 0 153000293 38907904 9100 1992294400 134512640 135217611 4294956288 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 9499 9100 77 172 0 9324 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 43356

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25137
/proc/meminfo: memFree=1320784/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=39004 CPUtime=275.36
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 9339 0 0 0 27531 5 0 0 25 0 1 0 153000293 39940096 9306 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 9751 9306 77 172 0 9576 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 44364

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25139
/proc/meminfo: memFree=1319184/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=40656 CPUtime=335.34
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 9735 0 0 0 33529 5 0 0 25 0 1 0 153000293 41631744 9702 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 10164 9702 77 172 0 9989 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 46016

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25139
/proc/meminfo: memFree=1319056/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=40812 CPUtime=395.32
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 9786 0 0 0 39527 5 0 0 25 0 1 0 153000293 41791488 9753 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 10203 9753 77 172 0 10028 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 46172

[startup+462.302 s]

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

/proc/25137/statm: 26293 24731 77 172 0 26118 0
Current children cumulated CPU time (s) 9339.58
Current children cumulated vsize (KiB) 110532

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1257168/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105172 CPUtime=9392.75
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24771 0 0 0 939232 43 0 0 25 0 1 0 153000293 107696128 24731 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26293 24731 77 172 0 26118 0
Current children cumulated CPU time (s) 9399.55
Current children cumulated vsize (KiB) 110532

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256976/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105580 CPUtime=9452.73
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24827 0 0 0 945230 43 0 0 25 0 1 0 153000293 108113920 24787 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26395 24787 77 172 0 26220 0
Current children cumulated CPU time (s) 9459.53
Current children cumulated vsize (KiB) 110940

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256912/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105580 CPUtime=9512.71
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24827 0 0 0 951228 43 0 0 25 0 1 0 153000293 108113920 24787 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26395 24787 77 172 0 26220 0
Current children cumulated CPU time (s) 9519.51
Current children cumulated vsize (KiB) 110940

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256976/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105580 CPUtime=9572.7
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24827 0 0 0 957227 43 0 0 25 0 1 0 153000293 108113920 24787 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26395 24787 77 172 0 26220 0
Current children cumulated CPU time (s) 9579.5
Current children cumulated vsize (KiB) 110940

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256976/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105580 CPUtime=9632.68
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24827 0 0 0 963225 43 0 0 25 0 1 0 153000293 108113920 24787 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26395 24787 77 172 0 26220 0
Current children cumulated CPU time (s) 9639.48
Current children cumulated vsize (KiB) 110940

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256912/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105580 CPUtime=9692.66
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24827 0 0 0 969223 43 0 0 25 0 1 0 153000293 108113920 24787 1992294400 134512640 135217611 4294956288 18446744073709551615 134542237 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26395 24787 77 172 0 26220 0
Current children cumulated CPU time (s) 9699.46
Current children cumulated vsize (KiB) 110940

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256720/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105796 CPUtime=9752.64
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24868 0 0 0 975221 43 0 0 25 0 1 0 153000293 108335104 24828 1992294400 134512640 135217611 4294956288 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26449 24828 77 172 0 26274 0
Current children cumulated CPU time (s) 9759.44
Current children cumulated vsize (KiB) 111156

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256720/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105796 CPUtime=9812.64
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24868 0 0 0 981220 44 0 0 25 0 1 0 153000293 108335104 24828 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26449 24828 77 172 0 26274 0
Current children cumulated CPU time (s) 9819.44
Current children cumulated vsize (KiB) 111156

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256528/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=105940 CPUtime=9872.62
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24906 0 0 0 987218 44 0 0 25 0 1 0 153000293 108482560 24866 1992294400 134512640 135217611 4294956288 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26485 24866 77 172 0 26310 0
Current children cumulated CPU time (s) 9879.42
Current children cumulated vsize (KiB) 111300

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256464/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=106048 CPUtime=9932.6
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24929 0 0 0 993216 44 0 0 25 0 1 0 153000293 108593152 24889 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26512 24889 77 172 0 26337 0
Current children cumulated CPU time (s) 9939.4
Current children cumulated vsize (KiB) 111408

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256336/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=106192 CPUtime=9992.58
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24957 0 0 0 999214 44 0 0 25 0 1 0 153000293 108740608 24917 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26548 24917 77 172 0 26373 0
Current children cumulated CPU time (s) 9999.38
Current children cumulated vsize (KiB) 111552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25161
/proc/meminfo: memFree=1256336/2055920 swapFree=4181364/4192956
[pid=25134] ppid=25132 vsize=5360 CPUtime=6.8
/proc/25134/stat : 25134 (glucose.sh) S 25132 25134 25097 0 -1 4194304 313 40812 0 0 0 0 648 32 16 0 1 0 152999611 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25134/statm: 1340 238 195 169 0 51 0
[pid=25137] ppid=25134 vsize=106192 CPUtime=9993.28
/proc/25137/stat : 25137 (glucose_static) R 25134 25134 25097 0 -1 4194304 24957 0 0 0 999284 44 0 0 25 0 1 0 153000293 108740608 24917 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25137/statm: 26548 24917 77 172 0 26373 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 111552

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 25134 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=491013
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=322950
# CPU time returned by wait4() is 6.81396
# 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): 10003
CPU time (s): 10000.1
CPU user time (s): 9999.32
CPU system time (s): 0.76
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 136416

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

runsolver used 11.6712 second user time and 24.5453 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-02 09:34:21
IDJOB=1772744
IDBENCH=20381
IDSOLVER=610
FILE ID=node13/1772744-1241249660
PBS_JOBID= 9224901
Free space on /tmp= 66432 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-19-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772744-1241249660/watcher-1772744-1241249660 -o /tmp/evaluation-result-1772744-1241249660/solver-1772744-1241249660 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772744-1241249660.cnf

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

MD5SUM BENCH= 3be331331884289c55e55acdeed55dc7
RANDOM SEED=533778919

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1372224 kB
Buffers:         69064 kB
Cached:         512764 kB
SwapCached:       5352 kB
Active:          49476 kB
Inactive:       540136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372224 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           19444 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            80112 kB
Committed_AS:   625456 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node13 at 2009-05-02 12:21:06