Trace number 1784412

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.08 5001.41

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes3.cnf
MD5SUM3e5b6d8ea2e7f58efa9d9a4dc4048be5
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.32	c |         0 |   82883   272689 |      --       0       --      -- |     --   | -1431/103011
0.29/0.32	c ==============================================================================
0.29/0.32	c Result  :   #vars: 1100   #clauses: 82883   #literals: 272689
0.29/0.32	c CPU time:   0.315951 s
0.29/0.32	c ==============================================================================
0.39/0.40	c
0.39/0.40	c Starting glucose
0.39/0.40	c
0.39/0.40	
0.39/0.40	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.40	
0.39/0.40	c ============================[ Problem Statistics ]=============================
0.39/0.40	c |                                                                             |
0.39/0.40	c |  Number of variables:  1100                                                 |
0.39/0.40	c |  Number of clauses:    82883                                                |
0.39/0.45	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-1784412-1241938390/watcher-1784412-1241938390 -o /tmp/evaluation-result-1784412-1241938390/solver-1784412-1241938390 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784412-1241938390.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 2/64 32427
/proc/meminfo: memFree=914864/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0
/proc/32427/stat : 32427 (glucose.sh) R 32425 32427 32361 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221872580 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32427/statm: 1340 235 194 169 0 51 0
[pid=32428] ppid=32427 vsize=1016 CPUtime=0
/proc/32428/stat : 32428 (SatELite_releas) R 32427 32427 32361 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 221872580 1040384 119 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32428/statm: 288 121 50 174 0 111 0

