Trace number 1775474

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 10004.1

General information on the benchmark

Namevelev-pipe-uns-1.0-8.cnf
MD5SUM0767e5dbf6844720495e9eb5423112e1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark307.484
Satisfiable
(Un)Satisfiability was proved
Number of variables35065
Number of clauses1332773
Sum of the clauses size3936683
Maximum clause length178
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21290115
Number of clauses of size 314508
Number of clauses of size 4256
Number of clauses of size 5216
Number of clauses of size over 527677

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.94	c ==============================================================================
0.00/0.94	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.94	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.94	c ==============================================================================
0.00/0.94	c |         0 | 1332772  3936682 |  399831       0        0     nan |  0.000 % |
6.67/6.76	c |         0 | 1317234  4010071 |      --       0       --      -- |     --   | -15195/74092
6.67/6.76	c ==============================================================================
6.67/6.76	c Result  :   #vars: 30665   #clauses: 1317234   #literals: 4010071
6.67/6.76	c CPU time:   6.565 s
6.67/6.76	c ==============================================================================
7.87/7.97	c
7.87/7.97	c Starting glucose
7.87/7.97	c
7.87/7.97	
7.87/7.97	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.87/7.97	
7.87/7.97	c ============================[ Problem Statistics ]=============================
7.87/7.97	c |                                                                             |
7.87/7.97	c |  Number of variables:  30665                                                |
7.87/7.97	c |  Number of clauses:    1317234                                              |
8.66/8.77	c |  Parsing time:         0.69         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-1775474-1241271488/watcher-1775474-1241271488 -o /tmp/evaluation-result-1775474-1241271488/solver-1775474-1241271488 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775474-1241271488.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 4/64 24712
/proc/meminfo: memFree=746336/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) R 24710 24712 24433 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 234 1992294400 4194304 4889804 548682068816 18446744073709551615 272467421683 0 0 4100 65536 0 0 0 17 0 0 0
/proc/24712/statm: 1340 234 194 169 0 51 0

