Trace number 3274037

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
CryptoMiniSat TechDemo-Alpha-mtSAT 74.5387 19.2764

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n120-s12930489-sat.cnf
MD5SUM8ed9a0140bec35e5e912931daa661f80
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses288
Sum of the clauses size720
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3274037-1304129823.cnf'
0.00/0.00	c -- header says num vars:            120
0.00/0.00	c -- header says num clauses:         288
0.00/0.00	c -- clauses added:            0 learnts,          288 normals,            0 xors
0.00/0.00	c -- vars added        120
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       120        48       240         0       720         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/48/48 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    120 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      66 undec:       0 neg:      54
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       120        48       240         0       720         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
7.57/1.99	c  N dy     8     30000       120        48       240     10435       720    204089     22.57     10.98  --
7.97/2.00	c  S st     8     30000       120        48       240     10435       720    204089     22.57     10.98  --
7.97/2.05	c  S st     8     30502       120        48       240     10933       720    213980     22.57     10.98  --
7.97/2.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/2.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.24
8.38/2.11	c Calc non-exist non-lernt bins v-fix:     0 done:    120 time:  0.00 s
8.38/2.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/2.11	c Subs w/ non-existent bins:      0 time:  0.00 s
8.38/2.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
8.38/2.14	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.78/2.28	c lits-rem:       762  cl-subs:     1145  v-elim:      0  v-fix:    0  time:  0.57 s
8.78/2.28	c learnt bin added due to v-elim: 0
8.78/2.28	c vivif2 --  cl tried       48 cl shrink        0 lits rem          0 time: 0.00
8.78/2.28	c vivif2 --  cl tried     9788 cl shrink        0 lits rem          0 time: 0.00
8.78/2.29	c asymm  cl-useful: 0/48/48 lits-rem:0 time: 0.03
8.78/2.29	c calculated reachability. Time: 0.00
8.78/2.29	c  N dy     8     30502       120        48       240      9788       720    191727     22.57     10.98  --
8.78/2.29	c  F st     8     30502       120        48       240      9788       720    191727     22.57     10.98  --
9.57/2.46	c Decided on static restart strategy
14.76/3.79	c  N dy    20     45753       120        48       240     16871       720    331014     23.61     10.90  --
15.16/3.80	c  S st    20     45753       120        48       240     16871       720    331014     23.61     10.90  --
15.16/3.89	c  S st    20     46256       120        48       240      8735       720    141483     23.61     10.90  --
15.16/3.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.16/3.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.56/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.20
15.56/3.94	c Calc non-exist non-lernt bins v-fix:     0 done:    120 time:  0.00 s
15.56/3.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.56/3.94	c Subs w/ non-existent bins:      0 time:  0.00 s
15.56/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
15.56/3.96	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.56/3.99	c lits-rem:        42  cl-subs:      454  v-elim:      0  v-fix:    0  time:  0.12 s
15.56/3.99	c learnt bin added due to v-elim: 0
15.56/3.99	c vivif2 --  cl tried       48 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c vivif2 --  cl tried     8281 cl shrink        0 lits rem          0 time: 0.00
15.96/4.00	c asymm  cl-useful: 0/48/48 lits-rem:0 time: 0.03
15.96/4.00	c calculated reachability. Time: 0.00
15.96/4.00	c  N dy    20     46256       120        48       240      8281       720    136679     23.61     10.90  --
27.54/6.94	c  N dy    23     69386       120        48       240     21041       720    407686     23.28     10.98  --
27.54/6.95	c  S st    23     69386       120        48       240     21041       720    407686     23.28     10.98  --
27.94/7.05	c  S st    23     69890       120        48       240     10915       720    180850     23.28     10.98  --
27.94/7.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.4M T:  0.31
28.34/7.13	c Calc non-exist non-lernt bins v-fix:     0 done:    120 time:  0.00 s
28.34/7.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.13	c Subs w/ non-existent bins:      0 time:  0.00 s
28.34/7.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
28.34/7.14	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
29.14/7.30	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
31.54/7.96	c Added 2 vars  tried: 62658 time: 2.61
31.54/7.97	c ORs :      2 avg-s:  0.0 cl-sh:  3567 l-rem:   3567 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.68
31.54/7.98	c lits-rem:        66  cl-subs:      258  v-elim:      0  v-fix:    0  time:  3.33 s
31.54/7.98	c learnt bin added due to v-elim: 0
31.54/7.98	c vivif2 --  cl tried       50 cl shrink        0 lits rem          0 time: 0.00
31.54/7.98	c vivif2 --  cl tried    10657 cl shrink        0 lits rem          0 time: 0.00
31.54/7.99	c asymm  cl-useful: 0/50/50 lits-rem:0 time: 0.03
31.54/7.99	c calculated reachability. Time: 0.00
31.54/7.99	c  N dy    23     69890       122        50       244     10657       732    174293     23.28     10.98  --
31.54/7.99	c  F st    23     69890       122        50       244     10657       732    174293     23.28     10.98  --
32.73/8.20	c Decided on static restart strategy
50.72/12.73	c  N dy    30    104836       122        50       245     20285       732    354547     22.30     10.69  --
50.72/12.75	c  S st    30    104836       122        50       245     20285       732    354547     22.30     10.69  --
51.12/12.85	c  S st    30    105337       122        50       245     20780       732    365196     22.30     10.69  --
51.12/12.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.12/12.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.92/13.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.5M T:  0.80
51.92/13.05	c Calc non-exist non-lernt bins v-fix:     0 done:    122 time:  0.00 s
51.92/13.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.92/13.05	c Subs w/ non-existent bins:      0 time:  0.01 s
51.92/13.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.32/13.11	c subs with bin:      722  lits-rem:         4  v-fix:    0  time:  0.22 s
52.32/13.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
53.91/13.57	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
53.91/13.57	c lits-rem:       661  cl-subs:      869  v-elim:      0  v-fix:    0  time:  1.84 s
53.91/13.57	c learnt bin added due to v-elim: 0
53.91/13.57	c vivif2 --  cl tried       50 cl shrink        0 lits rem          0 time: 0.00
53.91/13.58	c vivif2 --  cl tried    19189 cl shrink        0 lits rem          0 time: 0.01
53.91/13.59	c asymm  cl-useful: 0/50/50 lits-rem:0 time: 0.07
53.91/13.59	c calculated reachability. Time: 0.00
53.91/13.59	c  N dy    30    105337       122        50       245     19189       732    342207     22.30     10.69  --
73.08/18.38	c  E dy    32    137895         0        50       245     22656       732    389334     21.90     10.85  --
74.44/19.27	c Verified 50 clauses.
74.44/19.27	c Verified 50 clauses.
74.44/19.27	c Following stats are for *FIRST FINISHED THREAD ONLY*
74.44/19.27	c num threads              : 4          
74.44/19.27	c restarts                 : 32         
74.44/19.27	c dynamic restarts         : 14         
74.44/19.27	c static restarts          : 18         
74.44/19.27	c full restarts            : 2          
74.44/19.27	c total simplify time      : 0.00       
74.44/19.27	c learnts DL2              : 0          
74.44/19.27	c learnts size 2           : 245        
74.44/19.27	c learnts size 1           : 0           (0.00      % of vars)
74.44/19.27	c filedLit time            : 1.55        (2.08      % time)
74.44/19.27	c v-elim SatELite          : 0           (0.00      % vars)
74.44/19.27	c SatELite time            : 5.81        (7.80      % time)
74.44/19.27	c v-elim xor               : 0           (0.00      % vars)
74.44/19.27	c xor elim time            : 0.01        (0.01      % time)
74.44/19.27	c num binary xor trees     : 0          
74.44/19.27	c binxor trees' crown      : 0           (nan       leafs/tree)
74.44/19.27	c bin xor find time        : 0.00       
74.44/19.27	c OTF clause subsumed      : 4599        (0.03      clauses/conflict)
74.44/19.27	c OTF subs. size diff      : 4821        (1.05       lits/clause)
74.44/19.27	c OTF cl watch-shrink      : 47273       (0.34      clauses/conflict)
74.44/19.27	c OTF cl watch-sh-lit      : 72635       (1.54       lits/clause)
74.44/19.27	c tried to recurMin cls    : 137895      (100.00     % of conflicts)
74.44/19.27	c updated cache            : 4           (0.00       lits/tried recurMin)
74.44/19.27	c OTF Gate-Rem cl          : 1247        (0.01      clauses/conflict)
74.44/19.27	c OTF Gate-rem lits        : 1252        (1.00      lits/confl)
74.44/19.27	c unit cls received        : 0           (nan       % of units)
74.44/19.27	c unit cls sent            : 0           (nan       % of units)
74.44/19.27	c bin cls received         : 0          
74.44/19.27	c bin cls sent             : 5          
74.44/19.27	c tri cls recevied         : 0          
74.44/19.27	c tri cls sent             : 2          
74.44/19.27	c clauses over max glue    : 0           (0.00      % of all clauses)
74.44/19.27	c conflicts                : 137895      (1850.82   / sec)
74.44/19.27	c decisions                : 155413      (1.15      % random)
74.44/19.27	c bogo-props               : 1411210868  (18941239.67 / sec)
74.44/19.27	c props                    : 5229209     (70186.32  / sec)
74.44/19.27	c conflict literals        : 3035109     (17.28     % deleted)
74.44/19.27	c Memory used              : 670.72      MB
74.44/19.27	c single-thread CPU time   : 74.50       s
74.44/19.27	c all-threads sum CPU time : 74.50       s
74.44/19.27	s SATISFIABLE
74.44/19.27	v 1 -2 -3 4 -5 -6 -7 8 9 10 -11 -12 13 14 15 16 -17 -18 -19 20 21 -22 23 24 -25 26 -27 -28 -29 -30 -31 -32 33 34 35 36 37 -38 39 40 -41 -42 43 -44 -45 46 -47 48 49 -50 51 52 53 -54 55 56 -57 58 -59 60 61 62 -63 64 65 -66 -67 -68 69 70 71 72 73 -74 -75 76 77 -78 -79 -80 -81 -82 83 84 -85 86 87 88 89 90 91 92 93 94 95 96 -97 -98 99 -100 101 102 103 -104 105 -106 -107 -108 -109 110 -111 -112 -113 114 -115 -116 -117 -118 -119 120 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3274037-1304129823/watcher-3274037-1304129823 -o /tmp/evaluation-result-3274037-1304129823/solver-3274037-1304129823 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3274037-1304129823.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.08 8.14 7.76 5/180 909
/proc/meminfo: memFree=24902364/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=49880 CPUtime=0 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 528 0 0 0 0 0 0 0 25 0 1 0 603213030 51077120 464 33554432000 4194304 4797429 140735208649296 18446744073709551615 4411081 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/909/statm: 12470 465 348 148 0 7399 0
[pid=909/tid=911] ppid=907 vsize=80740 CPUtime=0 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603213031 82677760 487 33554432000 4194304 4797429 140735208649296 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=909/tid=912] ppid=907 vsize=80740 CPUtime=0 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603213031 82677760 487 33554432000 4194304 4797429 140735208649296 18446744073709551615 216000390198 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=80740 CPUtime=0 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 603213031 82677760 487 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046854066 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.104886 s]
/proc/loadavg: 8.08 8.14 7.76 5/180 909
/proc/meminfo: memFree=24902364/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=671800 CPUtime=0.39 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 1291 0 0 0 39 0 0 0 25 0 4 0 603213030 687923200 1151 33554432000 4194304 4797429 140735208649296 18446744073709551615 215988697631 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 167950 1151 410 148 0 162879 0
[pid=909/tid=911] ppid=907 vsize=671800 CPUtime=0.09 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 194 0 0 0 9 0 0 0 25 0 4 0 603213031 687923200 1151 33554432000 4194304 4797429 140735208649296 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=671800 CPUtime=0.09 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 167 0 0 0 9 0 0 0 25 0 4 0 603213031 687923200 1151 33554432000 4194304 4797429 140735208649296 18446744073709551615 215988289172 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=671800 CPUtime=0.09 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 201 0 0 0 9 0 0 0 25 0 4 0 603213031 687923200 1151 33554432000 4194304 4797429 140735208649296 18446744073709551615 215988697631 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 671800

