Trace number 3262549

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-mt? (TO) 4800.4 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

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-3262549-1304133748.cnf'
0.00/0.00	c -- header says num vars:            160
0.00/0.00	c -- header says num clauses:        7308
0.00/0.01	c -- clauses added:            0 learnts,         7308 normals,            0 xors
0.00/0.01	c -- vars added        160
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       160      7308         0         0     31804         0   no data   no data  --
0.00/0.06	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.16
0.00/0.06	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.06	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
0.00/0.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.06	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.73	c lits-rem:         0  cl-subs:        0  v-elim:    106  v-fix:    0  time:  0.05 s
0.00/0.73	c learnt bin added due to v-elim: 0
0.00/0.73	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.73	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.00/0.73	c calculated reachability. Time: 0.00
0.00/0.73	c Calc default polars -  time:   0.00 s pos:     160 undec:       0 neg:       0
0.00/0.73	c =========================================================================================
0.00/0.73	c types(t): F = full restart, N = normal restart
0.00/0.73	c types(t): S = simplification begin/end, E = solution found
0.00/0.73	c restart types(rt): st = static, dy = dynamic
0.00/0.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.73	c  B st     0         0       160      7308         0         0     31804         0   no data   no data  --
0.00/0.73	c Decided on static restart strategy
0.00/0.73	c  N dy    20      4150       160      7308         0      3948     31804     82274     20.55     14.58  --
0.00/0.73	c  N dy    48      8250       160      7308         0      5432     31804    102725     19.94     13.81  --
0.00/0.73	c  N dy    76     12338       160      7308         0      5307     31804     94459     20.49     13.86  --
3.64/0.93	c  N dy   104     16472       160      7308         0      9194     31804    171995     19.25     13.87  --
4.84/1.23	c  N dy   132     20580       160      7308         0      7794     31804    139388     21.26     13.98  --
5.65/1.43	c  N dy   160     24696       160      7308         0     11695     31804    217894     21.29     14.00  --
6.34/1.65	c  N dy   188     28784       160      7308         0      9103     31804    154727     20.17     14.04  --
6.74/1.73	c  S st   197     30002       160      7308         0     10276     31804    179472     20.88     14.11  --
6.74/1.76	c  S st   197     30509       160      7308         0     10780     31804    189971     20.88     14.11  --
6.74/1.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.74/1.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.74/1.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.06
6.74/1.78	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
6.74/1.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.74/1.78	c Subs w/ non-existent bins:      0 time:  0.00 s
6.74/1.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.74/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.74/1.79	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.53/2.48	c lits-rem:       111  cl-subs:      997  v-elim:    160  v-fix:    0  time:  2.77 s
9.53/2.48	c learnt bin added due to v-elim: 0
9.53/2.48	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
9.53/2.48	c vivif2 --  cl tried     9783 cl shrink        0 lits rem          0 time: 0.00
10.33/2.66	c asymm  cl-useful: 0/3500/7308 lits-rem:0 time: 0.70
10.33/2.66	c calculated reachability. Time: 0.00
10.33/2.66	c  N dy   197     30509       160      7308         0      9783     31804    173387     20.88     14.11  --
10.33/2.66	c  F st   197     30509       160      7308         0      9783     31804    173387     20.88     14.11  --
10.73/2.79	c Decided on static restart strategy
11.55/2.93	c  N dy   217     34622       160      7308         0     13680     31804    249579     19.35     13.97  --
12.32/3.19	c  N dy   245     38746       160      7308         0     10120     31804    169516     20.00     13.93  --
13.52/3.46	c  N dy   273     42827       160      7308         0     14016     31804    248411     20.69     13.94  --
14.32/3.68	c  S st   294     45766       160      7308         0     16798     31804    302047     18.25     13.91  --
14.72/3.73	c  S st   294     46267       160      7308         0      8780     31804    138888     18.25     13.91  --
14.72/3.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.72/3.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.72/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.06
14.72/3.75	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
14.72/3.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.72/3.75	c Subs w/ non-existent bins:      0 time:  0.00 s
14.72/3.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.72/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.72/3.75	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
16.34/4.17	c lits-rem:        17  cl-subs:      211  v-elim:    160  v-fix:    0  time:  1.69 s
16.34/4.17	c learnt bin added due to v-elim: 0
16.34/4.17	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
16.34/4.17	c vivif2 --  cl tried     8569 cl shrink        0 lits rem          0 time: 0.00
17.12/4.30	c asymm  cl-useful: 0/3808/7308 lits-rem:0 time: 0.50
17.12/4.30	c calculated reachability. Time: 0.00
17.12/4.30	c  N dy   294     46267       160      7308         0      8569     31804    136098     18.25     13.91  --
17.92/4.56	c  N dy   321     50279       160      7308         0     12345     31804    208814     19.40     13.82  --
19.12/4.83	c  N dy   349     54383       160      7308         0     16253     31804    286120     20.38     13.81  --
20.33/5.12	c  N dy   377     58484       160      7308         0     10673     31804    165053     20.06     13.76  --
21.11/5.39	c  N dy   405     62568       160      7308         0     14524     31804    241958     19.16     13.76  --
22.31/5.68	c  N dy   433     66644       160      7308         0     18364     31804    316382     19.53     13.73  --
23.51/5.91	c  S st   452     69400       160      7308         0     10577     31804    157539     19.20     13.68  --
23.51/5.94	c  S st   452     69902       160      7308         0     11075     31804    167224     19.20     13.68  --
23.51/5.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.51/5.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.51/5.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.10
23.51/5.97	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
23.51/5.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.51/5.97	c Subs w/ non-existent bins:      0 time:  0.01 s
23.51/5.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.51/5.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
25.90/6.56	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
29.12/7.39	c Added 2 vars  tried: 78408 time: 3.31
29.12/7.40	c ORs :      2 avg-s:  0.0 cl-sh:   886 l-rem:    886 b-add:      4 v-rep:   0 cl-rem: 7 avg s: 4.6 T:    3.32
29.12/7.40	c lits-rem:        32  cl-subs:      338  v-elim:    160  v-fix:    0  time:  5.70 s
29.12/7.40	c learnt bin added due to v-elim: 0
29.12/7.40	c vivif2 --  cl tried     7304 cl shrink        0 lits rem          0 time: 0.00
29.12/7.40	c vivif2 --  cl tried    10736 cl shrink        0 lits rem          0 time: 0.01
29.90/7.56	c asymm  cl-useful: 0/3434/7304 lits-rem:0 time: 0.64
29.90/7.56	c calculated reachability. Time: 0.00
29.90/7.56	c  N dy   452     69902       162      7304         4     10736     31722    162073     19.20     13.68  --
29.90/7.56	c  F st   452     69902       162      7304         4     10736     31722    162073     19.20     13.68  --
30.70/7.72	c Decided on static restart strategy
31.10/7.89	c  N dy   475     74505       162      7304         4     15109     31722    248110     19.67     13.66  --
32.70/8.25	c  N dy   508     79349       162      7304         4     19682     31722    337982     19.22     13.65  --
34.29/8.66	c  N dy   543     84495       162      7304         4     13212     31722    206971     20.36     13.65  --
35.89/9.05	c  N dy   580     89898       162      7304         4     18357     31722    308843     19.64     13.65  --
37.92/9.52	c  N dy   619     95644       162      7304         4     23798     31722    414571     20.30     13.61  --
39.90/10.00	c  N dy   661    101868       162      7304         4     17380     31722    284136     17.88     13.58  --
40.70/10.25	c  S st   682    104854       162      7304         4     20233     31722    339421     18.36     13.57  --
40.70/10.29	c  S st   682    105355       162      7304         4     20727     31722    349889     18.36     13.57  --
40.70/10.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.70/10.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.10/10.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.24
41.10/10.35	c Calc non-exist non-lernt bins v-fix:     0 done:    162 time:  0.00 s
41.10/10.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.10/10.36	c Subs w/ non-existent bins:      0 time:  0.01 s
41.10/10.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.10/10.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.10/10.36	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
44.69/11.26	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
44.69/11.26	c lits-rem:       183  cl-subs:     1345  v-elim:    160  v-fix:    0  time:  3.59 s
44.69/11.26	c learnt bin added due to v-elim: 0
44.69/11.26	c vivif2 --  cl tried     7304 cl shrink        0 lits rem          0 time: 0.00
44.69/11.26	c vivif2 --  cl tried    19382 cl shrink        0 lits rem          0 time: 0.01
45.49/11.44	c asymm  cl-useful: 0/2570/7304 lits-rem:0 time: 0.72
45.49/11.44	c calculated reachability. Time: 0.00
45.49/11.44	c  N dy   682    105355       162      7304         4     19382     31722    328030     18.36     13.57  --
47.88/12.06	c  N dy   729    112160       162      7304         4     25854     31722    458234     20.39     13.62  --
50.28/12.62	c  N dy   778    119330       162      7304         4     19389     31722    318640     18.83     13.61  --
53.08/13.30	c  N dy   830    126960       162      7304         4     26606     31722    460033     18.32     13.60  --
55.49/13.98	c  N dy   886    135089       162      7304         4     20130     31722    321236     19.64     13.60  --
58.67/14.77	c  N dy   946    143804       162      7304         4     28414     31722    482669     18.17     13.61  --
61.87/15.55	c  N dy  1009    153057       162      7304         4     21985     31722    345724     19.29     13.57  --
63.86/16.01	c  S st  1043    158034       162      7304         4     26699     31722    439865     18.17     13.57  --
63.86/16.07	c  S st  1043    158536       162      7304         4     27196     31722    450340     18.17     13.57  --
63.86/16.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
63.86/16.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.28/16.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.6M T:  0.35
64.28/16.16	c Calc non-exist non-lernt bins v-fix:     0 done:    162 time:  0.00 s
64.28/16.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.28/16.16	c Subs w/ non-existent bins:      0 time:  0.01 s
64.28/16.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.28/16.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.28/16.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
68.68/17.25	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.01
68.68/17.25	c lits-rem:       220  cl-subs:     1946  v-elim:    160  v-fix:    0  time:  4.32 s
68.68/17.25	c learnt bin added due to v-elim: 0
68.68/17.25	c vivif2 --  cl tried     7304 cl shrink        0 lits rem          0 time: 0.00
68.68/17.26	c vivif2 --  cl tried    25250 cl shrink        0 lits rem          0 time: 0.02
69.08/17.35	c asymm  cl-useful: 0/1300/7304 lits-rem:0 time: 0.39
69.08/17.35	c calculated reachability. Time: 0.00
69.08/17.35	c  N dy  1043    158536       162      7304         4     25250     31722    417661     18.17     13.57  --
73.07/18.36	c  N dy  1112    168654       170      7304        20     18748     31754    275682     18.37     13.56  --
77.05/19.31	c  N dy  1186    179481       170      7304        20     29051     31754    476938     18.55     13.56  --
102.23/25.62	c  N dy  1198    237804       170      7304        20     30602     31754    508209     20.86     13.51  --
102.23/25.64	c  S st  1198    237804       170      7304        20     30602     31754    508209     20.86     13.51  --
102.63/25.70	c  S st  1198    238306       176      7304        42     31118     31786    518542     20.86     13.51  --
102.63/25.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.63/25.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.03/25.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      2 BRemL:      0 BRemN:      0 CBin:       0 P:  7.3M T:  0.46
103.03/25.82	c Calc non-exist non-lernt bins v-fix:     0 done:    176 time:  0.00 s
103.03/25.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.03/25.82	c Subs w/ non-existent bins:      0 time:  0.02 s
103.03/25.82	c Replacing        4 vars Replaced       89 lits Time:     0.01 s 
103.03/25.83	c bin-w-bin subsume rem            8 bins  time:  0.00 s
103.03/25.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.03/25.83	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
107.82/27.00	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.01
107.82/27.01	c lits-rem:       311  cl-subs:     1743  v-elim:    160  v-fix:    0  time:  4.71 s
107.82/27.01	c learnt bin added due to v-elim: 0
107.82/27.01	c vivif2 --  cl tried     7304 cl shrink        0 lits rem          0 time: 0.00
107.82/27.02	c vivif2 --  cl tried    29375 cl shrink        0 lits rem          0 time: 0.02
107.82/27.10	c asymm  cl-useful: 0/1162/7304 lits-rem:0 time: 0.33
108.23/27.10	c calculated reachability. Time: 0.00
108.23/27.10	c  N dy  1198    238306       172      7304        24     29375     31762    485163     20.86     13.51  --
164.55/41.25	c  N dy  1211    357459       172      7304        24     33382     31762    499794     17.95     12.81  --
164.55/41.27	c  S st  1211    357459       172      7304        24     33382     31762    499794     17.95     12.81  --
164.95/41.34	c  S st  1211    357964       180      7304        44     33910     31798    509686     17.95     12.81  --
164.95/41.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
164.95/41.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.36/41.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.6M T:  0.50
165.36/41.47	c Calc non-exist non-lernt bins v-fix:     0 done:    180 time:  0.00 s
165.36/41.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.36/41.47	c Subs w/ non-existent bins:      0 time:  0.02 s
165.36/41.48	c Replacing        1 vars Replaced       87 lits Time:     0.01 s 
165.36/41.49	c bin-w-bin subsume rem            2 bins  time:  0.00 s
165.36/41.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.36/41.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
169.76/42.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.01
172.94/43.34	c Added 2 vars  tried: 80000 time: 3.08
172.94/43.39	c ORs :      2 avg-s:  0.0 cl-sh:  3389 l-rem:   3389 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.25
172.94/43.40	c lits-rem:      1885  cl-subs:     3681  v-elim:    160  v-fix:    0  time:  7.63 s
172.94/43.40	c learnt bin added due to v-elim: 0
172.94/43.40	c vivif2 --  cl tried     7306 cl shrink        0 lits rem          0 time: 0.00
173.34/43.40	c vivif2 --  cl tried    30229 cl shrink        0 lits rem          0 time: 0.02
173.74/43.57	c asymm  cl-useful: 0/1545/7306 lits-rem:0 time: 0.70
173.74/43.58	c calculated reachability. Time: 0.00
173.74/43.58	c  N dy  1211    357964       181      7306        42     30229     31804    454147     17.95     12.81  --
272.43/68.26	c  N dy  1235    536946       181      7306        42     37642     31804    529674     14.94     12.10  --
272.43/68.28	c  S st  1235    536946       181      7306        42     37642     31804    529674     14.94     12.10  --
272.83/68.35	c  S st  1235    537448       181      7306        42     38140     31804    539531     14.94     12.10  --
272.83/68.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.83/68.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
273.63/68.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.7M T:  0.63
273.63/68.51	c Calc non-exist non-lernt bins v-fix:     0 done:    181 time:  0.00 s
273.63/68.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
273.63/68.52	c Subs w/ non-existent bins:      0 time:  0.02 s
273.63/68.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
273.63/68.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.63/68.53	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
278.82/69.85	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
278.82/69.86	c lits-rem:      2547  cl-subs:     7199  v-elim:    160  v-fix:    0  time:  5.30 s
278.82/69.86	c learnt bin added due to v-elim: 0
278.82/69.86	c vivif2 --  cl tried     7306 cl shrink        0 lits rem          0 time: 0.00
278.82/69.86	c vivif2 --  cl tried    30941 cl shrink        0 lits rem          0 time: 0.02
279.64/70.05	c asymm  cl-useful: 0/1087/7306 lits-rem:0 time: 0.74
279.64/70.05	c calculated reachability. Time: 0.00
279.64/70.05	c  N dy  1235    537448       181      7306        42     30941     31804    457152     14.94     12.10  --
279.64/70.05	c  F st  1235    537448       181      7306        42     30941     31804    457152     14.94     12.10  --
280.82/70.34	c Decided on static restart strategy
453.81/113.61	c  N dy  1245    806172       181      7306        42     54435     31804    824909     19.85     11.88  --
453.81/113.65	c  S st  1245    806172       181      7306        42     54435     31804    824909     19.85     11.88  --
454.21/113.74	c  S st  1245    806674       189      7306        60     54949     31836    835494     19.85     11.88  --
454.21/113.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
454.21/113.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
455.43/114.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 17.1M T:  1.12
455.43/114.03	c Calc non-exist non-lernt bins v-fix:     0 done:    189 time:  0.00 s
455.43/114.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
455.43/114.04	c Subs w/ non-existent bins:      0 time:  0.03 s
455.43/114.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.43/114.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
455.43/114.05	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
463.00/115.91	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 13.0 T:    0.06
463.00/115.93	c lits-rem:      1647  cl-subs:     3836  v-elim:    160  v-fix:    0  time:  7.50 s
463.00/115.93	c learnt bin added due to v-elim: 0
463.00/115.93	c vivif2 --  cl tried     7306 cl shrink        0 lits rem          0 time: 0.00
463.00/115.94	c vivif2 --  cl tried    51112 cl shrink        0 lits rem          0 time: 0.04
463.40/116.04	c asymm  cl-useful: 0/526/7306 lits-rem:0 time: 0.40
463.40/116.04	c calculated reachability. Time: 0.00
463.40/116.04	c  N dy  1245    806674       189      7306        60     51112     31836    775692     19.85     11.88  --
781.85/195.96	c  N dy  1248   1210015       189      7306        60     67056     31836    998830     18.59     11.66  --
782.25/196.00	c  S st  1248   1210015       189      7306        60     67056     31836    998830     18.59     11.66  --
782.25/196.00	c Finding binary XORs  T:     0.00 s  found:       1
782.65/196.11	c  S st  1248   1210518       191      7306        68     67558     31848   1009232     18.59     11.66  --
782.65/196.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
782.65/196.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
783.84/196.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.3M T:  1.54
783.84/196.50	c Calc non-exist non-lernt bins v-fix:     0 done:    191 time:  0.00 s
783.84/196.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
784.26/196.51	c Subs w/ non-existent bins:      0 time:  0.04 s
784.26/196.52	c Replacing        1 vars Replaced       14 lits Time:     0.02 s 
784.26/196.53	c bin-w-bin subsume rem            2 bins  time:  0.00 s
784.26/196.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
784.26/196.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
794.23/199.06	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.06
794.23/199.08	c lits-rem:      1160  cl-subs:     5724  v-elim:    160  v-fix:    0  time: 10.17 s
794.23/199.08	c learnt bin added due to v-elim: 0
794.23/199.08	c vivif2 --  cl tried     7306 cl shrink        0 lits rem          0 time: 0.00
794.23/199.09	c vivif2 --  cl tried    61834 cl shrink        0 lits rem          0 time: 0.05
795.03/199.20	c asymm  cl-useful: 0/447/7306 lits-rem:0 time: 0.42
795.03/199.20	c calculated reachability. Time: 0.00
795.03/199.20	c  N dy  1248   1210518       190      7306        62     61834     31840    929831     18.59     11.66  --
1320.02/330.62	c  N dy  1249   1710519       190      7306        62     92870     31840   1459665     18.26     11.93  --
1320.02/330.68	c  S st  1249   1710519       190      7306        62     92870     31840   1459665     18.26     11.93  --
1320.84/330.86	c  S st  1249   1711019       196      7306        74     93378     31864   1469423     18.26     11.93  --
1320.84/330.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1320.84/330.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1323.21/331.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 33.3M T:  2.41
1323.21/331.47	c Calc non-exist non-lernt bins v-fix:     0 done:    196 time:  0.01 s
1323.21/331.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1323.21/331.48	c Subs w/ non-existent bins:      0 time:  0.06 s
1323.61/331.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1323.61/331.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1323.61/331.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1345.19/336.96	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 13.0 T:    0.08
1349.99/338.13	c Added 2 vars  tried: 80000 time: 4.65
1350.39/338.20	c ORs :      2 avg-s:  0.0 cl-sh:  3913 l-rem:   3913 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    4.93
1350.39/338.23	c lits-rem:      2400  cl-subs:     6345  v-elim:    160  v-fix:    0  time: 26.81 s
1350.39/338.23	c learnt bin added due to v-elim: 0
1350.39/338.23	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1350.39/338.25	c vivif2 --  cl tried    87031 cl shrink        0 lits rem          0 time: 0.07
1350.79/338.36	c asymm  cl-useful: 0/309/7308 lits-rem:0 time: 0.45
1350.79/338.36	c calculated reachability. Time: 0.00
1350.79/338.36	c  N dy  1249   1711019       198      7308        78     87031     31838   1360375     18.26     11.93  --
1985.65/497.24	c  N dy  1250   2211019       198      7308        78    101360     31838   1566933     17.53     11.82  --
1986.05/497.30	c  S st  1250   2211019       198      7308        78    101360     31838   1566933     17.53     11.82  --
1986.45/497.48	c  S st  1250   2211520       198      7308        78    101856     31838   1576823     17.53     11.82  --
1986.45/497.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1986.45/497.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1989.64/498.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 40.6M T:  2.89
1989.64/498.21	c Calc non-exist non-lernt bins v-fix:     0 done:    198 time:  0.01 s
1989.64/498.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1989.64/498.23	c Subs w/ non-existent bins:      0 time:  0.07 s
1989.64/498.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1989.64/498.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1989.64/498.27	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2016.40/504.96	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 9.8 T:    0.17
2016.40/504.99	c lits-rem:      7330  cl-subs:    10340  v-elim:    160  v-fix:    0  time: 26.87 s
2016.40/504.99	c learnt bin added due to v-elim: 0
2016.40/504.99	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
2016.80/505.01	c vivif2 --  cl tried    91511 cl shrink        2 lits rem          2 time: 0.08
2017.20/505.13	c asymm  cl-useful: 0/249/7308 lits-rem:0 time: 0.46
2017.20/505.13	c calculated reachability. Time: 0.00
2017.20/505.13	c  N dy  1250   2211520       198      7308        79     91511     31838   1403617     17.53     11.82  --
2748.77/688.28	c  N dy  1251   2711520       198      7308        79    115531     31838   1797167     16.86     11.82  --
2749.17/688.36	c  S st  1251   2711520       198      7308        79    115531     31838   1797167     16.86     11.82  --
2749.95/688.58	c  S st  1251   2712025       207      7308        98    116052     31874   1807414     16.86     11.82  --
2749.95/688.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2749.95/688.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2753.56/689.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 46.0M T:  3.39
2753.56/689.44	c Calc non-exist non-lernt bins v-fix:     0 done:    207 time:  0.01 s
2753.56/689.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2753.56/689.46	c Subs w/ non-existent bins:      0 time:  0.08 s
2753.56/689.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2753.94/689.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2753.94/689.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2790.71/698.77	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.12
2791.11/698.80	c lits-rem:      3228  cl-subs:    15668  v-elim:    160  v-fix:    0  time: 37.17 s
2791.11/698.80	c learnt bin added due to v-elim: 0
2791.11/698.80	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
2791.11/698.83	c vivif2 --  cl tried   100384 cl shrink        0 lits rem          0 time: 0.09
2791.51/698.95	c asymm  cl-useful: 0/234/7308 lits-rem:0 time: 0.50
2791.51/698.96	c calculated reachability. Time: 0.00
2791.51/698.96	c  N dy  1251   2712025       207      7308        98    100384     31874   1572049     16.86     11.82  --
2791.51/698.96	c  F st  1251   2712025       207      7308        98    100384     31874   1572049     16.86     11.82  --
2794.70/699.78	c Decided on static restart strategy
3664.08/917.39	c  N dy  1258   3212025       207      7308        98     78126     31874   1067107     18.54     12.01  --
3664.48/917.44	c  S st  1258   3212025       207      7308        98     78126     31874   1067107     18.54     12.01  --
3664.48/917.44	c Finding binary XORs  T:     0.00 s  found:       0
3664.88/917.59	c  S st  1258   3212525       210      7308       104     78627     31886   1077160     18.54     12.01  --
3665.28/917.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3665.28/917.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3667.29/918.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 33.6M T:  2.23
3667.29/918.16	c Calc non-exist non-lernt bins v-fix:     0 done:    210 time:  0.01 s
3667.29/918.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3667.29/918.17	c Subs w/ non-existent bins:      0 time:  0.05 s
3667.29/918.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3667.29/918.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3667.29/918.20	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3678.47/920.94	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 4.0 T:    0.10
3678.47/920.96	c lits-rem:      2032  cl-subs:      843  v-elim:    160  v-fix:    0  time: 11.04 s
3678.47/920.96	c learnt bin added due to v-elim: 0
3678.47/920.96	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
3678.47/920.98	c vivif2 --  cl tried    77783 cl shrink        0 lits rem          0 time: 0.06
3678.87/921.09	c asymm  cl-useful: 0/345/7308 lits-rem:0 time: 0.44
3678.87/921.09	c calculated reachability. Time: 0.00
3678.87/921.09	c  N dy  1258   3212525       210      7308       104     77783     31886   1063215     18.54     12.01  --
4674.89/1170.30	c  N dy  1259   3712525       210      7308       104     88006     31886   1209802     18.44     12.16  --
4674.89/1170.36	c  S st  1259   3712525       210      7308       104     88006     31886   1209802     18.44     12.16  --
4675.69/1170.54	c  S st  1259   3713025       210      7308       104     88502     31886   1218903     18.44     12.16  --
4675.69/1170.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4675.69/1170.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4678.10/1171.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 38.7M T:  2.61
4678.10/1171.20	c Calc non-exist non-lernt bins v-fix:     0 done:    210 time:  0.01 s
4678.10/1171.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4678.51/1171.22	c Subs w/ non-existent bins:      0 time:  0.06 s
4678.51/1171.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4678.51/1171.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4678.51/1171.25	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4694.46/1175.20	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.11
4697.66/1176.07	c Added 3 vars  tried: 80000 time: 3.44
4698.06/1176.11	c ORs :      3 avg-s:  0.0 cl-sh:  3661 l-rem:   3661 b-add:      7 v-rep:   0 cl-rem: 3 avg s: 3.0 T:    3.63
4698.06/1176.14	c lits-rem:      2013  cl-subs:     1888  v-elim:    160  v-fix:    0  time: 19.56 s
4698.06/1176.14	c learnt bin added due to v-elim: 0
4698.06/1176.14	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
4698.06/1176.16	c vivif2 --  cl tried    86613 cl shrink        0 lits rem          0 time: 0.07
4698.46/1176.27	c asymm  cl-useful: 0/294/7308 lits-rem:0 time: 0.45
4698.46/1176.28	c calculated reachability. Time: 0.00
4698.46/1176.28	c  N dy  1259   3713025       213      7308       111     86613     31825   1185590     18.44     12.16  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

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

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: 7.71 7.94 7.66 5/180 18582
/proc/meminfo: memFree=25479524/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=50276 CPUtime=0 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 685 0 0 0 0 0 0 0 25 0 1 0 505790940 51482624 616 33554432000 4194304 4797429 140735127645632 18446744073709551615 255106429637 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18582/statm: 12569 616 347 148 0 7498 0

