Trace number 1783732

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.06 5001.51

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
MD5SUM4176ac9a36a2f88072132072fe2be571
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 variables1015
Number of clauses31500
Sum of the clauses size63945
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231465
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   31500    63945 |    9449       0        0     nan |  0.000 % |
0.08/0.15	c |         0 |   30485    93100 |      --       0       --      -- |     --   | -1015/29155
0.08/0.15	c ==============================================================================
0.08/0.15	c Result  :   #vars: 980   #clauses: 30485   #literals: 93100
0.08/0.15	c CPU time:   0.142978 s
0.08/0.15	c ==============================================================================
0.08/0.18	c
0.08/0.18	c Starting glucose
0.08/0.18	c
0.08/0.18	
0.08/0.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.08/0.18	
0.08/0.18	c ============================[ Problem Statistics ]=============================
0.08/0.18	c |                                                                             |
0.08/0.18	c |  Number of variables:  980                                                  |
0.08/0.18	c |  Number of clauses:    30485                                                |
0.17/0.20	c |  Parsing time:         0.02         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783732-1241877286/watcher-1783732-1241877286 -o /tmp/evaluation-result-1783732-1241877286/solver-1783732-1241877286 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783732-1241877286.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.85 0.97 0.98 3/65 8585
/proc/meminfo: memFree=1849288/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0
/proc/8585/stat : 8585 (glucose.sh) R 8583 8585 8548 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 215757654 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/8585/statm: 1340 235 194 169 0 51 0
[pid=8586] ppid=8585 vsize=1012 CPUtime=0
/proc/8586/stat : 8586 (SatELite_releas) R 8585 8585 8548 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 215757654 1036288 97 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/8586/statm: 253 100 50 174 0 76 0

[startup+0.0565381 s]
/proc/loadavg: 0.85 0.97 0.98 3/65 8585
/proc/meminfo: memFree=1849288/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215757654 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8585/statm: 1340 236 195 169 0 51 0
[pid=8586] ppid=8585 vsize=3772 CPUtime=0.04
/proc/8586/stat : 8586 (SatELite_releas) R 8585 8585 8548 0 -1 4194304 772 0 0 0 4 0 0 0 19 0 1 0 215757654 3862528 756 1992294400 134512640 135225430 4294956176 18446744073709551615 134586176 0 0 4096 3 0 0 0 17 1 0 0
/proc/8586/statm: 943 756 77 174 0 766 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9132

[startup+0.101542 s]
/proc/loadavg: 0.85 0.97 0.98 3/65 8585
/proc/meminfo: memFree=1849288/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215757654 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8585/statm: 1340 236 195 169 0 51 0
[pid=8586] ppid=8585 vsize=3772 CPUtime=0.08
/proc/8586/stat : 8586 (SatELite_releas) R 8585 8585 8548 0 -1 4194304 772 0 0 0 8 0 0 0 19 0 1 0 215757654 3862528 756 1992294400 134512640 135225430 4294956176 18446744073709551615 134586731 0 0 4096 3 0 0 0 17 1 0 0
/proc/8586/statm: 943 756 77 174 0 766 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9132

[startup+0.301567 s]
/proc/loadavg: 0.85 0.97 0.98 3/65 8585
/proc/meminfo: memFree=1849288/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5360

[startup+0.70161 s]
/proc/loadavg: 0.85 0.97 0.98 3/65 8585
/proc/meminfo: memFree=1849288/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5360

[startup+1.50169 s]
/proc/loadavg: 0.86 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1843384/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=6756 CPUtime=1.3
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 1446 0 0 0 130 0 0 0 25 0 1 0 215757672 6918144 1432 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 1689 1432 75 172 0 1514 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12116

[startup+3.10185 s]
/proc/loadavg: 0.86 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1841784/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=9132 CPUtime=2.9
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 2021 0 0 0 290 0 0 0 25 0 1 0 215757672 9351168 2007 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 2283 2007 75 172 0 2108 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14492