[startup+0.200246 s]
/proc/loadavg: 8.08 8.14 7.76 5/180 909
/proc/meminfo: memFree=24902364/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=673276 CPUtime=0.78 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 1891 0 0 0 78 0 0 0 25 0 4 0 603213030 689434624 1272 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 168319 1272 410 148 0 163248 0
[pid=909/tid=911] ppid=907 vsize=673276 CPUtime=0.19 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 347 0 0 0 19 0 0 0 25 0 4 0 603213031 689434624 1272 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425120 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=673276 CPUtime=0.19 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 328 0 0 0 19 0 0 0 25 0 4 0 603213031 689434624 1272 33554432000 4194304 4797429 140735208649296 18446744073709551615 4255543 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=673276 CPUtime=0.19 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 352 0 0 0 19 0 0 0 25 0 4 0 603213031 689434624 1273 33554432000 4194304 4797429 140735208649296 18446744073709551615 215988259802 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 673276

[startup+0.300228 s]
/proc/loadavg: 8.08 8.14 7.76 5/180 909
/proc/meminfo: memFree=24902364/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=673544 CPUtime=1.18 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 2172 0 0 0 118 0 0 0 25 0 4 0 603213030 689709056 1545 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 168386 1545 410 148 0 163315 0
[pid=909/tid=911] ppid=907 vsize=673544 CPUtime=0.29 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 414 0 0 0 29 0 0 0 25 0 4 0 603213031 689709056 1545 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425907 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=673544 CPUtime=0.29 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 399 0 0 0 29 0 0 0 25 0 4 0 603213031 689709056 1545 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=673544 CPUtime=0.29 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 419 0 0 0 29 0 0 0 25 0 4 0 603213031 689709056 1545 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425633 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 673544

