Trace number 3264705

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.38 1201.62

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c 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-3264705-1304180977.cnf'
0.00/0.00	c -- header says num vars:            270
0.00/0.00	c -- header says num clauses:        1080
0.00/0.00	c -- clauses added:            0 learnts,         1080 normals,            0 xors
0.00/0.00	c -- vars added        270
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       270      1080         0         0      3240         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1080/1080 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:    270 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.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c learnt bin added due to v-elim: 0
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.81	c Finding non-binary XORs:     0.00 s (found:     270, avg size: 3.0)
0.00/0.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     2 time:   0.00
0.00/0.81	c calculated reachability. Time: 0.00
0.00/0.81	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     270
0.00/0.81	c =========================================================================================
0.00/0.81	c types(t): F = full restart, N = normal restart
0.00/0.81	c types(t): S = simplification begin/end, E = solution found
0.00/0.81	c restart types(rt): st = static, dy = dynamic
0.00/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.81	c  B st     0         0       270         0         2         0       814         0   no data   no data  --
0.00/0.81	c Decided on static restart strategy
9.56/2.41	c  N dy     7     30001       270         0         2     10135       814    202286     26.30     16.62  --
9.56/2.42	c  S st     7     30001       270         0         2     10135       814    202286     26.30     16.62  --
9.56/2.47	c  S st     7     30505       270         0         2     10610       814    215516     26.30     16.62  --
9.56/2.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     2 time:   0.00
9.56/2.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.08
9.56/2.49	c Calc non-exist non-lernt bins v-fix:     0 done:    270 time:  0.00 s
9.56/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.50	c Subs w/ non-existent bins:      0 time:  0.00 s
9.97/2.50	c Replacing        1 vars Replaced       50 lits Time:     0.00 s 
9.97/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.77/2.73	c lits-rem:       546  cl-subs:     1512  v-elim:      0  v-fix:    0  time:  0.91 s
10.77/2.73	c learnt bin added due to v-elim: 0
10.77/2.73	c vivif2 --  cl tried        0 cl shrink        0 lits rem          0 time: 0.00
10.77/2.73	c vivif2 --  cl tried     9098 cl shrink        0 lits rem          0 time: 0.00
10.77/2.73	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
10.77/2.73	c calculated reachability. Time: 0.00
10.77/2.73	c  N dy     7     30505       269         0         0      9098       810    189704     26.30     16.62  --
10.77/2.73	c  F st     7     30505       269         0         0      9098       810    189704     26.30     16.62  --
11.58/2.91	c Decided on static restart strategy
17.55/4.40	c  N dy    14     45758       269         0         0     16192       810    360224     27.93     16.97  --
17.55/4.42	c  S st    14     45758       269         0         0     16192       810    360224     27.93     16.97  --
17.96/4.50	c  S st    14     46260       269         0         0     16672       810    373756     27.93     16.97  --
17.96/4.50	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
17.96/4.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.96/4.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.13
17.96/4.53	c Calc non-exist non-lernt bins v-fix:     0 done:    268 time:  0.00 s
17.96/4.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.96/4.53	c Subs w/ non-existent bins:      0 time:  0.01 s
17.96/4.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.96/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
22.75/5.78	c lits-rem:       977  cl-subs:     1553  v-elim:      0  v-fix:    0  time:  4.97 s
22.75/5.78	c learnt bin added due to v-elim: 0
22.75/5.78	c vivif2 --  cl tried        0 cl shrink        0 lits rem          0 time: 0.00
22.75/5.78	c vivif2 --  cl tried    15111 cl shrink        0 lits rem          0 time: 0.01
22.75/5.78	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
22.75/5.78	c calculated reachability. Time: 0.00
22.75/5.78	c  N dy    14     46260       268         0         0     15111       805    336106     27.93     16.97  --
33.96/8.59	c  N dy    15     69391       268         0         0     18802       805    361174     22.72     17.07  --
34.34/8.61	c  S st    15     69391       268         0         0     18802       805    361174     22.72     17.07  --
34.34/8.69	c  S st    15     69891       268         0         0     19284       805    375179     22.72     17.07  --
34.34/8.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
34.34/8.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.74/8.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.15
34.74/8.73	c Calc non-exist non-lernt bins v-fix:     0 done:    267 time:  0.00 s
34.74/8.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.74/8.73	c Subs w/ non-existent bins:      0 time:  0.01 s
34.74/8.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.74/8.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.74/8.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
40.33/10.19	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
43.53/10.94	c Added 3 vars  tried: 80000 time: 3.01
43.53/10.99	c ORs :      3 avg-s:  0.0 cl-sh:  7212 l-rem:   7212 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    3.21
43.93/11.00	c lits-rem:      1256  cl-subs:     3705  v-elim:      0  v-fix:    0  time:  9.02 s
43.93/11.00	c learnt bin added due to v-elim: 0
43.93/11.00	c vivif2 --  cl tried        3 cl shrink        0 lits rem          0 time: 0.00
43.93/11.00	c vivif2 --  cl tried    15569 cl shrink        0 lits rem          0 time: 0.01
43.93/11.00	c asymm  cl-useful: 0/3/3 lits-rem:0 time: 0.00
43.93/11.00	c calculated reachability. Time: 0.00
43.93/11.00	c  N dy    15     69891       270         3         6     15569       824    293878     22.72     17.07  --
43.93/11.00	c  F st    15     69891       270         3         6     15569       824    293878     22.72     17.07  --
44.73/11.25	c Decided on static restart strategy
62.71/15.74	c  N dy    22    104836       270         3         6     14865       824    232663     23.79     17.35  --
62.71/15.75	c  S st    22    104836       270         3         6     14865       824    232663     23.79     17.35  --
63.11/15.83	c  S st    22    105339       270         3         6     15349       824    246055     23.79     17.35  --
63.11/15.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.11/15.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.11/15.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.11
63.11/15.86	c Calc non-exist non-lernt bins v-fix:     0 done:    270 time:  0.00 s
63.11/15.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.11/15.86	c Subs w/ non-existent bins:      0 time:  0.01 s
63.11/15.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.11/15.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.11/15.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
66.71/16.76	c ORs :      3 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
66.71/16.76	c lits-rem:       290  cl-subs:     1501  v-elim:      0  v-fix:    0  time:  3.60 s
66.71/16.76	c learnt bin added due to v-elim: 0
66.71/16.76	c vivif2 --  cl tried        3 cl shrink        0 lits rem          0 time: 0.00
66.71/16.77	c vivif2 --  cl tried    13848 cl shrink        0 lits rem          0 time: 0.01
66.71/16.77	c asymm  cl-useful: 0/3/3 lits-rem:0 time: 0.00
66.71/16.77	c calculated reachability. Time: 0.00
66.71/16.77	c  N dy    22    105339       270         3         6     13848       824    217554     23.79     17.35  --
105.45/26.41	c  N dy    23    158009       270         3         6     20938       824    354683     23.40     17.46  --
105.45/26.42	c  S st    23    158009       270         3         6     20938       824    354683     23.40     17.46  --
105.86/26.53	c  S st    23    158511       276         3        18     21430       848    367937     23.40     17.46  --
105.86/26.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.86/26.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.86/26.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.19
105.86/26.57	c Calc non-exist non-lernt bins v-fix:     0 done:    276 time:  0.00 s
105.86/26.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.86/26.58	c Subs w/ non-existent bins:      0 time:  0.01 s
105.86/26.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.86/26.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.86/26.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
111.06/27.85	c ORs :      3 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
111.06/27.86	c lits-rem:      1006  cl-subs:     3832  v-elim:      0  v-fix:    0  time:  5.09 s
111.06/27.86	c learnt bin added due to v-elim: 0
111.06/27.86	c vivif2 --  cl tried        3 cl shrink        0 lits rem          0 time: 0.00
111.06/27.86	c vivif2 --  cl tried    17598 cl shrink        0 lits rem          0 time: 0.01
111.06/27.86	c asymm  cl-useful: 0/3/3 lits-rem:0 time: 0.00
111.06/27.86	c calculated reachability. Time: 0.00
111.06/27.86	c  N dy    23    158511       276         3        18     17598       848    288239     23.40     17.46  --
184.96/46.37	c  N dy    24    237768       276         3        18     22669       848    371181     25.11     17.71  --
184.96/46.39	c  S st    24    237768       276         3        18     22669       848    371181     25.11     17.71  --
185.76/46.50	c  S st    24    238272       288         3        42     23174       896    385401     25.11     17.71  --
185.76/46.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
185.76/46.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.76/46.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.8M T:  0.23
185.76/46.56	c Calc non-exist non-lernt bins v-fix:     0 done:    288 time:  0.00 s
185.76/46.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.76/46.56	c Subs w/ non-existent bins:      0 time:  0.02 s
185.76/46.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.76/46.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.76/46.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
191.35/47.94	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 9.0 T:    0.01
191.35/47.94	c lits-rem:       844  cl-subs:     1768  v-elim:      0  v-fix:    0  time:  5.49 s
191.35/47.94	c learnt bin added due to v-elim: 0
191.35/47.94	c vivif2 --  cl tried        3 cl shrink        0 lits rem          0 time: 0.00
191.35/47.95	c vivif2 --  cl tried    21405 cl shrink        0 lits rem          0 time: 0.02
191.35/47.95	c asymm  cl-useful: 0/3/3 lits-rem:0 time: 0.00
191.35/47.95	c calculated reachability. Time: 0.00
191.35/47.95	c  N dy    24    238272       288         3        42     21405       896    350456     25.11     17.71  --
325.60/81.55	c  N dy    25    357409       288         3        42     26294       896    419765     25.69     16.80  --
325.60/81.57	c  S st    25    357409       288         3        42     26294       896    419765     25.69     16.80  --
326.40/81.72	c  S st    25    357913       291         3        52     26781       912    433700     25.69     16.80  --
326.40/81.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
326.40/81.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
326.40/81.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.5M T:  0.28
326.40/81.79	c Calc non-exist non-lernt bins v-fix:     0 done:    291 time:  0.00 s
326.40/81.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
326.40/81.79	c Subs w/ non-existent bins:      0 time:  0.02 s
326.80/81.81	c Replacing        1 vars Replaced     1823 lits Time:     0.06 s 
326.80/81.82	c bin-w-bin subsume rem            2 bins  time:  0.00 s
326.80/81.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.80/81.82	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
331.99/83.14	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    0.02
333.59/83.59	c Added 3 vars  tried: 80000 time: 1.80
333.99/83.67	c ORs :      3 avg-s:  0.0 cl-sh:  6945 l-rem:   6945 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.13
333.99/83.68	c lits-rem:       836  cl-subs:     1295  v-elim:      0  v-fix:    0  time:  7.45 s
333.99/83.68	c learnt bin added due to v-elim: 0
333.99/83.68	c vivif2 --  cl tried        6 cl shrink        0 lits rem          0 time: 0.00
333.99/83.69	c vivif2 --  cl tried    25485 cl shrink        0 lits rem          0 time: 0.02
333.99/83.69	c asymm  cl-useful: 0/6/6 lits-rem:0 time: 0.00
333.99/83.69	c calculated reachability. Time: 0.00
333.99/83.69	c  N dy    25    357913       293         6        52     25485       925    404565     25.69     16.80  --
579.30/145.08	c  N dy    26    536869       293         6        52     32179       925    510317     23.78     16.75  --
579.70/145.10	c  S st    26    536869       293         6        52     32179       925    510317     23.78     16.75  --
580.10/145.27	c  S st    26    537372       293         6        52     32661       925    524674     23.78     16.75  --
580.10/145.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
580.10/145.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
580.50/145.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.7M T:  0.37
580.50/145.37	c Calc non-exist non-lernt bins v-fix:     0 done:    293 time:  0.00 s
580.50/145.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
580.50/145.37	c Subs w/ non-existent bins:      0 time:  0.02 s
580.50/145.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
580.50/145.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
580.50/145.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
586.50/146.85	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.04
586.50/146.86	c lits-rem:       695  cl-subs:     2563  v-elim:      0  v-fix:    0  time:  5.90 s
586.50/146.86	c learnt bin added due to v-elim: 0
586.50/146.86	c vivif2 --  cl tried        6 cl shrink        0 lits rem          0 time: 0.00
586.50/146.87	c vivif2 --  cl tried    30098 cl shrink        0 lits rem          0 time: 0.02
586.50/146.87	c asymm  cl-useful: 0/6/6 lits-rem:0 time: 0.00
586.50/146.87	c calculated reachability. Time: 0.00
586.50/146.87	c  N dy    26    537372       293         6        52     30098       925    477631     23.78     16.75  --
586.50/146.87	c  F st    26    537372       293         6        52     30098       925    477631     23.78     16.75  --
588.49/147.33	c Decided on static restart strategy
999.17/250.18	c  N dy    33    806058       293         6        52     51580       925    887977     24.87     16.78  --
999.57/250.22	c  S st    33    806058       293         6        52     51580       925    887977     24.87     16.78  --
1000.38/250.48	c  S st    33    806562       307         6        88     52087       989    901442     24.87     16.78  --
1000.38/250.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1000.38/250.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1001.17/250.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.5M T:  0.67
1001.17/250.66	c Calc non-exist non-lernt bins v-fix:     0 done:    307 time:  0.00 s
1001.17/250.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1001.17/250.67	c Subs w/ non-existent bins:      0 time:  0.04 s
1001.17/250.67	c Replacing        2 vars Replaced       72 lits Time:     0.02 s 
1001.17/250.68	c bin-w-bin subsume rem            4 bins  time:  0.00 s
1001.17/250.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1001.17/250.69	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1015.55/254.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.08
1015.55/254.22	c lits-rem:      2591  cl-subs:     9966  v-elim:      0  v-fix:    0  time: 14.11 s
1015.55/254.22	c learnt bin added due to v-elim: 0
1015.55/254.22	c vivif2 --  cl tried        6 cl shrink        0 lits rem          0 time: 0.00
1015.55/254.23	c vivif2 --  cl tried    42121 cl shrink        0 lits rem          0 time: 0.04
1015.55/254.23	c asymm  cl-useful: 0/6/6 lits-rem:0 time: 0.00
1015.55/254.23	c calculated reachability. Time: 0.00
1015.55/254.23	c  N dy    33    806562       305         6        76     42121       973    718521     24.87     16.78  --
1811.74/453.51	c  N dy    34   1209844       305         6        76     58596       973    942689     21.49     16.41  --
1811.74/453.55	c  S st    34   1209844       305         6        76     58596       973    942689     21.49     16.41  --
1811.74/453.55	c Finding binary XORs  T:     0.00 s  found:       0
1812.94/453.82	c  S st    34   1210346       309         6        84     59083       989    956027     21.49     16.41  --
1812.94/453.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1812.94/453.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1813.76/454.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.5M T:  0.81
1813.76/454.03	c Calc non-exist non-lernt bins v-fix:     0 done:    309 time:  0.01 s
1813.76/454.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1813.76/454.04	c Subs w/ non-existent bins:      0 time:  0.04 s
1813.76/454.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1813.76/454.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1813.76/454.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1828.53/457.73	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.07
1828.53/457.75	c lits-rem:      1531  cl-subs:    10429  v-elim:      0  v-fix:    0  time: 14.72 s
1828.53/457.75	c learnt bin added due to v-elim: 0
1828.53/457.75	c vivif2 --  cl tried        6 cl shrink        0 lits rem          0 time: 0.00
1828.53/457.76	c vivif2 --  cl tried    48654 cl shrink        0 lits rem          0 time: 0.04
1828.53/457.76	c asymm  cl-useful: 0/6/6 lits-rem:0 time: 0.00
1828.53/457.76	c calculated reachability. Time: 0.00
1828.53/457.76	c  N dy    34   1210346       309         6        84     48654       989    770041     21.49     16.41  --
3035.77/759.99	c  N dy    35   1710347       309         6        84     79098       989   1346820     23.90     16.01  --
3036.17/760.05	c  S st    35   1710347       309         6        84     79098       989   1346820     23.90     16.01  --
3038.17/760.53	c  S st    35   1710849       313         6       108     79602      1021   1361816     23.90     16.01  --
3038.17/760.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3038.17/760.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3039.38/760.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.5M T:  1.42
3039.38/760.89	c Calc non-exist non-lernt bins v-fix:     0 done:    313 time:  0.01 s
3039.38/760.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3039.79/760.91	c Subs w/ non-existent bins:      0 time:  0.06 s
3039.79/760.92	c Replacing        4 vars Replaced      216 lits Time:     0.04 s 
3039.79/760.94	c bin-w-bin subsume rem            8 bins  time:  0.00 s
3039.79/760.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3039.79/760.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3073.33/769.33	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
3074.94/769.79	c Added 4 vars  tried: 80000 time: 1.81
3075.72/769.97	c ORs :      4 avg-s:  0.0 cl-sh:  8473 l-rem:   8473 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    2.53
3075.72/769.99	c lits-rem:      1771  cl-subs:    17174  v-elim:      0  v-fix:    0  time: 36.11 s
3075.72/769.99	c learnt bin added due to v-elim: 0
3075.72/769.99	c vivif2 --  cl tried       10 cl shrink        0 lits rem          0 time: 0.00
3076.12/770.00	c vivif2 --  cl tried    62428 cl shrink        0 lits rem          0 time: 0.06
3076.12/770.01	c asymm  cl-useful: 0/10/10 lits-rem:0 time: 0.01
3076.12/770.01	c calculated reachability. Time: 0.00
3076.12/770.01	c  N dy    35   1710849       313        10        92     62428      1017   1048318     23.90     16.01  --
4573.44/1144.81	c  N dy    36   2210850       313        10        92     78343      1017   1286493     23.10     16.05  --
4573.44/1144.87	c  S st    36   2210850       313        10        92     78343      1017   1286493     23.10     16.05  --
4575.42/1145.35	c  S st    36   2211356       313        10        92     78830      1017   1300771     23.10     16.05  --
4575.42/1145.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4575.42/1145.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4577.02/1145.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.3M T:  1.60
4577.02/1145.75	c Calc non-exist non-lernt bins v-fix:     0 done:    313 time:  0.01 s
4577.02/1145.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4577.02/1145.77	c Subs w/ non-existent bins:      0 time:  0.07 s
4577.02/1145.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4577.02/1145.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4577.02/1145.80	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4599.81/1151.42	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.22
4599.81/1151.44	c lits-rem:       895  cl-subs:    10819  v-elim:      0  v-fix:    0  time: 22.52 s
4599.81/1151.44	c learnt bin added due to v-elim: 0
4599.81/1151.44	c vivif2 --  cl tried       10 cl shrink        0 lits rem          0 time: 0.00
4599.81/1151.46	c vivif2 --  cl tried    68011 cl shrink        0 lits rem          0 time: 0.07
4599.81/1151.46	c asymm  cl-useful: 0/10/10 lits-rem:0 time: 0.01
4599.81/1151.46	c calculated reachability. Time: 0.00
4599.81/1151.46	c  N dy    36   2211356       313        10        92     68011      1017   1106237     23.10     16.05  --

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-3264705-1304180977/watcher-3264705-1304180977 -o /tmp/evaluation-result-3264705-1304180977/solver-3264705-1304180977 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3264705-1304180977.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: 4.75 5.40 6.80 6/180 2761
/proc/meminfo: memFree=28589844/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=50432 CPUtime=0 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 529694810 51642368 585 33554432000 4194304 4797429 140736610327744 18446744073709551615 239476355781 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2761/statm: 12608 585 347 148 0 7537 0
[pid=2761/tid=2762] ppid=2759 vsize=81292 CPUtime=0 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529694811 83243008 653 33554432000 4194304 4797429 140736610327744 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=81292 CPUtime=0 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529694811 83243008 653 33554432000 4194304 4797429 140736610327744 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=81292 CPUtime=0 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529694811 83243008 653 33554432000 4194304 4797429 140736610327744 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.517183 s]
/proc/loadavg: 4.75 5.40 6.80 6/180 2761
/proc/meminfo: memFree=28589844/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=675516 CPUtime=2.37 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 3205 0 0 0 237 0 0 0 18 0 4 0 529694810 691728384 2473 33554432000 4194304 4797429 140736610327744 18446744073709551615 4331805 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 168879 2473 416 148 0 163808 0
[pid=2761/tid=2762] ppid=2759 vsize=677772 CPUtime=0.82 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 1058 0 0 0 82 0 0 0 25 0 4 0 529694811 694038528 3252 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=677772 CPUtime=0.82 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 1111 0 0 0 82 0 0 0 19 0 4 0 529694811 694038528 3252 33554432000 4194304 4797429 140736610327744 18446744073709551615 4642182 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=677772 CPUtime=0.82 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 1006 0 0 0 82 0 0 0 19 0 4 0 529694811 694038528 3252 33554432000 4194304 4797429 140736610327744 18446744073709551615 4404796 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 675516