[startup+0.0847671 s]
/proc/loadavg: 7.71 7.94 7.66 5/180 18582
/proc/meminfo: memFree=25479524/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=678656 CPUtime=2.39 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 4344 0 0 0 239 0 0 0 18 0 4 0 505790940 694943744 3362 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 169889 3983 414 148 0 164818 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 678656

[startup+0.926473 s]
/proc/loadavg: 7.71 7.94 7.66 5/180 18582
/proc/meminfo: memFree=25479524/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=679556 CPUtime=3.64 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 5242 0 0 0 364 0 0 0 19 0 4 0 505790940 695865344 4037 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 169889 4037 414 148 0 164818 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 679556

[startup+1.02646 s]
/proc/loadavg: 7.71 7.94 7.66 5/180 18582
/proc/meminfo: memFree=25479524/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=786052 CPUtime=4.04 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 5329 0 0 0 404 0 0 0 19 0 4 0 505790940 804917248 4122 33554432000 4194304 4797429 140735127645632 18446744073709551615 4625556 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 196513 4122 414 148 0 191442 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 786052

[startup+1.12644 s]
/proc/loadavg: 7.71 7.94 7.66 5/180 18582
/proc/meminfo: memFree=25479524/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=679992 CPUtime=4.44 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 5532 0 0 0 444 0 0 0 19 0 4 0 505790940 696311808 4059 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 169998 4059 414 148 0 164927 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 679992

