Trace number 1784420

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.05 5002.21

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |  215164   432288 |   64549       0        0     nan |  0.000 % |
1.09/1.17	c |         0 |  212446   711172 |      --       0       --      -- |     --   | -2718/278884
1.09/1.17	c ==============================================================================
1.09/1.17	c Result  :   #vars: 2030   #clauses: 212446   #literals: 711172
1.09/1.17	c CPU time:   1.14583 s
1.09/1.17	c ==============================================================================
1.29/1.38	c
1.29/1.38	c Starting glucose
1.29/1.38	c
1.29/1.38	
1.29/1.38	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.29/1.38	
1.29/1.38	c ============================[ Problem Statistics ]=============================
1.29/1.38	c |                                                                             |
1.29/1.38	c |  Number of variables:  2030                                                 |
1.29/1.38	c |  Number of clauses:    212446                                               |
1.37/1.51	c |  Parsing time:         0.12         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-1784420-1241939501/watcher-1784420-1241939501 -o /tmp/evaluation-result-1784420-1241939501/solver-1784420-1241939501 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784420-1241939501.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: 1.00 0.99 0.99 3/64 11873
/proc/meminfo: memFree=1836552/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=0
/proc/11873/stat : 11873 (glucose.sh) R 11871 11873 11801 0 -1 4194304 268 0 0 0 0 0 0 0 19 0 1 0 221977446 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11873/statm: 1340 235 194 169 0 51 0
[pid=11874] ppid=11873 vsize=876 CPUtime=0
/proc/11874/stat : 11874 (SatELite_releas) R 11873 11873 11801 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 221977447 897024 90 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/11874/statm: 252 91 50 174 0 75 0

