Trace number 1772904

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

General information on the benchmark

Nameindustrial/palacios/hard/
safe-30-h29-unsat.cnf
MD5SUM7cb48ce6f0320bc88623afd3c5af4aae
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 variables129128
Number of clauses437794
Sum of the clauses size1056806
Maximum clause length61
Minimum clause length1
Number of clauses of size 130
Number of clauses of size 2310376
Number of clauses of size 3124560
Number of clauses of size 4189
Number of clauses of size 583
Number of clauses of size over 52556

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.38	c ==============================================================================
0.00/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.38	c ==============================================================================
0.00/0.38	c |         0 |  437704  1056626 |  131311       0        0     nan |  0.000 % |
16.26/16.40	c |         0 |  164704  1115453 |      --       0       --      -- |     --   | -273000/58827
16.38/16.40	c ==============================================================================
16.38/16.40	c Result  :   #vars: 6952   #clauses: 164704   #literals: 1115453
16.38/16.40	c CPU time:   16.1415 s
16.38/16.40	c ==============================================================================
16.67/16.74	c
16.67/16.74	c Starting glucose
16.67/16.74	c
16.67/16.74	
16.67/16.74	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
16.67/16.74	
16.67/16.74	c ============================[ Problem Statistics ]=============================
16.67/16.74	c |                                                                             |
16.67/16.75	c |  Number of variables:  6952                                                 |
16.67/16.75	c |  Number of clauses:    164704                                               |
16.71/16.91	c |  Parsing time:         0.15         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-1772904-1241253851/watcher-1772904-1241253851 -o /tmp/evaluation-result-1772904-1241253851/solver-1772904-1241253851 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772904-1241253851.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.91 0.98 0.99 3/64 23181
/proc/meminfo: memFree=670432/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=18576 CPUtime=0
/proc/23181/stat : 23181 (runsolver) R 23179 23181 23144 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 153413223 19021824 284 1992294400 4194304 4302564 548682068560 18446744073709551615 221954934473 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23181/statm: 4644 284 249 26 0 2626 0