[startup+1.50037 s]
/proc/loadavg: 7.71 7.94 7.66 5/180 18582
/proc/meminfo: memFree=25479524/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=681848 CPUtime=5.94 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 6719 0 0 0 593 1 0 0 20 0 4 0 505790940 698212352 4211 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 170462 4211 415 148 0 165391 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 681848

[startup+3.10109 s]
/proc/loadavg: 7.71 7.94 7.66 9/184 18586
/proc/meminfo: memFree=25459028/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=683128 CPUtime=12.32 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 7983 0 0 0 1231 1 0 0 25 0 4 0 505790940 699523072 5096 33554432000 4194304 4797429 140735127645632 18446744073709551615 4351837 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 170782 5096 417 148 0 165711 0
[pid=18582/tid=18584] ppid=18580 vsize=683128 CPUtime=3.07 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 1327 0 0 0 307 0 0 0 25 0 4 0 505790942 699523072 5096 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=683128 CPUtime=3.07 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 1395 0 0 0 307 0 0 0 25 0 4 0 505790942 699523072 5096 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=683128 CPUtime=3.07 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 1421 0 0 0 307 0 0 0 25 0 4 0 505790942 699523072 5096 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 683128

[startup+6.30653 s]
/proc/loadavg: 7.81 7.96 7.67 9/184 18586
/proc/meminfo: memFree=25456464/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=685668 CPUtime=25.13 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 10937 0 0 0 2512 1 0 0 25 0 4 0 505790940 702124032 5877 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524002 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 171417 5877 417 148 0 166346 0
[pid=18582/tid=18584] ppid=18580 vsize=685668 CPUtime=6.27 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 1781 0 0 0 627 0 0 0 25 0 4 0 505790942 702124032 5877 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524149 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=685668 CPUtime=6.28 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 1765 0 0 0 628 0 0 0 25 0 4 0 505790942 702124032 5877 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=685668 CPUtime=6.26 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 1833 0 0 0 626 0 0 0 25 0 4 0 505790942 702124032 5877 33554432000 4194304 4797429 140735127645632 18446744073709551615 4527173 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 685668

