Trace number 1772674

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 10000.1 10003.1

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-15-u.cnf
MD5SUMc438ce1eb243ac0a49869eda1166f28f
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 variables219756
Number of clauses1008653
Sum of the clauses size2316156
Maximum clause length10
Minimum clause length1
Number of clauses of size 118434
Number of clauses of size 2797195
Number of clauses of size 3151604
Number of clauses of size 44600
Number of clauses of size 518400
Number of clauses of size over 518420

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.78	c ==============================================================================
0.00/0.78	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.78	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.78	c ==============================================================================
0.00/0.78	c |         0 |  990219  2297722 |  297065       0        0     nan |  0.000 % |
6.78/6.81	c |         0 |  427478  1139975 |      --       0       --      -- |     --   | -342939/-661157
6.78/6.81	c ==============================================================================
6.78/6.81	c Result  :   #vars: 72951   #clauses: 427478   #literals: 1139975
6.78/6.81	c CPU time:   6.564 s
6.78/6.81	c ==============================================================================
7.18/7.28	c
7.18/7.28	c Starting glucose
7.18/7.28	c
7.18/7.28	
7.18/7.28	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.18/7.28	
7.18/7.28	c ============================[ Problem Statistics ]=============================
7.18/7.28	c |                                                                             |
7.18/7.28	c |  Number of variables:  72951                                                |
7.18/7.28	c |  Number of clauses:    427478                                               |
7.27/7.58	c |  Parsing time:         0.27         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772674-1241249036/watcher-1772674-1241249036 -o /tmp/evaluation-result-1772674-1241249036/solver-1772674-1241249036 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772674-1241249036.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.85 0.97 0.99 3/64 25371
/proc/meminfo: memFree=1026552/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) R 25369 25371 25334 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 234 1992294400 4194304 4889804 548682068816 18446744073709551615 264907751650 0 0 4100 65536 0 0 0 17 1 0 0
/proc/25371/statm: 1340 234 194 169 0 51 0