[startup+0.701162 s]
/proc/loadavg: 8.08 8.14 7.76 5/180 909
/proc/meminfo: memFree=24902364/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=676316 CPUtime=2.78 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 4023 0 0 0 278 0 0 0 25 0 4 0 603213030 692547584 3184 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424965 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 169079 3184 416 148 0 164008 0
[pid=909/tid=911] ppid=907 vsize=676316 CPUtime=0.69 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 905 0 0 0 69 0 0 0 25 0 4 0 603213031 692547584 3184 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424994 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=676316 CPUtime=0.69 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 883 0 0 0 69 0 0 0 25 0 4 0 603213031 692547584 3184 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=676316 CPUtime=0.69 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 903 0 0 0 69 0 0 0 25 0 4 0 603213031 692547584 3184 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424891 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 676316

[startup+1.50102 s]
/proc/loadavg: 8.08 8.14 7.76 9/184 914
/proc/meminfo: memFree=24894644/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=678104 CPUtime=5.97 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 5453 0 0 0 597 0 0 0 25 0 4 0 603213030 694378496 3720 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425836 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 169526 3720 418 148 0 164455 0
[pid=909/tid=911] ppid=907 vsize=678104 CPUtime=1.48 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 1182 0 0 0 148 0 0 0 25 0 4 0 603213031 694378496 3720 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=678104 CPUtime=1.49 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 1220 0 0 0 149 0 0 0 25 0 4 0 603213031 694378496 3720 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=678104 CPUtime=1.49 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 1255 0 0 0 149 0 0 0 25 0 4 0 603213031 694378496 3720 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424812 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 678104