[startup+12.7004 s]
/proc/loadavg: 7.83 7.96 7.67 9/184 18586
/proc/meminfo: memFree=25456460/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=689068 CPUtime=50.68 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 14885 0 0 0 5066 2 0 0 25 0 4 0 505790940 705605632 7465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4391147 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 172267 7465 419 148 0 167196 0
[pid=18582/tid=18584] ppid=18580 vsize=689068 CPUtime=12.66 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 2129 0 0 0 1266 0 0 0 25 0 4 0 505790942 705605632 7465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=689068 CPUtime=12.67 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 2325 0 0 0 1267 0 0 0 25 0 4 0 505790942 705605632 7465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4523866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=689068 CPUtime=12.62 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 2388 0 0 0 1262 0 0 0 25 0 4 0 505790942 705605632 7465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 689068

[startup+25.5012 s]
/proc/loadavg: 7.87 7.96 7.68 9/184 18587
/proc/meminfo: memFree=25443700/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=694076 CPUtime=101.83 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 22641 0 0 0 10179 4 0 0 25 0 4 0 505790940 710733824 9144 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 173519 9144 421 148 0 168448 0
[pid=18582/tid=18584] ppid=18580 vsize=694076 CPUtime=25.46 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 2931 0 0 0 2546 0 0 0 25 0 4 0 505790942 710733824 9144 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=694076 CPUtime=25.47 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 2973 0 0 0 2547 0 0 0 25 0 4 0 505790942 710733824 9144 33554432000 4194304 4797429 140735127645632 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=694076 CPUtime=25.36 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 3330 0 0 0 2536 0 0 0 25 0 4 0 505790942 710733824 9144 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524019 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 694076

