Trace number 1775164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 10000 10005

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_16_UNKNOWN.cnf
MD5SUM85279cb74dedd2e1c7356e22d8e98939
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 variables3366
Number of clauses362797
Sum of the clauses size1083511
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25314
Number of clauses of size 3357452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  362797  1083511 |  108839       0        0     nan |  0.000 % |
4.89/4.98	c |         0 |  361512  1585361 |      --       0       --      -- |     --   | -1285/501850
4.89/4.98	c ==============================================================================
4.89/4.98	c Result  :   #vars: 2152   #clauses: 361512   #literals: 1585361
4.89/4.98	c CPU time:   4.89926 s
4.89/4.98	c ==============================================================================
5.39/5.46	c
5.39/5.46	c Starting glucose
5.39/5.46	c
5.39/5.46	
5.39/5.46	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.39/5.46	
5.39/5.46	c ============================[ Problem Statistics ]=============================
5.39/5.46	c |                                                                             |
5.39/5.46	c |  Number of variables:  2152                                                 |
5.39/5.46	c |  Number of clauses:    361512                                               |
5.45/5.70	c |  Parsing time:         0.20         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-1775164-1241269845/watcher-1775164-1241269845 -o /tmp/evaluation-result-1775164-1241269845/solver-1775164-1241269845 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775164-1241269845.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.92 0.98 0.99 3/64 31323
/proc/meminfo: memFree=1116160/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) R 31321 31323 31286 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31323/statm: 1340 235 194 169 0 51 0
[pid=31324] ppid=31323 vsize=1476 CPUtime=0
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 209 0 0 0 0 0 0 0 18 0 1 0 155018483 1511424 193 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 369 201 50 174 0 192 0

