Trace number 1774684

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.0UNSAT 6606.89 6609.68

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p0.cnf
MD5SUM28e85fc2a4586943a0ffdffa15206b58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2458.22
Satisfiable
(Un)Satisfiability was proved
Number of variables374228
Number of clauses1603007
Sum of the clauses size3767588
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21211215
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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...
1.59/1.63	c ==============================================================================
1.59/1.63	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.63	c ==============================================================================
1.59/1.63	c |         0 | 1588988  3752699 |  476696       0        0     nan |  0.000 % |
9.39/9.49	c |         0 | 1168572  3106678 |      --       0       --      -- |     --   | -118492/40523
9.39/9.49	c ==============================================================================
9.39/9.49	c Result  :   #vars: 243534   #clauses: 1168572   #literals: 3106678
9.39/9.49	c CPU time:   9.10661 s
9.39/9.49	c ==============================================================================
10.59/10.65	c
10.59/10.65	c Starting glucose
10.59/10.65	c
10.59/10.65	
10.59/10.65	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
10.59/10.65	
10.59/10.65	c ============================[ Problem Statistics ]=============================
10.59/10.65	c |                                                                             |
10.59/10.65	c |  Number of variables:  243534                                               |
10.59/10.65	c |  Number of clauses:    1168572                                              |
11.46/11.57	c |  Parsing time:         0.79         s                                       |
6606.79/6609.63	c restarts              : 357
6606.79/6609.63	c nb ReduceDB           : 24
6606.79/6609.63	c nb learnts DL2        : 4353
6606.79/6609.63	c nb learnts size 2     : 2648
6606.79/6609.63	c nb learnts size 1     : 402
6606.79/6609.63	c conflicts             : 799037         (121 /sec)
6606.79/6609.63	c decisions             : 1535343        (0.92 % random) (233 /sec)
6606.79/6609.63	c propagations          : 9040831721     (1370670 /sec)
6606.79/6609.63	c conflict literals     : 110087527      (60.06 % deleted)
6606.79/6609.63	c Memory used           : 134.83 MB
6606.79/6609.63	c CPU time              : 6595.92 s
6606.79/6609.63	
6606.79/6609.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774684-1241267208/watcher-1774684-1241267208 -o /tmp/evaluation-result-1774684-1241267208/solver-1774684-1241267208 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774684-1241267208.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: 1.00 1.00 1.00 2/64 23765
/proc/meminfo: memFree=614000/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) R 23763 23765 23229 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23765/statm: 1340 235 194 169 0 51 0
[pid=23766] ppid=23765 vsize=1740 CPUtime=0
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 154749117 1781760 263 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 435 266 50 174 0 258 0