[startup+0.930208 s]
/proc/loadavg: 4.75 5.40 6.80 6/180 2761
/proc/meminfo: memFree=28589844/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=678040 CPUtime=3.69 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 4840 0 0 0 368 1 0 0 19 0 4 0 529694810 694312960 3430 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424812 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 169510 3430 418 148 0 164439 0
[pid=2761/tid=2762] ppid=2759 vsize=678040 CPUtime=0.92 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 1098 0 0 0 92 0 0 0 25 0 4 0 529694811 694312960 3430 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429177 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=678040 CPUtime=0.91 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 1150 0 0 0 91 0 0 0 19 0 4 0 529694811 694312960 3430 33554432000 4194304 4797429 140736610327744 18446744073709551615 4422906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=678040 CPUtime=0.92 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 1066 0 0 0 92 0 0 0 19 0 4 0 529694811 694312960 3430 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 678040

[startup+1.03019 s]
/proc/loadavg: 4.75 5.40 6.80 6/180 2761
/proc/meminfo: memFree=28589844/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=678316 CPUtime=4.09 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 5105 0 0 0 408 1 0 0 19 0 4 0 529694810 694595584 3454 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 169579 3454 420 148 0 164508 0
[pid=2761/tid=2762] ppid=2759 vsize=678316 CPUtime=1.02 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 1132 0 0 0 102 0 0 0 25 0 4 0 529694811 694595584 3454 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424941 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=678316 CPUtime=1.01 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 1176 0 0 0 101 0 0 0 19 0 4 0 529694811 694595584 3454 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424967 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=678316 CPUtime=1.02 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 1219 0 0 0 102 0 0 0 19 0 4 0 529694811 694595584 3454 33554432000 4194304 4797429 140736610327744 18446744073709551615 4423083 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 678316

