Trace number 1775314

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 2624.79 2625.58

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark48.8016
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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.19/0.23	c ==============================================================================
0.19/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
1.09/1.14	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
1.09/1.14	c ==============================================================================
1.09/1.14	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
1.09/1.14	c CPU time:   1.08883 s
1.09/1.14	c ==============================================================================
1.39/1.45	c
1.39/1.45	c Starting glucose
1.39/1.45	c
1.39/1.45	
1.39/1.45	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.39/1.45	
1.39/1.45	c ============================[ Problem Statistics ]=============================
1.39/1.45	c |                                                                             |
1.39/1.45	c |  Number of variables:  11639                                                |
1.39/1.45	c |  Number of clauses:    289635                                               |
1.44/1.63	c |  Parsing time:         0.16         s                                       |
2624.69/2625.55	c restarts              : 54
2624.69/2625.55	c nb ReduceDB           : 99
2624.69/2625.55	c nb learnts DL2        : 4915
2624.69/2625.55	c nb learnts size 2     : 4515
2624.69/2625.55	c nb learnts size 1     : 19
2624.69/2625.55	c conflicts             : 6863621        (2617 /sec)
2624.69/2625.55	c decisions             : 16972698       (1.29 % random) (6471 /sec)
2624.69/2625.55	c propagations          : 2714680900     (1034967 /sec)
2624.69/2625.55	c conflict literals     : 754540148      (49.26 % deleted)
2624.69/2625.55	c Memory used           : 134.93 MB
2624.69/2625.55	c CPU time              : 2622.96 s
2624.69/2625.55	
2624.69/2625.57	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-1775314-1241270680/watcher-1775314-1241270680 -o /tmp/evaluation-result-1775314-1241270680/solver-1775314-1241270680 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775314-1241270680.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.01 1.00 3/64 18392
/proc/meminfo: memFree=1111280/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=0
/proc/18392/stat : 18392 (glucose.sh) R 18390 18392 18289 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155092433 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18392/statm: 1340 235 194 169 0 51 0
[pid=18393] ppid=18392 vsize=1008 CPUtime=0
/proc/18393/stat : 18393 (SatELite_releas) R 18392 18392 18289 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 155092433 1032192 108 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 252 108 50 174 0 75 0

