Trace number 3718635

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
PBPASSolver-CARD.DP 2012-05-28? (TO) 1800.09 1801.72

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1800.09/1801.71	cpython RunMakeCNF.py HOME/instance-3718635-1338270848.opb PrimePower CARD.DP ./CryptoMiniSat
1800.09/1801.71	./CryptoMiniSat HOME/instance-3718635-1338270848.opb.PrimePower.CARD.DP.cnf 1>HOME/instance-3718635-1338270848.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out 2>HOME/instance-3718635-1338270848.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.err
1800.09/1801.71	
1800.09/1801.71	HOME/instance-3718635-1338270848.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out
1800.09/1801.71	c Outputting solution to console
1800.09/1801.71	c This is CryptoMiniSat 2.9.1
1800.09/1801.71	c compiled with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
1800.09/1801.71	c WARNING: for repeatability, setting FPU to use double precision
1800.09/1801.71	c Reading file 'HOME/instance-3718635-1338270848.opb.PrimePower.CARD.DP.cnf'
1800.09/1801.71	c -- header says num vars:        4416529
1800.09/1801.71	c -- header says num clauses:    35905381
1800.09/1801.71	c -- clauses added:            0 learnts,     35905381 normals,            0 xors
1800.09/1801.71	c -- vars added    4416528
1800.09/1801.71	c Parsing time: 10.88 s
1800.09/1801.71	c  N st     0         0   4416528   1769635         0  26008721         0  59198982         0   no data   no data  --
1800.09/1801.71	c asymm  cl-useful: 0/2884/1727618 lits-rem:0 time: 0.30
1800.09/1801.71	c Flit:     9 Blit:   4744 bXBeca:    0 bXProp: 96176 Bins:      0 BRemL:      0 BRemN:      0 P: 200.3M T: 10.75
1800.09/1801.71	c Cleaning up after failed var search:     0.96 s 
1800.09/1801.71	c Replacing    96176 vars Replaced  1935790 lits Time:     1.26 s 
1800.09/1801.71	c bin-w-bin subsume rem        40284 bins  time:  2.74 s
1800.09/1801.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
1800.09/1801.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6196 time: 14.36 s
1800.09/1801.71	c Removed useless bin:    6780  fixed:     0  props:  20.00M  time:  0.83 s
1800.09/1801.71	c lits-rem:        14  cl-subs:    14612  v-elim: 858935  v-fix:    0  time: 11.69 s
1800.09/1801.71	c Finding binary XORs  T:     1.53 s  found: 1378276
1800.09/1801.71	c Replacing  1378276 vars Replaced 76234988 lits Time:     2.36 s 
1800.09/1801.71	c Calc default polars -  time:   0.38 s pos:   23638 undec: 3556831 neg:  836059
1800.09/1801.71	c =========================================================================================
1800.09/1801.71	c types(t): F = full restart, N = normal restart
1800.09/1801.71	c types(t): S = simplification begin/end, E = solution found
1800.09/1801.71	c restart types(rt): st = static, dy = dynamic
1800.09/1801.71	c  t rt  Rest     Confl      Vars   NormCls    XorCls    BinCls   Learnts    ClLits    LtLits
1800.09/1801.71	c  B st     0         0    873568   2700616         0  20283558         0  51662304         0   no data   no data  --
1800.09/1801.71	c  N dy    14      4066    873568   2700616         0  20283634      3959  51662304     66826      8.05      8.51  --
1800.09/1801.71	c  N dy    37      8409    873568   2700616         0  20283702      8196  51662304    142770      8.12      8.64  --
1800.09/1801.71	c  N dy    68     12576    873568   2700616         0  20283797     12236  51662304    218289      8.37      8.83  --
1800.09/1801.71	c  N dy    91     16702    873568   2700616         0  20283889     16232  51662304    289915      8.37      8.93  --
1800.09/1801.71	c  N dy   110     21072    873568   2700616         0  20283976     10762  51662304    132660      8.35      8.82  --
1800.09/1801.71	c  F st   134     25000    873568   2700616         0  20284060     14577  51662304    201860      8.38   no data  --
1800.09/1801.71	c  N st   135     25250    873568   2700616         0  20284065     14819  51662304    206554      8.38   no data  --
1800.09/1801.71	c  N dy   140     30000    873568   2700616         0  20284103     19506  51662304    291462      8.38   no data  --
1800.09/1801.71	c  S st   140     30000    873568   2700616         0  20284103     19506  51662304    291462      8.38   no data  --
1800.09/1801.71	c  S st   140     30503    873568   2700616         0  20284117     19992  51662304    298413      8.38   no data  --
1800.09/1801.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.77
1800.09/1801.71	c Flit:    34 Blit:     59 bXBeca:    0 bXProp:  158 Bins:  41641 BRemL:     12 BRemN:     60 P: 200.2M T: 25.46
1800.09/1801.71	c Replacing      159 vars Replaced    19972 lits Time:     1.41 s 
1800.09/1801.71	c bin-w-bin subsume rem     15337175 bins  time:  5.11 s
1800.09/1801.71	c subs with bin:      225  lits-rem:     58339  v-fix:    0  time:  1.02 s
1800.09/1801.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13881 time: 17.05 s
1800.09/1801.71	c Removed useless bin:     355  fixed:     0  props:  20.04M  time:  0.78 s
1800.09/1801.71	c lits-rem:        52  cl-subs:   158154  v-elim:  29286  v-fix:    0  time: 17.77 s
1800.09/1801.71	c asymm  cl-useful: 0/360/2618884 lits-rem:0 time: 0.72
1800.09/1801.71	c  N dy   140     30503    843944   2618884         0   4895234     15135  19296617    294268      8.38   no data  --
1800.09/1801.71	c Finding binary XORs  T:     0.54 s  found:       4
1800.09/1801.71	c  N dy   156     34725    843944   2618884         0   4895327     19217  19296617    365272      8.32      8.78  --
1800.09/1801.71	c  N dy   188     38780    843944   2618884         0   4895421     23134  19296617    433926      8.38      8.85  --
1800.09/1801.71	c  N dy   210     42796    843944   2618884         0   4895526     27001  19296617    501334      8.36      8.80  --
1800.09/1801.71	c  S st   227     45754    843944   2618884         0   4895593     29869  19296617    553257      8.35   no data  --
1800.09/1801.71	c  S st   227     46255    843944   2618884         0   4895614     15367  19296617    236097      8.35   no data  --
1800.09/1801.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.60
1800.09/1801.71	c Flit:    16 Blit:      1 bXBeca:    0 bXProp:  289 Bins:  45127 BRemL:    144 BRemN:    156 P: 200.1M T: 24.71
1800.09/1801.71	c Replacing      293 vars Replaced    42214 lits Time:     1.04 s 
1800.09/1801.71	c bin-w-bin subsume rem          652 bins  time:  0.75 s
1800.09/1801.71	c subs with bin:       61  lits-rem:     79113  v-fix:    0  time:  0.96 s
1800.09/1801.71	c Subs w/ non-existent bins:    114 l-rem:    418 v-fix:     0 done:  13178 time: 16.92 s
1800.09/1801.71	c Removed useless bin:      76  fixed:     0  props:  20.03M  time:  0.73 s
1800.09/1801.71	c lits-rem:        14  cl-subs:   121265  v-elim:  39600  v-fix:    0  time:  6.57 s
1800.09/1801.71	c asymm  cl-useful: 0/594/2598448 lits-rem:0 time: 0.68
1800.09/1801.71	c  N dy   227     46255    804034   2598448         0   4820572     13039  18876757    295419      8.35   no data  --
1800.09/1801.71	c Finding binary XORs  T:     0.54 s  found:       3
1800.09/1801.71	c  N dy   249     50554    804034   2598448         0   4820672     17196  18876757    365145      8.34      8.79  --
1800.09/1801.71	c  N dy   276     54652    804033   2598448         0   4820765     21163  18876757    433628      8.35      8.80  --
1800.09/1801.71	c  N dy   300     58894    804033   2598448         0   4820882     25242  18876757    506394      8.34      8.81  --
1800.09/1801.71	c  N dy   327     62895    804033   2598448         0   4820972     29122  18876757    574365      8.36      8.84  --
1800.09/1801.71	c  N dy   347     66910    804033   2598448         0   4821082     32982  18876757    639927      8.36      8.88  --
1800.09/1801.71	c  S st   363     69382    804033   2598448         0   4821131     35387  18876757    681607      8.37      7.70  --
1800.09/1801.71	c  S st   363     69882    804033   2598448         0   4821144     35870  18876757    688513      8.37   no data  --
1800.09/1801.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.56
1800.09/1801.71	c Flit:     8 Blit:      0 bXBeca:    0 bXProp:  223 Bins:  35686 BRemL:      1 BRemN:     31 P: 200.0M T: 19.41
1800.09/1801.71	c Replacing      226 vars Replaced    28698 lits Time:     0.98 s 
1800.09/1801.71	c bin-w-bin subsume rem          519 bins  time:  0.74 s
1800.09/1801.71	c subs with bin:      112  lits-rem:      1050  v-fix:    0  time:  0.97 s
1800.09/1801.71	c Subs w/ non-existent bins:     45 l-rem:    213 v-fix:     0 done:  25371 time: 10.29 s
1800.09/1801.71	c Removed useless bin:     177  fixed:     0  props:  20.03M  time:  0.71 s
1800.09/1801.71	c lits-rem:       411  cl-subs:      949  v-elim:      3  v-fix:    0  time:  5.50 s
1800.09/1801.71	c asymm  cl-useful: 0/421/2598185 lits-rem:0 time: 0.68
1800.09/1801.71	c  N dy   363     69882    803796   2598185         0   4855871     35021  18874008    745605      8.37   no data  --
1800.09/1801.71	c Finding binary XORs  T:     0.54 s  found:      14
1800.09/1801.71	c  N dy   387     74884    803796   2598185         0   4855991     21884  18874008    468213      8.36      8.88  --
1800.09/1801.71	c  N dy   412     79766    803796   2598185         0   4856082     26609  18874008    551084      8.34      8.79  --
1800.09/1801.71	c  N dy   448     84903    803796   2598185         0   4856176     31603  18874008    637498      8.36      8.98  --
1800.09/1801.71	c  F st   462     87500    803796   2598185         0   4856221     34135  18874008    681983      8.36      8.57  --
1800.09/1801.72	c Replacing       14 vars Replaced      453 lits Time:     0.72 s 
1800.09/1801.72	c  N st   467     90795    803782   2598185         0   4856237     37364  18874008    741633      8.36   no data  --
1800.09/1801.72	c  N dy   497     96588    803782   2598185         0   4856322     22904  18874008    447604      8.38      8.87  --
1800.09/1801.72	c  N dy   527    102819    803782   2598185         0   4856429     28956  18874008    552922      8.39      8.90  --
1800.09/1801.72	c  S st   539    104824    803782   2598185         0   4856474     30896  18874008    586108      8.39   no data  --
1800.09/1801.72	c  S st   539    105325    803782   2598185         0   4856495     31366  18874008    592702      8.39   no data  --
1800.09/1801.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.61
1800.09/1801.72	c Flit:    23 Blit:      2 bXBeca:    0 bXProp:  263 Bins:  42984 BRemL:     18 BRemN:     59 P: 200.1M T: 23.74
1800.09/1801.72	c Replacing      264 vars Replaced    34458 lits Time:     1.07 s 
1800.09/1801.72	c bin-w-bin subsume rem          673 bins  time:  0.76 s
1800.09/1801.72	c subs with bin:       99  lits-rem:       330  v-fix:    0  time:  0.97 s
1800.09/1801.72	c Subs w/ non-existent bins:     43 l-rem:     19 v-fix:     0 done:  32057 time:  8.68 s
1800.09/1801.72	c Removed useless bin:     324  fixed:     0  props:  20.01M  time:  0.69 s
1800.09/1801.72	c lits-rem:        36  cl-subs:      729  v-elim:      7  v-fix:    0  time:  5.58 s
1800.09/1801.72	c asymm  cl-useful: 1/369/2597780 lits-rem:3 time: 0.67
1800.09/1801.72	c  N dy   539    105325    803482   2597779         0   4897975     30820  18870221    670784      8.39   no data  --
1800.09/1801.72	c Finding binary XORs  T:     0.55 s  found:      20
1800.09/1801.72	c  N dy   585    112051    803482   2597779         0   4898090     37365  18870221    784324      8.42      8.90  --
1800.09/1801.72	c  N dy   629    119287    803482   2597779         0   4898233     22569  18870221    494180      8.42     10.15  --
1800.09/1801.72	c  N dy   672    126970    803482   2597779         0   4898428     29981  18870221    622049      8.43      9.25  --

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718635-1338270848/watcher-3718635-1338270848 -o /tmp/evaluation-result-3718635-1338270848/solver-3718635-1338270848 -C 1800 -W 1900 -M 15500 python HOME/RunSolver.py HOME/instance-3718635-1338270848.opb PrimePower CARD.DP ./CryptoMiniSat 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.73 3/177 25086
/proc/meminfo: memFree=28591672/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/25086/stat : 25086 (runsolver) D 25084 25086 24798 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 293210206 12095488 51 33554432000 4194304 5436572 140736436459024 140736436455320 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 2953 51 31 304 0 2645 0

