Trace number 1783628

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.07 5001.31

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
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.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14303    43196 |    4290       0        0     nan |  0.000 % |
0.09/0.14	c |         0 |   14016    46854 |      --       0       --      -- |     --   | -287/3658
0.09/0.14	c ==============================================================================
0.09/0.14	c Result  :   #vars: 861   #clauses: 14016   #literals: 46854
0.09/0.14	c CPU time:   0.136979 s
0.09/0.14	c ==============================================================================
0.09/0.16	c
0.09/0.16	c Starting glucose
0.09/0.16	c
0.09/0.16	
0.09/0.16	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.16	
0.09/0.16	c ============================[ Problem Statistics ]=============================
0.09/0.16	c |                                                                             |
0.09/0.16	c |  Number of variables:  861                                                  |
0.09/0.16	c |  Number of clauses:    14016                                                |
0.09/0.17	c |  Parsing time:         0.01         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-1783628-1241861834/watcher-1783628-1241861834 -o /tmp/evaluation-result-1783628-1241861834/solver-1783628-1241861834 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783628-1241861834.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.44 0.11 0.03 3/64 19828
/proc/meminfo: memFree=1728840/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214216582 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19828/statm: 1340 236 195 169 0 51 0
[pid=19829] ppid=19828 vsize=1140 CPUtime=0
/proc/19829/stat : 19829 (SatELite_releas) R 19828 19828 19764 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 214216582 1167360 145 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/19829/statm: 285 145 50 174 0 108 0

[startup+0.101032 s]
/proc/loadavg: 0.44 0.11 0.03 3/64 19828
/proc/meminfo: memFree=1728840/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214216582 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19828/statm: 1340 236 195 169 0 51 0
[pid=19829] ppid=19828 vsize=2760 CPUtime=0.09
/proc/19829/stat : 19829 (SatELite_releas) R 19828 19828 19764 0 -1 4194304 554 0 0 0 9 0 0 0 18 0 1 0 214216582 2826240 538 1992294400 134512640 135225430 4294956176 18446744073709551615 134576546 0 0 4096 3 0 0 0 17 1 0 0
/proc/19829/statm: 690 538 77 174 0 513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8120

[startup+0.201044 s]
/proc/loadavg: 0.44 0.11 0.03 3/64 19828
/proc/meminfo: memFree=1728840/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5360

[startup+0.301051 s]
/proc/loadavg: 0.44 0.11 0.03 3/64 19828
/proc/meminfo: memFree=1728840/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5360

[startup+0.701085 s]
/proc/loadavg: 0.44 0.11 0.03 3/64 19828
/proc/meminfo: memFree=1728840/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5360

[startup+1.50115 s]
/proc/loadavg: 0.44 0.11 0.03 2/66 19831
/proc/meminfo: memFree=1725816/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=4156 CPUtime=1.33
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 724 0 0 0 133 0 0 0 25 0 1 0 214216598 4255744 710 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 1039 710 76 172 0 864 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9516

[startup+3.10129 s]
/proc/loadavg: 0.44 0.11 0.03 2/66 19831
/proc/meminfo: memFree=1724984/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=4816 CPUtime=2.93
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 889 0 0 0 293 0 0 0 25 0 1 0 214216598 4931584 875 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 1204 875 76 172 0 1029 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10176

[startup+6.30156 s]
/proc/loadavg: 0.49 0.12 0.04 2/66 19831
/proc/meminfo: memFree=1723832/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=5632 CPUtime=6.13
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 1096 0 0 0 613 0 0 0 25 0 1 0 214216598 5767168 1082 1992294400 134512640 135217611 4294956304 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 1408 1082 76 172 0 1233 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10992

[startup+12.7021 s]
/proc/loadavg: 0.53 0.14 0.04 2/66 19831
/proc/meminfo: memFree=1723008/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=6428 CPUtime=12.52
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 1313 0 0 0 1252 0 0 0 25 0 1 0 214216598 6582272 1299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 1607 1299 76 172 0 1432 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 11788