[startup+1.10118 s]
/proc/loadavg: 4.75 5.40 6.80 6/180 2761
/proc/meminfo: memFree=28589844/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=678448 CPUtime=4.38 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 5221 0 0 0 437 1 0 0 19 0 4 0 529694810 694730752 3564 33554432000 4194304 4797429 140736610327744 18446744073709551615 239476353286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 169612 3564 420 148 0 164541 0
[pid=2761/tid=2762] ppid=2759 vsize=678448 CPUtime=1.09 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 1169 0 0 0 109 0 0 0 25 0 4 0 529694811 694730752 3564 33554432000 4194304 4797429 140736610327744 18446744073709551615 4526328 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=678448 CPUtime=1.09 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 1208 0 0 0 109 0 0 0 19 0 4 0 529694811 694730752 3564 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=678448 CPUtime=1.09 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 1242 0 0 0 109 0 0 0 19 0 4 0 529694811 694730752 3564 33554432000 4194304 4797429 140736610327744 18446744073709551615 4425558 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 678448

[startup+1.5011 s]
/proc/loadavg: 4.75 5.40 6.80 6/180 2761
/proc/meminfo: memFree=28589844/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=679768 CPUtime=5.98 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 6119 0 0 0 597 1 0 0 20 0 4 0 529694810 696082432 4184 33554432000 4194304 4797429 140736610327744 18446744073709551615 4413798 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 169942 4184 420 148 0 164871 0
[pid=2761/tid=2762] ppid=2759 vsize=679768 CPUtime=1.49 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 1355 0 0 0 149 0 0 0 25 0 4 0 529694811 696082432 4184 33554432000 4194304 4797429 140736610327744 18446744073709551615 4428962 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=679768 CPUtime=1.49 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 1432 0 0 0 149 0 0 0 20 0 4 0 529694811 696082432 4184 33554432000 4194304 4797429 140736610327744 18446744073709551615 4391328 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=679768 CPUtime=1.49 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 1433 0 0 0 149 0 0 0 20 0 4 0 529694811 696082432 4184 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424630 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 679768