[startup+0.0556331 s]
/proc/loadavg: 1.00 1.00 1.00 4/64 24712
/proc/meminfo: memFree=746336/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101636 s]
/proc/loadavg: 1.00 1.00 1.00 4/64 24712
/proc/meminfo: memFree=746336/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301647 s]
/proc/loadavg: 1.00 1.00 1.00 4/64 24712
/proc/meminfo: memFree=746336/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701673 s]
/proc/loadavg: 1.00 1.00 1.00 4/64 24712
/proc/meminfo: memFree=746336/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24714
/proc/meminfo: memFree=662672/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
[pid=24713] ppid=24712 vsize=109056 CPUtime=1.49
/proc/24713/stat : 24713 (SatELite_releas) R 24712 24712 24433 0 -1 4194304 25994 0 0 0 134 15 0 0 25 0 1 0 155182467 111673344 23273 1992294400 134512640 135225430 4294956176 18446744073709551615 134565218 0 0 4096 3 0 0 0 17 0 0 0
/proc/24713/statm: 27264 23273 77 174 0 27087 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114416

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24714
/proc/meminfo: memFree=649744/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
[pid=24713] ppid=24712 vsize=127024 CPUtime=3.08
/proc/24713/stat : 24713 (SatELite_releas) R 24712 24712 24433 0 -1 4194304 29429 0 0 0 291 17 0 0 25 0 1 0 155182467 130072576 26638 1992294400 134512640 135225430 4294956176 18446744073709551615 134602854 0 0 4096 3 0 0 0 17 0 0 0
/proc/24713/statm: 31756 26638 77 174 0 31579 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 132384

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24714
/proc/meminfo: memFree=638096/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=0
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155182466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24712/statm: 1340 236 195 169 0 51 0
[pid=24713] ppid=24712 vsize=127280 CPUtime=6.28
/proc/24713/stat : 24713 (SatELite_releas) R 24712 24712 24433 0 -1 4194304 29477 0 0 0 611 17 0 0 25 0 1 0 155182467 130334720 26686 1992294400 134512640 135225430 4294956176 18446744073709551615 134586534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24713/statm: 31820 26686 77 174 0 31643 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 132640

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=625104/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=101964 CPUtime=4.71
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 24950 0 0 0 457 14 0 0 25 0 1 0 155183263 104411136 24918 1992294400 134512640 135217611 4294956288 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 25491 24918 77 172 0 25316 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 107324

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=558544/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=163576 CPUtime=17.51
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 40351 0 0 0 1730 21 0 0 25 0 1 0 155183263 167501824 40319 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 40894 40319 77 172 0 40719 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 168936

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=470928/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=255816 CPUtime=43.07
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 63411 0 0 0 4278 29 0 0 25 0 1 0 155183263 261955584 63379 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 63954 63379 77 172 0 63779 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 261176

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=444560/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=277612 CPUtime=94.25
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 68850 0 0 0 9394 31 0 0 25 0 1 0 155183263 284274688 68818 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 69403 68818 77 172 0 69228 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 282972

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=444560/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=277608 CPUtime=154.23
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 68857 0 0 0 15392 31 0 0 25 0 1 0 155183263 284270592 68825 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 69402 68825 77 172 0 69227 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 282968

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=444560/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=277608 CPUtime=214.21
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 68862 0 0 0 21390 31 0 0 25 0 1 0 155183263 284270592 68830 1992294400 134512640 135217611 4294956288 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 69402 68830 77 172 0 69227 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 282968

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=428240/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=294192 CPUtime=274.2
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 72960 0 0 0 27387 33 0 0 25 0 1 0 155183263 301252608 72928 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 73548 72928 77 172 0 73373 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 299552

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=428240/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=294028 CPUtime=334.16
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 72964 0 0 0 33383 33 0 0 25 0 1 0 155183263 301084672 72912 1992294400 134512640 135217611 4294956288 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 73507 72912 77 172 0 73332 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 299388

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24715
/proc/meminfo: memFree=428176/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=294028 CPUtime=394.15
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 72968 0 0 0 39382 33 0 0 25 0 1 0 155183263 301084672 72916 1992294400 134512640 135217611 4294956288 18446744073709551615 134527984 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 73507 72916 77 172 0 73332 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 299388

[startup+462.301 s]

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

