Trace number 1773824

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 10005

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7131.52
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  598617  1396773 |  179585       0        0     nan |  0.000 % |
7.38/7.48	c |         0 |  341039  1130857 |      --       0       --      -- |     --   | -257536/-265815
7.38/7.49	c ==============================================================================
7.38/7.49	c Result  :   #vars: 72981   #clauses: 341039   #literals: 1130857
7.38/7.49	c CPU time:   7.2259 s
7.38/7.49	c ==============================================================================
7.78/7.89	c
7.78/7.89	c Starting glucose
7.78/7.89	c
7.78/7.89	
7.78/7.89	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.78/7.89	
7.78/7.89	c ============================[ Problem Statistics ]=============================
7.78/7.89	c |                                                                             |
7.78/7.89	c |  Number of variables:  72981                                                |
7.78/7.89	c |  Number of clauses:    341039                                               |
7.87/8.16	c |  Parsing time:         0.23         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-1773824-1241259682/watcher-1773824-1241259682 -o /tmp/evaluation-result-1773824-1241259682/solver-1773824-1241259682 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773824-1241259682.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.87 0.97 0.99 3/64 25251
/proc/meminfo: memFree=1374048/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) R 25249 25251 25184 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25251/statm: 1340 235 194 169 0 51 0
[pid=25252] ppid=25251 vsize=1172 CPUtime=0
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 154001752 1200128 155 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 293 156 50 174 0 116 0

