Trace number 1773414

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 356.904 357.087

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark287.195
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
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.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.28/3.39	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.28/3.39	c ==============================================================================
3.28/3.39	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.28/3.39	c CPU time:   3.21351 s
3.28/3.39	c ==============================================================================
3.68/3.71	c
3.68/3.71	c Starting glucose
3.68/3.71	c
3.68/3.71	
3.68/3.71	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.68/3.71	
3.68/3.71	c ============================[ Problem Statistics ]=============================
3.68/3.71	c |                                                                             |
3.68/3.71	c |  Number of variables:  28754                                                |
3.68/3.71	c |  Number of clauses:    222774                                               |
3.69/3.90	c |  Parsing time:         0.18         s                                       |
356.80/357.06	c restarts              : 382
356.80/357.06	c nb ReduceDB           : 34
356.80/357.06	c nb learnts DL2        : 1690
356.80/357.06	c nb learnts size 2     : 297
356.80/357.06	c nb learnts size 1     : 71
356.80/357.06	c conflicts             : 1271534        (3601 /sec)
356.80/357.06	c decisions             : 2859045        (1.55 % random) (8097 /sec)
356.80/357.06	c propagations          : 307266610      (870204 /sec)
356.80/357.06	c conflict literals     : 49158535       (29.54 % deleted)
356.80/357.06	c Memory used           : 46.70 MB
356.80/357.06	c CPU time              : 353.097 s
356.80/357.06	
356.80/357.07	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-1773414-1241257345/watcher-1773414-1241257345 -o /tmp/evaluation-result-1773414-1241257345/solver-1773414-1241257345 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773414-1241257345.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.04 1.05 1.01 3/64 25498
/proc/meminfo: memFree=1544064/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) R 25496 25498 25304 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25498/statm: 1340 235 194 169 0 51 0
[pid=25499] ppid=25498 vsize=1140 CPUtime=0
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 153768552 1167360 148 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/25499/statm: 321 155 50 174 0 144 0

[startup+0.0467239 s]
/proc/loadavg: 1.04 1.05 1.01 3/64 25498
/proc/meminfo: memFree=1544064/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1340 236 195 169 0 51 0
[pid=25499] ppid=25498 vsize=8544 CPUtime=0.03
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 1789 0 0 0 3 0 0 0 19 0 1 0 153768552 8749056 1774 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25499/statm: 2136 1775 50 174 0 1959 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13904

[startup+0.101727 s]
/proc/loadavg: 1.04 1.05 1.01 3/64 25498
/proc/meminfo: memFree=1544064/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1340 236 195 169 0 51 0
[pid=25499] ppid=25498 vsize=18008 CPUtime=0.09
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 3839 0 0 0 7 2 0 0 19 0 1 0 153768552 18440192 3823 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25499/statm: 4502 3825 50 174 0 4325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23368

[startup+0.301749 s]
/proc/loadavg: 1.04 1.05 1.01 3/64 25498
/proc/meminfo: memFree=1544064/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1340 236 195 169 0 51 0
[pid=25499] ppid=25498 vsize=56812 CPUtime=0.29
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 11002 0 0 0 23 6 0 0 21 0 1 0 153768552 58175488 10986 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25499/statm: 14203 10987 50 174 0 14026 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62172

[startup+0.701794 s]
/proc/loadavg: 1.04 1.05 1.01 3/64 25498
/proc/meminfo: memFree=1544064/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1340 236 195 169 0 51 0
[pid=25499] ppid=25498 vsize=86556 CPUtime=0.68
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 20128 0 0 0 58 10 0 0 25 0 1 0 153768552 88633344 18593 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25499/statm: 21639 18593 77 174 0 21462 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91916

[startup+1.50288 s]
/proc/loadavg: 1.04 1.05 1.01 2/66 25500
/proc/meminfo: memFree=1464432/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1340 236 195 169 0 51 0
[pid=25499] ppid=25498 vsize=90520 CPUtime=1.49
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 20999 0 0 0 137 12 0 0 25 0 1 0 153768552 92692480 19464 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25499/statm: 22630 19464 77 174 0 22453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95880

[startup+3.10107 s]
/proc/loadavg: 1.04 1.05 1.01 2/66 25500
/proc/meminfo: memFree=1451056/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=0
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153768551 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1340 236 195 169 0 51 0
[pid=25499] ppid=25498 vsize=93500 CPUtime=3.09
/proc/25499/stat : 25499 (SatELite_releas) R 25498 25498 25304 0 -1 4194304 22064 0 0 0 293 16 0 0 25 0 1 0 153768552 95744000 20169 1992294400 134512640 135225430 4294956176 18446744073709551615 134605768 0 0 4096 3 0 0 0 17 1 0 0
/proc/25499/statm: 23375 20169 77 174 0 23198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98860

[startup+6.30142 s]
/proc/loadavg: 1.04 1.05 1.01 2/66 25501
/proc/meminfo: memFree=1500656/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=24148 CPUtime=2.58
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 5756 0 0 0 255 3 0 0 25 0 1 0 153768922 24727552 5735 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 6037 5735 77 172 0 5862 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29508