[startup+25.5012 s]
/proc/loadavg: 0.63 0.18 0.06 2/66 19831
/proc/meminfo: memFree=1721728/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=7788 CPUtime=25.32
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 1631 0 0 0 2532 0 0 0 25 0 1 0 214216598 7974912 1617 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 1947 1617 76 172 0 1772 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13148

[startup+51.1014 s]
/proc/loadavg: 0.76 0.24 0.08 2/66 19831
/proc/meminfo: memFree=1719936/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=9768 CPUtime=50.91
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 2115 0 0 0 5090 1 0 0 25 0 1 0 214216598 10002432 2101 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 2442 2101 76 172 0 2267 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15128

[startup+102.302 s]
/proc/loadavg: 0.89 0.36 0.13 2/66 19831
/proc/meminfo: memFree=1715968/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=13640 CPUtime=102.11
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 3044 0 0 0 10209 2 0 0 25 0 1 0 214216598 13967360 3030 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 3410 3030 76 172 0 3235 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19000

[startup+162.302 s]
/proc/loadavg: 0.96 0.47 0.18 2/66 19831
/proc/meminfo: memFree=1714304/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=15320 CPUtime=162.08
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 3460 0 0 0 16206 2 0 0 25 0 1 0 214216598 15687680 3446 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 3830 3446 76 172 0 3655 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 20680