[startup+51.1007 s]
/proc/loadavg: 7.99 7.98 7.69 9/184 18588
/proc/meminfo: memFree=25428844/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=700076 CPUtime=204.11 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 35079 0 0 0 20403 8 0 0 25 0 4 0 505790940 716877824 11744 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424977 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 175019 11744 421 148 0 169948 0
[pid=18582/tid=18584] ppid=18580 vsize=700076 CPUtime=51.07 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 4179 0 0 0 5106 1 0 0 25 0 4 0 505790942 716877824 11744 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=700076 CPUtime=51.07 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 4729 0 0 0 5106 1 0 0 25 0 4 0 505790942 716877824 11744 33554432000 4194304 4797429 140735127645632 18446744073709551615 4425099 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=700076 CPUtime=50.85 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 4810 0 0 0 5084 1 0 0 25 0 4 0 505790942 716877824 11744 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 700076

[startup+102.301 s]
/proc/loadavg: 8.27 8.04 7.72 9/184 18620
/proc/meminfo: memFree=25578844/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=708972 CPUtime=408.67 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 55021 0 0 0 40854 13 0 0 25 0 4 0 505790940 725987328 14870 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 177243 14870 421 148 0 172172 0
[pid=18582/tid=18584] ppid=18580 vsize=708972 CPUtime=102.26 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 6718 0 0 0 10225 1 0 0 25 0 4 0 505790942 725987328 14870 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=708972 CPUtime=102.27 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 7005 0 0 0 10225 2 0 0 25 0 4 0 505790942 725987328 14870 33554432000 4194304 4797429 140735127645632 18446744073709551615 4528103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=708972 CPUtime=101.82 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 7162 0 0 0 10180 2 0 0 25 0 4 0 505790942 725987328 14870 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 708972