[startup+0.085615 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25371
/proc/meminfo: memFree=1026552/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102616 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25371
/proc/meminfo: memFree=1026552/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302644 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25371
/proc/meminfo: memFree=1026552/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701705 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25371
/proc/meminfo: memFree=1026552/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5018 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 25373
/proc/meminfo: memFree=924456/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
[pid=25372] ppid=25371 vsize=108052 CPUtime=1.48
/proc/25372/stat : 25372 (SatELite_releas) R 25371 25371 25334 0 -1 4194304 27486 0 0 0 133 15 0 0 25 0 1 0 152936490 110645248 25230 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/25372/statm: 27013 25230 77 174 0 26836 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 113412

[startup+3.10103 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 25373
/proc/meminfo: memFree=918696/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
[pid=25372] ppid=25371 vsize=112648 CPUtime=3.08
/proc/25372/stat : 25372 (SatELite_releas) R 25371 25371 25334 0 -1 4194304 28848 0 0 0 292 16 0 0 25 0 1 0 152936490 115351552 26424 1992294400 134512640 135225430 4294956176 18446744073709551615 134587369 0 0 4096 3 0 0 0 17 1 0 0
/proc/25372/statm: 28162 26424 77 174 0 27985 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 118008

[startup+6.30149 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 25373
/proc/meminfo: memFree=912744/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=0
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152936489 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 236 195 169 0 51 0
[pid=25372] ppid=25371 vsize=130944 CPUtime=6.28
/proc/25372/stat : 25372 (SatELite_releas) R 25371 25371 25334 0 -1 4194304 35709 0 0 0 607 21 0 0 25 0 1 0 152936490 134086656 29099 1992294400 134512640 135225430 4294956176 18446744073709551615 134548724 0 0 4096 3 0 0 0 17 1 0 0
/proc/25372/statm: 32736 29099 77 174 0 32559 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 136304

[startup+12.7014 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 25374
/proc/meminfo: memFree=979816/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=34836 CPUtime=5.4
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 8062 0 0 0 536 4 0 0 25 0 1 0 152937218 35672064 8035 1992294400 134512640 135217611 4294956288 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 8709 8035 77 172 0 8534 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40196

[startup+25.5022 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25374
/proc/meminfo: memFree=978344/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=36684 CPUtime=18.19
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 8537 0 0 0 1815 4 0 0 25 0 1 0 152937218 37564416 8510 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 9171 8510 77 172 0 8996 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42044

[startup+51.1029 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 25374
/proc/meminfo: memFree=973416/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=41740 CPUtime=43.79
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 9785 0 0 0 4372 7 0 0 25 0 1 0 152937218 42741760 9758 1992294400 134512640 135217611 4294956288 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 10435 9758 77 172 0 10260 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 47100

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 25374
/proc/meminfo: memFree=969128/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=46140 CPUtime=94.98
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 10878 0 0 0 9489 9 0 0 25 0 1 0 152937218 47247360 10851 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 11535 10851 77 172 0 11360 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 51500

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25374
/proc/meminfo: memFree=967016/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=48348 CPUtime=154.95
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 11403 0 0 0 15486 9 0 0 25 0 1 0 152937218 49508352 11376 1992294400 134512640 135217611 4294956288 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 12087 11376 77 172 0 11912 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 53708

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25374
/proc/meminfo: memFree=965672/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=49668 CPUtime=214.93
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 11744 0 0 0 21484 9 0 0 25 0 1 0 152937218 50860032 11717 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 12417 11717 77 172 0 12242 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 55028

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25374
/proc/meminfo: memFree=965352/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=49932 CPUtime=274.92
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 11821 0 0 0 27482 10 0 0 25 0 1 0 152937218 51130368 11794 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 12483 11794 77 172 0 12308 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55292

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25374
/proc/meminfo: memFree=965160/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=50076 CPUtime=334.9
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 11867 0 0 0 33480 10 0 0 25 0 1 0 152937218 51277824 11840 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 12519 11840 77 172 0 12344 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 55436

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25374
/proc/meminfo: memFree=964008/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=51276 CPUtime=394.88
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 12152 0 0 0 39478 10 0 0 25 0 1 0 152937218 52506624 12125 1992294400 134512640 135217611 4294956288 18446744073709551615 134532582 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 12819 12125 77 172 0 12644 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 56636

[startup+462.303 s]

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

/proc/25374/statm: 30491 29430 77 172 0 30316 0
Current children cumulated CPU time (s) 9399.46
Current children cumulated vsize (KiB) 127324

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893736/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=121964 CPUtime=9452.16
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29459 0 0 0 945157 59 0 0 25 0 1 0 152937218 124891136 29430 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30491 29430 77 172 0 30316 0
Current children cumulated CPU time (s) 9459.43
Current children cumulated vsize (KiB) 127324

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=121964 CPUtime=9512.14
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29459 0 0 0 951155 59 0 0 25 0 1 0 152937218 124891136 29430 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30491 29430 77 172 0 30316 0
Current children cumulated CPU time (s) 9519.41
Current children cumulated vsize (KiB) 127324

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=121964 CPUtime=9572.12
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29460 0 0 0 957153 59 0 0 25 0 1 0 152937218 124891136 29431 1992294400 134512640 135217611 4294956288 18446744073709551615 134534060 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30491 29431 77 172 0 30316 0
Current children cumulated CPU time (s) 9579.39
Current children cumulated vsize (KiB) 127324

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122368 CPUtime=9632.1
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29464 0 0 0 963151 59 0 0 25 0 1 0 152937218 125304832 29435 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30592 29435 77 172 0 30417 0
Current children cumulated CPU time (s) 9639.37
Current children cumulated vsize (KiB) 127728

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122368 CPUtime=9692.09
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29464 0 0 0 969150 59 0 0 25 0 1 0 152937218 125304832 29435 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30592 29435 77 172 0 30417 0
Current children cumulated CPU time (s) 9699.36
Current children cumulated vsize (KiB) 127728

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122440 CPUtime=9752.07
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29470 0 0 0 975147 60 0 0 25 0 1 0 152937218 125378560 29441 1992294400 134512640 135217611 4294956288 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30610 29441 77 172 0 30435 0
Current children cumulated CPU time (s) 9759.34
Current children cumulated vsize (KiB) 127800

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122440 CPUtime=9812.05
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29475 0 0 0 981145 60 0 0 25 0 1 0 152937218 125378560 29446 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30610 29446 77 172 0 30435 0
Current children cumulated CPU time (s) 9819.32
Current children cumulated vsize (KiB) 127800

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122440 CPUtime=9872.04
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29475 0 0 0 987144 60 0 0 25 0 1 0 152937218 125378560 29446 1992294400 134512640 135217611 4294956288 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30610 29446 77 172 0 30435 0
Current children cumulated CPU time (s) 9879.31
Current children cumulated vsize (KiB) 127800

[startup+9942.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122440 CPUtime=9932.01
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29475 0 0 0 993141 60 0 0 25 0 1 0 152937218 125378560 29446 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30610 29446 77 172 0 30435 0
Current children cumulated CPU time (s) 9939.28
Current children cumulated vsize (KiB) 127800

[startup+10002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122512 CPUtime=9992.01
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29486 0 0 0 999140 61 0 0 25 0 1 0 152937218 125452288 29457 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30628 29457 77 172 0 30453 0
Current children cumulated CPU time (s) 9999.28
Current children cumulated vsize (KiB) 127872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122512 CPUtime=9992.81
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29486 0 0 0 999220 61 0 0 25 0 1 0 152937218 125452288 29457 1992294400 134512640 135217611 4294956288 18446744073709551615 134539599 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30628 29457 77 172 0 30453 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 127872

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

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

[startup+10003.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25398
/proc/meminfo: memFree=893800/2055920 swapFree=4192812/4192956
[pid=25371] ppid=25369 vsize=5360 CPUtime=7.27
/proc/25371/stat : 25371 (glucose.sh) S 25369 25371 25334 0 -1 4194304 313 41944 0 0 0 0 697 30 16 0 1 0 152936489 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25371/statm: 1340 238 195 169 0 51 0
[pid=25374] ppid=25371 vsize=122512 CPUtime=9992.81
/proc/25374/stat : 25374 (glucose_static) R 25371 25371 25334 0 -1 4194304 29486 0 0 0 999220 61 0 0 25 0 1 0 152937218 125452288 29457 1992294400 134512640 135217611 4294956288 18446744073709551615 134539599 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25374/statm: 30628 29457 77 172 0 30453 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 127872

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25371 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=976939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=302953
# CPU time returned by wait4() is 7.27989
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.1
CPU time (s): 10000.1
CPU user time (s): 9999.17
CPU system time (s): 0.91
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 139632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.97694
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42257
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= 7
involuntary context switches= 38

runsolver used 11.6862 second user time and 24.6932 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-02 09:23:57
IDJOB=1772674
IDBENCH=20368
IDSOLVER=610
FILE ID=node30/1772674-1241249036
PBS_JOBID= 9224896
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= c438ce1eb243ac0a49869eda1166f28f
RANDOM SEED=1328256633

node30.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.265
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.265
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:       1027032 kB
Buffers:         82756 kB
Cached:         828172 kB
SwapCached:          0 kB
Active:         108948 kB
Inactive:       816304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1027032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19768 kB
Writeback:           0 kB
Mapped:          24088 kB
Slab:            89756 kB
Committed_AS:   763196 kB
PageTables:       1356 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= 66480 MiB
End job on node30 at 2009-05-02 12:10:42