Trace number 1773864

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) 10000 10005.1

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications 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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  599013  1397697 |  179703       0        0     nan |  0.000 % |
7.39/7.42	c |         0 |  340394  1129456 |      --       0       --      -- |     --   | -258577/-268140
7.39/7.43	c ==============================================================================
7.39/7.43	c Result  :   #vars: 72795   #clauses: 340394   #literals: 1129456
7.39/7.43	c CPU time:   7.17191 s
7.39/7.43	c ==============================================================================
7.79/7.83	c
7.79/7.83	c Starting glucose
7.79/7.83	c
7.79/7.83	
7.79/7.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.79/7.83	
7.79/7.83	c ============================[ Problem Statistics ]=============================
7.79/7.83	c |                                                                             |
7.79/7.83	c |  Number of variables:  72795                                                |
7.79/7.83	c |  Number of clauses:    340394                                               |
7.82/8.10	c |  Parsing time:         0.22         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-1773864-1241259774/watcher-1773864-1241259774 -o /tmp/evaluation-result-1773864-1241259774/solver-1773864-1241259774 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773864-1241259774.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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/64 27094
/proc/meminfo: memFree=1220224/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) R 27092 27094 27027 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27094/statm: 1340 235 194 169 0 51 0
[pid=27095] ppid=27094 vsize=1172 CPUtime=0
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 170 0 0 0 0 0 0 0 18 0 1 0 154010535 1200128 154 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 293 155 50 174 0 116 0

