Trace number 1773764

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.4

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo128.cnf
MD5SUMc5685247c8f21e8da88f42049fffdb13
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 variables188473
Number of clauses564650
Sum of the clauses size1317514
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376432
Number of clauses of size 3188216
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.46	c ==============================================================================
0.39/0.46	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.46	c ==============================================================================
0.39/0.46	c |         0 |  564648  1317512 |  169394       0        0     nan |  0.000 % |
2.89/2.90	c |         0 |  423113  1189990 |      --       0       --      -- |     --   | -141533/-127517
2.89/2.90	c ==============================================================================
2.89/2.90	c Result  :   #vars: 97638   #clauses: 423113   #literals: 1189990
2.89/2.90	c CPU time:   2.72458 s
2.89/2.90	c ==============================================================================
3.28/3.32	c
3.28/3.32	c Starting glucose
3.28/3.32	c
3.28/3.32	
3.28/3.32	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.28/3.32	
3.28/3.32	c ============================[ Problem Statistics ]=============================
3.28/3.32	c |                                                                             |
3.28/3.32	c |  Number of variables:  97638                                                |
3.28/3.32	c |  Number of clauses:    423113                                               |
3.31/3.63	c |  Parsing time:         0.26         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-1773764-1241259148/watcher-1773764-1241259148 -o /tmp/evaluation-result-1773764-1241259148/solver-1773764-1241259148 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773764-1241259148.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.93 0.97 0.94 3/64 29568
/proc/meminfo: memFree=1210424/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) R 29566 29568 29501 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29568/statm: 1340 235 194 169 0 51 0
[pid=29569] ppid=29568 vsize=1296 CPUtime=0
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 170 0 0 0 0 0 0 0 18 0 1 0 153949198 1327104 154 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 324 155 50 174 0 147 0

[startup+0.027127 s]
/proc/loadavg: 0.93 0.97 0.94 3/64 29568
/proc/meminfo: memFree=1210424/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29568/statm: 1340 236 195 169 0 51 0
[pid=29569] ppid=29568 vsize=5124 CPUtime=0.01
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 1061 0 0 0 1 0 0 0 19 0 1 0 153949198 5246976 1045 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 1281 1046 50 174 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10484

[startup+0.10114 s]
/proc/loadavg: 0.93 0.97 0.94 3/64 29568
/proc/meminfo: memFree=1210424/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29568/statm: 1340 236 195 169 0 51 0
[pid=29569] ppid=29568 vsize=18072 CPUtime=0.09
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 3917 0 0 0 7 2 0 0 19 0 1 0 153949198 18505728 3901 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 4518 3902 50 174 0 4341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23432

[startup+0.301179 s]
/proc/loadavg: 0.93 0.97 0.94 3/64 29568
/proc/meminfo: memFree=1210424/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29568/statm: 1340 236 195 169 0 51 0
[pid=29569] ppid=29568 vsize=57628 CPUtime=0.29
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 11383 0 0 0 22 7 0 0 21 0 1 0 153949198 59011072 11367 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 14407 11367 50 174 0 14230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62988

[startup+0.701257 s]
/proc/loadavg: 0.93 0.97 0.94 3/64 29568
/proc/meminfo: memFree=1210424/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29568/statm: 1340 236 195 169 0 51 0
[pid=29569] ppid=29568 vsize=91196 CPUtime=0.69
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 21987 0 0 0 56 13 0 0 25 0 1 0 153949198 93384704 20405 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 22799 20405 77 174 0 22622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96556

[startup+1.50141 s]
/proc/loadavg: 0.93 0.97 0.94 2/66 29570
/proc/meminfo: memFree=1119272/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29568/statm: 1340 236 195 169 0 51 0
[pid=29569] ppid=29568 vsize=99744 CPUtime=1.49
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 24175 0 0 0 133 16 0 0 25 0 1 0 153949198 102137856 22593 1992294400 134512640 135225430 4294956176 18446744073709551615 134587446 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 24936 22593 77 174 0 24759 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105104

