Trace number 1775224

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 10004

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  114011   339448 |   34203       0        0     nan |  0.000 % |
0.99/1.02	c |         0 |  113182   490657 |      --       0       --      -- |     --   | -829/151209
0.99/1.02	c ==============================================================================
0.99/1.02	c Result  :   #vars: 1091   #clauses: 113182   #literals: 490657
0.99/1.02	c CPU time:   1.00785 s
0.99/1.02	c ==============================================================================
1.09/1.16	c
1.09/1.16	c Starting glucose
1.09/1.16	c
1.09/1.16	
1.09/1.16	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.16	
1.09/1.16	c ============================[ Problem Statistics ]=============================
1.09/1.16	c |                                                                             |
1.09/1.16	c |  Number of variables:  1091                                                 |
1.09/1.16	c |  Number of clauses:    113182                                               |
1.16/1.24	c |  Parsing time:         0.06         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-1775224-1241270150/watcher-1775224-1241270150 -o /tmp/evaluation-result-1775224-1241270150/solver-1775224-1241270150 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775224-1241270150.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.96 1.02 0.99 3/64 27242
/proc/meminfo: memFree=1303136/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=0
/proc/27242/stat : 27242 (glucose.sh) R 27240 27242 27010 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155048408 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482711711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27242/statm: 1340 235 194 169 0 51 0
[pid=27243] ppid=27242 vsize=1312 CPUtime=0
/proc/27243/stat : 27243 (SatELite_releas) R 27242 27242 27010 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 155048408 1343488 166 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27243/statm: 328 168 50 174 0 151 0