[startup+12.7011 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 25501
/proc/meminfo: memFree=1495280/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=28856 CPUtime=8.97
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 6928 0 0 0 893 4 0 0 25 0 1 0 153768922 29548544 6907 1992294400 134512640 135217611 4294956288 18446744073709551615 134527990 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 7214 6907 77 172 0 7039 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34216

[startup+25.5016 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 25501
/proc/meminfo: memFree=1493232/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=30808 CPUtime=21.76
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 7426 0 0 0 2172 4 0 0 25 0 1 0 153768922 31547392 7405 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 7702 7405 77 172 0 7527 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 36168

[startup+51.1014 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 25501
/proc/meminfo: memFree=1489904/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=34000 CPUtime=47.35
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 8225 0 0 0 4730 5 0 0 25 0 1 0 153768922 34816000 8204 1992294400 134512640 135217611 4294956288 18446744073709551615 134528216 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 8500 8204 77 172 0 8325 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 39360

[startup+102.306 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 25501
/proc/meminfo: memFree=1485744/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=38464 CPUtime=98.52
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 9300 0 0 0 9846 6 0 0 25 0 1 0 153768922 39387136 9279 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 9616 9279 77 172 0 9441 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 43824

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25501
/proc/meminfo: memFree=1482032/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=42196 CPUtime=158.5
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 10234 0 0 0 15843 7 0 0 25 0 1 0 153768922 43208704 10213 1992294400 134512640 135217611 4294956288 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 10549 10213 77 172 0 10374 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 47556

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25501
/proc/meminfo: memFree=1479792/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=44432 CPUtime=218.47
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 10787 0 0 0 21840 7 0 0 25 0 1 0 153768922 45498368 10766 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11108 10766 77 172 0 10933 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 49792

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25501
/proc/meminfo: memFree=1477552/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=46780 CPUtime=278.43
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11339 0 0 0 27836 7 0 0 25 0 1 0 153768922 47902720 11318 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11695 11318 77 172 0 11520 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 52140

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1477040/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47416 CPUtime=338.42
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11476 0 0 0 33834 8 0 0 25 0 1 0 153768922 48553984 11455 1992294400 134512640 135217611 4294956288 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11854 11455 77 172 0 11679 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 52776

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

[startup+345.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=341.61
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 34153 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 345.3
Current children cumulated vsize (KiB) 53172

[startup+351.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=348.02
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 34794 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 351.71
Current children cumulated vsize (KiB) 53172

[startup+355.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=351.21
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 35113 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 354.9
Current children cumulated vsize (KiB) 53172

[startup+355.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=352.01
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 35193 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134542774 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 355.7
Current children cumulated vsize (KiB) 53172

[startup+356.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=352.81
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 35273 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 356.5
Current children cumulated vsize (KiB) 53172

[startup+356.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=353.01
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 35293 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 356.7
Current children cumulated vsize (KiB) 53172

[startup+357.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25501
/proc/meminfo: memFree=1476528/2055920 swapFree=4179008/4192956
[pid=25498] ppid=25496 vsize=5360 CPUtime=3.69
/proc/25498/stat : 25498 (glucose.sh) S 25496 25498 25304 0 -1 4194304 313 23944 0 0 0 0 349 20 16 0 1 0 153768551 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25498/statm: 1340 238 195 169 0 51 0
[pid=25501] ppid=25498 vsize=47812 CPUtime=353.11
/proc/25501/stat : 25501 (glucose_static) R 25498 25498 25304 0 -1 4194304 11606 0 0 0 35303 8 0 0 25 0 1 0 153768922 48959488 11585 1992294400 134512640 135217611 4294956288 18446744073709551615 134540931 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25501/statm: 11953 11585 77 172 0 11778 0
Current children cumulated CPU time (s) 356.8
Current children cumulated vsize (KiB) 53172

Child status: 20
Real time (s): 357.087
CPU time (s): 356.904
CPU user time (s): 356.592
CPU system time (s): 0.311952
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 101140

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

runsolver used 0.281957 second user time and 1.02184 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 11:42:26
IDJOB=1773414
IDBENCH=69586
IDSOLVER=610
FILE ID=node5/1773414-1241257345
PBS_JOBID= 9224920
Free space on /tmp= 66524 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773414-1241257345/watcher-1773414-1241257345 -o /tmp/evaluation-result-1773414-1241257345/solver-1773414-1241257345 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773414-1241257345.cnf

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=870586015

node5.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.212
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.212
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:       1544608 kB
Buffers:         77772 kB
Cached:         338644 kB
SwapCached:       7700 kB
Active:          89444 kB
Inactive:       336164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544608 kB
SwapTotal:     4192956 kB
SwapFree:      4179008 kB
Dirty:           11176 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            71744 kB
Committed_AS:   699336 kB
PageTables:       1412 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= 66524 MiB
End job on node5 at 2009-05-02 11:48:23