[startup+3.10074 s]
/proc/loadavg: 8.08 8.14 7.76 9/184 914
/proc/meminfo: memFree=24889556/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=679884 CPUtime=12.37 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 7866 0 0 0 1236 1 0 0 25 0 4 0 603213030 696201216 4735 33554432000 4194304 4797429 140735208649296 18446744073709551615 4426061 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 169971 4736 418 148 0 164900 0
[pid=909/tid=911] ppid=907 vsize=679884 CPUtime=3.07 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 1599 0 0 0 307 0 0 0 25 0 4 0 603213031 696201216 4736 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424626 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=679884 CPUtime=3.09 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 1604 0 0 0 309 0 0 0 25 0 4 0 603213031 696201216 4736 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424865 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=679884 CPUtime=3.09 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 1659 0 0 0 309 0 0 0 25 0 4 0 603213031 696201216 4736 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429184 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 679884

[startup+6.30018 s]
/proc/loadavg: 8.08 8.14 7.76 9/184 914
/proc/meminfo: memFree=24883216/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=682352 CPUtime=25.14 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 10636 0 0 0 2513 1 0 0 25 0 4 0 603213030 698728448 5831 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425051 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 170588 5831 418 148 0 165517 0
[pid=909/tid=911] ppid=907 vsize=682352 CPUtime=6.26 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2095 0 0 0 626 0 0 0 25 0 4 0 603213031 698728448 5831 33554432000 4194304 4797429 140735208649296 18446744073709551615 4404790 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=682352 CPUtime=6.29 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 2085 0 0 0 629 0 0 0 25 0 4 0 603213031 698728448 5831 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=682352 CPUtime=6.29 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 2190 0 0 0 629 0 0 0 25 0 4 0 603213031 698728448 5831 33554432000 4194304 4797429 140735208649296 18446744073709551615 4519873 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 682352