[startup+3.1008 s]
/proc/loadavg: 4.75 5.40 6.80 6/178 2768
/proc/meminfo: memFree=29935252/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=682916 CPUtime=12.36 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 8861 0 0 0 1234 2 0 0 25 0 4 0 529694810 699305984 5762 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 170729 5762 420 148 0 165658 0
[pid=2761/tid=2762] ppid=2759 vsize=682916 CPUtime=3.09 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 1892 0 0 0 309 0 0 0 25 0 4 0 529694811 699305984 5762 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=682916 CPUtime=3.07 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 2060 0 0 0 307 0 0 0 25 0 4 0 529694811 699305984 5762 33554432000 4194304 4797429 140736610327744 18446744073709551615 4425633 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=682916 CPUtime=3.08 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 2051 0 0 0 308 0 0 0 25 0 4 0 529694811 699305984 5762 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 682916

[startup+6.30618 s]
/proc/loadavg: 4.77 5.39 6.79 6/179 2775
/proc/meminfo: memFree=29928548/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=686420 CPUtime=25.17 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 12003 0 0 0 2514 3 0 0 25 0 4 0 529694810 702894080 7061 33554432000 4194304 4797429 140736610327744 18446744073709551615 4391147 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 171605 7061 420 148 0 166534 0
[pid=2761/tid=2762] ppid=2759 vsize=686420 CPUtime=6.29 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 2545 0 0 0 629 0 0 0 25 0 4 0 529694811 702894080 7061 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=686420 CPUtime=6.26 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 2692 0 0 0 626 0 0 0 25 0 4 0 529694811 702894080 7061 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524466 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=686420 CPUtime=6.29 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 2708 0 0 0 629 0 0 0 25 0 4 0 529694811 702894080 7061 33554432000 4194304 4797429 140736610327744 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 686420