[startup+0.103697 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27094
/proc/meminfo: memFree=1220224/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=18416 CPUtime=0.09
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 4023 0 0 0 7 2 0 0 19 0 1 0 154010535 18857984 4007 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 4604 4008 50 174 0 4427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23776

[startup+0.201713 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27094
/proc/meminfo: memFree=1220224/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=35624 CPUtime=0.19
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 7725 0 0 0 15 4 0 0 20 0 1 0 154010535 36478976 7709 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 8906 7710 50 174 0 8729 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40984

[startup+0.301728 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27094
/proc/meminfo: memFree=1220224/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=57540 CPUtime=0.29
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 11362 0 0 0 23 6 0 0 21 0 1 0 154010535 58920960 11346 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 14385 11348 50 174 0 14208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62900

[startup+0.701799 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27094
/proc/meminfo: memFree=1220224/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=90604 CPUtime=0.69
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 21691 0 0 0 58 11 0 0 25 0 1 0 154010535 92778496 20015 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 22651 20015 77 174 0 22474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95964

[startup+1.50293 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27096
/proc/meminfo: memFree=1134960/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=93648 CPUtime=1.48
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 22372 0 0 0 135 13 0 0 25 0 1 0 154010535 95895552 20696 1992294400 134512640 135225430 4294956176 18446744073709551615 134597005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 23412 20696 77 174 0 23235 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99008

[startup+3.10121 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27096
/proc/meminfo: memFree=1125744/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=97840 CPUtime=3.08
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 23295 0 0 0 291 17 0 0 25 0 1 0 154010535 100188160 21619 1992294400 134512640 135225430 4294956176 18446744073709551615 134565310 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 24460 21619 77 174 0 24283 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 103200

[startup+6.30275 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 27096
/proc/meminfo: memFree=1105456/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=0
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154010535 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1340 236 195 169 0 51 0
[pid=27095] ppid=27094 vsize=102056 CPUtime=6.29
/proc/27095/stat : 27095 (SatELite_releas) R 27094 27094 27027 0 -1 4194304 24708 0 0 0 605 24 0 0 25 0 1 0 154010535 104505344 22836 1992294400 134512640 135225430 4294956176 18446744073709551615 134587348 0 0 4096 3 0 0 0 17 0 0 0
/proc/27095/statm: 25514 22836 77 174 0 25337 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107416

[startup+12.7018 s]
/proc/loadavg: 1.15 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1154608/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=35792 CPUtime=4.86
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 8288 0 0 0 481 5 0 0 25 0 1 0 154011318 36651008 8189 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 8948 8189 77 172 0 8773 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41152

[startup+25.502 s]
/proc/loadavg: 1.11 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1151992/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=38504 CPUtime=17.65
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 8961 0 0 0 1759 6 0 0 25 0 1 0 154011318 39428096 8862 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 9626 8862 77 172 0 9451 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43864

[startup+51.1014 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1149880/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=40696 CPUtime=43.22
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 9533 0 0 0 4316 6 0 0 25 0 1 0 154011318 41672704 9434 1992294400 134512640 135217611 4294956288 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 10174 9434 77 172 0 9999 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 46056

[startup+102.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1146680/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=43764 CPUtime=94.4
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 10295 0 0 0 9433 7 0 0 25 0 1 0 154011318 44814336 10196 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 10941 10196 77 172 0 10766 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 49124

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1146296/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=44240 CPUtime=154.37
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 10415 0 0 0 15429 8 0 0 25 0 1 0 154011318 45301760 10316 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 11060 10316 77 172 0 10885 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 49600

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1143736/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=46868 CPUtime=214.34
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 11033 0 0 0 21426 8 0 0 25 0 1 0 154011318 47992832 10934 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 11717 10934 77 172 0 11542 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 52228

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1142392/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=48192 CPUtime=274.31
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 11374 0 0 0 27422 9 0 0 25 0 1 0 154011318 49348608 11275 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 12048 11275 77 172 0 11873 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 53552

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27097
/proc/meminfo: memFree=1141624/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=48852 CPUtime=334.28
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 11570 0 0 0 33419 9 0 0 25 0 1 0 154011318 50024448 11471 1992294400 134512640 135217611 4294956288 18446744073709551615 134526180 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 12213 11471 77 172 0 12038 0
Current children cumulated CPU time (s) 342.1

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

/proc/27097/statm: 38772 37769 77 172 0 38597 0
Current children cumulated CPU time (s) 9337.55
Current children cumulated vsize (KiB) 160448

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27115
/proc/meminfo: memFree=1035768/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=155088 CPUtime=9389.7
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 37868 0 0 0 938927 43 0 0 25 0 1 0 154011318 158810112 37769 1992294400 134512640 135217611 4294956288 18446744073709551615 134539599 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 38772 37769 77 172 0 38597 0
Current children cumulated CPU time (s) 9397.52
Current children cumulated vsize (KiB) 160448

[startup+9462.31 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 27115
/proc/meminfo: memFree=1035768/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=155088 CPUtime=9449.68
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 37868 0 0 0 944925 43 0 0 25 0 1 0 154011318 158810112 37769 1992294400 134512640 135217611 4294956288 18446744073709551615 134539059 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 38772 37769 77 172 0 38597 0
Current children cumulated CPU time (s) 9457.5
Current children cumulated vsize (KiB) 160448

[startup+9522.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 27121
/proc/meminfo: memFree=1029752/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=161048 CPUtime=9509.64
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 39355 0 0 0 950920 44 0 0 25 0 1 0 154011318 164913152 39256 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 40262 39256 77 172 0 40087 0
Current children cumulated CPU time (s) 9517.46
Current children cumulated vsize (KiB) 166408

[startup+9582.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 27121
/proc/meminfo: memFree=1029688/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=161048 CPUtime=9569.61
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 39355 0 0 0 956917 44 0 0 25 0 1 0 154011318 164913152 39256 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 40262 39256 77 172 0 40087 0
Current children cumulated CPU time (s) 9577.43
Current children cumulated vsize (KiB) 166408

[startup+9642.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 27121
/proc/meminfo: memFree=1029688/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=161048 CPUtime=9629.56
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 39355 0 0 0 962912 44 0 0 25 0 1 0 154011318 164913152 39256 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 40262 39256 77 172 0 40087 0
Current children cumulated CPU time (s) 9637.38
Current children cumulated vsize (KiB) 166408

[startup+9702.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 27121
/proc/meminfo: memFree=1029688/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=161048 CPUtime=9689.54
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 39355 0 0 0 968910 44 0 0 25 0 1 0 154011318 164913152 39256 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 40262 39256 77 172 0 40087 0
Current children cumulated CPU time (s) 9697.36
Current children cumulated vsize (KiB) 166408

[startup+9762.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 27121
/proc/meminfo: memFree=1027000/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=163956 CPUtime=9749.51
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 40073 0 0 0 974906 45 0 0 25 0 1 0 154011318 167890944 39974 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 40989 39974 77 172 0 40814 0
Current children cumulated CPU time (s) 9757.33
Current children cumulated vsize (KiB) 169316

[startup+9822.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 27121
/proc/meminfo: memFree=1023480/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=167156 CPUtime=9809.48
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 40907 0 0 0 980902 46 0 0 25 0 1 0 154011318 171167744 40808 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 41789 40808 77 172 0 41614 0
Current children cumulated CPU time (s) 9817.3
Current children cumulated vsize (KiB) 172516

[startup+9882.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27121
/proc/meminfo: memFree=1023480/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=167156 CPUtime=9869.46
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 40907 0 0 0 986900 46 0 0 25 0 1 0 154011318 171167744 40808 1992294400 134512640 135217611 4294956288 18446744073709551615 134533358 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 41789 40808 77 172 0 41614 0
Current children cumulated CPU time (s) 9877.28
Current children cumulated vsize (KiB) 172516

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27121
/proc/meminfo: memFree=1023480/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=167156 CPUtime=9929.41
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 40907 0 0 0 992895 46 0 0 25 0 1 0 154011318 171167744 40808 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 41789 40808 77 172 0 41614 0
Current children cumulated CPU time (s) 9937.23
Current children cumulated vsize (KiB) 172516

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27121
/proc/meminfo: memFree=1023480/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=167156 CPUtime=9989.39
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 40907 0 0 0 998893 46 0 0 25 0 1 0 154011318 171167744 40808 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 41789 40808 77 172 0 41614 0
Current children cumulated CPU time (s) 9997.21
Current children cumulated vsize (KiB) 172516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27121
/proc/meminfo: memFree=1023480/2055920 swapFree=4180164/4192956
[pid=27094] ppid=27092 vsize=5360 CPUtime=7.82
/proc/27094/stat : 27094 (glucose.sh) S 27092 27094 27027 0 -1 4194304 313 26897 0 0 0 0 753 29 16 0 1 0 154010535 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27094/statm: 1340 238 195 169 0 51 0
[pid=27097] ppid=27094 vsize=167156 CPUtime=9992.19
/proc/27097/stat : 27097 (glucose_static) R 27094 27094 27027 0 -1 4194304 40907 0 0 0 999173 46 0 0 25 0 1 0 154011318 171167744 40808 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27097/statm: 41789 40808 77 172 0 41614 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 172516

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

Real time (s): 10005.1
CPU time (s): 10000
CPU user time (s): 9999.26
CPU system time (s): 0.75
CPU usage (%): 99.949
Max. virtual memory (cumulated for all children) (KiB): 172516

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

runsolver used 8.07177 second user time and 28.3147 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-02 12:22:55
IDJOB=1773864
IDBENCH=70815
IDSOLVER=610
FILE ID=node25/1773864-1241259774
PBS_JOBID= 9224945
Free space on /tmp= 66492 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773864-1241259774/watcher-1773864-1241259774 -o /tmp/evaluation-result-1773864-1241259774/solver-1773864-1241259774 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773864-1241259774.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1405213684

node25.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.259
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.259
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:       1220640 kB
Buffers:         78444 kB
Cached:         679892 kB
SwapCached:       7752 kB
Active:          46732 kB
Inactive:       720696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1220640 kB
SwapTotal:     4192956 kB
SwapFree:      4180164 kB
Dirty:           12112 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            53816 kB
Committed_AS:   676620 kB
PageTables:       1460 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= 66460 MiB
End job on node25 at 2009-05-02 15:09:42