[startup+3.10173 s]
/proc/loadavg: 0.94 0.97 0.94 2/66 29570
/proc/meminfo: memFree=1108840/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=0
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153949197 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29568/statm: 1340 236 195 169 0 51 0
[pid=29569] ppid=29568 vsize=103364 CPUtime=3.09
/proc/29569/stat : 29569 (SatELite_releas) R 29568 29568 29501 0 -1 4194304 25760 0 0 0 290 19 0 0 25 0 1 0 153949198 105844736 23256 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29569/statm: 25841 23256 79 174 0 25664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108724

[startup+6.30135 s]
/proc/loadavg: 0.94 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1156264/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=40372 CPUtime=2.95
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 9564 0 0 0 291 4 0 0 25 0 1 0 153949530 41340928 9550 1992294400 134512640 135217611 4294956288 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 10093 9550 77 172 0 9918 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45732

[startup+12.7026 s]
/proc/loadavg: 0.95 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1151528/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=44760 CPUtime=9.36
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 10639 0 0 0 930 6 0 0 25 0 1 0 153949530 45834240 10625 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 11190 10625 77 172 0 11015 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50120

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1149608/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=46856 CPUtime=22.15
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 11147 0 0 0 2209 6 0 0 25 0 1 0 153949530 47980544 11133 1992294400 134512640 135217611 4294956288 18446744073709551615 134527890 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 11714 11133 77 172 0 11539 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 52216

[startup+51.1011 s]
/proc/loadavg: 0.97 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1145960/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=50508 CPUtime=47.74
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 12055 0 0 0 4767 7 0 0 25 0 1 0 153949530 51720192 12041 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 12627 12041 77 172 0 12452 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 55868

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1142568/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=53924 CPUtime=98.91
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 12914 0 0 0 9883 8 0 0 25 0 1 0 153949530 55218176 12900 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 13481 12900 77 172 0 13306 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 59284

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1137512/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=59032 CPUtime=158.88
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 14172 0 0 0 15879 9 0 0 25 0 1 0 153949530 60448768 14158 1992294400 134512640 135217611 4294956288 18446744073709551615 134527888 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 14758 14158 77 172 0 14583 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 64392

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1133480/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=63200 CPUtime=218.85
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 15181 0 0 0 21875 10 0 0 25 0 1 0 153949530 64716800 15167 1992294400 134512640 135217611 4294956288 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 15800 15167 77 172 0 15625 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 68560

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1132584/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=64084 CPUtime=278.81
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 15408 0 0 0 27871 10 0 0 25 0 1 0 153949530 65622016 15394 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 16021 15394 77 172 0 15846 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 69444

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 29571
/proc/meminfo: memFree=1129576/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=66972 CPUtime=338.79
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 16160 0 0 0 33868 11 0 0 25 0 1 0 153949530 68579328 16146 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 16743 16146 77 172 0 16568 0
Current children cumulated CPU time (s) 342.1

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

/proc/29571/statm: 43131 42382 77 172 0 42956 0
Current children cumulated CPU time (s) 9337.29
Current children cumulated vsize (KiB) 177884

