Trace number 1784384

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 5002.11

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g2.cnf
MD5SUM63d94048c368060530aaae24bc900bb9
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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   84314   169678 |   25294       0        0     nan |  0.000 % |
0.29/0.31	c |         0 |   82850   270971 |      --       0       --      -- |     --   | -1464/101293
0.29/0.31	c ==============================================================================
0.29/0.31	c Result  :   #vars: 1100   #clauses: 82850   #literals: 270971
0.29/0.31	c CPU time:   0.303953 s
0.29/0.31	c ==============================================================================
0.29/0.38	c
0.29/0.38	c Starting glucose
0.29/0.38	c
0.29/0.39	
0.29/0.39	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.29/0.39	
0.29/0.39	c ============================[ Problem Statistics ]=============================
0.29/0.39	c |                                                                             |
0.29/0.39	c |  Number of variables:  1100                                                 |
0.29/0.39	c |  Number of clauses:    82850                                                |
0.38/0.43	c |  Parsing time:         0.04         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-1784384-1241937125/watcher-1784384-1241937125 -o /tmp/evaluation-result-1784384-1241937125/solver-1784384-1241937125 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784384-1241937125.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 0.97 0.99 3/65 23978
/proc/meminfo: memFree=1658424/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221742308 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 236 195 169 0 51 0
[pid=23979] ppid=23978 vsize=1016 CPUtime=0
/proc/23979/stat : 23979 (SatELite_releas) R 23978 23978 23735 0 -1 4194304 133 0 0 0 0 0 0 0 19 0 1 0 221742308 1040384 117 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23979/statm: 254 118 50 174 0 77 0