[startup+6.3022 s]
/proc/loadavg: 0.87 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1838968/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=12000 CPUtime=6.1
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 2733 0 0 0 609 1 0 0 25 0 1 0 215757672 12288000 2719 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 3000 2719 75 172 0 2825 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17360

[startup+12.7018 s]
/proc/loadavg: 0.88 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1835192/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=14404 CPUtime=12.5
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 3338 0 0 0 1249 1 0 0 25 0 1 0 215757672 14749696 3324 1992294400 134512640 135217611 4294956304 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 3601 3324 75 172 0 3426 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19764

[startup+25.5012 s]
/proc/loadavg: 0.91 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1831232/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=18424 CPUtime=25.3
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 4338 0 0 0 2528 2 0 0 25 0 1 0 215757672 18866176 4324 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 4606 4324 75 172 0 4431 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23784

[startup+51.1018 s]
/proc/loadavg: 0.94 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1826688/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=23968 CPUtime=50.88
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 5705 0 0 0 5086 2 0 0 25 0 1 0 215757672 24543232 5691 1992294400 134512640 135217611 4294956304 18446744073709551615 134522684 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 5992 5691 75 172 0 5817 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 29328

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1819456/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=30420 CPUtime=102.08
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 7285 0 0 0 10204 4 0 0 25 0 1 0 215757672 31150080 7271 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 7605 7271 75 172 0 7430 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35780

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1812608/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=37396 CPUtime=162.06
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 8982 0 0 0 16201 5 0 0 25 0 1 0 215757672 38293504 8968 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 9349 8968 75 172 0 9174 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42756

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1808576/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=41716 CPUtime=222.04
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 9998 0 0 0 22198 6 0 0 25 0 1 0 215757672 42717184 9984 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 10429 9984 75 172 0 10254 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 47076

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1804544/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=45780 CPUtime=282.02
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 11011 0 0 0 28196 6 0 0 25 0 1 0 215757672 46878720 10997 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 11445 10997 75 172 0 11270 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 51140

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 8588
/proc/meminfo: memFree=1800256/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=49988 CPUtime=342.01
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 12065 0 0 0 34194 7 0 0 25 0 1 0 215757672 51187712 12051 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 12497 12051 75 172 0 12322 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 55348

[startup+402.301 s]
/proc/loadavg: 1.05 0.99 0.98 2/67 8594
/proc/meminfo: memFree=1798336/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17

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

/proc/8588/statm: 48256 46319 77 172 0 48081 0
Current children cumulated CPU time (s) 4361.03
Current children cumulated vsize (KiB) 198384

