Trace number 1774934

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
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 clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
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 |  104640   311346 |   31391       0        0     nan |  0.000 % |
0.59/0.69	c |         0 |  103841   441767 |      --       0       --      -- |     --   | -799/130421
0.59/0.69	c ==============================================================================
0.59/0.69	c Result  :   #vars: 1091   #clauses: 103841   #literals: 441767
0.59/0.69	c CPU time:   0.678896 s
0.59/0.69	c ==============================================================================
0.79/0.82	c
0.79/0.82	c Starting glucose
0.79/0.82	c
0.79/0.82	
0.79/0.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.79/0.82	
0.79/0.82	c ============================[ Problem Statistics ]=============================
0.79/0.82	c |                                                                             |
0.79/0.82	c |  Number of variables:  1091                                                 |
0.79/0.82	c |  Number of clauses:    103841                                               |
0.79/0.89	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-1774934-1241268993/watcher-1774934-1241268993 -o /tmp/evaluation-result-1774934-1241268993/solver-1774934-1241268993 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774934-1241268993.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.99 3/64 32275
/proc/meminfo: memFree=1502784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0
/proc/32275/stat : 32275 (glucose.sh) R 32273 32275 32177 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154932563 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32275/statm: 1340 235 194 169 0 51 0
[pid=32276] ppid=32275 vsize=1312 CPUtime=0
/proc/32276/stat : 32276 (SatELite_releas) R 32275 32275 32177 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 154932563 1343488 170 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32276/statm: 328 171 50 174 0 151 0