[startup+0.067797 s]
/proc/loadavg: 2.00 1.99 1.73 3/177 25086
/proc/meminfo: memFree=28591672/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16592 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) R 25084 25086 24798 0 -1 4202496 1201 0 0 0 1 0 0 0 20 0 1 0 293210206 16990208 1001 33554432000 4194304 5683644 140735284070576 140735284052648 270707540880 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4148 1001 422 364 0 590 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16592

[startup+0.10018 s]
/proc/loadavg: 2.00 1.99 1.73 3/177 25086
/proc/meminfo: memFree=28591672/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+0.300154 s]
/proc/loadavg: 2.00 1.99 1.73 3/177 25086
/proc/meminfo: memFree=28591672/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+0.700145 s]
/proc/loadavg: 2.00 1.99 1.73 3/177 25086
/proc/meminfo: memFree=28591672/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+1.50031 s]
/proc/loadavg: 2.00 1.99 1.73 3/183 25092
/proc/meminfo: memFree=28330284/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/25089/stat : 25089 (python) S 25088 25086 24798 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293210214 17141760 1058 33554432000 4194304 5683644 140737273621360 140737273619208 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25089/statm: 4185 1058 429 364 0 627 0
[pid=25090] ppid=25089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25090/stat : 25090 (sh) S 25089 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210217 9367552 268 33554432000 4194304 5064252 140733855971680 140733855970384 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25090/statm: 2287 268 226 213 0 72 0
[pid=25091] ppid=25090 vsize=817324 CPUtime=1.38 cores=0,2,4,6
/proc/25091/stat : 25091 (PBPASSolver-817) R 25090 25086 24798 0 -1 4202496 93540 0 0 0 87 51 0 0 20 0 1 0 293210217 836939776 88691 33554432000 4194304 4943705 140734842164000 140734842162912 4361008 0 0 16781312 17608 0 0 0 17 4 0 0 0 0 0
/proc/25091/statm: 204331 88691 357 183 0 200701 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 869356