[startup+162.301 s]
/proc/loadavg: 8.31 8.08 7.75 10/185 18624
/proc/meminfo: memFree=25518112/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=717100 CPUtime=647.99 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 73727 0 0 0 64780 19 0 0 25 0 4 0 505790940 734310400 17964 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 179275 17964 427 148 0 174204 0
[pid=18582/tid=18584] ppid=18580 vsize=717100 CPUtime=162.11 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 8454 0 0 0 16210 1 0 0 25 0 4 0 505790942 734310400 17964 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=717100 CPUtime=162.27 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 9317 0 0 0 16224 3 0 0 25 0 4 0 505790942 734310400 17964 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=717100 CPUtime=161.53 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 9520 0 0 0 16151 2 0 0 25 0 4 0 505790942 734310400 17964 33554432000 4194304 4797429 140735127645632 18446744073709551615 4331654 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.99
Current children cumulated vsize (KiB) 717100

[startup+222.301 s]
/proc/loadavg: 8.18 8.09 7.78 9/184 18626
/proc/meminfo: memFree=25512716/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=723840 CPUtime=887.32 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 91422 0 0 0 88707 25 0 0 25 0 4 0 505790940 741212160 20479 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 180960 20479 423 148 0 175889 0
[pid=18582/tid=18584] ppid=18580 vsize=723840 CPUtime=222.11 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 10541 0 0 0 22209 2 0 0 25 0 4 0 505790942 741212160 20479 33554432000 4194304 4797429 140735127645632 18446744073709551615 4345045 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=723840 CPUtime=222.27 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 11549 0 0 0 22223 4 0 0 25 0 4 0 505790942 741212160 20479 33554432000 4194304 4797429 140735127645632 18446744073709551615 4523994 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=723840 CPUtime=221.26 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 11489 0 0 0 22123 3 0 0 25 0 4 0 505790942 741212160 20479 33554432000 4194304 4797429 140735127645632 18446744073709551615 4523994 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.32
Current children cumulated vsize (KiB) 723840