[startup+0.0335839 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18392
/proc/meminfo: memFree=1111280/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=0
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155092433 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18392/statm: 1340 236 195 169 0 51 0
[pid=18393] ppid=18392 vsize=4080 CPUtime=0.02
/proc/18393/stat : 18393 (SatELite_releas) R 18392 18392 18289 0 -1 4194304 840 0 0 0 2 0 0 0 18 0 1 0 155092433 4177920 824 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 1020 825 50 174 0 843 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9440

[startup+0.102593 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18392
/proc/meminfo: memFree=1111280/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=0
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155092433 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18392/statm: 1340 236 195 169 0 51 0
[pid=18393] ppid=18392 vsize=9952 CPUtime=0.09
/proc/18393/stat : 18393 (SatELite_releas) R 18392 18392 18289 0 -1 4194304 2143 0 0 0 8 1 0 0 19 0 1 0 155092433 10190848 2127 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 2488 2128 50 174 0 2311 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15312

[startup+0.302621 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18392
/proc/meminfo: memFree=1111280/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=0
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155092433 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18392/statm: 1340 236 195 169 0 51 0
[pid=18393] ppid=18392 vsize=27808 CPUtime=0.29
/proc/18393/stat : 18393 (SatELite_releas) R 18392 18392 18289 0 -1 4194304 6591 0 0 0 25 4 0 0 22 0 1 0 155092433 28475392 5948 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 6952 5948 77 174 0 6775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33168

[startup+0.701677 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18392
/proc/meminfo: memFree=1111280/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=0
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155092433 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18392/statm: 1340 236 195 169 0 51 0
[pid=18393] ppid=18392 vsize=29504 CPUtime=0.69
/proc/18393/stat : 18393 (SatELite_releas) R 18392 18392 18289 0 -1 4194304 6985 0 0 0 64 5 0 0 25 0 1 0 155092433 30212096 6342 1992294400 134512640 135225430 4294956176 18446744073709551615 134587307 0 0 4096 3 0 0 0 17 1 0 0
/proc/18393/statm: 7376 6342 77 174 0 7199 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34864

[startup+1.5018 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18394
/proc/meminfo: memFree=1082144/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 5360

[startup+3.10202 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18395
/proc/meminfo: memFree=1084768/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=23020 CPUtime=1.63
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 5606 0 0 0 161 2 0 0 25 0 1 0 155092578 23572480 5592 1992294400 134512640 135217611 4294956288 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 5755 5592 77 172 0 5580 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28380

[startup+6.30147 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18395
/proc/meminfo: memFree=1074528/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=30368 CPUtime=4.83
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 7423 0 0 0 480 3 0 0 25 0 1 0 155092578 31096832 7409 1992294400 134512640 135217611 4294956288 18446744073709551615 134537290 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 7592 7409 77 172 0 7417 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35728

[startup+12.7014 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18395
/proc/meminfo: memFree=1068448/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=36328 CPUtime=11.23
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 8903 0 0 0 1119 4 0 0 25 0 1 0 155092578 37199872 8889 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 9082 8889 77 172 0 8907 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41688

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1062048/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=42968 CPUtime=24.03
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 10523 0 0 0 2398 5 0 0 25 0 1 0 155092578 43999232 10509 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 10742 10509 77 172 0 10567 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48328

[startup+51.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1058144/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=47012 CPUtime=49.62
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 11522 0 0 0 4956 6 0 0 25 0 1 0 155092578 48140288 11508 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 11753 11508 77 172 0 11578 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52372

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1051616/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=53704 CPUtime=100.81
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 13143 0 0 0 10074 7 0 0 25 0 1 0 155092578 54992896 13129 1992294400 134512640 135217611 4294956288 18446744073709551615 134522387 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 13426 13129 77 172 0 13251 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 59064

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1046816/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=58524 CPUtime=160.79
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 14335 0 0 0 16071 8 0 0 25 0 1 0 155092578 59928576 14321 1992294400 134512640 135217611 4294956288 18446744073709551615 134532678 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 14631 14321 77 172 0 14456 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 63884

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1041120/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=64236 CPUtime=220.77
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 15770 0 0 0 22068 9 0 0 25 0 1 0 155092578 65777664 15756 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 16059 15756 77 172 0 15884 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 69596

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1038560/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=66848 CPUtime=280.75
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 16416 0 0 0 28066 9 0 0 25 0 1 0 155092578 68452352 16402 1992294400 134512640 135217611 4294956288 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 16712 16402 77 172 0 16537 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 72208

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18395
/proc/meminfo: memFree=1035360/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=70308 CPUtime=340.73
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 17210 0 0 0 34063 10 0 0 25 0 1 0 155092578 71995392 17196 1992294400 134512640 135217611 4294956288 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 17577 17196 77 172 0 17402 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 75668

[startup+402.303 s]

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


[startup+2082.31 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 18397
/proc/meminfo: memFree=984032/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=124708 CPUtime=2080.22
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 30027 0 0 0 207994 28 0 0 25 0 1 0 155092578 127700992 29971 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 31177 29971 77 172 0 31002 0
Current children cumulated CPU time (s) 2081.66
Current children cumulated vsize (KiB) 130068

[startup+2142.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 18397
/proc/meminfo: memFree=983904/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=124876 CPUtime=2140.2
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 30067 0 0 0 213992 28 0 0 25 0 1 0 155092578 127873024 30011 1992294400 134512640 135217611 4294956288 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 31219 30011 77 172 0 31044 0
Current children cumulated CPU time (s) 2141.64
Current children cumulated vsize (KiB) 130236

[startup+2202.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 18403
/proc/meminfo: memFree=983512/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=125068 CPUtime=2200.18
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 30140 0 0 0 219989 29 0 0 25 0 1 0 155092578 128069632 30084 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 31267 30084 77 172 0 31092 0
Current children cumulated CPU time (s) 2201.62
Current children cumulated vsize (KiB) 130428

[startup+2262.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 18403
/proc/meminfo: memFree=982808/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=126104 CPUtime=2260.16
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 30313 0 0 0 225987 29 0 0 25 0 1 0 155092578 129130496 30257 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 31526 30257 77 172 0 31351 0
Current children cumulated CPU time (s) 2261.6
Current children cumulated vsize (KiB) 131464

[startup+2322.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18403
/proc/meminfo: memFree=982424/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=126436 CPUtime=2320.14
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 30413 0 0 0 231985 29 0 0 25 0 1 0 155092578 129470464 30357 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 31609 30357 77 172 0 31434 0
Current children cumulated CPU time (s) 2321.58
Current children cumulated vsize (KiB) 131796

[startup+2382.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 18403
/proc/meminfo: memFree=970776/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2380.12
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33309 0 0 0 237979 33 0 0 25 0 1 0 155092578 141484032 33253 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33253 77 172 0 34367 0
Current children cumulated CPU time (s) 2381.56
Current children cumulated vsize (KiB) 143528

[startup+2442.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 18403
/proc/meminfo: memFree=970712/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2440.11
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33334 0 0 0 243977 34 0 0 25 0 1 0 155092578 141484032 33278 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33278 77 172 0 34367 0
Current children cumulated CPU time (s) 2441.55
Current children cumulated vsize (KiB) 143528

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18403
/proc/meminfo: memFree=970656/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2500.09
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33343 0 0 0 249975 34 0 0 25 0 1 0 155092578 141484032 33287 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33287 77 172 0 34367 0
Current children cumulated CPU time (s) 2501.53
Current children cumulated vsize (KiB) 143528

[startup+2562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18403
/proc/meminfo: memFree=970592/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2560.07
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33350 0 0 0 255973 34 0 0 25 0 1 0 155092578 141484032 33294 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33294 77 172 0 34367 0
Current children cumulated CPU time (s) 2561.51
Current children cumulated vsize (KiB) 143528

[startup+2622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18403
/proc/meminfo: memFree=970528/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2620.06
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33353 0 0 0 261972 34 0 0 25 0 1 0 155092578 141484032 33297 1992294400 134512640 135217611 4294956288 18446744073709551615 134533760 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33297 77 172 0 34367 0
Current children cumulated CPU time (s) 2621.5
Current children cumulated vsize (KiB) 143528

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

[startup+2623.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18403
/proc/meminfo: memFree=970528/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2621.65
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33353 0 0 0 262131 34 0 0 25 0 1 0 155092578 141484032 33297 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33297 77 172 0 34367 0
Current children cumulated CPU time (s) 2623.09
Current children cumulated vsize (KiB) 143528

[startup+2624.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18403
/proc/meminfo: memFree=970528/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2622.45
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33353 0 0 0 262211 34 0 0 25 0 1 0 155092578 141484032 33297 1992294400 134512640 135217611 4294956288 18446744073709551615 134718782 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33297 77 172 0 34367 0
Current children cumulated CPU time (s) 2623.89
Current children cumulated vsize (KiB) 143528

[startup+2625.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18403
/proc/meminfo: memFree=970528/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2622.85
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33353 0 0 0 262251 34 0 0 25 0 1 0 155092578 141484032 33297 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33297 77 172 0 34367 0
Current children cumulated CPU time (s) 2624.29
Current children cumulated vsize (KiB) 143528

[startup+2625.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18403
/proc/meminfo: memFree=970528/2055920 swapFree=4180508/4192956
[pid=18392] ppid=18390 vsize=5360 CPUtime=1.44
/proc/18392/stat : 18392 (glucose.sh) S 18390 18392 18289 0 -1 4194304 313 8225 0 0 0 0 136 8 16 0 1 0 155092433 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18392/statm: 1340 238 195 169 0 51 0
[pid=18395] ppid=18392 vsize=138168 CPUtime=2623.25
/proc/18395/stat : 18395 (glucose_static) R 18392 18392 18289 0 -1 4194304 33353 0 0 0 262291 34 0 0 25 0 1 0 155092578 141484032 33297 1992294400 134512640 135217611 4294956288 18446744073709551615 134532910 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/18395/statm: 34542 33297 77 172 0 34367 0
Current children cumulated CPU time (s) 2624.69
Current children cumulated vsize (KiB) 143528

Child status: 20
Real time (s): 2625.58
CPU time (s): 2624.79
CPU user time (s): 2624.33
CPU system time (s): 0.461929
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 143528

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

runsolver used 2.91656 second user time and 6.47701 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-02 15:24:41
IDJOB=1775314
IDBENCH=71718
IDSOLVER=610
FILE ID=node49/1775314-1241270680
PBS_JOBID= 9224976
Free space on /tmp= 66528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775314-1241270680/watcher-1775314-1241270680 -o /tmp/evaluation-result-1775314-1241270680/solver-1775314-1241270680 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775314-1241270680.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1656894401

node49.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.241
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.241
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:       1111696 kB
Buffers:         84772 kB
Cached:         753752 kB
SwapCached:       5560 kB
Active:          55008 kB
Inactive:       791680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111696 kB
SwapTotal:     4192956 kB
SwapFree:      4180508 kB
Dirty:            7304 kB
Writeback:           0 kB
Mapped:          13836 kB
Slab:            83360 kB
Committed_AS:   686856 kB
PageTables:       1384 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= 66528 MiB
End job on node49 at 2009-05-02 16:08:26