[startup+0.070673 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31323
/proc/meminfo: memFree=1116160/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1340 236 195 169 0 51 0
[pid=31324] ppid=31323 vsize=7976 CPUtime=0.06
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 1725 0 0 0 5 1 0 0 19 0 1 0 155018483 8167424 1709 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 1994 1709 50 174 0 1817 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13336

[startup+0.101676 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31323
/proc/meminfo: memFree=1116160/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1340 236 195 169 0 51 0
[pid=31324] ppid=31323 vsize=10360 CPUtime=0.09
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 2407 0 0 0 7 2 0 0 19 0 1 0 155018483 10608640 2391 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 2590 2391 50 174 0 2413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15720

[startup+0.301712 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31323
/proc/meminfo: memFree=1116160/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1340 236 195 169 0 51 0
[pid=31324] ppid=31323 vsize=27124 CPUtime=0.29
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 6485 0 0 0 24 5 0 0 21 0 1 0 155018483 27774976 6469 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 6781 6469 76 174 0 6604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32484

[startup+0.701781 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31323
/proc/meminfo: memFree=1116160/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1340 236 195 169 0 51 0
[pid=31324] ppid=31323 vsize=30012 CPUtime=0.69
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 7205 0 0 0 64 5 0 0 25 0 1 0 155018483 30732288 7189 1992294400 134512640 135225430 4294956176 18446744073709551615 134586065 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 7503 7189 76 174 0 7326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35372

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 31325
/proc/meminfo: memFree=1084592/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1340 236 195 169 0 51 0
[pid=31324] ppid=31323 vsize=39320 CPUtime=1.49
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 8979 0 0 0 143 6 0 0 25 0 1 0 155018483 40263680 8963 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 9830 8963 77 174 0 9653 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44680

[startup+3.1012 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31325
/proc/meminfo: memFree=1078576/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=0
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155018483 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31323/statm: 1340 236 195 169 0 51 0
[pid=31324] ppid=31323 vsize=39320 CPUtime=3.08
/proc/31324/stat : 31324 (SatELite_releas) R 31323 31323 31286 0 -1 4194304 8979 0 0 0 302 6 0 0 25 0 1 0 155018483 40263680 8963 1992294400 134512640 135225430 4294956176 18446744073709551615 134586096 0 0 4096 3 0 0 0 17 0 0 0
/proc/31324/statm: 9830 8963 77 174 0 9653 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44680

[startup+6.30177 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31325
/proc/meminfo: memFree=1074416/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 5360

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1071088/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=37440 CPUtime=7.21
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 9129 0 0 0 717 4 0 0 25 0 1 0 155019030 38338560 9115 1992294400 134512640 135217611 4294956288 18446744073709551615 134527959 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 9360 9115 77 172 0 9185 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42800

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1065456/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=42552 CPUtime=20.01
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 10367 0 0 0 1995 6 0 0 25 0 1 0 155019030 43573248 10353 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 10638 10353 77 172 0 10463 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 47912

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1061552/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=46228 CPUtime=45.58
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 11287 0 0 0 4550 8 0 0 25 0 1 0 155019030 47337472 11273 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 11557 11273 77 172 0 11382 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 51588

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1057392/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=50680 CPUtime=96.74
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 12332 0 0 0 9665 9 0 0 25 0 1 0 155019030 51896320 12318 1992294400 134512640 135217611 4294956288 18446744073709551615 134539059 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 12670 12318 77 172 0 12495 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 56040

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1054128/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=54128 CPUtime=156.71
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 13172 0 0 0 15661 10 0 0 25 0 1 0 155019030 55427072 13158 1992294400 134512640 135217611 4294956288 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 13532 13158 77 172 0 13357 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 59488

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1051952/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=56512 CPUtime=216.68
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 13746 0 0 0 21658 10 0 0 25 0 1 0 155019030 57868288 13732 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 14128 13732 77 172 0 13953 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 61872

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1049072/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=59332 CPUtime=276.65
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 14409 0 0 0 27654 11 0 0 25 0 1 0 155019030 60755968 14395 1992294400 134512640 135217611 4294956288 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 14833 14395 77 172 0 14658 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 64692

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31326
/proc/meminfo: memFree=1047088/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=61352 CPUtime=336.62
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 14921 0 0 0 33651 11 0 0 25 0 1 0 155019030 62824448 14907 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 15338 14907 77 172 0 15163 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 66712

[startup+402.301 s]

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

/proc/31326/statm: 51530 49528 77 172 0 51355 0
Current children cumulated CPU time (s) 9337.58
Current children cumulated vsize (KiB) 211480

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=907440/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=206596 CPUtime=9392.1
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 49661 0 0 0 939156 54 0 0 25 0 1 0 155019030 211554304 49622 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 51649 49622 77 172 0 51474 0
Current children cumulated CPU time (s) 9397.55
Current children cumulated vsize (KiB) 211956

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=907184/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=206968 CPUtime=9452.08
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 49734 0 0 0 945154 54 0 0 25 0 1 0 155019030 211935232 49695 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 51742 49695 77 172 0 51567 0
Current children cumulated CPU time (s) 9457.53
Current children cumulated vsize (KiB) 212328

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=906672/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=207564 CPUtime=9512.07
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 49866 0 0 0 951152 55 0 0 25 0 1 0 155019030 212545536 49823 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 51891 49823 77 172 0 51716 0
Current children cumulated CPU time (s) 9517.52
Current children cumulated vsize (KiB) 212924

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=906416/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=207896 CPUtime=9572.04
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 49937 0 0 0 957149 55 0 0 25 0 1 0 155019030 212885504 49894 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 51974 49894 77 172 0 51799 0
Current children cumulated CPU time (s) 9577.49
Current children cumulated vsize (KiB) 213256

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=905392/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=209160 CPUtime=9632.02
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50194 0 0 0 963147 55 0 0 25 0 1 0 155019030 214179840 50151 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 52290 50151 77 172 0 52115 0
Current children cumulated CPU time (s) 9637.47
Current children cumulated vsize (KiB) 214520

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=904368/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=210268 CPUtime=9691.99
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50417 0 0 0 969144 55 0 0 25 0 1 0 155019030 215314432 50374 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 52567 50374 77 172 0 52392 0
Current children cumulated CPU time (s) 9697.44
Current children cumulated vsize (KiB) 215628

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=903664/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=210876 CPUtime=9751.98
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50577 0 0 0 975142 56 0 0 25 0 1 0 155019030 215937024 50534 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 52719 50534 77 172 0 52544 0
Current children cumulated CPU time (s) 9757.43
Current children cumulated vsize (KiB) 216236

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=903472/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=211092 CPUtime=9811.95
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50622 0 0 0 981139 56 0 0 25 0 1 0 155019030 216158208 50579 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 52773 50579 77 172 0 52598 0
Current children cumulated CPU time (s) 9817.4
Current children cumulated vsize (KiB) 216452

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=903408/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=211236 CPUtime=9871.94
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50658 0 0 0 987138 56 0 0 25 0 1 0 155019030 216305664 50615 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 52809 50615 77 172 0 52634 0
Current children cumulated CPU time (s) 9877.39
Current children cumulated vsize (KiB) 216596

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=903216/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=211752 CPUtime=9931.9
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50744 0 0 0 993134 56 0 0 25 0 1 0 155019030 216834048 50701 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 52938 50701 77 172 0 52763 0
Current children cumulated CPU time (s) 9937.35
Current children cumulated vsize (KiB) 217112

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=902576/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=212316 CPUtime=9991.89
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50864 0 0 0 999133 56 0 0 25 0 1 0 155019030 217411584 50821 1992294400 134512640 135217611 4294956288 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 53079 50821 77 172 0 52904 0
Current children cumulated CPU time (s) 9997.34
Current children cumulated vsize (KiB) 217676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31344
/proc/meminfo: memFree=902576/2055920 swapFree=4180136/4192956
[pid=31323] ppid=31321 vsize=5360 CPUtime=5.45
/proc/31323/stat : 31323 (glucose.sh) S 31321 31323 31286 0 -1 4194304 313 8983 0 0 0 0 534 11 16 0 1 0 155018483 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31323/statm: 1340 238 195 169 0 51 0
[pid=31326] ppid=31323 vsize=212316 CPUtime=9994.58
/proc/31326/stat : 31326 (glucose_static) R 31323 31323 31286 0 -1 4194304 50865 0 0 0 999402 56 0 0 25 0 1 0 155019030 217411584 50822 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31326/statm: 53079 50822 77 172 0 52904 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 217676

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

Real time (s): 10005
CPU time (s): 10000
CPU user time (s): 9999.36
CPU system time (s): 0.67
CPU usage (%): 99.9502
Max. virtual memory (cumulated for all children) (KiB): 217676

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

runsolver used 8.19775 second user time and 28.1907 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-02 15:10:45
IDJOB=1775164
IDBENCH=71096
IDSOLVER=610
FILE ID=node4/1775164-1241269845
PBS_JOBID= 9224989
Free space on /tmp= 66412 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_16_UNKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775164-1241269845/watcher-1775164-1241269845 -o /tmp/evaluation-result-1775164-1241269845/solver-1775164-1241269845 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775164-1241269845.cnf

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

MD5SUM BENCH= 85279cb74dedd2e1c7356e22d8e98939
RANDOM SEED=1382345245

node4.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:       1116704 kB
Buffers:         77420 kB
Cached:         786484 kB
SwapCached:       7244 kB
Active:         264824 kB
Inactive:       608188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1116704 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            7920 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            52260 kB
Committed_AS:   859504 kB
PageTables:       1468 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= 66404 MiB
End job on node4 at 2009-05-02 17:57:32