[startup+12.701 s]
/proc/loadavg: 5.03 5.44 6.79 10/184 2798
/proc/meminfo: memFree=30003768/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=689720 CPUtime=50.72 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 16116 0 0 0 5068 4 0 0 25 0 4 0 529694810 706273280 8263 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 172430 8263 422 148 0 167359 0
[pid=2761/tid=2762] ppid=2759 vsize=689720 CPUtime=12.68 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 3483 0 0 0 1268 0 0 0 25 0 4 0 529694811 706273280 8263 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=689720 CPUtime=12.64 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 3644 0 0 0 1263 1 0 0 25 0 4 0 529694811 706273280 8263 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=689720 CPUtime=12.68 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 3410 0 0 0 1268 0 0 0 25 0 4 0 529694811 706273280 8263 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 689720

[startup+25.5005 s]
/proc/loadavg: 5.69 5.56 6.81 10/184 2798
/proc/meminfo: memFree=29987988/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=693360 CPUtime=101.86 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 22325 0 0 0 10180 6 0 0 25 0 4 0 529694810 710000640 9821 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 173340 9821 422 148 0 168269 0
[pid=2761/tid=2762] ppid=2759 vsize=693360 CPUtime=25.49 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 4377 0 0 0 2548 1 0 0 25 0 4 0 529694811 710000640 9821 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=693360 CPUtime=25.37 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 4694 0 0 0 2536 1 0 0 25 0 4 0 529694811 710000640 9821 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=693360 CPUtime=25.48 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 4590 0 0 0 2547 1 0 0 25 0 4 0 529694811 710000640 9821 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 693360