[startup+3.10031 s]
/proc/loadavg: 2.00 1.99 1.73 3/183 25092
/proc/meminfo: memFree=28124172/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/25089/stat : 25089 (python) S 25088 25086 24798 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293210214 17141760 1058 33554432000 4194304 5683644 140737273621360 140737273619208 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25089/statm: 4185 1058 429 364 0 627 0
[pid=25090] ppid=25089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25090/stat : 25090 (sh) S 25089 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210217 9367552 268 33554432000 4194304 5064252 140733855971680 140733855970384 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25090/statm: 2287 268 226 213 0 72 0
[pid=25091] ppid=25090 vsize=1352876 CPUtime=2.86 cores=0,2,4,6
/proc/25091/stat : 25091 (PBPASSolver-817) R 25090 25086 24798 0 -1 4202496 152097 0 0 0 198 88 0 0 20 0 1 0 293210217 1385345024 147248 33554432000 4194304 4943705 140734842164000 140734842162272 4267542 0 0 16781312 17608 0 0 0 17 2 0 0 12 0 0
/proc/25091/statm: 338219 147248 357 183 0 334589 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 1404908

[startup+6.30031 s]
/proc/loadavg: 2.00 1.99 1.73 3/183 25092
/proc/meminfo: memFree=27703376/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/25089/stat : 25089 (python) S 25088 25086 24798 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293210214 17141760 1058 33554432000 4194304 5683644 140737273621360 140737273619208 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25089/statm: 4185 1058 429 364 0 627 0
[pid=25090] ppid=25089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25090/stat : 25090 (sh) S 25089 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210217 9367552 268 33554432000 4194304 5064252 140733855971680 140733855970384 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25090/statm: 2287 268 226 213 0 72 0
[pid=25091] ppid=25090 vsize=2217900 CPUtime=6.06 cores=0,2,4,6
/proc/25091/stat : 25091 (PBPASSolver-817) R 25090 25086 24798 0 -1 4202496 246728 0 0 0 465 141 0 0 20 0 1 0 293210217 2271129600 241879 33554432000 4194304 4943705 140734842164000 140734842162912 4361008 0 0 16781312 17608 0 0 0 17 2 0 0 12 0 0
/proc/25091/statm: 554475 241879 357 183 0 550845 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 2269932

