Trace number 1784468

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) 5000.03 5001.41

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
Bench CategoryCRAFTED (crafted 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 variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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 |  133795   269030 |   40138       0        0     nan |  0.000 % |
0.00/0.63	c |         0 |  132235   444200 |      --       0       --      -- |     --   | -1560/175170
0.00/0.63	c ==============================================================================
0.00/0.63	c Result  :   #vars: 1500   #clauses: 132235   #literals: 444200
0.00/0.63	c CPU time:   0.612906 s
0.00/0.63	c ==============================================================================
0.00/0.76	c
0.00/0.76	c Starting glucose
0.00/0.76	c
0.00/0.76	
0.00/0.76	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.76	
0.00/0.76	c ============================[ Problem Statistics ]=============================
0.00/0.76	c |                                                                             |
0.00/0.76	c |  Number of variables:  1500                                                 |
0.00/0.76	c |  Number of clauses:    132235                                               |
0.74/0.84	c |  Parsing time:         0.07         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-1784468-1241946470/watcher-1784468-1241946470 -o /tmp/evaluation-result-1784468-1241946470/solver-1784468-1241946470 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784468-1241946470.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.91 0.98 0.99 3/64 31232
/proc/meminfo: memFree=1456944/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5356 CPUtime=0
/proc/31232/stat : 31232 (glucose.sh) R 31230 31232 31195 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 222680694 5484544 202 1992294400 4194304 4889804 548682068832 18446744073709551615 4570272 0 0 4100 65536 0 0 0 17 1 0 0
/proc/31232/statm: 1339 204 168 169 0 50 0

[startup+0.079094 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 31232
/proc/meminfo: memFree=1456944/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222680694 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31232/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102095 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 31232
/proc/meminfo: memFree=1456944/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222680694 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31232/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301114 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 31232
/proc/meminfo: memFree=1456944/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222680694 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31232/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701166 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 31232
/proc/meminfo: memFree=1456944/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222680694 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31232/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50225 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1445016/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=11628 CPUtime=0.73
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 2787 0 0 0 72 1 0 0 23 0 1 0 222680771 11907072 2773 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 2907 2773 75 172 0 2732 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16988

[startup+3.10144 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1441560/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=15204 CPUtime=2.32
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 3691 0 0 0 231 1 0 0 25 0 1 0 222680771 15568896 3677 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 3801 3677 75 172 0 3626 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 20564

[startup+6.30181 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1435480/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=20784 CPUtime=5.53
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 5059 0 0 0 550 3 0 0 25 0 1 0 222680771 21282816 5045 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 5196 5045 75 172 0 5021 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26144

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1430304/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=25448 CPUtime=11.93
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 6223 0 0 0 1189 4 0 0 25 0 1 0 222680771 26058752 6209 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 6362 6209 75 172 0 6187 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30808

[startup+25.5011 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1423776/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=30876 CPUtime=24.72
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 7614 0 0 0 2467 5 0 0 25 0 1 0 222680771 31617024 7600 1992294400 134512640 135217611 4294956304 18446744073709551615 134532976 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 7719 7600 75 172 0 7544 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 36236

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1421472/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=33444 CPUtime=50.31
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 8209 0 0 0 5025 6 0 0 25 0 1 0 222680771 34246656 8195 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 8361 8195 77 172 0 8186 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 38804

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1420064/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=34952 CPUtime=101.5
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 8575 0 0 0 10144 6 0 0 25 0 1 0 222680771 35790848 8561 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 8738 8561 77 172 0 8563 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 40312

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1418400/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=36756 CPUtime=161.48
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 8989 0 0 0 16141 7 0 0 25 0 1 0 222680771 37638144 8975 1992294400 134512640 135217611 4294956304 18446744073709551615 134533084 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 9189 8975 77 172 0 9014 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 42116

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1416032/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=39184 CPUtime=221.47
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 9564 0 0 0 22139 8 0 0 25 0 1 0 222680771 40124416 9550 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 9796 9550 77 172 0 9621 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 44544

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1412320/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=42920 CPUtime=281.45
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 10498 0 0 0 28135 10 0 0 25 0 1 0 222680771 43950080 10484 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 10730 10484 77 172 0 10555 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 48280

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1412000/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=43184 CPUtime=341.44
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 10576 0 0 0 34134 10 0 0 25 0 1 0 222680771 44220416 10562 1992294400 134512640 135217611 4294956304 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 10796 10562 77 172 0 10621 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 48544

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31235
/proc/meminfo: memFree=1410400/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=44884 CPUtime=401.41
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 10984 0 0 0 40131 10 0 0 25 0 1 0 222680771 45961216 10970 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 11221 10970 77 172 0 11046 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 50244

[startup+462.301 s]

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

/proc/31235/statm: 28696 27703 77 172 0 28521 0
Current children cumulated CPU time (s) 4301.11
Current children cumulated vsize (KiB) 120144

[startup+4362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1341152/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=116376 CPUtime=4360.35
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 28121 0 0 0 435993 42 0 0 25 0 1 0 222680771 119169024 28107 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 29094 28107 77 172 0 28919 0
Current children cumulated CPU time (s) 4361.09
Current children cumulated vsize (KiB) 121736

[startup+4422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1340832/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=116508 CPUtime=4420.33
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 28150 0 0 0 441991 42 0 0 25 0 1 0 222680771 119304192 28136 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 29127 28136 77 172 0 28952 0
Current children cumulated CPU time (s) 4421.07
Current children cumulated vsize (KiB) 121868

[startup+4482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1338144/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=119252 CPUtime=4480.32
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 28812 0 0 0 447988 44 0 0 25 0 1 0 222680771 122114048 28798 1992294400 134512640 135217611 4294956304 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 29813 28798 77 172 0 29638 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 124612

[startup+4542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1337952/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=119540 CPUtime=4540.3
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 28869 0 0 0 453986 44 0 0 25 0 1 0 222680771 122408960 28855 1992294400 134512640 135217611 4294956304 18446744073709551615 134532739 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 29885 28855 77 172 0 29710 0
Current children cumulated CPU time (s) 4541.04
Current children cumulated vsize (KiB) 124900

[startup+4602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1337632/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=119864 CPUtime=4600.29
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 28952 0 0 0 459985 44 0 0 25 0 1 0 222680771 122740736 28938 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 29966 28938 77 172 0 29791 0
Current children cumulated CPU time (s) 4601.03
Current children cumulated vsize (KiB) 125224

[startup+4662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1337312/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=120080 CPUtime=4660.27
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29001 0 0 0 465983 44 0 0 25 0 1 0 222680771 122961920 28987 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30020 28987 77 172 0 29845 0
Current children cumulated CPU time (s) 4661.01
Current children cumulated vsize (KiB) 125440

[startup+4722.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1337312/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=120080 CPUtime=4720.26
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29004 0 0 0 471981 45 0 0 25 0 1 0 222680771 122961920 28990 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30020 28990 77 172 0 29845 0
Current children cumulated CPU time (s) 4721
Current children cumulated vsize (KiB) 125440

[startup+4782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1337184/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=120224 CPUtime=4780.24
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29035 0 0 0 477979 45 0 0 25 0 1 0 222680771 123109376 29021 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30056 29021 77 172 0 29881 0
Current children cumulated CPU time (s) 4780.98
Current children cumulated vsize (KiB) 125584

[startup+4842.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1337184/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=120224 CPUtime=4840.22
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29038 0 0 0 483977 45 0 0 25 0 1 0 222680771 123109376 29024 1992294400 134512640 135217611 4294956304 18446744073709551615 134533752 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30056 29024 77 172 0 29881 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 125584

[startup+4902.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1335008/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=122508 CPUtime=4900.21
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29575 0 0 0 489975 46 0 0 25 0 1 0 222680771 125448192 29561 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30627 29561 77 172 0 30452 0
Current children cumulated CPU time (s) 4900.95
Current children cumulated vsize (KiB) 127868

[startup+4962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1334816/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=122724 CPUtime=4960.19
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29625 0 0 0 495973 46 0 0 25 0 1 0 222680771 125669376 29611 1992294400 134512640 135217611 4294956304 18446744073709551615 134534001 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30681 29611 77 172 0 30506 0
Current children cumulated CPU time (s) 4960.93
Current children cumulated vsize (KiB) 128084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31243
/proc/meminfo: memFree=1334688/2055920 swapFree=4182092/4192956
[pid=31232] ppid=31230 vsize=5360 CPUtime=0.74
/proc/31232/stat : 31232 (glucose.sh) S 31230 31232 31195 0 -1 4194304 313 2855 0 0 0 0 72 2 16 0 1 0 222680694 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31232/statm: 1340 238 195 169 0 51 0
[pid=31235] ppid=31232 vsize=122832 CPUtime=4999.29
/proc/31235/stat : 31235 (glucose_static) R 31232 31232 31195 0 -1 4194304 29656 0 0 0 499883 46 0 0 25 0 1 0 222680771 125779968 29642 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31235/statm: 30708 29642 77 172 0 30533 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 128192

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

Real time (s): 5001.41
CPU time (s): 5000.03
CPU user time (s): 4999.55
CPU system time (s): 0.48
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 128192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.731888
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 12

runsolver used 5.61315 second user time and 12.3281 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-10 11:07:50
IDJOB=1784468
IDBENCH=71586
IDSOLVER=610
FILE ID=node11/1784468-1241946470
PBS_JOBID= 9265064
Free space on /tmp= 66232 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes9.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784468-1241946470/watcher-1784468-1241946470 -o /tmp/evaluation-result-1784468-1241946470/solver-1784468-1241946470 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784468-1241946470.cnf

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=1441506104

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:       1457424 kB
Buffers:         57260 kB
Cached:         463060 kB
SwapCached:       4708 kB
Active:         111068 kB
Inactive:       417072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457424 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            3288 kB
Writeback:           0 kB
Mapped:          14324 kB
Slab:            56320 kB
Committed_AS:   738304 kB
PageTables:       1448 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= 66228 MiB
End job on node11 at 2009-05-10 12:31:14