Trace number 1784464

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.02 5001.72

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes1.cnf
MD5SUM424de5d4f0392bf458f49384a643429b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark681.698
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   43649    87978 |   13094       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |   42889   140074 |      --       0       --      -- |     --   | -760/52096
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 720   #clauses: 42889   #literals: 140074
0.09/0.13	c CPU time:   0.12598 s
0.09/0.13	c ==============================================================================
0.09/0.17	c
0.09/0.17	c Starting glucose
0.09/0.17	c
0.09/0.17	
0.09/0.17	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.17	
0.09/0.17	c ============================[ Problem Statistics ]=============================
0.09/0.17	c |                                                                             |
0.09/0.17	c |  Number of variables:  720                                                  |
0.09/0.17	c |  Number of clauses:    42889                                                |
0.16/0.20	c |  Parsing time:         0.02         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-1784464-1241946259/watcher-1784464-1241946259 -o /tmp/evaluation-result-1784464-1241946259/solver-1784464-1241946259 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784464-1241946259.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.99 1.00 1.00 3/64 27494
/proc/meminfo: memFree=1791152/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222659628 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 236 195 169 0 51 0
[pid=27495] ppid=27494 vsize=1164 CPUtime=0
/proc/27495/stat : 27495 (SatELite_releas) R 27494 27494 27380 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 222659628 1191936 128 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27495/statm: 291 128 50 174 0 114 0