[startup+51.1006 s]
/proc/loadavg: 6.62 5.79 6.85 9/184 2799
/proc/meminfo: memFree=29973196/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=698128 CPUtime=204.14 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 30817 0 0 0 20405 9 0 0 25 0 4 0 529694810 714883072 11988 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 174532 11988 422 148 0 169461 0
[pid=2761/tid=2762] ppid=2759 vsize=698128 CPUtime=51.08 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 5793 0 0 0 5107 1 0 0 25 0 4 0 529694811 714883072 11988 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424963 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=698128 CPUtime=50.85 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 6090 0 0 0 5084 1 0 0 25 0 4 0 529694811 714883072 11988 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=698128 CPUtime=51.08 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 6111 0 0 0 5107 1 0 0 25 0 4 0 529694811 714883072 11988 33554432000 4194304 4797429 140736610327744 18446744073709551615 4428836 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 698128

[startup+102.301 s]
/proc/loadavg: 7.56 6.16 6.92 10/184 2800
/proc/meminfo: memFree=29950824/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=705656 CPUtime=408.7 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 46249 0 0 0 40855 15 0 0 25 0 4 0 529694810 722591744 14141 33554432000 4194304 4797429 140736610327744 18446744073709551615 4425015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 176414 14141 422 148 0 171343 0
[pid=2761/tid=2762] ppid=2759 vsize=705656 CPUtime=102.29 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 8335 0 0 0 10227 2 0 0 25 0 4 0 529694811 722591744 14141 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=705656 CPUtime=101.81 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 8587 0 0 0 10179 2 0 0 25 0 4 0 529694811 722591744 14141 33554432000 4194304 4797429 140736610327744 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=705656 CPUtime=102.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 8592 0 0 0 10226 2 0 0 25 0 4 0 529694811 722591744 14141 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 705656

[startup+162.3 s]

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

[pid=2761] ppid=2759 vsize=733816 CPUtime=2565.98 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 137407 0 0 0 256537 61 0 0 25 0 4 0 529694810 751427584 26589 33554432000 4194304 4797429 140736610327744 18446744073709551615 4425019 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 183454 26589 422 148 0 178383 0
[pid=2761/tid=2762] ppid=2759 vsize=733816 CPUtime=642.31 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 22410 0 0 0 64221 10 0 0 25 0 4 0 529694811 751427584 26589 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=733816 CPUtime=639.05 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 22769 0 0 0 63893 12 0 0 25 0 4 0 529694811 751427584 26589 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=733816 CPUtime=642.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 22948 0 0 0 64219 9 0 0 25 0 4 0 529694811 751427584 26589 33554432000 4194304 4797429 140736610327744 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.98
Current children cumulated vsize (KiB) 733816

