Trace number 1775184

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 10003.4

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.49/0.51	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.49/0.51	c ==============================================================================
0.49/0.51	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.49/0.51	c CPU time:   0.493924 s
0.49/0.51	c ==============================================================================
0.59/0.60	c
0.59/0.60	c Starting glucose
0.59/0.60	c
0.59/0.60	
0.59/0.60	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.59/0.60	
0.59/0.60	c ============================[ Problem Statistics ]=============================
0.59/0.60	c |                                                                             |
0.59/0.61	c |  Number of variables:  871                                                  |
0.59/0.61	c |  Number of clauses:    78593                                                |
0.59/0.66	c |  Parsing time:         0.05         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-1775184-1241269938/watcher-1775184-1241269938 -o /tmp/evaluation-result-1775184-1241269938/solver-1775184-1241269938 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775184-1241269938.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.99 0.98 0.98 3/64 27102
/proc/meminfo: memFree=950456/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155027502 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 236 195 169 0 51 0
[pid=27103] ppid=27102 vsize=1176 CPUtime=0
/proc/27103/stat : 27103 (SatELite_releas) R 27102 27102 26935 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 155027502 1204224 141 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27103/statm: 294 142 50 174 0 117 0

[startup+0.053367 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27102
/proc/meminfo: memFree=950456/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155027502 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 236 195 169 0 51 0
[pid=27103] ppid=27102 vsize=6184 CPUtime=0.03
/proc/27103/stat : 27103 (SatELite_releas) R 27102 27102 26935 0 -1 4194304 1385 0 0 0 3 0 0 0 18 0 1 0 155027502 6332416 1369 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27103/statm: 1546 1369 76 174 0 1369 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11544

[startup+0.10137 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27102
/proc/meminfo: memFree=950456/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155027502 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 236 195 169 0 51 0
[pid=27103] ppid=27102 vsize=7248 CPUtime=0.09
/proc/27103/stat : 27103 (SatELite_releas) R 27102 27102 26935 0 -1 4194304 1649 0 0 0 8 1 0 0 18 0 1 0 155027502 7421952 1633 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27103/statm: 1812 1634 76 174 0 1635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12608

[startup+0.301393 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27102
/proc/meminfo: memFree=950456/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155027502 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 236 195 169 0 51 0
[pid=27103] ppid=27102 vsize=9320 CPUtime=0.29
/proc/27103/stat : 27103 (SatELite_releas) R 27102 27102 26935 0 -1 4194304 2111 0 0 0 28 1 0 0 19 0 1 0 155027502 9543680 2093 1992294400 134512640 135225430 4294956176 18446744073709551615 134586063 0 0 4096 3 0 0 0 17 0 0 0
/proc/27103/statm: 2330 2093 77 174 0 2153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14680

[startup+0.701448 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27102
/proc/meminfo: memFree=950456/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5360

[startup+1.50153 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27105
/proc/meminfo: memFree=941032/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=8604 CPUtime=0.88
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 2036 0 0 0 88 0 0 0 25 0 1 0 155027563 8810496 2022 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 2151 2022 77 172 0 1976 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13964

[startup+3.10172 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27105
/proc/meminfo: memFree=939560/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=10188 CPUtime=2.48
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 2443 0 0 0 247 1 0 0 25 0 1 0 155027563 10432512 2429 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 2547 2429 77 172 0 2372 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15548

[startup+6.30209 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27105
/proc/meminfo: memFree=936616/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=12300 CPUtime=5.67
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 2949 0 0 0 566 1 0 0 25 0 1 0 155027563 12595200 2935 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 3075 2935 77 172 0 2900 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17660

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27105
/proc/meminfo: memFree=933864/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=15148 CPUtime=12.08
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 3655 0 0 0 1206 2 0 0 25 0 1 0 155027563 15511552 3641 1992294400 134512640 135217611 4294956288 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 3787 3641 77 172 0 3612 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20508

[startup+25.5013 s]
/proc/loadavg: 1.06 1.00 0.99 2/66 27105
/proc/meminfo: memFree=931880/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=17172 CPUtime=24.87
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 4120 0 0 0 2485 2 0 0 25 0 1 0 155027563 17584128 4106 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 4293 4106 77 172 0 4118 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22532

[startup+51.1013 s]
/proc/loadavg: 1.04 1.00 0.99 2/66 27105
/proc/meminfo: memFree=929192/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=20068 CPUtime=50.44
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 4834 0 0 0 5041 3 0 0 25 0 1 0 155027563 20549632 4820 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 5017 4820 77 172 0 4842 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 25428

[startup+102.305 s]
/proc/loadavg: 1.06 1.01 0.99 2/66 27105
/proc/meminfo: memFree=926696/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=22500 CPUtime=101.63
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 5412 0 0 0 10159 4 0 0 25 0 1 0 155027563 23040000 5398 1992294400 134512640 135217611 4294956288 18446744073709551615 134533637 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 5625 5398 77 172 0 5450 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27860

[startup+162.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 27105
/proc/meminfo: memFree=923240/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=26228 CPUtime=161.6
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 6286 0 0 0 16155 5 0 0 25 0 1 0 155027563 26857472 6272 1992294400 134512640 135217611 4294956288 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 6557 6272 77 172 0 6382 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 31588

[startup+222.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 27105
/proc/meminfo: memFree=921448/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=28156 CPUtime=221.57
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 6721 0 0 0 22152 5 0 0 25 0 1 0 155027563 28831744 6707 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 7039 6707 77 172 0 6864 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 33516

[startup+282.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 27105
/proc/meminfo: memFree=918696/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=31312 CPUtime=281.56
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 7480 0 0 0 28150 6 0 0 25 0 1 0 155027563 32063488 7466 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 7828 7466 77 172 0 7653 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 36672

[startup+342.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 27105
/proc/meminfo: memFree=916776/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=33280 CPUtime=341.53
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 7909 0 0 0 34147 6 0 0 25 0 1 0 155027563 34078720 7895 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 8320 7895 77 172 0 8145 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 38640

[startup+402.301 s]

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

/proc/27105/statm: 27924 25346 77 172 0 27749 0
Current children cumulated CPU time (s) 9339.1
Current children cumulated vsize (KiB) 117056

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=846440/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=111696 CPUtime=9398.49
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25368 0 0 0 939817 32 0 0 25 0 1 0 155027563 114376704 25354 1992294400 134512640 135217611 4294956288 18446744073709551615 134532754 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 27924 25354 77 172 0 27749 0
Current children cumulated CPU time (s) 9399.08
Current children cumulated vsize (KiB) 117056

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=845416/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=113100 CPUtime=9458.47
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25639 0 0 0 945815 32 0 0 25 0 1 0 155027563 115814400 25625 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28275 25625 77 172 0 28100 0
Current children cumulated CPU time (s) 9459.06
Current children cumulated vsize (KiB) 118460

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=844840/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=113640 CPUtime=9518.45
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25781 0 0 0 951813 32 0 0 25 0 1 0 155027563 116367360 25767 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28410 25767 77 172 0 28235 0
Current children cumulated CPU time (s) 9519.04
Current children cumulated vsize (KiB) 119000

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=844712/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=113640 CPUtime=9578.43
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25796 0 0 0 957811 32 0 0 25 0 1 0 155027563 116367360 25782 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28410 25782 77 172 0 28235 0
Current children cumulated CPU time (s) 9579.02
Current children cumulated vsize (KiB) 119000

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=844456/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=114052 CPUtime=9638.43
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25890 0 0 0 963810 33 0 0 25 0 1 0 155027563 116789248 25852 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28513 25852 77 172 0 28338 0
Current children cumulated CPU time (s) 9639.02
Current children cumulated vsize (KiB) 119412

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=844136/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=114376 CPUtime=9698.41
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25945 0 0 0 969808 33 0 0 25 0 1 0 155027563 117121024 25907 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28594 25907 77 172 0 28419 0
Current children cumulated CPU time (s) 9699
Current children cumulated vsize (KiB) 119736

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=844008/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=114520 CPUtime=9758.39
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 25978 0 0 0 975806 33 0 0 25 0 1 0 155027563 117268480 25940 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28630 25940 77 172 0 28455 0
Current children cumulated CPU time (s) 9758.98
Current children cumulated vsize (KiB) 119880

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=843624/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=115056 CPUtime=9818.37
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 26070 0 0 0 981804 33 0 0 25 0 1 0 155027563 117817344 26032 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28764 26032 77 172 0 28589 0
Current children cumulated CPU time (s) 9818.96
Current children cumulated vsize (KiB) 120416

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=843304/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=115388 CPUtime=9878.36
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 26159 0 0 0 987803 33 0 0 25 0 1 0 155027563 118157312 26121 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28847 26121 77 172 0 28672 0
Current children cumulated CPU time (s) 9878.95
Current children cumulated vsize (KiB) 120748

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=842984/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=115748 CPUtime=9938.34
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 26259 0 0 0 993801 33 0 0 25 0 1 0 155027563 118525952 26221 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 28937 26221 77 172 0 28762 0
Current children cumulated CPU time (s) 9938.93
Current children cumulated vsize (KiB) 121108

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=842216/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=117028 CPUtime=9998.33
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 26472 0 0 0 999799 34 0 0 25 0 1 0 155027563 119836672 26413 1992294400 134512640 135217611 4294956288 18446744073709551615 134549144 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 29257 26413 77 172 0 29082 0
Current children cumulated CPU time (s) 9998.92
Current children cumulated vsize (KiB) 122388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27123
/proc/meminfo: memFree=842216/2055920 swapFree=4182092/4192956
[pid=27102] ppid=27100 vsize=5360 CPUtime=0.59
/proc/27102/stat : 27102 (glucose.sh) S 27100 27102 26935 0 -1 4194304 313 2116 0 0 0 0 57 2 15 0 1 0 155027502 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27102/statm: 1340 238 195 169 0 51 0
[pid=27105] ppid=27102 vsize=117028 CPUtime=9999.44
/proc/27105/stat : 27105 (glucose_static) R 27102 27102 26935 0 -1 4194304 26472 0 0 0 999910 34 0 0 25 0 1 0 155027563 119836672 26413 1992294400 134512640 135217611 4294956288 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27105/statm: 29257 26413 77 172 0 29082 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 122388

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 27102 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=578911
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=28995
# CPU time returned by wait4() is 0.607906
# 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): 10003.4
CPU time (s): 10000
CPU user time (s): 9999.67
CPU system time (s): 0.36
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 122388

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

runsolver used 8.02878 second user time and 28.3547 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 15:12:19
IDJOB=1775184
IDBENCH=71098
IDSOLVER=610
FILE ID=node11/1775184-1241269938
PBS_JOBID= 9224967
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=666034360

node11.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.214
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.214
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:        951016 kB
Buffers:         85124 kB
Cached:         909432 kB
SwapCached:       4976 kB
Active:          74808 kB
Inactive:       927936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        951016 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            2792 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            88176 kB
Committed_AS:   692324 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= 66456 MiB
End job on node11 at 2009-05-02 17:59:04