[startup+222.305 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 19833
/proc/meminfo: memFree=1712832/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=16868 CPUtime=222.08
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 3791 0 0 0 22205 3 0 0 25 0 1 0 214216598 17272832 3777 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 4217 3777 76 172 0 4042 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22228

[startup+282.301 s]
/proc/loadavg: 0.99 0.64 0.28 2/66 19833
/proc/meminfo: memFree=1711040/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=18616 CPUtime=282.06
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 4233 0 0 0 28203 3 0 0 25 0 1 0 214216598 19062784 4219 1992294400 134512640 135217611 4294956304 18446744073709551615 134537569 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 4654 4219 76 172 0 4479 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23976

[startup+342.301 s]
/proc/loadavg: 0.99 0.70 0.32 2/66 19833
/proc/meminfo: memFree=1709952/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=19636 CPUtime=342.04
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 4486 0 0 0 34201 3 0 0 25 0 1 0 214216598 20107264 4472 1992294400 134512640 135217611 4294956304 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 4909 4472 76 172 0 4734 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 24996

[startup+402.302 s]
/proc/loadavg: 1.07 0.77 0.36 2/66 19833
/proc/meminfo: memFree=1708864/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=20952 CPUtime=402.03

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

/proc/19831/statm: 15746 14463 76 172 0 15571 0
Current children cumulated CPU time (s) 4301.23
Current children cumulated vsize (KiB) 68344

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1668608/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=62984 CPUtime=4361.08
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14481 0 0 0 436089 19 0 0 25 0 1 0 214216598 64495616 14463 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 15746 14463 76 172 0 15571 0
Current children cumulated CPU time (s) 4361.22
Current children cumulated vsize (KiB) 68344

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1668224/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=63452 CPUtime=4421.07
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14575 0 0 0 442087 20 0 0 25 0 1 0 214216598 64974848 14557 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 15863 14557 76 172 0 15688 0
Current children cumulated CPU time (s) 4421.21
Current children cumulated vsize (KiB) 68812

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1668032/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=63596 CPUtime=4481.05
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14616 0 0 0 448085 20 0 0 25 0 1 0 214216598 65122304 14598 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 15899 14598 76 172 0 15724 0
Current children cumulated CPU time (s) 4481.19
Current children cumulated vsize (KiB) 68956

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1667776/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=63884 CPUtime=4541.04
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14668 0 0 0 454084 20 0 0 25 0 1 0 214216598 65417216 14650 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 15971 14650 76 172 0 15796 0
Current children cumulated CPU time (s) 4541.18
Current children cumulated vsize (KiB) 69244

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1667712/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=63956 CPUtime=4601.02
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14684 0 0 0 460082 20 0 0 25 0 1 0 214216598 65490944 14666 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 15989 14666 76 172 0 15814 0
Current children cumulated CPU time (s) 4601.16
Current children cumulated vsize (KiB) 69316

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1667712/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=63956 CPUtime=4661.01
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14686 0 0 0 466081 20 0 0 25 0 1 0 214216598 65490944 14668 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 15989 14668 76 172 0 15814 0
Current children cumulated CPU time (s) 4661.15
Current children cumulated vsize (KiB) 69316

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1667392/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=64280 CPUtime=4720.99
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14757 0 0 0 472079 20 0 0 25 0 1 0 214216598 65822720 14739 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 16070 14739 76 172 0 15895 0
Current children cumulated CPU time (s) 4721.13
Current children cumulated vsize (KiB) 69640

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1667264/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=64352 CPUtime=4780.98
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14777 0 0 0 478078 20 0 0 25 0 1 0 214216598 65896448 14759 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 16088 14759 76 172 0 15913 0
Current children cumulated CPU time (s) 4781.12
Current children cumulated vsize (KiB) 69712

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1667008/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=64692 CPUtime=4840.97
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14846 0 0 0 484077 20 0 0 25 0 1 0 214216598 66244608 14828 1992294400 134512640 135217611 4294956304 18446744073709551615 134533532 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 16173 14828 76 172 0 15998 0
Current children cumulated CPU time (s) 4841.11
Current children cumulated vsize (KiB) 70052

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.93 3/66 19841
/proc/meminfo: memFree=1666944/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=64692 CPUtime=4900.95
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14848 0 0 0 490074 21 0 0 25 0 1 0 214216598 66244608 14830 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 16173 14830 76 172 0 15998 0
Current children cumulated CPU time (s) 4901.09
Current children cumulated vsize (KiB) 70052

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1666432/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=65332 CPUtime=4960.94
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14958 0 0 0 496073 21 0 0 25 0 1 0 214216598 66899968 14940 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 16333 14940 76 172 0 16158 0
Current children cumulated CPU time (s) 4961.08
Current children cumulated vsize (KiB) 70692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19841
/proc/meminfo: memFree=1666432/2055920 swapFree=4151776/4192956
[pid=19828] ppid=19826 vsize=5360 CPUtime=0.14
/proc/19828/stat : 19828 (glucose.sh) S 19826 19828 19764 0 -1 4194304 313 585 0 0 0 0 14 0 16 0 1 0 214216582 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19828/statm: 1340 238 195 169 0 51 0
[pid=19831] ppid=19828 vsize=65332 CPUtime=4999.93
/proc/19831/stat : 19831 (glucose_static) R 19828 19828 19764 0 -1 4194304 14958 0 0 0 499972 21 0 0 25 0 1 0 214216598 66899968 14940 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/19831/statm: 16333 14940 76 172 0 16158 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 70692

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

Real time (s): 5001.31
CPU time (s): 5000.07
CPU user time (s): 4999.86
CPU system time (s): 0.21
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 70692

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

runsolver used 5.86011 second user time and 11.8892 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-09 11:37:14
IDJOB=1783628
IDBENCH=24618
IDSOLVER=610
FILE ID=node31/1783628-1241861834
PBS_JOBID= 9264581
Free space on /tmp= 66244 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783628-1241861834/watcher-1783628-1241861834 -o /tmp/evaluation-result-1783628-1241861834/solver-1783628-1241861834 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783628-1241861834.cnf

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

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=336175132

node31.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.213
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.213
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:       1729256 kB
Buffers:         23484 kB
Cached:         225888 kB
SwapCached:      34800 kB
Active:         134140 kB
Inactive:       152504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729256 kB
SwapTotal:     4192956 kB
SwapFree:      4151776 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          14232 kB
Slab:            25700 kB
Committed_AS:   693040 kB
PageTables:       1464 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= 66244 MiB
End job on node31 at 2009-05-09 13:00:37