[startup+12.7004 s]
/proc/loadavg: 2.00 1.99 1.73 3/183 25092
/proc/meminfo: memFree=27134040/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/25089/stat : 25089 (python) S 25088 25086 24798 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293210214 17141760 1058 33554432000 4194304 5683644 140737273621360 140737273619208 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25089/statm: 4185 1058 429 364 0 627 0
[pid=25090] ppid=25089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25090/stat : 25090 (sh) S 25089 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210217 9367552 268 33554432000 4194304 5064252 140733855971680 140733855970384 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25090/statm: 2287 268 226 213 0 72 0
[pid=25091] ppid=25090 vsize=3409324 CPUtime=12.36 cores=0,2,4,6
/proc/25091/stat : 25091 (PBPASSolver-817) D 25090 25086 24798 0 -1 4202496 377019 0 0 0 1014 222 0 0 20 0 1 0 293210217 3491147776 372170 33554432000 4194304 4943705 140734842164000 140734842162272 4267542 0 0 16781312 17608 18446744071580543392 0 0 17 2 0 0 18 0 0
/proc/25091/statm: 852331 372170 357 183 0 848701 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 3461356

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 1.74 3/183 25092
/proc/meminfo: memFree=26842688/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/25089/stat : 25089 (python) S 25088 25086 24798 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293210214 17141760 1058 33554432000 4194304 5683644 140737273621360 140737273619208 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25089/statm: 4185 1058 429 364 0 627 0
[pid=25090] ppid=25089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25090/stat : 25090 (sh) S 25089 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210217 9367552 268 33554432000 4194304 5064252 140733855971680 140733855970384 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25090/statm: 2287 268 226 213 0 72 0
[pid=25091] ppid=25090 vsize=3892940 CPUtime=25.13 cores=0,2,4,6
/proc/25091/stat : 25091 (PBPASSolver-817) R 25090 25086 24798 0 -1 4202496 430107 0 0 0 1557 956 0 0 20 0 1 0 293210217 3986370560 425130 33554432000 4194304 4943705 140734842164000 140734842159904 4267542 0 0 16781312 17608 0 0 0 17 2 0 0 25 0 0
/proc/25091/statm: 973235 425130 366 183 0 969605 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 3944972

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.74 3/183 25092
/proc/meminfo: memFree=26685344/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/25089/stat : 25089 (python) S 25088 25086 24798 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293210214 17141760 1058 33554432000 4194304 5683644 140737273621360 140737273619208 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25089/statm: 4185 1058 429 364 0 627 0
[pid=25090] ppid=25089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25090/stat : 25090 (sh) S 25089 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210217 9367552 268 33554432000 4194304 5064252 140733855971680 140733855970384 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25090/statm: 2287 268 226 213 0 72 0
[pid=25091] ppid=25090 vsize=3952780 CPUtime=50.66 cores=0,2,4,6
/proc/25091/stat : 25091 (PBPASSolver-817) R 25090 25086 24798 0 -1 4202496 436804 0 0 0 2173 2893 0 0 20 0 1 0 293210217 4047646720 431811 33554432000 4194304 4943705 140734842164000 140734842159424 4267542 0 0 16781312 17608 0 0 0 17 2 0 0 31 0 0
/proc/25091/statm: 988195 431811 366 183 0 984565 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 4004812

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.75 3/183 25092
/proc/meminfo: memFree=26524752/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068424 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25088] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25088/stat : 25088 (sh) S 25086 25086 24798 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293210214 9367552 266 33554432000 4194304 5064252 140737405657472 140737405656176 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25088/statm: 2287 266 226 213 0 72 0
[pid=25089] ppid=25088 vsize=16740 CPUtime=0.01 cores=0,2,4,6

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