[startup+0.0674231 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 25251
/proc/meminfo: memFree=1374048/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=11192 CPUtime=0.06
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 2607 0 0 0 5 1 0 0 19 0 1 0 154001752 11460608 2591 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 2798 2591 50 174 0 2621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16552

[startup+0.101426 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 25251
/proc/meminfo: memFree=1374048/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=18152 CPUtime=0.09
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 3941 0 0 0 7 2 0 0 19 0 1 0 154001752 18587648 3925 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 4538 3927 50 174 0 4361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23512

[startup+0.301452 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 25251
/proc/meminfo: memFree=1374048/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=57668 CPUtime=0.29
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 11369 0 0 0 23 6 0 0 22 0 1 0 154001752 59052032 11353 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 14417 11355 50 174 0 14240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63028

[startup+0.701505 s]
/proc/loadavg: 0.87 0.97 0.99 3/64 25251
/proc/meminfo: memFree=1374048/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=90540 CPUtime=0.68
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 21673 0 0 0 57 11 0 0 25 0 1 0 154001752 92712960 19997 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 22635 19997 77 174 0 22458 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95900

[startup+1.50261 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 25253
/proc/meminfo: memFree=1289808/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=93572 CPUtime=1.48
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 22344 0 0 0 135 13 0 0 25 0 1 0 154001752 95817728 20668 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 23393 20668 77 174 0 23216 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 98932

[startup+3.10182 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 25253
/proc/meminfo: memFree=1280784/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=97500 CPUtime=3.09
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 23238 0 0 0 290 19 0 0 25 0 1 0 154001752 99840000 21562 1992294400 134512640 135225430 4294956176 18446744073709551615 134549190 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 24375 21562 77 174 0 24198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102860

[startup+6.30124 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 25253
/proc/meminfo: memFree=1260184/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=0
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001752 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 1340 236 195 169 0 51 0
[pid=25252] ppid=25251 vsize=102116 CPUtime=6.28
/proc/25252/stat : 25252 (SatELite_releas) R 25251 25251 25184 0 -1 4194304 24687 0 0 0 604 24 0 0 25 0 1 0 154001752 104566784 22815 1992294400 134512640 135225430 4294956176 18446744073709551615 134587406 0 0 4096 3 0 0 0 17 0 0 0
/proc/25252/statm: 25529 22815 77 174 0 25352 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107476

[startup+12.7011 s]
/proc/loadavg: 0.89 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1309288/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=35548 CPUtime=4.79
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 8244 0 0 0 474 5 0 0 25 0 1 0 154002541 36401152 8142 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 8887 8142 77 172 0 8712 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40908

[startup+25.5018 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1304744/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=39676 CPUtime=17.59
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 9286 0 0 0 1753 6 0 0 25 0 1 0 154002541 40628224 9184 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 9919 9184 77 172 0 9744 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45036

[startup+51.1011 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1302120/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=42352 CPUtime=43.16
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 9933 0 0 0 4310 6 0 0 25 0 1 0 154002541 43368448 9831 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 10588 9831 77 172 0 10413 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 47712

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1298216/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=46396 CPUtime=94.35
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 10939 0 0 0 9427 8 0 0 25 0 1 0 154002541 47509504 10837 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 11599 10837 77 172 0 11424 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 51756

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1296616/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=48000 CPUtime=154.32
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 11334 0 0 0 15423 9 0 0 25 0 1 0 154002541 49152000 11232 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 12000 11232 77 172 0 11825 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 53360

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1294312/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=50376 CPUtime=214.27
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 11914 0 0 0 21417 10 0 0 25 0 1 0 154002541 51585024 11812 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25254/statm: 12594 11812 77 172 0 12419 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 55736

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1292136/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=52488 CPUtime=274.24
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 12469 0 0 0 27413 11 0 0 25 0 1 0 154002541 53747712 12367 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 13122 12367 77 172 0 12947 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 57848

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25254
/proc/meminfo: memFree=1289768/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=54908 CPUtime=334.21
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 13038 0 0 0 33410 11 0 0 25 0 1 0 154002541 56225792 12936 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 13727 12936 77 172 0 13552 0
Current children cumulated CPU time (s) 342.08

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

/proc/25254/statm: 40483 38808 77 172 0 40308 0
Current children cumulated CPU time (s) 9337.66
Current children cumulated vsize (KiB) 167292

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25272
/proc/meminfo: memFree=1184680/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=161932 CPUtime=9389.75
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 38910 0 0 0 938930 45 0 0 25 0 1 0 154002541 165818368 38808 1992294400 134512640 135217611 4294956288 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40483 38808 77 172 0 40308 0
Current children cumulated CPU time (s) 9397.62
Current children cumulated vsize (KiB) 167292

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25272
/proc/meminfo: memFree=1184680/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=161932 CPUtime=9449.71
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 38910 0 0 0 944926 45 0 0 25 0 1 0 154002541 165818368 38808 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40483 38808 77 172 0 40308 0
Current children cumulated CPU time (s) 9457.58
Current children cumulated vsize (KiB) 167292

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25272
/proc/meminfo: memFree=1184424/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=162292 CPUtime=9509.69
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 38992 0 0 0 950924 45 0 0 25 0 1 0 154002541 166187008 38890 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40573 38890 77 172 0 40398 0
Current children cumulated CPU time (s) 9517.56
Current children cumulated vsize (KiB) 167652

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25278
/proc/meminfo: memFree=1183848/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=162652 CPUtime=9569.65
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39071 0 0 0 956920 45 0 0 25 0 1 0 154002541 166555648 38969 1992294400 134512640 135217611 4294956288 18446744073709551615 134527793 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40663 38969 77 172 0 40488 0
Current children cumulated CPU time (s) 9577.52
Current children cumulated vsize (KiB) 168012

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25278
/proc/meminfo: memFree=1183784/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=162796 CPUtime=9629.63
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39100 0 0 0 962918 45 0 0 25 0 1 0 154002541 166703104 38998 1992294400 134512640 135217611 4294956288 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40699 38998 77 172 0 40524 0
Current children cumulated CPU time (s) 9637.5
Current children cumulated vsize (KiB) 168156

[startup+9702.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 25278
/proc/meminfo: memFree=1183656/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=162940 CPUtime=9689.61
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39137 0 0 0 968916 45 0 0 25 0 1 0 154002541 166850560 39035 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40735 39035 77 172 0 40560 0
Current children cumulated CPU time (s) 9697.48
Current children cumulated vsize (KiB) 168300

[startup+9762.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 25278
/proc/meminfo: memFree=1183592/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=162940 CPUtime=9749.57
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39150 0 0 0 974912 45 0 0 25 0 1 0 154002541 166850560 39048 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40735 39048 77 172 0 40560 0
Current children cumulated CPU time (s) 9757.44
Current children cumulated vsize (KiB) 168300

[startup+9822.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/66 25278
/proc/meminfo: memFree=1183592/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=162940 CPUtime=9809.54
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39150 0 0 0 980909 45 0 0 25 0 1 0 154002541 166850560 39048 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40735 39048 77 172 0 40560 0
Current children cumulated CPU time (s) 9817.41
Current children cumulated vsize (KiB) 168300

[startup+9882.3 s]
/proc/loadavg: 1.14 1.07 1.02 2/66 25278
/proc/meminfo: memFree=1183272/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=163348 CPUtime=9869.52
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39234 0 0 0 986907 45 0 0 25 0 1 0 154002541 167268352 39132 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40837 39132 77 172 0 40662 0
Current children cumulated CPU time (s) 9877.39
Current children cumulated vsize (KiB) 168708

[startup+9942.3 s]
/proc/loadavg: 1.12 1.07 1.02 2/66 25278
/proc/meminfo: memFree=1183144/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=163492 CPUtime=9929.48
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39263 0 0 0 992903 45 0 0 25 0 1 0 154002541 167415808 39161 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40873 39161 77 172 0 40698 0
Current children cumulated CPU time (s) 9937.35
Current children cumulated vsize (KiB) 168852

[startup+10002.3 s]
/proc/loadavg: 1.04 1.06 1.01 2/66 25278
/proc/meminfo: memFree=1183144/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=163708 CPUtime=9989.44
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39300 0 0 0 998899 45 0 0 25 0 1 0 154002541 167636992 39198 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40927 39198 77 172 0 40752 0
Current children cumulated CPU time (s) 9997.31
Current children cumulated vsize (KiB) 169068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005 s]
/proc/loadavg: 1.04 1.06 1.01 2/66 25278
/proc/meminfo: memFree=1183144/2055920 swapFree=4181364/4192956
[pid=25251] ppid=25249 vsize=5360 CPUtime=7.87
/proc/25251/stat : 25251 (glucose.sh) S 25249 25251 25184 0 -1 4194304 313 26939 0 0 0 0 758 29 16 0 1 0 154001752 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 1340 238 195 169 0 51 0
[pid=25254] ppid=25251 vsize=163708 CPUtime=9992.14
/proc/25254/stat : 25254 (glucose_static) R 25251 25251 25184 0 -1 4194304 39301 0 0 0 999169 45 0 0 25 0 1 0 154002541 167636992 39199 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25254/statm: 40927 39199 77 172 0 40752 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 169068

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

Real time (s): 10005
CPU time (s): 10000
CPU user time (s): 9999.27
CPU system time (s): 0.74
CPU usage (%): 99.95
Max. virtual memory (cumulated for all children) (KiB): 169068

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

runsolver used 7.9028 second user time and 28.4847 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-02 12:21:23
IDJOB=1773824
IDBENCH=70808
IDSOLVER=610
FILE ID=node13/1773824-1241259682
PBS_JOBID= 9224946
Free space on /tmp= 66440 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773824-1241259682/watcher-1773824-1241259682 -o /tmp/evaluation-result-1773824-1241259682/solver-1773824-1241259682 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773824-1241259682.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=2105492466

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:       1374528 kB
Buffers:         71032 kB
Cached:         508620 kB
SwapCached:       5352 kB
Active:          45508 kB
Inactive:       541920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374528 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           12436 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            79956 kB
Committed_AS:   627556 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= 66408 MiB
End job on node13 at 2009-05-02 15:08:10