[startup+12.7011 s]
/proc/loadavg: 8.07 8.13 7.76 9/184 915
/proc/meminfo: memFree=24876920/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=684748 CPUtime=50.72 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 14031 0 0 0 5070 2 0 0 25 0 4 0 603213030 701181952 6762 33554432000 4194304 4797429 140735208649296 18446744073709551615 4426365 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171187 6762 420 148 0 166116 0
[pid=909/tid=911] ppid=907 vsize=684748 CPUtime=12.62 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2619 0 0 0 1262 0 0 0 25 0 4 0 603213031 701181952 6762 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=684748 CPUtime=12.69 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 2590 0 0 0 1269 0 0 0 25 0 4 0 603213031 701181952 6762 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=684748 CPUtime=12.69 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 2692 0 0 0 1269 0 0 0 25 0 4 0 603213031 701181952 6762 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 684748

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

[startup+12.801 s]
/proc/loadavg: 8.07 8.13 7.76 9/184 915
/proc/meminfo: memFree=24876920/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=684748 CPUtime=51.12 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 14060 0 0 0 5110 2 0 0 25 0 4 0 603213030 701181952 6790 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171187 6790 420 148 0 166116 0
[pid=909/tid=911] ppid=907 vsize=684748 CPUtime=12.72 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2619 0 0 0 1272 0 0 0 25 0 4 0 603213031 701181952 6790 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=684748 CPUtime=12.79 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 2590 0 0 0 1279 0 0 0 25 0 4 0 603213031 701181952 6790 33554432000 4194304 4797429 140735208649296 18446744073709551615 4520264 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=684748 CPUtime=12.79 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 2708 0 0 0 1279 0 0 0 25 0 4 0 603213031 701181952 6790 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425030 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 684748