[startup+0.104888 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32275
/proc/meminfo: memFree=1502784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154932563 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32275/statm: 1340 236 195 169 0 51 0
[pid=32276] ppid=32275 vsize=8736 CPUtime=0.1
/proc/32276/stat : 32276 (SatELite_releas) R 32275 32275 32177 0 -1 4194304 2050 0 0 0 9 1 0 0 19 0 1 0 154932563 8945664 2034 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32276/statm: 2184 2034 76 174 0 2007 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14096

[startup+0.202898 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32275
/proc/meminfo: memFree=1502784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154932563 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32275/statm: 1340 236 195 169 0 51 0
[pid=32276] ppid=32275 vsize=9832 CPUtime=0.19
/proc/32276/stat : 32276 (SatELite_releas) R 32275 32275 32177 0 -1 4194304 2307 0 0 0 18 1 0 0 20 0 1 0 154932563 10067968 2291 1992294400 134512640 135225430 4294956176 18446744073709551615 134587241 0 0 4096 3 0 0 0 17 0 0 0
/proc/32276/statm: 2458 2291 76 174 0 2281 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15192

[startup+0.302908 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32275
/proc/meminfo: memFree=1502784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154932563 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32275/statm: 1340 236 195 169 0 51 0
[pid=32276] ppid=32275 vsize=11456 CPUtime=0.29
/proc/32276/stat : 32276 (SatELite_releas) R 32275 32275 32177 0 -1 4194304 2720 0 0 0 28 1 0 0 21 0 1 0 154932563 11730944 2704 1992294400 134512640 135225430 4294956176 18446744073709551615 134586121 0 0 4096 3 0 0 0 17 0 0 0
/proc/32276/statm: 2864 2704 77 174 0 2687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16816

[startup+0.701952 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32275
/proc/meminfo: memFree=1502784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154932563 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32275/statm: 1340 236 195 169 0 51 0
[pid=32276] ppid=32275 vsize=10620 CPUtime=0.69
/proc/32276/stat : 32276 (SatELite_releas) R 32275 32275 32177 0 -1 4194304 2724 0 0 0 68 1 0 0 25 0 1 0 154932563 10874880 2504 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32276/statm: 2655 2504 80 174 0 2478 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15980

[startup+1.50104 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1491568/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=10148 CPUtime=0.66
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 2383 0 0 0 66 0 0 0 22 0 1 0 154932645 10391552 2369 1992294400 134512640 135217611 4294956288 18446744073709551615 134723479 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 2537 2369 75 172 0 2362 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15508

[startup+3.10121 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1489264/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=12272 CPUtime=2.27
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 2931 0 0 0 226 1 0 0 25 0 1 0 154932645 12566528 2917 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 3068 2917 77 172 0 2893 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17632

[startup+6.30155 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1484400/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=16252 CPUtime=5.47
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 3911 0 0 0 545 2 0 0 25 0 1 0 154932645 16642048 3897 1992294400 134512640 135217611 4294956288 18446744073709551615 134533225 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 4063 3897 77 172 0 3888 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21612

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1479856/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=20840 CPUtime=11.86
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 5054 0 0 0 1184 2 0 0 25 0 1 0 154932645 21340160 5040 1992294400 134512640 135217611 4294956288 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 5210 5040 77 172 0 5035 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26200

[startup+25.5026 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1476272/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=24772 CPUtime=24.65
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 5974 0 0 0 2462 3 0 0 25 0 1 0 154932645 25366528 5960 1992294400 134512640 135217611 4294956288 18446744073709551615 134533475 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 6193 5960 77 172 0 6018 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 30132

[startup+51.1023 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1473264/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=27984 CPUtime=50.24
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 6730 0 0 0 5020 4 0 0 25 0 1 0 154932645 28655616 6716 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 6996 6716 77 172 0 6821 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 33344

[startup+102.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1467376/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=34028 CPUtime=101.43
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 8174 0 0 0 10138 5 0 0 25 0 1 0 154932645 34844672 8160 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 8507 8160 77 172 0 8332 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 39388

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1463024/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=38468 CPUtime=161.4
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 9255 0 0 0 16134 6 0 0 25 0 1 0 154932645 39391232 9241 1992294400 134512640 135217611 4294956288 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 9617 9241 77 172 0 9442 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 43828

[startup+222.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32278
/proc/meminfo: memFree=1460784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=40840 CPUtime=221.37
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 9818 0 0 0 22131 6 0 0 25 0 1 0 154932645 41820160 9804 1992294400 134512640 135217611 4294956288 18446744073709551615 134539591 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 10210 9804 77 172 0 10035 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 46200

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32284
/proc/meminfo: memFree=1457456/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=44152 CPUtime=281.34
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 10584 0 0 0 28127 7 0 0 25 0 1 0 154932645 45211648 10570 1992294400 134512640 135217611 4294956288 18446744073709551615 134537296 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 11038 10570 77 172 0 10863 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 49512

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32284
/proc/meminfo: memFree=1453232/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=48824 CPUtime=341.32
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 11678 0 0 0 34124 8 0 0 25 0 1 0 154932645 49995776 11664 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 12206 11664 77 172 0 12031 0
Current children cumulated CPU time (s) 342.13

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

/proc/32278/statm: 40981 37278 77 172 0 40806 0
Current children cumulated CPU time (s) 9398.42
Current children cumulated vsize (KiB) 169284

[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32300
/proc/meminfo: memFree=1349488/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=164572 CPUtime=9457.59
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37493 0 0 0 945717 42 0 0 25 0 1 0 154932645 168521728 37400 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41143 37400 77 172 0 40968 0
Current children cumulated CPU time (s) 9458.4
Current children cumulated vsize (KiB) 169932

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32300
/proc/meminfo: memFree=1349296/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=164752 CPUtime=9517.55
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37543 0 0 0 951713 42 0 0 25 0 1 0 154932645 168706048 37450 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41188 37450 77 172 0 41013 0
Current children cumulated CPU time (s) 9518.36
Current children cumulated vsize (KiB) 170112

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32300
/proc/meminfo: memFree=1349104/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=165056 CPUtime=9577.53
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37591 0 0 0 957711 42 0 0 25 0 1 0 154932645 169017344 37498 1992294400 134512640 135217611 4294956288 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41264 37498 77 172 0 41089 0
Current children cumulated CPU time (s) 9578.34
Current children cumulated vsize (KiB) 170416

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32300
/proc/meminfo: memFree=1349104/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=165056 CPUtime=9637.5
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37594 0 0 0 963708 42 0 0 25 0 1 0 154932645 169017344 37501 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41264 37501 77 172 0 41089 0
Current children cumulated CPU time (s) 9638.31
Current children cumulated vsize (KiB) 170416

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32300
/proc/meminfo: memFree=1348784/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=165468 CPUtime=9697.48
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37642 0 0 0 969706 42 0 0 25 0 1 0 154932645 169439232 37549 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41367 37549 77 172 0 41192 0
Current children cumulated CPU time (s) 9698.29
Current children cumulated vsize (KiB) 170828

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32301
/proc/meminfo: memFree=1347888/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=166224 CPUtime=9757.44
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37809 0 0 0 975702 42 0 0 25 0 1 0 154932645 170213376 37716 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41556 37716 77 172 0 41381 0
Current children cumulated CPU time (s) 9758.25
Current children cumulated vsize (KiB) 171584

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32302
/proc/meminfo: memFree=1347888/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=166296 CPUtime=9817.41
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37826 0 0 0 981699 42 0 0 25 0 1 0 154932645 170287104 37733 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41574 37733 77 172 0 41399 0
Current children cumulated CPU time (s) 9818.22
Current children cumulated vsize (KiB) 171656

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32302
/proc/meminfo: memFree=1347504/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=167016 CPUtime=9877.4
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 37964 0 0 0 987697 43 0 0 25 0 1 0 154932645 171024384 37871 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41754 37871 77 172 0 41579 0
Current children cumulated CPU time (s) 9878.21
Current children cumulated vsize (KiB) 172376

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32302
/proc/meminfo: memFree=1347184/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=167340 CPUtime=9937.38
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 38039 0 0 0 993695 43 0 0 25 0 1 0 154932645 171356160 37946 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41835 37946 77 172 0 41660 0
Current children cumulated CPU time (s) 9938.19
Current children cumulated vsize (KiB) 172700

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32302
/proc/meminfo: memFree=1347120/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=167484 CPUtime=9997.35
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 38064 0 0 0 999692 43 0 0 25 0 1 0 154932645 171503616 37971 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41871 37971 77 172 0 41696 0
Current children cumulated CPU time (s) 9998.16
Current children cumulated vsize (KiB) 172844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32302
/proc/meminfo: memFree=1347120/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=167484 CPUtime=9999.25
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 38064 0 0 0 999882 43 0 0 25 0 1 0 154932645 171503616 37971 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41871 37971 77 172 0 41696 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 172844

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

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

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32302
/proc/meminfo: memFree=1347120/2055920 swapFree=4180872/4192956
[pid=32275] ppid=32273 vsize=5360 CPUtime=0.81
/proc/32275/stat : 32275 (glucose.sh) S 32273 32275 32177 0 -1 4194304 313 2725 0 0 0 0 79 2 16 0 1 0 154932563 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32275/statm: 1340 238 195 169 0 51 0
[pid=32278] ppid=32275 vsize=167484 CPUtime=9999.25
/proc/32278/stat : 32278 (glucose_static) R 32275 32275 32177 0 -1 4194304 38064 0 0 0 999882 43 0 0 25 0 1 0 154932645 171503616 37971 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32278/statm: 41871 37971 77 172 0 41696 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 172844

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10004.2
CPU time (s): 10000.1
CPU user time (s): 9999.61
CPU system time (s): 0.45
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 172844

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

runsolver used 8.03978 second user time and 28.3457 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-02 14:56:33
IDJOB=1774934
IDBENCH=71064
IDSOLVER=610
FILE ID=node19/1774934-1241268993
PBS_JOBID= 9224975
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=1625921989

node19.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.236
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.236
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:       1503328 kB
Buffers:         80084 kB
Cached:         376220 kB
SwapCached:       6776 kB
Active:          50692 kB
Inactive:       414456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503328 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            73412 kB
Committed_AS:   720040 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= 66492 MiB
End job on node19 at 2009-05-02 17:43:19