/proc/loadavg: 2.03 2.01 1.91 3/181 25127
/proc/meminfo: memFree=24243924/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3911764 CPUtime=1011.87 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 536364 0 0 0 101002 185 0 0 20 0 1 0 293245221 4005646336 838597 33554432000 4194304 4734972 140735595659984 140735595652472 4328147 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 977941 838597 401 132 0 972841 0
Current children cumulated CPU time (s) 1360.79
Current children cumulated vsize (KiB) 3937908

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.91 3/181 25127
/proc/meminfo: memFree=24244264/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3911764 CPUtime=1071.85 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 536379 0 0 0 107000 185 0 0 20 0 1 0 293245221 4005646336 838597 33554432000 4194304 4734972 140735595659984 140735595644632 4633635 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 977941 838597 401 132 0 972841 0
Current children cumulated CPU time (s) 1420.77
Current children cumulated vsize (KiB) 3937908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 25127
/proc/meminfo: memFree=24244296/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3911764 CPUtime=1131.82 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 536409 0 0 0 112997 185 0 0 20 0 1 0 293245221 4005646336 838597 33554432000 4194304 4734972 140735595659984 140735595652008 4241804 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 977941 838597 401 132 0 972841 0
Current children cumulated CPU time (s) 1480.74
Current children cumulated vsize (KiB) 3937908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 25128
/proc/meminfo: memFree=24244200/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3911764 CPUtime=1191.81 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 536429 0 0 0 118996 185 0 0 20 0 1 0 293245221 4005646336 838597 33554432000 4194304 4734972 140735595659984 140735595652008 4326631 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 977941 838597 401 132 0 972841 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 3937908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/182 25131
/proc/meminfo: memFree=24177340/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3978712 CPUtime=1251.79 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 544470 0 0 0 124992 187 0 0 20 0 1 0 293245221 4074201088 855408 33554432000 4194304 4734972 140735595659984 140735595650584 4239651 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 994678 855408 401 132 0 989578 0
Current children cumulated CPU time (s) 1600.71
Current children cumulated vsize (KiB) 4004856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25174
/proc/meminfo: memFree=22366816/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3994768 CPUtime=1311.78 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 546694 0 0 0 130987 191 0 0 20 0 1 0 293245221 4090642432 858349 33554432000 4194304 4734972 140735595659984 140735595652008 4328169 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 998692 858349 401 132 0 993592 0
Current children cumulated CPU time (s) 1660.7
Current children cumulated vsize (KiB) 4020912

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25174
/proc/meminfo: memFree=22156448/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3994768 CPUtime=1371.77 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 546699 0 0 0 136986 191 0 0 20 0 1 0 293245221 4090642432 858861 33554432000 4194304 4734972 140735595659984 140735595652008 4328365 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 998692 858861 401 132 0 993592 0
Current children cumulated CPU time (s) 1720.69
Current children cumulated vsize (KiB) 4020912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 25174
/proc/meminfo: memFree=21936280/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3994768 CPUtime=1431.76 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 546699 0 0 0 142985 191 0 0 20 0 1 0 293245221 4090642432 858861 33554432000 4194304 4734972 140735595659984 140735595652008 4329694 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 998692 858861 401 132 0 993592 0
Current children cumulated CPU time (s) 1780.68
Current children cumulated vsize (KiB) 4020912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.07 2.02 1.92 3/183 25174
/proc/meminfo: memFree=21866024/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3994768 CPUtime=1451.17 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 546699 0 0 0 144926 191 0 0 20 0 1 0 293245221 4090642432 858861 33554432000 4194304 4734972 140735595659984 140735595652008 4327579 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 998692 858861 401 132 0 993592 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 4020912

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.7 s]
/proc/loadavg: 2.07 2.02 1.92 3/183 25174
/proc/meminfo: memFree=21866024/32873648 swapFree=6864/6864
[pid=25086] ppid=25084 vsize=16996 CPUtime=348.92 cores=0,2,4,6
/proc/25086/stat : 25086 (python) S 25084 25086 24798 0 -1 4202496 1405 504214 0 0 1 0 9474 25417 20 0 1 0 293210206 17403904 1082 33554432000 4194304 5683644 140735284070576 140735284068120 270707541376 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25086/statm: 4249 1082 429 364 0 691 0
[pid=25094] ppid=25086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25094/stat : 25094 (sh) S 25086 25086 24798 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293245220 9367552 267 33554432000 4194304 5064252 140736472516928 140736472515632 270707353166 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25094/statm: 2287 267 226 213 0 72 0
[pid=25095] ppid=25094 vsize=3994768 CPUtime=1451.17 cores=0,2,4,6
/proc/25095/stat : 25095 (CryptoMiniSat) R 25094 25086 24798 0 -1 4202496 546699 0 0 0 144926 191 0 0 20 0 1 0 293245221 4090642432 858861 33554432000 4194304 4734972 140735595659984 140735595652008 4327579 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/25095/statm: 998692 858861 401 132 0 993592 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 4020912

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25086 and gives
#  childrusage.ru_utime.tv_sec=94
#  childrusage.ru_utime.tv_usec=760594
#  childrusage.ru_stime.tv_sec=254
#  childrusage.ru_stime.tv_usec=180358
# CPU time returned by wait4() is 348.941
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.72
CPU time (s): 1800.09
CPU user time (s): 1544.01
CPU system time (s): 256.08
CPU usage (%): 99.9095
Max. virtual memory (cumulated for all children) (KiB): 4571180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.7606
system time used= 254.18
maximum resident set size= 2147220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1440376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303
involuntary context switches= 525