[startup+16.0005 s]
/proc/loadavg: 8.06 8.13 7.76 9/184 915
/proc/meminfo: memFree=24872464/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=685880 CPUtime=63.89 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 15557 0 0 0 6387 2 0 0 25 0 4 0 603213030 702341120 7672 33554432000 4194304 4797429 140735208649296 18446744073709551615 4422906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171470 7672 420 148 0 166399 0
[pid=909/tid=911] ppid=907 vsize=685880 CPUtime=15.9 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2738 0 0 0 1590 0 0 0 25 0 4 0 603213031 702341120 7672 33554432000 4194304 4797429 140735208649296 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=685880 CPUtime=15.99 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 2707 0 0 0 1599 0 0 0 25 0 4 0 603213031 702341120 7672 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=685880 CPUtime=15.99 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 2825 0 0 0 1599 0 0 0 25 0 4 0 603213031 702341120 7672 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429114 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 685880

[startup+17.6002 s]
/proc/loadavg: 8.06 8.13 7.76 9/184 915
/proc/meminfo: memFree=24870112/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=686812 CPUtime=70.29 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) R 907 909 32427 0 -1 4202496 16845 0 0 0 7027 2 0 0 25 0 4 0 603213030 703295488 7675 33554432000 4194304 4797429 140735208649296 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171703 7675 420 148 0 166632 0
[pid=909/tid=911] ppid=907 vsize=686812 CPUtime=17.49 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2859 0 0 0 1749 0 0 0 25 0 4 0 603213031 703295488 7677 33554432000 4194304 4797429 140735208649296 18446744073709551615 4567800 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=686812 CPUtime=17.59 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 2984 0 0 0 1759 0 0 0 25 0 4 0 603213031 703295488 7677 33554432000 4194304 4797429 140735208649296 18446744073709551615 4429114 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=686812 CPUtime=17.59 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 3121 0 0 0 1759 0 0 0 25 0 4 0 603213031 703295488 7677 33554432000 4194304 4797429 140735208649296 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 686812

[startup+18.4011 s]
/proc/loadavg: 8.06 8.13 7.76 9/184 915
/proc/meminfo: memFree=24870112/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=686812 CPUtime=73.47 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) S 907 909 32427 0 -1 4202496 17121 0 0 0 7345 2 0 0 25 0 4 0 603213030 703295488 7944 33554432000 4194304 4797429 140735208649296 18446744073709551615 216000421489 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171703 7944 423 148 0 166632 0
[pid=909/tid=911] ppid=907 vsize=686812 CPUtime=18.29 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2948 0 0 0 1829 0 0 0 25 0 4 0 603213031 703295488 7944 33554432000 4194304 4797429 140735208649296 18446744073709551615 4495525 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=909/tid=912] ppid=907 vsize=686812 CPUtime=18.39 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) R 907 909 32427 0 -1 4202560 3024 0 0 0 1839 0 0 0 25 0 4 0 603213031 703295488 7944 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046853657 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=686812 CPUtime=18.39 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) R 907 909 32427 0 -1 4202560 3132 0 0 0 1839 0 0 0 25 0 4 0 603213031 703295488 7944 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046853651 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 686812