[startup+0.0180401 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23765
/proc/meminfo: memFree=614000/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=7244 CPUtime=0.01
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 1335 0 0 0 1 0 0 0 18 0 1 0 154749117 7417856 1280 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 1811 1280 50 174 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12604

[startup+0.102047 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23765
/proc/meminfo: memFree=614000/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=29540 CPUtime=0.09
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 6381 0 0 0 7 2 0 0 20 0 1 0 154749117 30248960 6197 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 7385 6199 50 174 0 7208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34900

[startup+0.301064 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23765
/proc/meminfo: memFree=614000/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=52064 CPUtime=0.29
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 11839 0 0 0 23 6 0 0 21 0 1 0 154749117 53313536 11655 1992294400 134512640 135225430 4294956176 18446744073709551615 134717415 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 13016 11655 50 174 0 12839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57424

[startup+0.701099 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23765
/proc/meminfo: memFree=614000/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=74440 CPUtime=0.69
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 17364 0 0 0 58 11 0 0 25 0 1 0 154749117 76226560 17180 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 18610 17180 50 174 0 18433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79800

[startup+1.50217 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23767
/proc/meminfo: memFree=518496/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=167196 CPUtime=1.49
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 37905 0 0 0 127 22 0 0 25 0 1 0 154749117 171208704 37721 1992294400 134512640 135225430 4294956176 18446744073709551615 134548138 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 41799 37721 51 174 0 41622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172556

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23767
/proc/meminfo: memFree=441184/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=198364 CPUtime=3.08
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 48812 0 0 0 279 29 0 0 25 0 1 0 154749117 203124736 44521 1992294400 134512640 135225430 4294956176 18446744073709551615 134576558 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 49591 44521 77 174 0 49414 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 203724

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23767
/proc/meminfo: memFree=419040/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=0
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154749117 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23765/statm: 1340 236 195 169 0 51 0
[pid=23766] ppid=23765 vsize=211292 CPUtime=6.28
/proc/23766/stat : 23766 (SatELite_releas) R 23765 23765 23229 0 -1 4194304 56251 0 0 0 594 34 0 0 25 0 1 0 154749117 216363008 47334 1992294400 134512640 135225430 4294956176 18446744073709551615 134577590 0 0 4096 3 0 0 0 17 0 0 0
/proc/23766/statm: 52823 47334 77 174 0 52646 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 216652

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=492192/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=98012 CPUtime=2.03
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 22275 0 0 0 191 12 0 0 25 0 1 0 154750183 100364288 22184 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23768/statm: 24503 22184 77 172 0 24328 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 103372

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=488800/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=100784 CPUtime=14.82
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 22977 0 0 0 1468 14 0 0 25 0 1 0 154750183 103202816 22886 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 25196 22886 77 172 0 25021 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 106144

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=483808/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=106104 CPUtime=40.38
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 24262 0 0 0 4023 15 0 0 25 0 1 0 154750183 108650496 24171 1992294400 134512640 135217611 4294956288 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 26526 24171 77 172 0 26351 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 111464

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=480672/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=109332 CPUtime=91.55
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 25046 0 0 0 9139 16 0 0 25 0 1 0 154750183 111955968 24955 1992294400 134512640 135217611 4294956288 18446744073709551615 134532870 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 27333 24955 77 172 0 27158 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 114692

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=468768/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=121252 CPUtime=151.52
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 28025 0 0 0 15134 18 0 0 25 0 1 0 154750183 124162048 27934 1992294400 134512640 135217611 4294956288 18446744073709551615 134532756 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 30313 27934 77 172 0 30138 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 126612

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=468768/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=121252 CPUtime=211.49
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 28025 0 0 0 21131 18 0 0 25 0 1 0 154750183 124162048 27934 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 30313 27934 77 172 0 30138 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 126612

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=461344/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=128780 CPUtime=271.45
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 29929 0 0 0 27125 20 0 0 25 0 1 0 154750183 131870720 29838 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 32195 29838 77 172 0 32020 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 134140

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23768
/proc/meminfo: memFree=458016/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=131948 CPUtime=331.43
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 30717 0 0 0 33122 21 0 0 25 0 1 0 154750183 135114752 30626 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 32987 30626 77 172 0 32812 0
Current children cumulated CPU time (s) 342.07

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


[startup+6282.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6268.95
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32160 0 0 0 626868 27 0 0 25 0 1 0 154750183 141377536 32069 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32069 77 172 0 34341 0
Current children cumulated CPU time (s) 6279.59
Current children cumulated vsize (KiB) 143424

[startup+6342.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6328.93
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32160 0 0 0 632866 27 0 0 25 0 1 0 154750183 141377536 32069 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32069 77 172 0 34341 0
Current children cumulated CPU time (s) 6339.57
Current children cumulated vsize (KiB) 143424

[startup+6402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6388.91
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32160 0 0 0 638864 27 0 0 25 0 1 0 154750183 141377536 32069 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32069 77 172 0 34341 0
Current children cumulated CPU time (s) 6399.55
Current children cumulated vsize (KiB) 143424

[startup+6462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6448.89
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32160 0 0 0 644862 27 0 0 25 0 1 0 154750183 141377536 32069 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32069 77 172 0 34341 0
Current children cumulated CPU time (s) 6459.53
Current children cumulated vsize (KiB) 143424

[startup+6522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6508.88
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32160 0 0 0 650861 27 0 0 25 0 1 0 154750183 141377536 32069 1992294400 134512640 135217611 4294956288 18446744073709551615 134532883 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32069 77 172 0 34341 0
Current children cumulated CPU time (s) 6519.52
Current children cumulated vsize (KiB) 143424

[startup+6582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6568.86
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 656859 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6579.5
Current children cumulated vsize (KiB) 143424

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

[startup+6591.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6578.46
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 657819 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6589.1
Current children cumulated vsize (KiB) 143424

[startup+6598.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6584.86
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 658459 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6595.5
Current children cumulated vsize (KiB) 143424

[startup+6604.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6591.25
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 659098 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6601.89
Current children cumulated vsize (KiB) 143424

[startup+6607.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6594.45
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 659418 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6605.09
Current children cumulated vsize (KiB) 143424

[startup+6608.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6595.26
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 659499 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6605.9
Current children cumulated vsize (KiB) 143424

[startup+6609.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6595.65
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 659538 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134522712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6606.29
Current children cumulated vsize (KiB) 143424

[startup+6609.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6596.05
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 659578 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6606.69
Current children cumulated vsize (KiB) 143424

[startup+6609.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23784
/proc/meminfo: memFree=451872/2055920 swapFree=4191900/4192956
[pid=23765] ppid=23763 vsize=5360 CPUtime=10.64
/proc/23765/stat : 23765 (glucose.sh) S 23763 23765 23229 0 -1 4194304 313 62756 0 0 0 0 1014 50 16 0 1 0 154749117 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23765/statm: 1340 238 195 169 0 51 0
[pid=23768] ppid=23765 vsize=138064 CPUtime=6596.15
/proc/23768/stat : 23768 (glucose_static) R 23765 23765 23229 0 -1 4194304 32177 0 0 0 659588 27 0 0 25 0 1 0 154750183 141377536 32086 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23768/statm: 34516 32086 77 172 0 34341 0
Current children cumulated CPU time (s) 6606.79
Current children cumulated vsize (KiB) 143424

Child status: 20
Real time (s): 6609.68
CPU time (s): 6606.89
CPU user time (s): 6606.07
CPU system time (s): 0.821875
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 238360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6606.07
system time used= 0.821875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95412
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= 38
involuntary context switches= 18085

runsolver used 6.35803 second user time and 17.6823 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 14:26:51
IDJOB=1774684
IDBENCH=70996
IDSOLVER=610
FILE ID=node43/1774684-1241267208
PBS_JOBID= 9224960
Free space on /tmp= 66320 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774684-1241267208/watcher-1774684-1241267208 -o /tmp/evaluation-result-1774684-1241267208/solver-1774684-1241267208 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774684-1241267208.cnf

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

MD5SUM BENCH= 28e85fc2a4586943a0ffdffa15206b58
RANDOM SEED=727855483

node43.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.237
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.237
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:        614480 kB
Buffers:         87424 kB
Cached:        1235528 kB
SwapCached:        260 kB
Active:          82248 kB
Inactive:      1254012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        614480 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           31360 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            91172 kB
Committed_AS:   724604 kB
PageTables:       1452 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= 66320 MiB
End job on node43 at 2009-05-02 16:17:00