[startup+0.0803799 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 23181
/proc/meminfo: memFree=670432/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101377 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 23181
/proc/meminfo: memFree=670432/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301398 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 23181
/proc/meminfo: memFree=670432/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701433 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 23181
/proc/meminfo: memFree=670432/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50149 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 23183
/proc/meminfo: memFree=610576/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
[pid=23183] ppid=23181 vsize=60608 CPUtime=1.47
/proc/23183/stat : 23183 (SatELite_releas) R 23181 23181 23144 0 -1 4194304 14921 0 0 0 137 10 0 0 25 0 1 0 153413224 62062592 14489 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/23183/statm: 15152 14489 76 174 0 14975 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 65968

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23183
/proc/meminfo: memFree=602448/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
[pid=23183] ppid=23181 vsize=64916 CPUtime=3.08
/proc/23183/stat : 23183 (SatELite_releas) R 23181 23181 23144 0 -1 4194304 15834 0 0 0 295 13 0 0 25 0 1 0 153413224 66473984 15402 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/23183/statm: 16229 15402 76 174 0 16052 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70276

[startup+6.30192 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23183
/proc/meminfo: memFree=585040/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
[pid=23183] ppid=23181 vsize=69992 CPUtime=6.27
/proc/23183/stat : 23183 (SatELite_releas) R 23181 23181 23144 0 -1 4194304 17265 0 0 0 605 22 0 0 25 0 1 0 153413224 71671808 16833 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23183/statm: 17498 16833 76 174 0 17321 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 75352

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23183
/proc/meminfo: memFree=577752/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=0
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 153413223 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 236 195 169 0 51 0
[pid=23183] ppid=23181 vsize=74484 CPUtime=12.67
/proc/23183/stat : 23183 (SatELite_releas) R 23181 23181 23144 0 -1 4194304 18175 0 0 0 1244 23 0 0 25 0 1 0 153413224 76271616 17616 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/23183/statm: 18621 17616 77 174 0 18444 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 79844

[startup+25.5016 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 23184
/proc/meminfo: memFree=617048/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=25512 CPUtime=8.73
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 6208 0 0 0 869 4 0 0 25 0 1 0 153414898 26124288 6194 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 6378 6194 77 172 0 6203 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 30872

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 23184
/proc/meminfo: memFree=611928/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=30828 CPUtime=34.32
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 7511 0 0 0 3427 5 0 0 25 0 1 0 153414898 31567872 7497 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23184/statm: 7707 7497 77 172 0 7532 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 36188

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 23184
/proc/meminfo: memFree=606488/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=36520 CPUtime=85.49
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 8852 0 0 0 8543 6 0 0 25 0 1 0 153414898 37396480 8838 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 9130 8838 77 172 0 8955 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 41880

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23184
/proc/meminfo: memFree=599576/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=43780 CPUtime=145.46
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 10582 0 0 0 14539 7 0 0 25 0 1 0 153414898 44830720 10568 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 10945 10568 77 172 0 10770 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 49140

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23184
/proc/meminfo: memFree=596056/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=47604 CPUtime=205.44
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 11469 0 0 0 20536 8 0 0 25 0 1 0 153414898 48746496 11455 1992294400 134512640 135217611 4294956288 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 11901 11455 77 172 0 11726 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 52964

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23184
/proc/meminfo: memFree=591320/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=52552 CPUtime=265.42
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 12647 0 0 0 26533 9 0 0 25 0 1 0 153414898 53813248 12633 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 13138 12633 77 172 0 12963 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 57912

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23184
/proc/meminfo: memFree=588504/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=55880 CPUtime=325.38
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 13349 0 0 0 32529 9 0 0 25 0 1 0 153414898 57221120 13335 1992294400 134512640 135217611 4294956288 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 13970 13335 77 172 0 13795 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 61240

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23184
/proc/meminfo: memFree=584728/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=60000 CPUtime=385.37
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 14341 0 0 0 38526 11 0 0 25 0 1 0 153414898 61440000 14327 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 15000 14327 77 172 0 14825 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 65360

[startup+462.302 s]

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

/proc/23184/statm: 42511 39014 77 172 0 42336 0
Current children cumulated CPU time (s) 9338.1
Current children cumulated vsize (KiB) 175404

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23206
/proc/meminfo: memFree=485016/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170044 CPUtime=9381.36
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39042 0 0 0 938094 42 0 0 25 0 1 0 153414898 174125056 39025 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42511 39025 77 172 0 42336 0
Current children cumulated CPU time (s) 9398.07
Current children cumulated vsize (KiB) 175404

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23206
/proc/meminfo: memFree=485016/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170044 CPUtime=9441.31
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39051 0 0 0 944089 42 0 0 25 0 1 0 153414898 174125056 39034 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42511 39034 77 172 0 42336 0
Current children cumulated CPU time (s) 9458.02
Current children cumulated vsize (KiB) 175404

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23206
/proc/meminfo: memFree=484824/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170188 CPUtime=9501.28
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39085 0 0 0 950086 42 0 0 25 0 1 0 153414898 174272512 39068 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42547 39068 77 172 0 42372 0
Current children cumulated CPU time (s) 9517.99
Current children cumulated vsize (KiB) 175548

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23206
/proc/meminfo: memFree=484824/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170188 CPUtime=9561.26
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39086 0 0 0 956084 42 0 0 25 0 1 0 153414898 174272512 39069 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42547 39069 77 172 0 42372 0
Current children cumulated CPU time (s) 9577.97
Current children cumulated vsize (KiB) 175548

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23206
/proc/meminfo: memFree=484760/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170188 CPUtime=9621.23
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39094 0 0 0 962081 42 0 0 25 0 1 0 153414898 174272512 39077 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42547 39077 77 172 0 42372 0
Current children cumulated CPU time (s) 9637.94
Current children cumulated vsize (KiB) 175548

[startup+9702.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 23206
/proc/meminfo: memFree=484504/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170396 CPUtime=9681.2
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39145 0 0 0 968078 42 0 0 25 0 1 0 153414898 174485504 39128 1992294400 134512640 135217611 4294956288 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42599 39128 77 172 0 42424 0
Current children cumulated CPU time (s) 9697.91
Current children cumulated vsize (KiB) 175756

[startup+9762.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 23206
/proc/meminfo: memFree=483992/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170660 CPUtime=9741.17
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39252 0 0 0 974075 42 0 0 25 0 1 0 153414898 174755840 39235 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42665 39235 77 172 0 42490 0
Current children cumulated CPU time (s) 9757.88
Current children cumulated vsize (KiB) 176020

[startup+9822.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/66 23206
/proc/meminfo: memFree=483800/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170792 CPUtime=9801.14
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39322 0 0 0 980072 42 0 0 25 0 1 0 153414898 174891008 39305 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42698 39305 77 172 0 42523 0
Current children cumulated CPU time (s) 9817.85
Current children cumulated vsize (KiB) 176152

[startup+9882.3 s]
/proc/loadavg: 1.05 1.05 1.00 2/66 23206
/proc/meminfo: memFree=483800/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170792 CPUtime=9861.1
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39325 0 0 0 986068 42 0 0 25 0 1 0 153414898 174891008 39308 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42698 39308 77 172 0 42523 0
Current children cumulated CPU time (s) 9877.81
Current children cumulated vsize (KiB) 176152

[startup+9942.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 23206
/proc/meminfo: memFree=483608/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170928 CPUtime=9921.08
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39381 0 0 0 992066 42 0 0 25 0 1 0 153414898 175030272 39364 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42732 39364 77 172 0 42557 0
Current children cumulated CPU time (s) 9937.79
Current children cumulated vsize (KiB) 176288

[startup+10002.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 23206
/proc/meminfo: memFree=483608/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170928 CPUtime=9981.05
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39391 0 0 0 998063 42 0 0 25 0 1 0 153414898 175030272 39374 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42732 39374 77 172 0 42557 0
Current children cumulated CPU time (s) 9997.76
Current children cumulated vsize (KiB) 176288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.6 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 23206
/proc/meminfo: memFree=483608/2055920 swapFree=4191900/4192956
[pid=23181] ppid=23179 vsize=5360 CPUtime=16.71
/proc/23181/stat : 23181 (glucose.sh) S 23179 23181 23144 0 -1 4194304 313 20083 0 0 0 0 1644 27 16 0 1 0 153413223 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23181/statm: 1340 238 195 169 0 51 0
[pid=23184] ppid=23181 vsize=170928 CPUtime=9983.35
/proc/23184/stat : 23184 (glucose_static) R 23181 23181 23144 0 -1 4194304 39392 0 0 0 998293 42 0 0 25 0 1 0 153414898 175030272 39375 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23184/statm: 42732 39375 77 172 0 42557 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 176288

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 23181 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=446499
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=279957
# CPU time returned by wait4() is 16.7265
# 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.6
CPU time (s): 10000.1
CPU user time (s): 9999.37
CPU system time (s): 0.69
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 176288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4465
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 64

runsolver used 9.76252 second user time and 26.624 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 10:44:11
IDJOB=1772904
IDBENCH=20409
IDSOLVER=610
FILE ID=node43/1772904-1241253851
PBS_JOBID= 9224910
Free space on /tmp= 66344 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/palacios/hard/safe-30-h29-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772904-1241253851/watcher-1772904-1241253851 -o /tmp/evaluation-result-1772904-1241253851/solver-1772904-1241253851 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772904-1241253851.cnf

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

MD5SUM BENCH= 7cb48ce6f0320bc88623afd3c5af4aae
RANDOM SEED=1548296667

node43.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.237
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.237
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:        670848 kB
Buffers:         85924 kB
Cached:        1181404 kB
SwapCached:        260 kB
Active:          53476 kB
Inactive:      1227032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        670848 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9232 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            90544 kB
Committed_AS:   706528 kB
PageTables:       1444 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= 66312 MiB
End job on node43 at 2009-05-02 13:30:58