[startup+0.0884859 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32427
/proc/meminfo: memFree=914864/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221872580 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32427/statm: 1340 236 195 169 0 51 0
[pid=32428] ppid=32427 vsize=8480 CPUtime=0.08
/proc/32428/stat : 32428 (SatELite_releas) R 32427 32427 32361 0 -1 4194304 1732 0 0 0 8 0 0 0 19 0 1 0 221872580 8683520 1716 1992294400 134512640 135225430 4294956176 18446744073709551615 134602589 0 0 4096 3 0 0 0 17 0 0 0
/proc/32428/statm: 2120 1716 76 174 0 1943 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13840

[startup+0.101486 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32427
/proc/meminfo: memFree=914864/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221872580 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32427/statm: 1340 236 195 169 0 51 0
[pid=32428] ppid=32427 vsize=8616 CPUtime=0.09
/proc/32428/stat : 32428 (SatELite_releas) R 32427 32427 32361 0 -1 4194304 1739 0 0 0 9 0 0 0 19 0 1 0 221872580 8822784 1723 1992294400 134512640 135225430 4294956176 18446744073709551615 134602311 0 0 4096 3 0 0 0 17 0 0 0
/proc/32428/statm: 2154 1723 76 174 0 1977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13976

[startup+0.301498 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32427
/proc/meminfo: memFree=914864/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221872580 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32427/statm: 1340 236 195 169 0 51 0
[pid=32428] ppid=32427 vsize=9276 CPUtime=0.29
/proc/32428/stat : 32428 (SatELite_releas) R 32427 32427 32361 0 -1 4194304 1825 0 0 0 29 0 0 0 21 0 1 0 221872580 9498624 1809 1992294400 134512640 135225430 4294956176 18446744073709551615 134586060 0 0 4096 3 0 0 0 17 0 0 0
/proc/32428/statm: 2319 1809 77 174 0 2142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14636

[startup+0.701534 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 32427
/proc/meminfo: memFree=914864/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 5360

[startup+1.50158 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=905184/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=10016 CPUtime=1.09
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 2395 0 0 0 108 1 0 0 25 0 1 0 221872620 10256384 2381 1992294400 134512640 135217611 4294956304 18446744073709551615 134533768 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 2504 2381 76 172 0 2329 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15376

[startup+3.10168 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=902304/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=13256 CPUtime=2.69
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 3201 0 0 0 268 1 0 0 25 0 1 0 221872620 13574144 3187 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 3314 3187 76 172 0 3139 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18616

[startup+6.30189 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=899360/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=14444 CPUtime=5.88
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 3479 0 0 0 587 1 0 0 25 0 1 0 221872620 14790656 3465 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 3611 3465 76 172 0 3436 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19804

[startup+12.7023 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=896288/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=18196 CPUtime=12.28
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 4442 0 0 0 1226 2 0 0 25 0 1 0 221872620 18632704 4428 1992294400 134512640 135217611 4294956304 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 4549 4428 76 172 0 4374 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23556

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=892768/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=21072 CPUtime=25.07
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 5124 0 0 0 2504 3 0 0 25 0 1 0 221872620 21577728 5110 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 5268 5110 76 172 0 5093 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26432

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=891552/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=22432 CPUtime=50.67
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 5447 0 0 0 5064 3 0 0 25 0 1 0 221872620 22970368 5433 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 5608 5433 76 172 0 5433 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 27792

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=888224/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=25648 CPUtime=101.85
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 6243 0 0 0 10182 3 0 0 25 0 1 0 221872620 26263552 6229 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 6412 6229 76 172 0 6237 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31008

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=884192/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=29780 CPUtime=161.83
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 7251 0 0 0 16179 4 0 0 25 0 1 0 221872620 30494720 7237 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 7445 7237 76 172 0 7270 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 35140

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=880992/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=32948 CPUtime=221.82
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 8030 0 0 0 22177 5 0 0 25 0 1 0 221872620 33738752 8016 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 8237 8016 76 172 0 8062 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 38308

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=879648/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=34512 CPUtime=281.81
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 8394 0 0 0 28176 5 0 0 25 0 1 0 221872620 35340288 8380 1992294400 134512640 135217611 4294956304 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 8628 8380 76 172 0 8453 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 39872

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32430
/proc/meminfo: memFree=877728/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=36508 CPUtime=341.79
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 8861 0 0 0 34174 5 0 0 25 0 1 0 221872620 37384192 8847 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 9127 8847 76 172 0 8952 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 41868

[startup+402.301 s]

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

/proc/32430/statm: 22305 21769 76 172 0 22130 0
Current children cumulated CPU time (s) 4301.15
Current children cumulated vsize (KiB) 94580

[startup+4362.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/66 32444
/proc/meminfo: memFree=825184/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=89484 CPUtime=4360.75
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 21870 0 0 0 436049 26 0 0 25 0 1 0 221872620 91631616 21856 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22371 21856 76 172 0 22196 0
Current children cumulated CPU time (s) 4361.14
Current children cumulated vsize (KiB) 94844

[startup+4422.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 32444
/proc/meminfo: memFree=825056/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=89664 CPUtime=4420.73
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 21894 0 0 0 442047 26 0 0 25 0 1 0 221872620 91815936 21880 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22416 21880 76 172 0 22241 0
Current children cumulated CPU time (s) 4421.12
Current children cumulated vsize (KiB) 95024

[startup+4482.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 32444
/proc/meminfo: memFree=823840/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=90852 CPUtime=4480.71
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22214 0 0 0 448045 26 0 0 25 0 1 0 221872620 93032448 22200 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22713 22200 76 172 0 22538 0
Current children cumulated CPU time (s) 4481.1
Current children cumulated vsize (KiB) 96212

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 32444
/proc/meminfo: memFree=823648/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=91140 CPUtime=4540.69
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22266 0 0 0 454043 26 0 0 25 0 1 0 221872620 93327360 22252 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22785 22252 76 172 0 22610 0
Current children cumulated CPU time (s) 4541.08
Current children cumulated vsize (KiB) 96500

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 32444
/proc/meminfo: memFree=823520/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=91140 CPUtime=4600.68
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22267 0 0 0 460042 26 0 0 25 0 1 0 221872620 93327360 22253 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22785 22253 76 172 0 22610 0
Current children cumulated CPU time (s) 4601.07
Current children cumulated vsize (KiB) 96500

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 32444
/proc/meminfo: memFree=823392/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=91284 CPUtime=4660.67
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22302 0 0 0 466040 27 0 0 25 0 1 0 221872620 93474816 22288 1992294400 134512640 135217611 4294956304 18446744073709551615 134527763 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22821 22288 76 172 0 22646 0
Current children cumulated CPU time (s) 4661.06
Current children cumulated vsize (KiB) 96644

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=823392/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=91284 CPUtime=4720.66
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22302 0 0 0 472039 27 0 0 25 0 1 0 221872620 93474816 22288 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 22821 22288 76 172 0 22646 0
Current children cumulated CPU time (s) 4721.05
Current children cumulated vsize (KiB) 96644

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=822624/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=92076 CPUtime=4780.64
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22500 0 0 0 478037 27 0 0 25 0 1 0 221872620 94285824 22486 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 23019 22486 76 172 0 22844 0
Current children cumulated CPU time (s) 4781.03
Current children cumulated vsize (KiB) 97436

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=822560/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=92208 CPUtime=4840.62
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22524 0 0 0 484035 27 0 0 25 0 1 0 221872620 94420992 22510 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 23052 22510 76 172 0 22877 0
Current children cumulated CPU time (s) 4841.01
Current children cumulated vsize (KiB) 97568

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=822560/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=92208 CPUtime=4900.6
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22524 0 0 0 490033 27 0 0 25 0 1 0 221872620 94420992 22510 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 23052 22510 76 172 0 22877 0
Current children cumulated CPU time (s) 4900.99
Current children cumulated vsize (KiB) 97568

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=820768/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=93936 CPUtime=4960.59
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22973 0 0 0 496031 28 0 0 25 0 1 0 221872620 96190464 22959 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 23484 22959 76 172 0 23309 0
Current children cumulated CPU time (s) 4960.98
Current children cumulated vsize (KiB) 99296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=820768/2055920 swapFree=4181272/4192956
[pid=32427] ppid=32425 vsize=5360 CPUtime=0.39
/proc/32427/stat : 32427 (glucose.sh) S 32425 32427 32361 0 -1 4194304 313 1830 0 0 0 0 38 1 16 0 1 0 221872580 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32427/statm: 1340 238 195 169 0 51 0
[pid=32430] ppid=32427 vsize=93936 CPUtime=4999.69
/proc/32430/stat : 32430 (glucose_static) R 32427 32427 32361 0 -1 4194304 22973 0 0 0 499941 28 0 0 25 0 1 0 221872620 96190464 22959 1992294400 134512640 135217611 4294956304 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32430/statm: 23484 22959 76 172 0 23309 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 99296

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

Real time (s): 5001.41
CPU time (s): 5000.08
CPU user time (s): 4999.79
CPU system time (s): 0.29
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 99296

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

runsolver used 3.83142 second user time and 14.3638 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-10 08:53:10
IDJOB=1784412
IDBENCH=71410
IDSOLVER=610
FILE ID=node22/1784412-1241938390
PBS_JOBID= 9265010
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 3e5b6d8ea2e7f58efa9d9a4dc4048be5
RANDOM SEED=905765758

node22.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.232
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.232
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:        915408 kB
Buffers:         66672 kB
Cached:         979556 kB
SwapCached:       5528 kB
Active:         304908 kB
Inactive:       749684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        915408 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            72076 kB
Committed_AS:   813052 kB
PageTables:       1368 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= 66364 MiB
End job on node22 at 2009-05-10 10:16:34