[startup+702.301 s]
/proc/loadavg: 8.09 7.84 7.47 10/184 2816
/proc/meminfo: memFree=29844128/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=734928 CPUtime=2805.67 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 144485 0 0 0 280502 65 0 0 25 0 4 0 529694810 752566272 27834 33554432000 4194304 4797429 140736610327744 18446744073709551615 4425019 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 183732 27834 422 148 0 178661 0
[pid=2761/tid=2762] ppid=2759 vsize=734928 CPUtime=702.31 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 23629 0 0 0 70220 11 0 0 25 0 4 0 529694811 752566272 27834 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=734928 CPUtime=698.73 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 24001 0 0 0 69861 12 0 0 25 0 4 0 529694811 752566272 27834 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=734928 CPUtime=702.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 24346 0 0 0 70218 10 0 0 25 0 4 0 529694811 752566272 27834 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.67
Current children cumulated vsize (KiB) 734928

[startup+762.3 s]
/proc/loadavg: 8.03 7.86 7.50 10/184 2818
/proc/meminfo: memFree=29843480/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=736684 CPUtime=3045.36 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 152829 0 0 0 304466 70 0 0 25 0 4 0 529694810 754364416 27645 33554432000 4194304 4797429 140736610327744 18446744073709551615 4506622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 184171 27645 422 148 0 179100 0
[pid=2761/tid=2762] ppid=2759 vsize=736684 CPUtime=762.32 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 24915 0 0 0 76220 12 0 0 25 0 4 0 529694811 754364416 27645 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=736684 CPUtime=758.41 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 25147 0 0 0 75828 13 0 0 25 0 4 0 529694811 754364416 27645 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=736684 CPUtime=762.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 25605 0 0 0 76217 11 0 0 25 0 4 0 529694811 754364416 27645 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.36
Current children cumulated vsize (KiB) 736684

[startup+822.301 s]
/proc/loadavg: 8.01 7.89 7.52 10/184 2819
/proc/meminfo: memFree=29827192/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=737828 CPUtime=3285.07 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 158943 0 0 0 328432 75 0 0 25 0 4 0 529694810 755535872 30972 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 184457 30972 422 148 0 179386 0
[pid=2761/tid=2762] ppid=2759 vsize=737828 CPUtime=822.31 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 25888 0 0 0 82219 12 0 0 25 0 4 0 529694811 755535872 30972 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=737828 CPUtime=818.11 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 26042 0 0 0 81797 14 0 0 25 0 4 0 529694811 755535872 30972 33554432000 4194304 4797429 140736610327744 18446744073709551615 4404775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=737828 CPUtime=822.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 26573 0 0 0 82216 12 0 0 25 0 4 0 529694811 755535872 30972 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3285.07
Current children cumulated vsize (KiB) 737828

[startup+882.3 s]
/proc/loadavg: 8.11 7.93 7.56 10/184 2821
/proc/meminfo: memFree=29819972/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=740188 CPUtime=3524.76 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 166464 0 0 0 352396 80 0 0 25 0 4 0 529694810 757952512 31718 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424739 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 185047 31718 423 148 0 179976 0
[pid=2761/tid=2762] ppid=2759 vsize=740188 CPUtime=882.32 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 27105 0 0 0 88219 13 0 0 25 0 4 0 529694811 757952512 31718 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=740188 CPUtime=877.81 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 27495 0 0 0 87765 16 0 0 25 0 4 0 529694811 757952512 31718 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=740188 CPUtime=882.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 27983 0 0 0 88215 13 0 0 25 0 4 0 529694811 757952512 31718 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.76
Current children cumulated vsize (KiB) 740188

[startup+942.301 s]
/proc/loadavg: 8.04 7.94 7.59 10/184 2822
/proc/meminfo: memFree=29814848/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=743068 CPUtime=3764.47 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 174890 0 0 0 376363 84 0 0 25 0 4 0 529694810 760901632 30856 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 185767 30856 423 148 0 180696 0
[pid=2761/tid=2762] ppid=2759 vsize=743068 CPUtime=942.33 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 28477 0 0 0 94219 14 0 0 25 0 4 0 529694811 760901632 30856 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=743068 CPUtime=937.5 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 28922 0 0 0 93733 17 0 0 25 0 4 0 529694811 760901632 30856 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524212 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=743068 CPUtime=942.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 29689 0 0 0 94215 13 0 0 25 0 4 0 529694811 760901632 30856 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.47
Current children cumulated vsize (KiB) 743068

[startup+1002.3 s]
/proc/loadavg: 8.20 8.00 7.63 9/184 2824
/proc/meminfo: memFree=29804772/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=748168 CPUtime=4004.14 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 182819 0 0 0 400327 87 0 0 25 0 4 0 529694810 766124032 31812 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 187042 31812 423 148 0 181971 0
[pid=2761/tid=2762] ppid=2759 vsize=748168 CPUtime=1002.33 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 30020 0 0 0 100218 15 0 0 25 0 4 0 529694811 766124032 31812 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=748168 CPUtime=997.18 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 30534 0 0 0 99700 18 0 0 25 0 4 0 529694811 766124032 31812 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=748168 CPUtime=1002.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 31272 0 0 0 100214 14 0 0 25 0 4 0 529694811 766124032 31812 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4004.14
Current children cumulated vsize (KiB) 748168