[startup+0.0107349 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 27494
/proc/meminfo: memFree=1791152/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222659628 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 236 195 169 0 51 0
[pid=27495] ppid=27494 vsize=1808 CPUtime=0
/proc/27495/stat : 27495 (SatELite_releas) R 27494 27494 27380 0 -1 4194304 292 0 0 0 0 0 0 0 19 0 1 0 222659628 1851392 276 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27495/statm: 452 276 50 174 0 275 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7168

[startup+0.101744 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 27494
/proc/meminfo: memFree=1791152/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222659628 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 236 195 169 0 51 0
[pid=27495] ppid=27494 vsize=4992 CPUtime=0.09
/proc/27495/stat : 27495 (SatELite_releas) R 27494 27494 27380 0 -1 4194304 1045 0 0 0 9 0 0 0 19 0 1 0 222659628 5111808 1017 1992294400 134512640 135225430 4294956176 18446744073709551615 134586204 0 0 4096 3 0 0 0 17 0 0 0
/proc/27495/statm: 1248 1017 77 174 0 1071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10352

[startup+0.301773 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 27494
/proc/meminfo: memFree=1791152/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5360

[startup+0.701819 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 27494
/proc/meminfo: memFree=1791152/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5360

[startup+1.5019 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1784224/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=7116 CPUtime=1.31
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 1567 0 0 0 131 0 0 0 25 0 1 0 222659645 7286784 1553 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 1779 1553 76 172 0 1604 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12476

[startup+3.10108 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1783456/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=8568 CPUtime=2.91
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 1949 0 0 0 290 1 0 0 25 0 1 0 222659645 8773632 1935 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 2142 1935 76 172 0 1967 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13928

[startup+6.30143 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1781728/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=9424 CPUtime=6.11
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 2133 0 0 0 610 1 0 0 25 0 1 0 222659645 9650176 2119 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 2356 2119 76 172 0 2181 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14784

[startup+12.7011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1780064/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=11020 CPUtime=12.5
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 2551 0 0 0 1249 1 0 0 25 0 1 0 222659645 11284480 2537 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 2755 2537 76 172 0 2580 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16380

[startup+25.5016 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1776928/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=14104 CPUtime=25.3
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 3327 0 0 0 2529 1 0 0 25 0 1 0 222659645 14442496 3313 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 3526 3313 76 172 0 3351 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19464

[startup+51.1015 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1774432/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=16744 CPUtime=50.9
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 3955 0 0 0 5088 2 0 0 25 0 1 0 222659645 17145856 3941 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 4186 3941 76 172 0 4011 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22104

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1769632/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=21616 CPUtime=102.07
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 5128 0 0 0 10205 2 0 0 25 0 1 0 222659645 22134784 5114 1992294400 134512640 135217611 4294956304 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 5404 5114 76 172 0 5229 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 26976

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1766176/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=25160 CPUtime=162.04
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 5995 0 0 0 16201 3 0 0 25 0 1 0 222659645 25763840 5981 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 6290 5981 76 172 0 6115 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 30520

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1762976/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=28284 CPUtime=222.02
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 6783 0 0 0 22198 4 0 0 25 0 1 0 222659645 28962816 6769 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 7071 6769 76 172 0 6896 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 33644

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1761120/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=30404 CPUtime=282
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 7240 0 0 0 28195 5 0 0 25 0 1 0 222659645 31133696 7226 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 7601 7226 76 172 0 7426 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 35764

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1759200/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=32360 CPUtime=341.98
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 7716 0 0 0 34193 5 0 0 25 0 1 0 222659645 33136640 7702 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 8090 7702 76 172 0 7915 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 37720

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27497
/proc/meminfo: memFree=1755616/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16

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

/proc/27497/statm: 19840 19099 76 172 0 19665 0
Current children cumulated CPU time (s) 4360.79
Current children cumulated vsize (KiB) 84720

[startup+4422.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1712416/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=79492 CPUtime=4420.61
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19166 0 0 0 442042 19 0 0 25 0 1 0 222659645 81399808 19152 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 19873 19152 76 172 0 19698 0
Current children cumulated CPU time (s) 4420.77
Current children cumulated vsize (KiB) 84852

[startup+4482.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1710944/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=81032 CPUtime=4480.59
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19533 0 0 0 448040 19 0 0 25 0 1 0 222659645 82976768 19519 1992294400 134512640 135217611 4294956304 18446744073709551615 134533051 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20258 19519 76 172 0 20083 0
Current children cumulated CPU time (s) 4480.75
Current children cumulated vsize (KiB) 86392

[startup+4542.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1710880/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=81032 CPUtime=4540.57
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19536 0 0 0 454038 19 0 0 25 0 1 0 222659645 82976768 19522 1992294400 134512640 135217611 4294956304 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20258 19522 76 172 0 20083 0
Current children cumulated CPU time (s) 4540.73
Current children cumulated vsize (KiB) 86392

[startup+4602.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1710880/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=81032 CPUtime=4600.56
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19540 0 0 0 460037 19 0 0 25 0 1 0 222659645 82976768 19526 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20258 19526 76 172 0 20083 0
Current children cumulated CPU time (s) 4600.72
Current children cumulated vsize (KiB) 86392

[startup+4662.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1710432/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=81564 CPUtime=4660.54
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19642 0 0 0 466035 19 0 0 25 0 1 0 222659645 83521536 19628 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20391 19628 76 172 0 20216 0
Current children cumulated CPU time (s) 4660.7
Current children cumulated vsize (KiB) 86924

[startup+4722.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1710176/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=81912 CPUtime=4720.53
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19716 0 0 0 472034 19 0 0 25 0 1 0 222659645 83877888 19702 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20478 19702 76 172 0 20303 0
Current children cumulated CPU time (s) 4720.69
Current children cumulated vsize (KiB) 87272

[startup+4782.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1710112/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=81912 CPUtime=4780.51
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19743 0 0 0 478032 19 0 0 25 0 1 0 222659645 83877888 19729 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20478 19729 76 172 0 20303 0
Current children cumulated CPU time (s) 4780.67
Current children cumulated vsize (KiB) 87272

[startup+4842.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1709664/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=82360 CPUtime=4840.5
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19843 0 0 0 484030 20 0 0 25 0 1 0 222659645 84336640 19829 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20590 19829 76 172 0 20415 0
Current children cumulated CPU time (s) 4840.66
Current children cumulated vsize (KiB) 87720

[startup+4902.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1709344/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=82684 CPUtime=4900.48
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19918 0 0 0 490028 20 0 0 25 0 1 0 222659645 84668416 19904 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20671 19904 76 172 0 20496 0
Current children cumulated CPU time (s) 4900.64
Current children cumulated vsize (KiB) 88044

[startup+4962.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1709152/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=83008 CPUtime=4960.46
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 19978 0 0 0 496026 20 0 0 25 0 1 0 222659645 85000192 19964 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20752 19964 76 172 0 20577 0
Current children cumulated CPU time (s) 4960.62
Current children cumulated vsize (KiB) 88368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1708896/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=83208 CPUtime=4999.86
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 20044 0 0 0 499966 20 0 0 25 0 1 0 222659645 85204992 20030 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20802 20030 76 172 0 20627 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 88568

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

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

[startup+5001.71 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 27504
/proc/meminfo: memFree=1708896/2055920 swapFree=4176796/4192956
[pid=27494] ppid=27492 vsize=5360 CPUtime=0.16
/proc/27494/stat : 27494 (glucose.sh) S 27492 27494 27380 0 -1 4194304 313 1050 0 0 0 0 16 0 17 0 1 0 222659628 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27494/statm: 1340 238 195 169 0 51 0
[pid=27497] ppid=27494 vsize=83208 CPUtime=4999.86
/proc/27497/stat : 27497 (glucose_static) R 27494 27494 27380 0 -1 4194304 20044 0 0 0 499966 20 0 0 25 0 1 0 222659645 85204992 20030 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27497/statm: 20802 20030 76 172 0 20627 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 88568

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.72
CPU time (s): 5000.02
CPU user time (s): 4999.82
CPU system time (s): 0.2
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 88568

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

runsolver used 3.9074 second user time and 14.2908 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-10 11:04:19
IDJOB=1784464
IDBENCH=71569
IDSOLVER=610
FILE ID=node9/1784464-1241946259
PBS_JOBID= 9265000
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 424de5d4f0392bf458f49384a643429b
RANDOM SEED=331215424

node9.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.240
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.240
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:       1791696 kB
Buffers:         50804 kB
Cached:         157696 kB
SwapCached:      11004 kB
Active:          90404 kB
Inactive:       131124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791696 kB
SwapTotal:     4192956 kB
SwapFree:      4176796 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            28828 kB
Committed_AS:   709540 kB
PageTables:       1388 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= 66420 MiB
End job on node9 at 2009-05-10 12:27:43