[startup+0.00796511 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 27242
/proc/meminfo: memFree=1303136/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=0
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155048408 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27242/statm: 1340 236 195 169 0 51 0
[pid=27243] ppid=27242 vsize=1576 CPUtime=0
/proc/27243/stat : 27243 (SatELite_releas) R 27242 27242 27010 0 -1 4194304 254 0 0 0 0 0 0 0 18 0 1 0 155048408 1613824 238 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27243/statm: 394 238 50 174 0 217 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6936

[startup+0.101972 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 27242
/proc/meminfo: memFree=1303136/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=0
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155048408 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27242/statm: 1340 236 195 169 0 51 0
[pid=27243] ppid=27242 vsize=9148 CPUtime=0.09
/proc/27243/stat : 27243 (SatELite_releas) R 27242 27242 27010 0 -1 4194304 2176 0 0 0 8 1 0 0 19 0 1 0 155048408 9367552 2160 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27243/statm: 2287 2160 76 174 0 2110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14508

[startup+0.301992 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 27242
/proc/meminfo: memFree=1303136/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=0
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155048408 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27242/statm: 1340 236 195 169 0 51 0
[pid=27243] ppid=27242 vsize=11448 CPUtime=0.29
/proc/27243/stat : 27243 (SatELite_releas) R 27242 27242 27010 0 -1 4194304 2616 0 0 0 28 1 0 0 21 0 1 0 155048408 11722752 2600 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/27243/statm: 2862 2600 76 174 0 2685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16808

[startup+0.701032 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 27242
/proc/meminfo: memFree=1303136/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=0
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155048408 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27242/statm: 1340 236 195 169 0 51 0
[pid=27243] ppid=27242 vsize=13840 CPUtime=0.69
/proc/27243/stat : 27243 (SatELite_releas) R 27242 27242 27010 0 -1 4194304 3012 0 0 0 68 1 0 0 25 0 1 0 155048408 14172160 2996 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/27243/statm: 3460 2996 77 174 0 3283 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19200

[startup+1.50112 s]
/proc/loadavg: 0.96 1.02 0.99 2/66 27244
/proc/meminfo: memFree=1290512/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 5360

[startup+3.10127 s]
/proc/loadavg: 0.96 1.02 0.99 2/66 27245
/proc/meminfo: memFree=1289232/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=12048 CPUtime=1.92
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 2892 0 0 0 191 1 0 0 25 0 1 0 155048525 12337152 2878 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 3012 2878 77 172 0 2837 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17408

[startup+6.3016 s]
/proc/loadavg: 0.96 1.02 0.99 2/66 27245
/proc/meminfo: memFree=1286416/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=14540 CPUtime=5.12
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 3514 0 0 0 510 2 0 0 25 0 1 0 155048525 14888960 3500 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 3635 3500 77 172 0 3460 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19900

[startup+12.7022 s]
/proc/loadavg: 0.97 1.02 0.99 2/66 27245
/proc/meminfo: memFree=1283672/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=17388 CPUtime=11.51
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 4211 0 0 0 1149 2 0 0 25 0 1 0 155048525 17805312 4197 1992294400 134512640 135217611 4294956288 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 4347 4197 77 172 0 4172 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22748

[startup+25.5015 s]
/proc/loadavg: 0.97 1.02 0.99 2/66 27245
/proc/meminfo: memFree=1280984/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=19716 CPUtime=24.31
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 4786 0 0 0 2428 3 0 0 25 0 1 0 155048525 20189184 4772 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 4929 4772 77 172 0 4754 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25076

[startup+51.1011 s]
/proc/loadavg: 0.98 1.01 0.99 2/66 27245
/proc/meminfo: memFree=1277656/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=23148 CPUtime=49.9
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 5624 0 0 0 4986 4 0 0 25 0 1 0 155048525 23703552 5610 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 5787 5610 77 172 0 5612 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 28508

[startup+102.306 s]
/proc/loadavg: 0.99 1.01 0.99 2/66 27245
/proc/meminfo: memFree=1274840/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=26000 CPUtime=101.08
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 6312 0 0 0 10103 5 0 0 25 0 1 0 155048525 26624000 6298 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 6500 6298 77 172 0 6325 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31360

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 27245
/proc/meminfo: memFree=1272984/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=28064 CPUtime=161.05
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 6771 0 0 0 16100 5 0 0 25 0 1 0 155048525 28737536 6757 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 7016 6757 77 172 0 6841 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33424

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 27245
/proc/meminfo: memFree=1271192/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=30096 CPUtime=221.04
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 7218 0 0 0 22098 6 0 0 25 0 1 0 155048525 30818304 7204 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 7524 7204 77 172 0 7349 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 35456

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 27245
/proc/meminfo: memFree=1269400/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=32036 CPUtime=281.01
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 7654 0 0 0 28095 6 0 0 25 0 1 0 155048525 32804864 7640 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27245/statm: 8009 7640 77 172 0 7834 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 37396

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 27245
/proc/meminfo: memFree=1259608/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=42040 CPUtime=340.97
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 10105 0 0 0 34089 8 0 0 25 0 1 0 155048525 43048960 10091 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 10510 10091 77 172 0 10335 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 47400

[startup+402.302 s]

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

/proc/27245/statm: 37148 34017 77 172 0 36973 0
Current children cumulated CPU time (s) 9338.61
Current children cumulated vsize (KiB) 153952

[startup+9402.3 s]
/proc/loadavg: 1.16 1.07 1.01 2/66 27263
/proc/meminfo: memFree=1162328/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=149348 CPUtime=9397.43
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 34207 0 0 0 939703 40 0 0 25 0 1 0 155048525 152932352 34186 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 37337 34186 77 172 0 37162 0
Current children cumulated CPU time (s) 9398.59
Current children cumulated vsize (KiB) 154708

[startup+9462.3 s]
/proc/loadavg: 1.10 1.07 1.01 2/66 27263
/proc/meminfo: memFree=1162264/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=149348 CPUtime=9457.4
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 34230 0 0 0 945700 40 0 0 25 0 1 0 155048525 152932352 34209 1992294400 134512640 135217611 4294956288 18446744073709551615 134718809 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 37337 34209 77 172 0 37162 0
Current children cumulated CPU time (s) 9458.56
Current children cumulated vsize (KiB) 154708

[startup+9522.3 s]
/proc/loadavg: 1.03 1.05 1.01 2/66 27263
/proc/meminfo: memFree=1162264/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=149492 CPUtime=9517.38
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 34255 0 0 0 951698 40 0 0 25 0 1 0 155048525 153079808 34234 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 37373 34234 77 172 0 37198 0
Current children cumulated CPU time (s) 9518.54
Current children cumulated vsize (KiB) 154852

[startup+9582.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 27263
/proc/meminfo: memFree=1161880/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=149940 CPUtime=9577.36
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 34334 0 0 0 957696 40 0 0 25 0 1 0 155048525 153538560 34313 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 37485 34313 77 172 0 37310 0
Current children cumulated CPU time (s) 9578.52
Current children cumulated vsize (KiB) 155300

[startup+9642.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/66 27263
/proc/meminfo: memFree=1161368/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=150552 CPUtime=9637.3
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 34452 0 0 0 963690 40 0 0 25 0 1 0 155048525 154165248 34431 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 37638 34431 77 172 0 37463 0
Current children cumulated CPU time (s) 9638.46
Current children cumulated vsize (KiB) 155912

[startup+9702.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 27263
/proc/meminfo: memFree=1160024/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=152184 CPUtime=9697.28
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 34781 0 0 0 969688 40 0 0 25 0 1 0 155048525 155836416 34760 1992294400 134512640 135217611 4294956288 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 38046 34760 77 172 0 37871 0
Current children cumulated CPU time (s) 9698.44
Current children cumulated vsize (KiB) 157544

[startup+9762.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 27263
/proc/meminfo: memFree=1153112/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=159708 CPUtime=9757.25
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 36510 0 0 0 975683 42 0 0 25 0 1 0 155048525 163540992 36489 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 39927 36489 77 172 0 39752 0
Current children cumulated CPU time (s) 9758.41
Current children cumulated vsize (KiB) 165068

[startup+9822.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 27263
/proc/meminfo: memFree=1153048/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=159708 CPUtime=9817.24
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 36515 0 0 0 981681 43 0 0 25 0 1 0 155048525 163540992 36494 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 39927 36494 77 172 0 39752 0
Current children cumulated CPU time (s) 9818.4
Current children cumulated vsize (KiB) 165068

[startup+9882.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27263
/proc/meminfo: memFree=1152344/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=160568 CPUtime=9877.22
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 36693 0 0 0 987679 43 0 0 25 0 1 0 155048525 164421632 36672 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 40142 36672 77 172 0 39967 0
Current children cumulated CPU time (s) 9878.38
Current children cumulated vsize (KiB) 165928

[startup+9942.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27269
/proc/meminfo: memFree=1152080/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=160552 CPUtime=9937.18
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 36723 0 0 0 993675 43 0 0 25 0 1 0 155048525 164405248 36702 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 40138 36702 77 172 0 39963 0
Current children cumulated CPU time (s) 9938.34
Current children cumulated vsize (KiB) 165912

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27269
/proc/meminfo: memFree=1152080/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=160552 CPUtime=9997.15
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 36723 0 0 0 999672 43 0 0 25 0 1 0 155048525 164405248 36702 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 40138 36702 77 172 0 39963 0
Current children cumulated CPU time (s) 9998.31
Current children cumulated vsize (KiB) 165912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27269
/proc/meminfo: memFree=1152080/2055920 swapFree=4181360/4192956
[pid=27242] ppid=27240 vsize=5360 CPUtime=1.16
/proc/27242/stat : 27242 (glucose.sh) S 27240 27242 27010 0 -1 4194304 313 3016 0 0 0 0 114 2 16 0 1 0 155048408 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27242/statm: 1340 238 195 169 0 51 0
[pid=27245] ppid=27242 vsize=160552 CPUtime=9998.85
/proc/27245/stat : 27245 (glucose_static) R 27242 27242 27010 0 -1 4194304 36730 0 0 0 999842 43 0 0 25 0 1 0 155048525 164405248 36709 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27245/statm: 40138 36709 77 172 0 39963 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 165912

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 27242 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=140826
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=25996
# CPU time returned by wait4() is 1.16682
# 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): 10004
CPU time (s): 10000
CPU user time (s): 9999.56
CPU system time (s): 0.45
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 165928

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

runsolver used 7.70283 second user time and 28.6816 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 15:15:50
IDJOB=1775224
IDBENCH=71103
IDSOLVER=610
FILE ID=node17/1775224-1241270150
PBS_JOBID= 9224963
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED=507490330

node17.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.234
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.234
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:       1303616 kB
Buffers:         72016 kB
Cached:         579300 kB
SwapCached:       5428 kB
Active:          62116 kB
Inactive:       597160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303616 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          13624 kB
Slab:            79068 kB
Committed_AS:   682492 kB
PageTables:       1464 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= 66444 MiB
End job on node17 at 2009-05-02 18:02:36