[startup+9402.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1023976/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=172524 CPUtime=9393.95
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 42398 0 0 0 939351 44 0 0 25 0 1 0 153949530 176664576 42383 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43131 42383 77 172 0 42956 0
Current children cumulated CPU time (s) 9397.26
Current children cumulated vsize (KiB) 177884

[startup+9462.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1023720/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=172888 CPUtime=9453.91
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 42490 0 0 0 945347 44 0 0 25 0 1 0 153949530 177037312 42475 1992294400 134512640 135217611 4294956288 18446744073709551615 134537897 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43222 42475 77 172 0 43047 0
Current children cumulated CPU time (s) 9457.22
Current children cumulated vsize (KiB) 178248

[startup+9522.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1023720/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=172888 CPUtime=9513.88
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 42490 0 0 0 951344 44 0 0 25 0 1 0 153949530 177037312 42475 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43222 42475 77 172 0 43047 0
Current children cumulated CPU time (s) 9517.19
Current children cumulated vsize (KiB) 178248

[startup+9582.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1023720/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=172888 CPUtime=9573.84
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 42493 0 0 0 957340 44 0 0 25 0 1 0 153949530 177037312 42478 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43222 42478 77 172 0 43047 0
Current children cumulated CPU time (s) 9577.15
Current children cumulated vsize (KiB) 178248

[startup+9642.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1023720/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=172888 CPUtime=9633.81
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 42498 0 0 0 963337 44 0 0 25 0 1 0 153949530 177037312 42483 1992294400 134512640 135217611 4294956288 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43222 42483 77 172 0 43047 0
Current children cumulated CPU time (s) 9637.12
Current children cumulated vsize (KiB) 178248

[startup+9702.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1023400/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=173376 CPUtime=9693.79
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 42612 0 0 0 969334 45 0 0 25 0 1 0 153949530 177537024 42597 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43344 42597 77 172 0 43169 0
Current children cumulated CPU time (s) 9697.1
Current children cumulated vsize (KiB) 178736

[startup+9762.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1021096/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=175356 CPUtime=9753.76
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 43108 0 0 0 975330 46 0 0 25 0 1 0 153949530 179564544 43093 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43839 43093 77 172 0 43664 0
Current children cumulated CPU time (s) 9757.07
Current children cumulated vsize (KiB) 180716

[startup+9822.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1021096/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=175356 CPUtime=9813.72
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 43108 0 0 0 981326 46 0 0 25 0 1 0 153949530 179564544 43093 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43839 43093 77 172 0 43664 0
Current children cumulated CPU time (s) 9817.03
Current children cumulated vsize (KiB) 180716

[startup+9882.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1021096/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=175356 CPUtime=9873.7
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 43108 0 0 0 987324 46 0 0 25 0 1 0 153949530 179564544 43093 1992294400 134512640 135217611 4294956288 18446744073709551615 134527916 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43839 43093 77 172 0 43664 0
Current children cumulated CPU time (s) 9877.01
Current children cumulated vsize (KiB) 180716

[startup+9942.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1021096/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=175356 CPUtime=9933.66
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 43109 0 0 0 993320 46 0 0 25 0 1 0 153949530 179564544 43094 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43839 43094 77 172 0 43664 0
Current children cumulated CPU time (s) 9936.97
Current children cumulated vsize (KiB) 180716

[startup+10002.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1021096/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=175356 CPUtime=9993.62
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 43109 0 0 0 999316 46 0 0 25 0 1 0 153949530 179564544 43094 1992294400 134512640 135217611 4294956288 18446744073709551615 134537411 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43839 43094 77 172 0 43664 0
Current children cumulated CPU time (s) 9996.93
Current children cumulated vsize (KiB) 180716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.4 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 29589
/proc/meminfo: memFree=1021096/2055924 swapFree=4085096/4192956
[pid=29568] ppid=29566 vsize=5360 CPUtime=3.31
/proc/29568/stat : 29568 (glucose.sh) S 29566 29568 29501 0 -1 4194304 313 25761 0 0 0 0 309 22 16 0 1 0 153949197 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29568/statm: 1340 238 195 169 0 51 0
[pid=29571] ppid=29568 vsize=175356 CPUtime=9996.72
/proc/29571/stat : 29571 (glucose_static) R 29568 29568 29501 0 -1 4194304 43109 0 0 0 999626 46 0 0 25 0 1 0 153949530 179564544 43094 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29571/statm: 43839 43094 77 172 0 43664 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 180716

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 29568 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=96529
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=222966
# CPU time returned by wait4() is 3.3195
# 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.4
CPU time (s): 10000
CPU user time (s): 9999.35
CPU system time (s): 0.68
CPU usage (%): 99.9462
Max. virtual memory (cumulated for all children) (KiB): 180716

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

runsolver used 8.40472 second user time and 27.9867 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-02 12:12:28
IDJOB=1773764
IDBENCH=70789
IDSOLVER=610
FILE ID=node6/1773764-1241259148
PBS_JOBID= 9224943
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= c5685247c8f21e8da88f42049fffdb13
RANDOM SEED=905559542

node6.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.281
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.281
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:      2055924 kB
MemFree:       1210904 kB
Buffers:         82596 kB
Cached:         568992 kB
SwapCached:     102124 kB
Active:         237144 kB
Inactive:       518112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1210904 kB
SwapTotal:     4192956 kB
SwapFree:      4085096 kB
Dirty:           11664 kB
Writeback:           0 kB
Mapped:          13928 kB
Slab:            75828 kB
Committed_AS:   776468 kB
PageTables:       1452 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= 66524 MiB
End job on node6 at 2009-05-02 14:59:16