[startup+1062.31 s]
/proc/loadavg: 8.22 8.03 7.66 9/184 2826
/proc/meminfo: memFree=29802872/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=748244 CPUtime=4243.86 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 188081 0 0 0 424296 90 0 0 25 0 4 0 529694810 766201856 34145 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 187061 34145 423 148 0 181990 0
[pid=2761/tid=2762] ppid=2759 vsize=748244 CPUtime=1062.33 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 30788 0 0 0 106218 15 0 0 25 0 4 0 529694811 766201856 34145 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424848 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=748244 CPUtime=1056.88 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 31317 0 0 0 105669 19 0 0 25 0 4 0 529694811 766201856 34145 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=748244 CPUtime=1062.29 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 32019 0 0 0 106214 15 0 0 25 0 4 0 529694811 766201856 34145 33554432000 4194304 4797429 140736610327744 18446744073709551615 4356194 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.86
Current children cumulated vsize (KiB) 748244

[startup+1122.3 s]
/proc/loadavg: 8.15 8.04 7.68 10/184 2835
/proc/meminfo: memFree=29796764/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=750400 CPUtime=4483.54 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 195367 0 0 0 448259 95 0 0 25 0 4 0 529694810 768409600 34296 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424859 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 187600 34296 423 148 0 182529 0
[pid=2761/tid=2762] ppid=2759 vsize=750400 CPUtime=1122.33 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 32132 0 0 0 112217 16 0 0 25 0 4 0 529694811 768409600 34296 33554432000 4194304 4797429 140736610327744 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=750400 CPUtime=1116.56 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 32861 0 0 0 111637 19 0 0 25 0 4 0 529694811 768409600 34296 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=750400 CPUtime=1122.28 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 33258 0 0 0 112212 16 0 0 25 0 4 0 529694811 768409600 34296 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.54
Current children cumulated vsize (KiB) 750400

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.70 10/184 2837
/proc/meminfo: memFree=29792888/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=752364 CPUtime=4723.22 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 202777 0 0 0 472223 99 0 0 25 0 4 0 529694810 770420736 34423 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 188091 34423 423 148 0 183020 0
[pid=2761/tid=2762] ppid=2759 vsize=752364 CPUtime=1182.33 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 33552 0 0 0 118216 17 0 0 25 0 4 0 529694811 770420736 34423 33554432000 4194304 4797429 140736610327744 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=752364 CPUtime=1176.24 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 34208 0 0 0 117604 20 0 0 25 0 4 0 529694811 770420736 34423 33554432000 4194304 4797429 140736610327744 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=752364 CPUtime=1182.29 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 34716 0 0 0 118212 17 0 0 25 0 4 0 529694811 770420736 34423 33554432000 4194304 4797429 140736610327744 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4723.22
Current children cumulated vsize (KiB) 752364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.08 8.04 7.71 9/184 2837
/proc/meminfo: memFree=29794856/32950928 swapFree=67086612/67111528
[pid=2761] ppid=2759 vsize=752388 CPUtime=4800.34 cores=1,3,5,7
/proc/2761/stat : 2761 (techdemo) R 2759 2761 2146 0 -1 4202496 205413 0 0 0 479934 100 0 0 25 0 4 0 529694810 770445312 33644 33554432000 4194304 4797429 140736610327744 18446744073709551615 4425120 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2761/statm: 188097 33644 423 148 0 183026 0
[pid=2761/tid=2762] ppid=2759 vsize=752388 CPUtime=1201.64 cores=1,3,5,7
/proc/2761/task/2762/stat : 2762 (techdemo) R 2759 2761 2146 0 -1 4202560 33841 0 0 0 120147 17 0 0 25 0 4 0 529694811 770445312 33644 33554432000 4194304 4797429 140736610327744 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2761/tid=2763] ppid=2759 vsize=752388 CPUtime=1195.44 cores=1,3,5,7
/proc/2761/task/2763/stat : 2763 (techdemo) R 2759 2761 2146 0 -1 4202560 34504 0 0 0 119524 20 0 0 25 0 4 0 529694811 770445312 33644 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568023 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2761/tid=2764] ppid=2759 vsize=752388 CPUtime=1201.59 cores=1,3,5,7
/proc/2761/task/2764/stat : 2764 (techdemo) R 2759 2761 2146 0 -1 4202560 34968 0 0 0 120142 17 0 0 25 0 4 0 529694811 770445312 33644 33554432000 4194304 4797429 140736610327744 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 752388

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.62
CPU time (s): 4800.38
CPU user time (s): 4799.37
CPU system time (s): 1.00985
CPU usage (%): 399.492
Max. virtual memory (cumulated for all children) (KiB): 856056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.37
system time used= 1.00985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205413
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= 235
involuntary context switches= 32283

runsolver used 1.88271 second user time and 4.32534 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 18:29:37
IDJOB=3264705
IDBENCH=85304
IDSOLVER=1584
FILE ID=node148/3264705-1304180977
RUNJOBID= node148-1304180947-2701
PBS_JOBID= 13172434
Free space on /tmp= 72860 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264705-1304180977/watcher-3264705-1304180977 -o /tmp/evaluation-result-3264705-1304180977/solver-3264705-1304180977 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3264705-1304180977.cnf

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

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=224890917

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.82
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.854
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.75
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28589876 kB
Buffers:        776268 kB
Cached:        1797572 kB
SwapCached:       3700 kB
Active:        1654284 kB
Inactive:      2333704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28589876 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:          113376 kB
Writeback:           0 kB
AnonPages:     1411776 kB
Mapped:          14576 kB
Slab:           305068 kB
PageTables:       7316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2261288 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= 72948 MiB
End job on node148 at 2011-04-30 18:49:41