[startup+0.059022 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 23978
/proc/meminfo: memFree=1658424/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221742308 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 236 195 169 0 51 0
[pid=23979] ppid=23978 vsize=6512 CPUtime=0.05
/proc/23979/stat : 23979 (SatELite_releas) R 23978 23978 23735 0 -1 4194304 1378 0 0 0 5 0 0 0 19 0 1 0 221742308 6668288 1362 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23979/statm: 1628 1362 76 174 0 1451 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11872

[startup+0.101026 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 23978
/proc/meminfo: memFree=1658424/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221742308 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 236 195 169 0 51 0
[pid=23979] ppid=23978 vsize=7980 CPUtime=0.09
/proc/23979/stat : 23979 (SatELite_releas) R 23978 23978 23735 0 -1 4194304 1738 0 0 0 9 0 0 0 19 0 1 0 221742308 8171520 1722 1992294400 134512640 135225430 4294956176 18446744073709551615 134602576 0 0 4096 3 0 0 0 17 0 0 0
/proc/23979/statm: 1995 1722 76 174 0 1818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.301047 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 23978
/proc/meminfo: memFree=1658424/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221742308 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 236 195 169 0 51 0
[pid=23979] ppid=23978 vsize=8368 CPUtime=0.29
/proc/23979/stat : 23979 (SatELite_releas) R 23978 23978 23735 0 -1 4194304 1822 0 0 0 29 0 0 0 21 0 1 0 221742308 8568832 1806 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23979/statm: 2092 1806 77 174 0 1915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13728

[startup+0.7011 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 23978
/proc/meminfo: memFree=1658424/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 5360

[startup+1.50118 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1648424/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=10536 CPUtime=1.1
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 2517 0 0 0 109 1 0 0 25 0 1 0 221742347 10788864 2503 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 2634 2503 77 172 0 2459 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15896

[startup+3.10135 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1644968/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=14332 CPUtime=2.7
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 3476 0 0 0 268 2 0 0 25 0 1 0 221742347 14675968 3462 1992294400 134512640 135217611 4294956304 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 3583 3462 77 172 0 3408 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19692

[startup+6.30169 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1642728/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=15816 CPUtime=5.89
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 3814 0 0 0 587 2 0 0 25 0 1 0 221742347 16195584 3800 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 3954 3800 77 172 0 3779 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21176

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1640104/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=17440 CPUtime=12.29
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 4249 0 0 0 1227 2 0 0 25 0 1 0 221742347 17858560 4235 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 4360 4235 77 172 0 4185 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22800

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1638120/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=19308 CPUtime=25.08
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 4677 0 0 0 2506 2 0 0 25 0 1 0 221742347 19771392 4663 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 4827 4663 77 172 0 4652 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24668

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1635752/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=21580 CPUtime=50.67
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 5257 0 0 0 5064 3 0 0 25 0 1 0 221742347 22097920 5243 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 5395 5243 77 172 0 5220 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26940

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1632808/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=24548 CPUtime=101.86
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 5957 0 0 0 10182 4 0 0 25 0 1 0 221742347 25137152 5943 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 6137 5943 77 172 0 5962 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29908

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1628392/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=29356 CPUtime=161.83
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 7161 0 0 0 16179 4 0 0 25 0 1 0 221742347 30060544 7147 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23981/statm: 7339 7147 77 172 0 7164 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 34716

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1625896/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=31504 CPUtime=221.81
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 7681 0 0 0 22176 5 0 0 25 0 1 0 221742347 32260096 7667 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 7876 7667 77 172 0 7701 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 36864

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1623272/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=34108 CPUtime=281.78
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 8329 0 0 0 28173 5 0 0 25 0 1 0 221742347 34926592 8315 1992294400 134512640 135217611 4294956304 18446744073709551615 134542155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 8527 8315 77 172 0 8352 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 39468

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 23981
/proc/meminfo: memFree=1622056/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=35564 CPUtime=341.76
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 8643 0 0 0 34170 6 0 0 25 0 1 0 221742347 36417536 8629 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 8891 8629 77 172 0 8716 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 40924

[startup+402.301 s]

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

/proc/23981/statm: 20727 20244 77 172 0 20552 0
Current children cumulated CPU time (s) 4360.5
Current children cumulated vsize (KiB) 88268

[startup+4422.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 23991
/proc/meminfo: memFree=1574504/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=82908 CPUtime=4420.1
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20258 0 0 0 441987 23 0 0 25 0 1 0 221742347 84897792 20244 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 20727 20244 77 172 0 20552 0
Current children cumulated CPU time (s) 4420.48
Current children cumulated vsize (KiB) 88268

[startup+4482.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 23991
/proc/meminfo: memFree=1574440/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=82908 CPUtime=4480.07
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20260 0 0 0 447984 23 0 0 25 0 1 0 221742347 84897792 20246 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23981/statm: 20727 20246 77 172 0 20552 0
Current children cumulated CPU time (s) 4480.45
Current children cumulated vsize (KiB) 88268

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1573992/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=83436 CPUtime=4540.04
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20382 0 0 0 453981 23 0 0 25 0 1 0 221742347 85438464 20368 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 20859 20368 77 172 0 20684 0
Current children cumulated CPU time (s) 4540.42
Current children cumulated vsize (KiB) 88796

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1573800/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=83436 CPUtime=4600.02
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20382 0 0 0 459979 23 0 0 25 0 1 0 221742347 85438464 20368 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 20859 20368 77 172 0 20684 0
Current children cumulated CPU time (s) 4600.4
Current children cumulated vsize (KiB) 88796

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1571624/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=85548 CPUtime=4660
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20924 0 0 0 465976 24 0 0 25 0 1 0 221742347 87601152 20910 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23981/statm: 21387 20910 77 172 0 21212 0
Current children cumulated CPU time (s) 4660.38
Current children cumulated vsize (KiB) 90908

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1571624/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=85548 CPUtime=4719.97
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20925 0 0 0 471973 24 0 0 25 0 1 0 221742347 87601152 20911 1992294400 134512640 135217611 4294956304 18446744073709551615 134532614 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21387 20911 77 172 0 21212 0
Current children cumulated CPU time (s) 4720.35
Current children cumulated vsize (KiB) 90908

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1571624/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=85548 CPUtime=4779.95
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 20926 0 0 0 477971 24 0 0 25 0 1 0 221742347 87601152 20912 1992294400 134512640 135217611 4294956304 18446744073709551615 134533058 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21387 20912 77 172 0 21212 0
Current children cumulated CPU time (s) 4780.33
Current children cumulated vsize (KiB) 90908

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1570664/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=86508 CPUtime=4839.92
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 21173 0 0 0 483968 24 0 0 25 0 1 0 221742347 88584192 21159 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21627 21159 77 172 0 21452 0
Current children cumulated CPU time (s) 4840.3
Current children cumulated vsize (KiB) 91868

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1570216/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=87012 CPUtime=4899.89
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 21292 0 0 0 489965 24 0 0 25 0 1 0 221742347 89100288 21278 1992294400 134512640 135217611 4294956304 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21753 21278 77 172 0 21578 0
Current children cumulated CPU time (s) 4900.27
Current children cumulated vsize (KiB) 92372

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1570088/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=87156 CPUtime=4959.87
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 21319 0 0 0 495963 24 0 0 25 0 1 0 221742347 89247744 21305 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21789 21305 77 172 0 21614 0
Current children cumulated CPU time (s) 4960.25
Current children cumulated vsize (KiB) 92516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1569832/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=87288 CPUtime=4999.65
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 21370 0 0 0 499941 24 0 0 25 0 1 0 221742347 89382912 21356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21822 21356 77 172 0 21647 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 92648

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 23991
/proc/meminfo: memFree=1569832/2055920 swapFree=4176244/4192956
[pid=23978] ppid=23976 vsize=5360 CPUtime=0.38
/proc/23978/stat : 23978 (glucose.sh) S 23976 23978 23735 0 -1 4194304 313 1827 0 0 0 0 37 1 17 0 1 0 221742308 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23978/statm: 1340 238 195 169 0 51 0
[pid=23981] ppid=23978 vsize=87288 CPUtime=4999.65
/proc/23981/stat : 23981 (glucose_static) R 23978 23978 23735 0 -1 4194304 21370 0 0 0 499941 24 0 0 25 0 1 0 221742347 89382912 21356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23981/statm: 21822 21356 77 172 0 21647 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 92648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23978 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=375942
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=12998
# CPU time returned by wait4() is 0.38894
# 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): 5002.11
CPU time (s): 5000.03
CPU user time (s): 4999.78
CPU system time (s): 0.25
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 92648

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

runsolver used 4.37134 second user time and 13.8289 second system time

The end

Launcher Data

Begin job on node81 at 2009-05-10 08:32:05
IDJOB=1784384
IDBENCH=71339
IDSOLVER=610
FILE ID=node81/1784384-1241937125
PBS_JOBID= 9264971
Free space on /tmp= 126564 MiB

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

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

MD5SUM BENCH= 63d94048c368060530aaae24bc900bb9
RANDOM SEED=1854193134

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1658904 kB
Buffers:         57052 kB
Cached:         261460 kB
SwapCached:      10676 kB
Active:         150508 kB
Inactive:       180176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658904 kB
SwapTotal:     4192956 kB
SwapFree:      4176244 kB
Dirty:            2760 kB
Writeback:           0 kB
Mapped:          13928 kB
Slab:            52100 kB
Committed_AS:   663380 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126560 MiB
End job on node81 at 2009-05-10 09:55:29