/proc/24715/statm: 138249 137481 77 172 0 138074 0
Current children cumulated CPU time (s) 9398.52
Current children cumulated vsize (KiB) 558356

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=169168/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=552996 CPUtime=9450.55
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137576 0 0 0 944980 75 0 0 25 0 1 0 155183263 566267904 137483 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138249 137483 77 172 0 138074 0
Current children cumulated CPU time (s) 9458.49
Current children cumulated vsize (KiB) 558356

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=169168/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=552996 CPUtime=9510.52
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137578 0 0 0 950977 75 0 0 25 0 1 0 155183263 566267904 137485 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138249 137485 77 172 0 138074 0
Current children cumulated CPU time (s) 9518.46
Current children cumulated vsize (KiB) 558356

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=169040/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=553356 CPUtime=9570.51
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137624 0 0 0 956976 75 0 0 25 0 1 0 155183263 566636544 137531 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138339 137531 77 172 0 138164 0
Current children cumulated CPU time (s) 9578.45
Current children cumulated vsize (KiB) 558716

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=169040/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=553356 CPUtime=9630.49
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137624 0 0 0 962974 75 0 0 25 0 1 0 155183263 566636544 137531 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138339 137531 77 172 0 138164 0
Current children cumulated CPU time (s) 9638.43
Current children cumulated vsize (KiB) 558716

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=168912/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=553356 CPUtime=9690.46
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137624 0 0 0 968971 75 0 0 25 0 1 0 155183263 566636544 137531 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138339 137531 77 172 0 138164 0
Current children cumulated CPU time (s) 9698.4
Current children cumulated vsize (KiB) 558716

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=168912/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=553356 CPUtime=9750.44
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137624 0 0 0 974969 75 0 0 25 0 1 0 155183263 566636544 137531 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138339 137531 77 172 0 138164 0
Current children cumulated CPU time (s) 9758.38
Current children cumulated vsize (KiB) 558716

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=168912/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=553356 CPUtime=9810.42
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137624 0 0 0 980967 75 0 0 25 0 1 0 155183263 566636544 137531 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138339 137531 77 172 0 138164 0
Current children cumulated CPU time (s) 9818.36
Current children cumulated vsize (KiB) 558716

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=168272/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=554440 CPUtime=9870.41
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 137808 0 0 0 986965 76 0 0 25 0 1 0 155183263 567746560 137715 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138610 137715 77 172 0 138435 0
Current children cumulated CPU time (s) 9878.35
Current children cumulated vsize (KiB) 559800

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=167312/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=555524 CPUtime=9930.37
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 138059 0 0 0 992961 76 0 0 25 0 1 0 155183263 568856576 137966 1992294400 134512640 135217611 4294956288 18446744073709551615 134522438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 138881 137966 77 172 0 138706 0
Current children cumulated CPU time (s) 9938.31
Current children cumulated vsize (KiB) 560884

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=166736/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=556248 CPUtime=9990.35
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 138217 0 0 0 998959 76 0 0 25 0 1 0 155183263 569597952 138124 1992294400 134512640 135217611 4294956288 18446744073709551615 134538544 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 139062 138124 77 172 0 138887 0
Current children cumulated CPU time (s) 9998.29
Current children cumulated vsize (KiB) 561608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=166736/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=556248 CPUtime=9992.15
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 138219 0 0 0 999139 76 0 0 25 0 1 0 155183263 569597952 138126 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 139062 138126 77 172 0 138887 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 561608

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+10004.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24737
/proc/meminfo: memFree=166736/2055920 swapFree=4181244/4192956
[pid=24712] ppid=24710 vsize=5360 CPUtime=7.94
/proc/24712/stat : 24712 (glucose.sh) S 24710 24712 24433 0 -1 4194304 313 29483 0 0 0 0 766 28 16 0 1 0 155182466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24712/statm: 1340 238 195 169 0 51 0
[pid=24715] ppid=24712 vsize=556248 CPUtime=9992.15
/proc/24715/stat : 24715 (glucose_static) R 24712 24712 24433 0 -1 4194304 138219 0 0 0 999139 76 0 0 25 0 1 0 155183263 569597952 138126 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24715/statm: 139062 138126 77 172 0 138887 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 561608

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24712 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=666834
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=288956
# CPU time returned by wait4() is 7.95579
# 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): 10004.1
CPU time (s): 10000.1
CPU user time (s): 9999.05
CPU system time (s): 1.04
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 561608

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

runsolver used 8.5487 second user time and 27.8368 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 15:38:09
IDJOB=1775474
IDBENCH=71777
IDSOLVER=610
FILE ID=node22/1775474-1241271488
PBS_JOBID= 9224994
Free space on /tmp= 66404 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-uns-1.0-8.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775474-1241271488/watcher-1775474-1241271488 -o /tmp/evaluation-result-1775474-1241271488/solver-1775474-1241271488 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775474-1241271488.cnf

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

MD5SUM BENCH= 0767e5dbf6844720495e9eb5423112e1
RANDOM SEED=1578968922

node22.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.232
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.232
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:        746816 kB
Buffers:         83048 kB
Cached:        1118396 kB
SwapCached:       5556 kB
Active:         266024 kB
Inactive:       943264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        746816 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:           25760 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            85916 kB
Committed_AS:   774636 kB
PageTables:       1368 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= 66376 MiB
End job on node22 at 2009-05-02 18:24:55