[startup+4422.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1661376/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=193240 CPUtime=4420.84
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 46373 0 0 0 442042 42 0 0 25 0 1 0 215757672 197877760 46359 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 48310 46359 77 172 0 48135 0
Current children cumulated CPU time (s) 4421.01
Current children cumulated vsize (KiB) 198600

[startup+4482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1660736/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=193888 CPUtime=4480.82
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 46516 0 0 0 448040 42 0 0 25 0 1 0 215757672 198541312 46502 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 48472 46502 77 172 0 48297 0
Current children cumulated CPU time (s) 4480.99
Current children cumulated vsize (KiB) 199248

[startup+4542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1660736/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=193888 CPUtime=4540.81
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 46520 0 0 0 454038 43 0 0 25 0 1 0 215757672 198541312 46506 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 48472 46506 77 172 0 48297 0
Current children cumulated CPU time (s) 4540.98
Current children cumulated vsize (KiB) 199248

[startup+4602.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1657856/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=196780 CPUtime=4600.8
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 47224 0 0 0 460037 43 0 0 25 0 1 0 215757672 201502720 47210 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 49195 47210 77 172 0 49020 0
Current children cumulated CPU time (s) 4600.97
Current children cumulated vsize (KiB) 202140

[startup+4662.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1657856/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=196780 CPUtime=4660.77
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 47224 0 0 0 466034 43 0 0 25 0 1 0 215757672 201502720 47210 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 49195 47210 77 172 0 49020 0
Current children cumulated CPU time (s) 4660.94
Current children cumulated vsize (KiB) 202140

[startup+4722.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1655872/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=198892 CPUtime=4720.76
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 47723 0 0 0 472032 44 0 0 25 0 1 0 215757672 203665408 47709 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 49723 47709 77 172 0 49548 0
Current children cumulated CPU time (s) 4720.93
Current children cumulated vsize (KiB) 204252

[startup+4782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1654528/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=200080 CPUtime=4780.74
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 48051 0 0 0 478030 44 0 0 25 0 1 0 215757672 204881920 48037 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 50020 48037 77 172 0 49845 0
Current children cumulated CPU time (s) 4780.91
Current children cumulated vsize (KiB) 205440

[startup+4842.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1652352/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=202580 CPUtime=4840.73
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 48617 0 0 0 484028 45 0 0 25 0 1 0 215757672 207441920 48603 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 50645 48603 77 172 0 50470 0
Current children cumulated CPU time (s) 4840.9
Current children cumulated vsize (KiB) 207940

[startup+4902.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1649024/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=205548 CPUtime=4900.7
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 49392 0 0 0 490025 45 0 0 25 0 1 0 215757672 210481152 49378 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 51387 49378 77 172 0 51212 0
Current children cumulated CPU time (s) 4900.87
Current children cumulated vsize (KiB) 210908

[startup+4962.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/67 8602
/proc/meminfo: memFree=1649024/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=205384 CPUtime=4960.69
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 49394 0 0 0 496023 46 0 0 25 0 1 0 215757672 210313216 49341 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 51346 49341 77 172 0 51171 0
Current children cumulated CPU time (s) 4960.86
Current children cumulated vsize (KiB) 210744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.06 1.00 0.99 2/67 8602
/proc/meminfo: memFree=1649024/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=205384 CPUtime=4999.89
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 49397 0 0 0 499943 46 0 0 25 0 1 0 215757672 210313216 49344 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 51346 49344 77 172 0 51171 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 210744

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

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

[startup+5001.5 s]
/proc/loadavg: 1.06 1.00 0.99 2/67 8602
/proc/meminfo: memFree=1649024/2055912 swapFree=4126760/4192956
[pid=8585] ppid=8583 vsize=5360 CPUtime=0.17
/proc/8585/stat : 8585 (glucose.sh) S 8583 8585 8548 0 -1 4194304 313 777 0 0 0 0 17 0 16 0 1 0 215757654 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8585/statm: 1340 238 195 169 0 51 0
[pid=8588] ppid=8585 vsize=205384 CPUtime=4999.89
/proc/8588/stat : 8588 (glucose_static) R 8585 8585 8548 0 -1 4194304 49397 0 0 0 499943 46 0 0 25 0 1 0 215757672 210313216 49344 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/8588/statm: 51346 49344 77 172 0 51171 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 210744

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.51
CPU time (s): 5000.06
CPU user time (s): 4999.6
CPU system time (s): 0.46
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 210908

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

runsolver used 4.53431 second user time and 13.6639 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-09 15:54:46
IDJOB=1783732
IDBENCH=24657
IDSOLVER=610
FILE ID=node78/1783732-1241877286
PBS_JOBID= 9264685
Free space on /tmp= 126684 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/counting-php/easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783732-1241877286/watcher-1783732-1241877286 -o /tmp/evaluation-result-1783732-1241877286/solver-1783732-1241877286 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783732-1241877286.cnf

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

MD5SUM BENCH= 4176ac9a36a2f88072132072fe2be571
RANDOM SEED=1142263665

node78.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.243
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.243
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:      2055912 kB
MemFree:       1849704 kB
Buffers:         27832 kB
Cached:          76560 kB
SwapCached:      59692 kB
Active:          50324 kB
Inactive:       114956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1849704 kB
SwapTotal:     4192956 kB
SwapFree:      4126760 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            26684 kB
Committed_AS:   550404 kB
PageTables:       1428 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= 126684 MiB
End job on node78 at 2009-05-09 17:18:10