[startup+18.8071 s]
/proc/loadavg: 8.06 8.13 7.76 6/184 915
/proc/meminfo: memFree=24868996/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=686812 CPUtime=74.05 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) S 907 909 32427 0 -1 4202496 17142 0 0 0 7403 2 0 0 21 0 4 0 603213030 703295488 7965 33554432000 4194304 4797429 140735208649296 18446744073709551615 216000421489 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171703 7965 423 148 0 166632 0
[pid=909/tid=911] ppid=907 vsize=686812 CPUtime=18.69 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 2969 0 0 0 1869 0 0 0 25 0 4 0 603213031 703295488 7965 33554432000 4194304 4797429 140735208649296 18446744073709551615 4495473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=909/tid=912] ppid=907 vsize=686812 CPUtime=18.47 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) S 907 909 32427 0 -1 4202560 3024 0 0 0 1847 0 0 0 25 0 4 0 603213031 703295488 7965 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046853684 0 0 4096 2 18446604458770358720 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=686812 CPUtime=18.48 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) S 907 909 32427 0 -1 4202560 3132 0 0 0 1848 0 0 0 25 0 4 0 603213031 703295488 7965 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046853684 0 0 4096 2 18446604458770358720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.05
Current children cumulated vsize (KiB) 686812

[startup+19.201 s]
/proc/loadavg: 8.06 8.13 7.76 6/184 915
/proc/meminfo: memFree=24868996/32950940 swapFree=67111364/67111528
[pid=909] ppid=907 vsize=686812 CPUtime=74.44 cores=1,3,5,7
/proc/909/stat : 909 (techdemo) S 907 909 32427 0 -1 4202496 17227 0 0 0 7442 2 0 0 17 0 4 0 603213030 703295488 8050 33554432000 4194304 4797429 140735208649296 18446744073709551615 216000421489 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/909/statm: 171703 8050 423 148 0 166632 0
[pid=909/tid=911] ppid=907 vsize=686812 CPUtime=19.09 cores=1,3,5,7
/proc/909/task/911/stat : 911 (techdemo) R 907 909 32427 0 -1 4202560 3054 0 0 0 1909 0 0 0 25 0 4 0 603213031 703295488 8050 33554432000 4194304 4797429 140735208649296 18446744073709551615 4495559 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=909/tid=912] ppid=907 vsize=686812 CPUtime=18.47 cores=1,3,5,7
/proc/909/task/912/stat : 912 (techdemo) S 907 909 32427 0 -1 4202560 3024 0 0 0 1847 0 0 0 25 0 4 0 603213031 703295488 8050 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046853684 0 0 4096 2 18446604458770358720 0 0 -1 3 0 0 0
[pid=909/tid=913] ppid=907 vsize=686812 CPUtime=18.48 cores=1,3,5,7
/proc/909/task/913/stat : 913 (techdemo) S 907 909 32427 0 -1 4202560 3132 0 0 0 1848 0 0 0 25 0 4 0 603213031 703295488 8050 33554432000 4194304 4797429 140735208649296 18446744073709551615 47892046853684 0 0 4096 2 18446604458770358720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.44
Current children cumulated vsize (KiB) 686812

Child status: 10
Real time (s): 19.2764
CPU time (s): 74.5387
CPU user time (s): 74.5077
CPU system time (s): 0.030995
CPU usage (%): 386.684
Max. virtual memory (cumulated for all children) (KiB): 686812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.5077
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17238
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= 241
involuntary context switches= 618

runsolver used 0.023996 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-30 04:17:03
IDJOB=3274037
IDBENCH=83152
IDSOLVER=1584
FILE ID=node117/3274037-1304129823
RUNJOBID= node117-1304128618-32741
PBS_JOBID= 13170762
Free space on /tmp= 72624 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n120-s12930489-sat.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274037-1304129823/watcher-3274037-1304129823 -o /tmp/evaluation-result-3274037-1304129823/solver-3274037-1304129823 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3274037-1304129823.cnf

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

MD5SUM BENCH= 8ed9a0140bec35e5e912931daa661f80
RANDOM SEED=1633886893

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24902644 kB
Buffers:       1882208 kB
Cached:        5425348 kB
SwapCached:        160 kB
Active:         850156 kB
Inactive:      6636068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24902644 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7796 kB
Writeback:           0 kB
AnonPages:      178660 kB
Mapped:          15636 kB
Slab:           499696 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   772856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72616 MiB
End job on node117 at 2011-04-30 04:17:22