[startup+0.061402 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 11873
/proc/meminfo: memFree=1836552/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=0
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 221977446 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11873/statm: 1340 236 195 169 0 51 0
[pid=11874] ppid=11873 vsize=7480 CPUtime=0.05
/proc/11874/stat : 11874 (SatELite_releas) R 11873 11873 11801 0 -1 4194304 1592 0 0 0 5 0 0 0 21 0 1 0 221977447 7659520 1576 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/11874/statm: 1870 1578 50 174 0 1693 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12840

[startup+0.101404 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 11873
/proc/meminfo: memFree=1836552/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=0
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 221977446 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11873/statm: 1340 236 195 169 0 51 0
[pid=11874] ppid=11873 vsize=11572 CPUtime=0.09
/proc/11874/stat : 11874 (SatELite_releas) R 11873 11873 11801 0 -1 4194304 2681 0 0 0 8 1 0 0 21 0 1 0 221977447 11849728 2665 1992294400 134512640 135225430 4294956176 18446744073709551615 134548199 0 0 4096 3 0 0 0 17 0 0 0
/proc/11874/statm: 2893 2665 51 174 0 2716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16932

[startup+0.30142 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 11873
/proc/meminfo: memFree=1836552/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=0
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 221977446 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11873/statm: 1340 236 195 169 0 51 0
[pid=11874] ppid=11873 vsize=21328 CPUtime=0.29
/proc/11874/stat : 11874 (SatELite_releas) R 11873 11873 11801 0 -1 4194304 4418 0 0 0 27 2 0 0 23 0 1 0 221977447 21839872 4402 1992294400 134512640 135225430 4294956176 18446744073709551615 134586139 0 0 4096 3 0 0 0 17 0 0 0
/proc/11874/statm: 5332 4402 77 174 0 5155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26688

[startup+0.701458 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 11873
/proc/meminfo: memFree=1836552/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=0
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 221977446 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11873/statm: 1340 236 195 169 0 51 0
[pid=11874] ppid=11873 vsize=21328 CPUtime=0.69
/proc/11874/stat : 11874 (SatELite_releas) R 11873 11873 11801 0 -1 4194304 4418 0 0 0 67 2 0 0 25 0 1 0 221977447 21839872 4402 1992294400 134512640 135225430 4294956176 18446744073709551615 134586517 0 0 4096 3 0 0 0 17 0 0 0
/proc/11874/statm: 5332 4402 77 174 0 5155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26688

[startup+1.50154 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11875
/proc/meminfo: memFree=1818744/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 5360

[startup+3.10167 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1816696/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=18924 CPUtime=1.71
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 4526 0 0 0 169 2 0 0 25 0 1 0 221977584 19378176 4512 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 4731 4512 77 172 0 4556 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24284

[startup+6.30196 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1808760/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=26016 CPUtime=4.9
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 6296 0 0 0 487 3 0 0 25 0 1 0 221977584 26640384 6282 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 6504 6282 77 172 0 6329 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31376

[startup+12.7015 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1803000/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=30996 CPUtime=11.3
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 7531 0 0 0 1126 4 0 0 25 0 1 0 221977584 31739904 7517 1992294400 134512640 135217611 4294956304 18446744073709551615 134533746 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 7749 7517 77 172 0 7574 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36356

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1801464/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=31544 CPUtime=24.09
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 7689 0 0 0 2405 4 0 0 25 0 1 0 221977584 32301056 7675 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 7886 7675 77 172 0 7711 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 36904

[startup+51.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1797752/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=35360 CPUtime=49.67
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 8598 0 0 0 4962 5 0 0 25 0 1 0 221977584 36208640 8584 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 8840 8584 77 172 0 8665 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 40720

[startup+102.307 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1793912/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=39076 CPUtime=100.86
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 9554 0 0 0 10080 6 0 0 25 0 1 0 221977584 40013824 9540 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 9769 9540 77 172 0 9594 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44436

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1792568/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=40680 CPUtime=160.83
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 9896 0 0 0 16077 6 0 0 25 0 1 0 221977584 41656320 9882 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 10170 9882 77 172 0 9995 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 46040

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1789368/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=43748 CPUtime=220.8
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 10690 0 0 0 22073 7 0 0 25 0 1 0 221977584 44797952 10676 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 10937 10676 77 172 0 10762 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 49108

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1786488/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=46680 CPUtime=280.74
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 11405 0 0 0 28066 8 0 0 25 0 1 0 221977584 47800320 11391 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 11670 11391 77 172 0 11495 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 52040

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11876
/proc/meminfo: memFree=1784632/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=48748 CPUtime=340.71
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 11916 0 0 0 34063 8 0 0 25 0 1 0 221977584 49917952 11902 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 12187 11902 77 172 0 12012 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 54108

[startup+402.302 s]

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

/proc/11876/statm: 29371 28463 77 172 0 29196 0
Current children cumulated CPU time (s) 4300.44
Current children cumulated vsize (KiB) 122844

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1717304/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=117628 CPUtime=4359.04
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 28529 0 0 0 435874 30 0 0 25 0 1 0 221977584 120451072 28515 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 29407 28515 77 172 0 29232 0
Current children cumulated CPU time (s) 4360.41
Current children cumulated vsize (KiB) 122988

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1716984/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=117908 CPUtime=4419.01
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 28594 0 0 0 441871 30 0 0 25 0 1 0 221977584 120737792 28580 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 29477 28580 77 172 0 29302 0
Current children cumulated CPU time (s) 4420.38
Current children cumulated vsize (KiB) 123268

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1714104/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=120872 CPUtime=4478.99
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 29313 0 0 0 447868 31 0 0 25 0 1 0 221977584 123772928 29299 1992294400 134512640 135217611 4294956304 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 30218 29299 77 172 0 30043 0
Current children cumulated CPU time (s) 4480.36
Current children cumulated vsize (KiB) 126232

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1714104/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=120872 CPUtime=4538.96
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 29314 0 0 0 453865 31 0 0 25 0 1 0 221977584 123772928 29300 1992294400 134512640 135217611 4294956304 18446744073709551615 134536775 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 30218 29300 77 172 0 30043 0
Current children cumulated CPU time (s) 4540.33
Current children cumulated vsize (KiB) 126232

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1713784/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=121004 CPUtime=4598.94
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 29360 0 0 0 459863 31 0 0 25 0 1 0 221977584 123908096 29346 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 30251 29346 77 172 0 30076 0
Current children cumulated CPU time (s) 4600.31
Current children cumulated vsize (KiB) 126364

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1713464/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=121700 CPUtime=4658.91
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 29476 0 0 0 465860 31 0 0 25 0 1 0 221977584 124620800 29462 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 30425 29462 77 172 0 30250 0
Current children cumulated CPU time (s) 4660.28
Current children cumulated vsize (KiB) 127060

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1711288/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=123680 CPUtime=4718.9
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 29978 0 0 0 471858 32 0 0 25 0 1 0 221977584 126648320 29964 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 30920 29964 77 172 0 30745 0
Current children cumulated CPU time (s) 4720.27
Current children cumulated vsize (KiB) 129040

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1710520/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=124376 CPUtime=4778.86
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 30171 0 0 0 477854 32 0 0 25 0 1 0 221977584 127361024 30157 1992294400 134512640 135217611 4294956304 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 31094 30157 77 172 0 30919 0
Current children cumulated CPU time (s) 4780.23
Current children cumulated vsize (KiB) 129736

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1710520/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=124376 CPUtime=4838.84
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 30173 0 0 0 483852 32 0 0 25 0 1 0 221977584 127361024 30159 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 31094 30159 77 172 0 30919 0
Current children cumulated CPU time (s) 4840.21
Current children cumulated vsize (KiB) 129736

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1710520/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=124376 CPUtime=4898.82
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 30179 0 0 0 489850 32 0 0 25 0 1 0 221977584 127361024 30165 1992294400 134512640 135217611 4294956304 18446744073709551615 134533028 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 31094 30165 77 172 0 30919 0
Current children cumulated CPU time (s) 4900.19
Current children cumulated vsize (KiB) 129736

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1709944/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=125184 CPUtime=4958.79
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 30338 0 0 0 495846 33 0 0 25 0 1 0 221977584 128188416 30324 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 31296 30324 77 172 0 31121 0
Current children cumulated CPU time (s) 4960.16
Current children cumulated vsize (KiB) 130544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11884
/proc/meminfo: memFree=1709688/2055920 swapFree=4178772/4192956
[pid=11873] ppid=11871 vsize=5360 CPUtime=1.37
/proc/11873/stat : 11873 (glucose.sh) S 11871 11873 11801 0 -1 4194304 313 4422 0 0 0 0 133 4 16 0 1 0 221977446 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11873/statm: 1340 238 195 169 0 51 0
[pid=11876] ppid=11873 vsize=125516 CPUtime=4998.68
/proc/11876/stat : 11876 (glucose_static) R 11873 11873 11801 0 -1 4194304 30408 0 0 0 499835 33 0 0 25 0 1 0 221977584 128528384 30394 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11876/statm: 31379 30394 77 172 0 31204 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 130876

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

Real time (s): 5002.21
CPU time (s): 5000.05
CPU user time (s): 4999.68
CPU system time (s): 0.37
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 130876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3338
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4735
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= 4
involuntary context switches= 6

runsolver used 4.06938 second user time and 14.1319 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-10 09:11:41
IDJOB=1784420
IDBENCH=71428
IDSOLVER=610
FILE ID=node55/1784420-1241939501
PBS_JOBID= 9265004
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=76308272

node55.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:       1837112 kB
Buffers:         51152 kB
Cached:         115460 kB
SwapCached:       8488 kB
Active:         116272 kB
Inactive:        60788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837112 kB
SwapTotal:     4192956 kB
SwapFree:      4178772 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:          15612 kB
Slab:            27928 kB
Committed_AS:   631168 kB
PageTables:       1364 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= 66280 MiB
End job on node55 at 2009-05-10 10:35:05