runsolver used 6.47602 second user time and 16.5995 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-29 07:54:08
IDJOB=3718635
IDBENCH=1488
IDSOLVER=2302
FILE ID=node125/3718635-1338270848
RUNJOBID= node125-1338268844-24814
PBS_JOBID= 14625696
Free space on /tmp= 71240 MiB

SOLVER NAME= PBPASSolver-CARD.DP 2012-05-28
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= python HOME/RunSolver.py BENCHNAME PrimePower CARD.DP ./CryptoMiniSat
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718635-1338270848/watcher-3718635-1338270848 -o /tmp/evaluation-result-3718635-1338270848/solver-3718635-1338270848 -C 1800 -W 1900 -M 15500  python HOME/RunSolver.py HOME/instance-3718635-1338270848.opb PrimePower CARD.DP ./CryptoMiniSat

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=902508626

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28591944 kB
Buffers:          556008 kB
Cached:          2570156 kB
SwapCached:         2300 kB
Active:          1835480 kB
Inactive:        1558692 kB
Active(anon):     259444 kB
Inactive(anon):     9556 kB
Active(file):    1576036 kB
Inactive(file):  1549136 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:             14804 kB
Writeback:             0 kB
AnonPages:        270944 kB
Mapped:            15812 kB
Shmem:               104 kB
Slab:             743820 kB
SReclaimable:     187752 kB
SUnreclaim:       556068 kB
KernelStack:        1496 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     402660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70172 MiB
End job on node125 at 2012-05-29 08:24:10