[startup+282.301 s]
/proc/loadavg: 8.06 8.07 7.79 9/184 18628
/proc/meminfo: memFree=25496224/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=727368 CPUtime=1127.06 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 106044 0 0 0 112677 29 0 0 25 0 4 0 505790940 744824832 21612 33554432000 4194304 4797429 140735127645632 18446744073709551615 4425918 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 181842 21612 423 148 0 176771 0
[pid=18582/tid=18584] ppid=18580 vsize=727368 CPUtime=282.11 cores=0,2,4,6

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

[pid=18582] ppid=18580 vsize=748652 CPUtime=2805.09 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 189266 0 0 0 280449 60 0 0 25 0 4 0 505790940 766619648 31823 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 187163 31823 422 148 0 182092 0
[pid=18582/tid=18584] ppid=18580 vsize=748652 CPUtime=702.07 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 23744 0 0 0 70200 7 0 0 25 0 4 0 505790942 766619648 31823 33554432000 4194304 4797429 140735127645632 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=748652 CPUtime=702.28 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 25077 0 0 0 70219 9 0 0 25 0 4 0 505790942 766619648 31823 33554432000 4194304 4797429 140735127645632 18446744073709551615 4656179 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=748652 CPUtime=699.04 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 24330 0 0 0 69895 9 0 0 25 0 4 0 505790942 766619648 31823 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.09
Current children cumulated vsize (KiB) 748652

[startup+762.301 s]
/proc/loadavg: 8.05 8.06 7.88 9/184 18640
/proc/meminfo: memFree=25389836/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=756792 CPUtime=3044.81 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 199908 0 0 0 304417 64 0 0 25 0 4 0 505790940 774955008 32444 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424975 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 189198 32444 422 148 0 184127 0
[pid=18582/tid=18584] ppid=18580 vsize=756792 CPUtime=762.07 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 25158 0 0 0 76200 7 0 0 25 0 4 0 505790942 774955008 32444 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=756792 CPUtime=762.28 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 26803 0 0 0 76218 10 0 0 25 0 4 0 505790942 774955008 32444 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=756792 CPUtime=758.76 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 26011 0 0 0 75866 10 0 0 25 0 4 0 505790942 774955008 32444 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.81
Current children cumulated vsize (KiB) 756792

[startup+822.301 s]
/proc/loadavg: 8.02 8.05 7.89 9/184 18642
/proc/meminfo: memFree=25384608/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=759520 CPUtime=3284.52 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 209959 0 0 0 328384 68 0 0 25 0 4 0 505790940 777748480 32822 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 189880 32822 422 148 0 184809 0
[pid=18582/tid=18584] ppid=18580 vsize=759520 CPUtime=822.06 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 26566 0 0 0 82198 8 0 0 25 0 4 0 505790942 777748480 32822 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=759520 CPUtime=822.29 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 28185 0 0 0 82218 11 0 0 25 0 4 0 505790942 777748480 32822 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=759520 CPUtime=818.48 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 27395 0 0 0 81838 10 0 0 25 0 4 0 505790942 777748480 32822 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.52
Current children cumulated vsize (KiB) 759520

[startup+882.3 s]
/proc/loadavg: 8.00 8.04 7.90 9/184 18644
/proc/meminfo: memFree=25380132/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=762596 CPUtime=3524.24 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 220518 0 0 0 352352 72 0 0 25 0 4 0 505790940 780898304 33249 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 190649 33249 422 148 0 185578 0
[pid=18582/tid=18584] ppid=18580 vsize=762596 CPUtime=882.06 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 28001 0 0 0 88197 9 0 0 25 0 4 0 505790942 780898304 33249 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=762596 CPUtime=882.28 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 29746 0 0 0 88216 12 0 0 25 0 4 0 505790942 780898304 33249 33554432000 4194304 4797429 140735127645632 18446744073709551615 4390001 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=762596 CPUtime=878.21 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 28902 0 0 0 87810 11 0 0 25 0 4 0 505790942 780898304 33249 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 762596

[startup+942.301 s]
/proc/loadavg: 8.00 8.03 7.90 9/184 18645
/proc/meminfo: memFree=25364984/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=763688 CPUtime=3763.99 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 228946 0 0 0 376323 76 0 0 25 0 4 0 505790940 782016512 34465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4425019 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 190922 34465 422 148 0 185851 0
[pid=18582/tid=18584] ppid=18580 vsize=763688 CPUtime=942.06 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 29358 0 0 0 94196 10 0 0 25 0 4 0 505790942 782016512 34465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429085 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=763688 CPUtime=942.3 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 31154 0 0 0 94217 13 0 0 25 0 4 0 505790942 782016512 34465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=763688 CPUtime=937.94 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 30254 0 0 0 93783 11 0 0 25 0 4 0 505790942 782016512 34465 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 763688

[startup+1002.3 s]
/proc/loadavg: 8.10 8.05 7.91 9/184 18647
/proc/meminfo: memFree=25360248/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=763936 CPUtime=4003.69 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 237344 0 0 0 400289 80 0 0 25 0 4 0 505790940 782270464 35265 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 190984 35265 422 148 0 185913 0
[pid=18582/tid=18584] ppid=18580 vsize=763936 CPUtime=1002.04 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 30654 0 0 0 100194 10 0 0 25 0 4 0 505790942 782270464 35265 33554432000 4194304 4797429 140735127645632 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=763936 CPUtime=1002.28 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 32601 0 0 0 100215 13 0 0 25 0 4 0 505790942 782270464 35265 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=763936 CPUtime=997.64 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 31682 0 0 0 99753 11 0 0 25 0 4 0 505790942 782270464 35265 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 763936

[startup+1062.31 s]
/proc/loadavg: 8.20 8.08 7.93 9/184 18648
/proc/meminfo: memFree=25362224/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=765772 CPUtime=4243.43 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 247129 0 0 0 424259 84 0 0 25 0 4 0 505790940 784150528 35387 33554432000 4194304 4797429 140735127645632 18446744073709551615 4425030 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 191443 35387 422 148 0 186372 0
[pid=18582/tid=18584] ppid=18580 vsize=765772 CPUtime=1062.05 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 31454 0 0 0 106194 11 0 0 25 0 4 0 505790942 784150528 35387 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=765772 CPUtime=1062.3 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 34151 0 0 0 106216 14 0 0 25 0 4 0 505790942 784150528 35387 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=765772 CPUtime=1057.38 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 33094 0 0 0 105725 13 0 0 25 0 4 0 505790942 784150528 35387 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429057 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 765772

[startup+1122.3 s]
/proc/loadavg: 8.20 8.10 7.94 9/184 18650
/proc/meminfo: memFree=25343356/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=766016 CPUtime=4483.12 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 255540 0 0 0 448225 87 0 0 25 0 4 0 505790940 784400384 36339 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 191504 36339 422 148 0 186433 0
[pid=18582/tid=18584] ppid=18580 vsize=766016 CPUtime=1122.04 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 33032 0 0 0 112192 12 0 0 25 0 4 0 505790942 784400384 36339 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=766016 CPUtime=1122.29 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 35548 0 0 0 112215 14 0 0 25 0 4 0 505790942 784400384 36339 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=766016 CPUtime=1117.09 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 34329 0 0 0 111696 13 0 0 25 0 4 0 505790942 784400384 36339 33554432000 4194304 4797429 140735127645632 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 766016

[startup+1182.3 s]
/proc/loadavg: 8.19 8.11 7.95 9/184 18652
/proc/meminfo: memFree=25341604/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=767028 CPUtime=4722.83 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 264325 0 0 0 472192 91 0 0 25 0 4 0 505790940 785436672 36533 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 191757 36533 422 148 0 186686 0
[pid=18582/tid=18584] ppid=18580 vsize=767028 CPUtime=1182.03 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 34449 0 0 0 118191 12 0 0 25 0 4 0 505790942 785436672 36533 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=767028 CPUtime=1182.3 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 36488 0 0 0 118215 15 0 0 25 0 4 0 505790942 785436672 36533 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=767028 CPUtime=1176.81 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 35104 0 0 0 117667 14 0 0 25 0 4 0 505790942 785436672 36533 33554432000 4194304 4797429 140735127645632 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 767028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.10 7.95 10/184 18652
/proc/meminfo: memFree=25343456/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=767788 CPUtime=4800.35 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 267322 0 0 0 479943 92 0 0 25 0 4 0 505790940 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 191947 36564 422 148 0 186876 0
[pid=18582/tid=18584] ppid=18580 vsize=767788 CPUtime=1201.44 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 34659 0 0 0 120131 13 0 0 25 0 4 0 505790942 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=767788 CPUtime=1201.7 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 37568 0 0 0 120155 15 0 0 25 0 4 0 505790942 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=767788 CPUtime=1196.11 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 36066 0 0 0 119597 14 0 0 25 0 4 0 505790942 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 767788

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 8.13 8.10 7.95 10/184 18652
/proc/meminfo: memFree=25343456/32951124 swapFree=67111448/67111528
[pid=18582] ppid=18580 vsize=767788 CPUtime=4800.35 cores=0,2,4,6
/proc/18582/stat : 18582 (techdemo) R 18580 18582 17487 0 -1 4202496 267322 0 0 0 479943 92 0 0 25 0 4 0 505790940 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18582/statm: 191947 36564 422 148 0 186876 0
[pid=18582/tid=18584] ppid=18580 vsize=767788 CPUtime=1201.44 cores=0,2,4,6
/proc/18582/task/18584/stat : 18584 (techdemo) R 18580 18582 17487 0 -1 4202560 34659 0 0 0 120131 13 0 0 25 0 4 0 505790942 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18582/tid=18585] ppid=18580 vsize=767788 CPUtime=1201.7 cores=0,2,4,6
/proc/18582/task/18585/stat : 18585 (techdemo) R 18580 18582 17487 0 -1 4202560 37568 0 0 0 120155 15 0 0 25 0 4 0 505790942 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18582/tid=18586] ppid=18580 vsize=767788 CPUtime=1196.11 cores=0,2,4,6
/proc/18582/task/18586/stat : 18586 (techdemo) R 18580 18582 17487 0 -1 4202560 36066 0 0 0 119597 14 0 0 25 0 4 0 505790942 786214912 36564 33554432000 4194304 4797429 140735127645632 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 767788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.4
CPU user time (s): 4799.46
CPU system time (s): 0.935857
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 874012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.46
system time used= 0.935857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267322
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= 762
involuntary context switches= 24515

runsolver used 1.64275 second user time and 3.9424 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 05:22:28
IDJOB=3262549
IDBENCH=83323
IDSOLVER=1584
FILE ID=node144/3262549-1304133748
RUNJOBID= node144-1304132544-18466
PBS_JOBID= 13170779
Free space on /tmp= 73528 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262549-1304133748/watcher-3262549-1304133748 -o /tmp/evaluation-result-3262549-1304133748/solver-3262549-1304133748 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3262549-1304133748.cnf

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=1067123959

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25479688 kB
Buffers:       2125952 kB
Cached:        4554972 kB
SwapCached:         80 kB
Active:         397092 kB
Inactive:      6530988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25479688 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            7788 kB
Writeback:           0 kB
AnonPages:      246536 kB
Mapped:          15620 kB
Slab:           479868 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   844576 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= 73520 MiB
End job on node144 at 2011-04-30 05:42:32