Trace number 3369144

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 Strange-Night-1-mt (fixed)? (TO) 4800.37 1203.89

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369144-1305413269.cnf'
0.00/0.01	c -- header says num vars:           3276
0.00/0.01	c -- header says num clauses:      628173
0.35/0.22	c -- clauses added:            0 learnts,       628173 normals,            0 xors
0.35/0.22	c -- vars added       3276
0.35/0.22	c Parsing time:  0.70 s
0.35/0.22	c  N st     0         0      3276    623259      4914         0   2502864         0   no data   no data  --
0.81/0.38	c asymm  cl-useful: 0/9666/623259 lits-rem:0 time: 0.61
0.81/0.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.7M T:  0.46
2.73/0.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.73/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
2.73/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3276 time:  0.00 s
2.73/0.80	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
94.34/23.70	c lits-rem:         0  cl-subs:        0  v-elim:    819  v-fix:    0  time: 90.28 s
94.34/23.70	c Finding binary XORs  T:     0.02 s  found:       0
96.32/24.23	c Finding non-binary XORs:     1.93 s (found:       0, avg size: nan)
96.32/24.23	c calculated reachability. Time: 0.00
96.32/24.25	c Calc default polars -  time:   0.08 s pos:      64 undec:     819 neg:    2393
96.32/24.25	c =========================================================================================
96.32/24.25	c types(t): F = full restart, N = normal restart
96.32/24.25	c types(t): S = simplification begin/end, E = solution found
96.32/24.25	c restart types(rt): st = static, dy = dynamic
96.32/24.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
96.32/24.25	c  B st     0         0      2457    622440      2457         0   3739554         0   no data   no data  --
97.55/24.52	c  N dy    23      4057      2457    622440      2457      4034   3739554    187942     32.05     45.23  --
98.29/24.76	c  N dy    53      8156      2457    622440      2457      8132   3739554    387365     34.35     39.18  --
99.47/25.00	c  N dy    81     12166      2457    622440      2457     12132   3739554    585509     34.76     41.35  --
100.27/25.23	c  N dy   108     16261      2457    622440      2457     16223   3739554    794351     35.28     39.23  --
101.48/25.58	c  N dy   136     20442      2457    622440      2457     10420   3739554    243072     36.01     38.61  --
102.23/25.78	c  N dy   159     24515      2457    622440      2457     14485   3739554    442919     35.82     38.28  --
102.63/25.81	c  F st   164     25001      2457    622440      2457     14971   3739554    468876     35.91   no data  --
103.82/26.18	c  N dy   170     30000      2457    622440      2457     19950   3739554    832787     35.91   no data  --
103.82/26.18	c  S st   170     30000      2457    622440      2457     19950   3739554    832787     35.91   no data  --
105.42/26.50	c  S st   170     30501      2457    622440      2457     20450   3739554    867598     35.91   no data  --
105.42/26.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
105.42/26.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.59/26.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.2M T:  1.00
107.36/27.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
108.55/27.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.11 s
108.55/27.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
108.55/27.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
266.36/66.92	c lits-rem:         2  cl-subs:       81  v-elim:      0  v-fix:    0  time: 152.44 s
267.56/67.29	c asymm  cl-useful: 0/6323/622440 lits-rem:0 time: 1.46
268.00/67.31	c calculated reachability. Time: 0.00
268.00/67.31	c  N dy   170     30501      2457    622440      2457     20369   3739554    858006     35.91   no data  --
269.15/67.61	c  N dy   198     34658      2457    622440      2457     24523   3739554   1075415     35.99     37.92  --
269.95/67.88	c  N dy   226     38698      2457    622440      2457     28558   3739554   1286912     36.18     38.23  --
271.15/68.15	c  N dy   250     42797      2457    622440      2457     17195   3739554    394688     36.12     38.43  --
271.95/68.31	c  S st   268     45751      2457    622440      2457     20147   3739554    547748     36.15   no data  --
273.54/68.73	c  S st   268     46252      2457    622440      2457     20648   3739554    584935     36.15   no data  --
273.54/68.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
273.54/68.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.73/69.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.5M T:  1.28
275.54/69.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.34/69.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.80 s
276.34/69.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
276.34/69.49	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
410.74/103.14	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 133.26 s
411.14/103.21	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.27
411.14/103.22	c vivif2 --  cl tried    20641 cl shrink        0 lits rem          0 time: 0.04
412.77/103.65	c asymm  cl-useful: 0/6612/622440 lits-rem:0 time: 1.70
412.77/103.67	c calculated reachability. Time: 0.00
412.77/103.67	c  N dy   268     46252      2457    622440      2457     20641   3739554    584361     36.15   no data  --
413.92/103.95	c  N dy   293     50369      2457    622440      2457     24755   3739554    787839     36.05     38.54  --
414.72/104.19	c  N dy   315     54453      2457    622440      2457     28832   3739554    997593     36.04     38.68  --
415.91/104.45	c  N dy   344     58538      2457    622440      2457     32916   3739554   1209979     36.07     38.04  --
416.72/104.69	c  N dy   370     62646      2457    622440      2457     37020   3739554   1419620     36.03     38.25  --
417.90/104.96	c  N dy   395     66705      2457    622440      2457     22356   3739554    528002     36.01     38.97  --
418.29/105.08	c  S st   411     69378      2457    622440      2457     25027   3739554    656536     35.91   no data  --
419.90/105.49	c  S st   411     69881      2457    622440      2457     25529   3739554    691015     35.91   no data  --
420.29/105.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
420.29/105.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.52/105.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.5M T:  1.21
422.28/106.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
423.08/106.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.85 s
423.08/106.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
423.08/106.24	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
554.60/139.22	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time: 129.67 s
554.60/139.29	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.27
554.99/139.30	c vivif2 --  cl tried    25514 cl shrink        0 lits rem          0 time: 0.05
556.59/139.71	c asymm  cl-useful: 0/7051/622440 lits-rem:0 time: 1.62
556.59/139.73	c calculated reachability. Time: 0.00
556.59/139.73	c  N dy   411     69881      2457    622440      2457     25514   3739554    689103     35.91   no data  --
557.84/140.04	c  N dy   438     74345      2457    622440      2457     29973   3739554    919260     35.91     38.15  --
558.98/140.31	c  N dy   466     79102      2457    622440      2457     34723   3739554   1159416     35.89     37.93  --
560.18/140.64	c  N dy   501     84238      2457    622440      2457     39847   3739554   1424282     35.93     37.84  --
561.39/140.99	c  F st   522     87500      2457    622440      2457     22262   3739554    428914     35.91   no data  --
562.57/141.26	c  N st   527     90797      2457    622440      2457     25546   3739554    645810     35.91   no data  --
564.17/141.60	c  N dy   554     96716      2457    622440      2457     31452   3739554    969933     35.92     39.15  --
565.37/141.98	c  N dy   595    102980      2457    622440      2457     37706   3739554   1296486     35.99     38.82  --
565.77/142.10	c  S st   607    104821      2457    622440      2457     39543   3739554   1389611     35.99     38.20  --
567.75/142.53	c  S st   607    105324      2457    622440      2457     40046   3739554   1425556     35.99   no data  --
567.75/142.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
567.75/142.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
569.35/142.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  1.46
570.15/143.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
572.15/143.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.74 s
572.15/143.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
572.15/143.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
821.04/206.06	c lits-rem:         1  cl-subs:       73  v-elim:      0  v-fix:    0  time: 246.64 s
821.39/206.13	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.26
821.39/206.16	c vivif2 --  cl tried    39973 cl shrink        0 lits rem          0 time: 0.10
822.99/206.57	c asymm  cl-useful: 0/6689/622440 lits-rem:0 time: 1.64
823.39/206.60	c calculated reachability. Time: 0.00
823.39/206.60	c  N dy   607    105324      2457    622440      2457     39973   3739554   1416687     35.99   no data  --
825.02/207.07	c  N dy   645    112061      2457    622440      2457     24306   3739554    470637     35.96     37.99  --
826.97/207.52	c  N dy   696    119285      2457    622440      2457     31524   3739554    855965     36.10     38.36  --
828.58/207.98	c  N dy   745    127026      2457    622440      2457     39252   3739554   1250367     36.11     38.84  --
831.35/208.62	c  N dy   796    135177      2457    622440      2457     23709   3739554    383229     36.11     41.23  --
833.36/209.11	c  N dy   855    143894      2457    622440      2457     32417   3739554    845041     36.18     38.13  --
835.34/209.69	c  N dy   917    153122      2457    622440      2457     41637   3739554   1333235     36.23     39.45  --
836.55/209.98	c  S st   950    157986      2457    622440      2457     46492   3739554   1582653     36.24   no data  --
838.17/210.39	c  S st   950    158492      2457    622440      2457     46998   3739554   1617150     36.24   no data  --
838.58/210.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
838.58/210.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
839.73/210.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  1.36
840.93/211.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
842.55/211.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.92 s
842.55/211.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
842.55/211.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1138.81/285.79	c lits-rem:         7  cl-subs:       47  v-elim:      0  v-fix:    0  time: 290.93 s
1139.20/285.86	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.28
1139.20/285.89	c vivif2 --  cl tried    46951 cl shrink        0 lits rem          0 time: 0.12
1140.83/286.30	c asymm  cl-useful: 0/7047/622440 lits-rem:0 time: 1.62
1141.24/286.33	c calculated reachability. Time: 0.00
1141.24/286.33	c  N dy   950    158492      2457    622440      2457     46951   3739554   1611951     36.24   no data  --
1143.99/287.04	c  N dy  1014    168630      2457    622440      2457     32247   3739554    776652     36.26     38.24  --
1146.37/287.69	c  N dy  1075    179486      2457    622440      2457     43091   3739554   1330722     36.23     43.92  --
1150.01/288.55	c  N dy  1152    191010      2457    622440      2457     28708   3739554    552291     36.31     38.61  --
1152.76/289.28	c  N dy  1240    203278      2457    622440      2457     40957   3739554   1214066     36.43     38.38  --
1156.35/290.19	c  N dy  1325    216406      2457    622440      2457     27138   3739554    421650     36.47     38.64  --
1159.92/291.01	c  N dy  1410    230284      2457    622440      2457     40996   3739554   1139610     36.45     38.89  --
1161.52/291.47	c  S st  1454    237738      2457    622440      2457     48443   3739554   1526412     36.44   no data  --
1163.16/291.89	c  S st  1454    238244      2457    622440      2457     48948   3739554   1562624     36.44   no data  --
1163.51/291.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1163.51/291.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1164.70/292.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  1.37
1165.51/292.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1167.54/292.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.73 s
1167.54/292.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1167.54/292.93	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1441.47/361.64	c lits-rem:         0  cl-subs:       44  v-elim:      0  v-fix:    0  time: 269.49 s
1441.87/361.71	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.25
1441.87/361.74	c vivif2 --  cl tried    48904 cl shrink        0 lits rem          0 time: 0.11
1443.51/362.12	c asymm  cl-useful: 0/6851/622440 lits-rem:0 time: 1.51
1443.51/362.14	c calculated reachability. Time: 0.00
1443.51/362.14	c  N dy  1454    238244      2457    622440      2457     48904   3739554   1557544     36.44   no data  --
1447.46/363.15	c  N dy  1547    253472      2457    622440      2457     36172   3739554    841805     36.44     38.88  --
1451.05/364.09	c  N dy  1655    269691      2457    622440      2457     52379   3739554   1682471     36.44     38.86  --
1455.44/365.11	c  N dy  1764    286946      2457    622440      2457     40645   3739554   1031454     36.47     38.92  --
1459.82/366.25	c  N dy  1885    305443      2457    622440      2457     59115   3739554   2008699     36.53     39.08  --
1460.22/366.30	c  F st  1891    306251      2457    622440      2457     59922   3739554   2052614     36.53   no data  --
1465.01/367.59	c  N dy  1983    325074      2457    622440      2457     48725   3739554   1480385     36.53     38.46  --
1470.23/368.82	c  N dy  2105    345102      2457    622440      2457     37790   3739554    800272     36.54     38.53  --
1472.98/369.53	c  S st  2191    357366      2457    622440      2457     50040   3739554   1444542     36.58     32.20  --
1474.62/369.94	c  S st  2191    357869      2457    622440      2457     50541   3739554   1479616     36.58   no data  --
1474.62/369.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1474.62/369.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1476.16/370.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  1.39
1476.97/370.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1478.60/370.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.57 s
1478.60/370.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1478.60/370.96	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1731.41/434.33	c lits-rem:         0  cl-subs:       46  v-elim:      0  v-fix:    0  time: 249.62 s
1731.81/434.40	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.27
1731.81/434.43	c vivif2 --  cl tried    50495 cl shrink        0 lits rem          0 time: 0.11
1733.44/434.84	c asymm  cl-useful: 0/7149/622440 lits-rem:0 time: 1.62
1733.44/434.86	c calculated reachability. Time: 0.00
1733.44/434.86	c  N dy  2191    357869      2457    622440      2457     50495   3739554   1474544     36.58   no data  --
1738.98/436.29	c  N dy  2318    377931      2457    622440      2457     38595   3739554    819069     36.61     48.35  --
1744.16/437.57	c  N dy  2447    398067      2457    622440      2457     58701   3739554   1872718     36.64     38.58  --
1749.35/438.85	c  N dy  2569    418110      2457    622440      2457     45784   3739554   1159359     36.64     53.43  --
1754.54/440.15	c  N dy  2696    438231      2457    622440      2457     65880   3739554   2209363     36.64     38.96  --
1760.12/441.55	c  N dy  2826    458383      2457    622440      2457     52035   3739554   1439801     36.66     39.21  --
1765.70/442.97	c  N dy  2961    478515      2457    622440      2457     37181   3739554    620900     36.68     38.63  --
1770.48/444.19	c  N dy  3088    498565      2457    622440      2457     57202   3739554   1663579     36.68     39.63  --
1776.47/445.66	c  N dy  3206    518644      2457    622440      2457     41295   3739554    800199     36.68     39.10  --
1781.28/446.82	c  S st  3322    536804      2457    622440      2457     59433   3739554   1744425     36.68   no data  --
1782.85/447.27	c  S st  3322    537307      2457    622440      2457     59934   3739554   1781849     36.68   no data  --
1783.24/447.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
1783.24/447.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1784.44/447.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.1M T:  1.44
1785.24/447.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1787.63/448.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
1787.63/448.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1787.63/448.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2118.22/531.36	c lits-rem:         4  cl-subs:       51  v-elim:      0  v-fix:    0  time: 326.14 s
2118.62/531.42	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.26
2118.62/531.45	c vivif2 --  cl tried    59883 cl shrink        0 lits rem          0 time: 0.13
2120.21/531.84	c asymm  cl-useful: 0/7114/622440 lits-rem:0 time: 1.54
2120.21/531.86	c calculated reachability. Time: 0.00
2120.21/531.86	c  N dy  3322    537307      2457    622440      2457     59883   3739554   1775965     36.68   no data  --
2125.39/533.17	c  N dy  3457    557346      2457    622440      2457     42957   3739554    842711     36.72     38.81  --
2130.17/534.38	c  N dy  3584    577349      2457    622440      2457     62932   3739554   1879828     36.72     38.85  --
2135.77/535.72	c  N dy  3699    597369      2457    622440      2457     44979   3739554    894291     36.69     38.80  --
2140.55/536.94	c  N dy  3832    617407      2457    622440      2457     64988   3739554   1931890     36.69     38.75  --
2145.78/538.25	c  N dy  3959    637445      2457    622440      2457     46050   3739554    920388     36.70     38.91  --
2150.91/539.51	c  N dy  4096    657654      2457    622440      2457     66233   3739554   1981222     36.72     39.54  --
2156.50/540.95	c  N dy  4220    677875      2457    622440      2457     46474   3739554    899812     36.72     38.89  --
2161.28/542.15	c  N dy  4349    697881      2457    622440      2457     66455   3739554   1942004     36.72     38.86  --
2166.87/543.51	c  N dy  4480    717964      2457    622440      2457     45571   3739554    822495     36.73     51.36  --
2171.26/544.70	c  N dy  4612    738020      2457    622440      2457     65591   3739554   1863558     36.74     38.83  --
2177.63/546.21	c  N dy  4742    758115      2457    622440      2457     43710   3739554    683955     36.75     40.77  --
2182.42/547.42	c  N dy  4854    778753      2457    622440      2457     64318   3739554   1765071     36.73     38.67  --
2188.00/548.82	c  N dy  4992    798824      2457    622440      2457     84367   3739554   2834093     36.75     39.71  --
2189.99/549.33	c  S st  5041    805960      2457    622440      2457     48550   3739554    908770     36.76   no data  --
2191.59/549.72	c  S st  5041    806465      2457    622440      2457     49054   3739554    944256     36.76   no data  --
2191.59/549.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
2191.59/549.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2192.78/550.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  1.30
2193.62/550.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2194.78/550.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.90 s
2194.78/550.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2194.78/550.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2337.95/586.41	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time: 142.51 s
2337.95/586.48	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.26
2337.95/586.50	c vivif2 --  cl tried    49045 cl shrink        0 lits rem          0 time: 0.07
2339.54/586.89	c asymm  cl-useful: 0/7392/622440 lits-rem:0 time: 1.55
2339.94/586.91	c calculated reachability. Time: 0.00
2339.94/586.91	c  N dy  5041    806465      2457    622440      2457     49045   3739554    943297     36.76   no data  --
2344.72/588.19	c  N dy  5169    826503      2457    622440      2457     69055   3739554   1981555     36.77     39.87  --
2350.72/589.67	c  N dy  5286    846542      2457    622440      2457     45135   3739554    687281     36.76     39.26  --
2355.94/590.96	c  N dy  5428    866559      2457    622440      2457     65125   3739554   1741586     36.78     51.67  --
2361.48/592.30	c  N dy  5553    886654      2457    622440      2457     85201   3739554   2797618     36.79     39.90  --
2366.67/593.69	c  N dy  5677    906857      2457    622440      2457     60444   3739554   1457054     36.78     38.78  --
2372.65/595.11	c  N dy  5811    927060      2457    622440      2457     80619   3739554   2520047     36.80     38.96  --
2378.63/596.69	c  N dy  5935    947147      2457    622440      2457     54730   3739554   1111261     36.79     39.60  --
2383.81/597.98	c  N dy  6058    967148      2457    622440      2457     74696   3739554   2144014     36.79     39.40  --
2389.79/599.49	c  N dy  6175    987307      2457    622440      2457     47888   3739554    709023     36.78     39.01  --
2394.98/600.75	c  N dy  6296   1007445      2457    622440      2457     68013   3739554   1757639     36.77     38.73  --
2400.96/602.23	c  N dy  6430   1027483      2457    622440      2457     88027   3739554   2817885     36.79     39.52  --
2406.94/603.79	c  N dy  6555   1047567      2457    622440      2457     60132   3739554   1317710     36.81     38.95  --
2412.53/605.16	c  N dy  6688   1067716      2457    622440      2457     80249   3739554   2395908     36.83     39.73  --
2413.72/605.46	c  F st  6716   1071876      2457    622440      2457     84407   3739554   2621154     36.83   no data  --
2419.30/606.87	c  N dy  6786   1087795      2457    622440      2457     51368   3739554    808992     36.82     38.87  --
2424.09/608.09	c  N dy  6899   1108176      2457    622440      2457     71726   3739554   1869569     36.82     39.44  --
2430.08/609.55	c  N dy  7016   1128223      2457    622440      2457     91748   3739554   2920749     36.81     39.73  --
2436.45/611.14	c  N dy  7145   1148402      2457    622440      2457     61965   3739554   1324013     36.82     38.98  --
2442.04/612.50	c  N dy  7271   1168444      2457    622440      2457     81975   3739554   2359422     36.81     40.15  --
2448.47/614.17	c  N dy  7393   1188471      2457    622440      2457     51053   3739554    710558     36.80     39.02  --
2453.60/615.48	c  N dy  7520   1208952      2457    622440      2457     71504   3739554   1774959     36.80     39.13  --
2454.00/615.53	c  S st  7524   1209698      2457    622440      2457     72248   3739554   1808915     36.79   no data  --
2455.60/615.93	c  S st  7524   1210198      2457    622440      2457     72748   3739554   1845021     36.79   no data  --
2455.60/615.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
2455.60/615.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2457.24/616.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  1.48
2457.99/616.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2459.98/617.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.88 s
2459.98/617.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2459.98/617.06	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2774.26/695.83	c lits-rem:         0  cl-subs:       73  v-elim:      0  v-fix:    0  time: 311.90 s
2774.66/695.90	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.26
2774.66/695.93	c vivif2 --  cl tried    72675 cl shrink        0 lits rem          0 time: 0.14
2776.26/696.31	c asymm  cl-useful: 0/7767/622440 lits-rem:0 time: 1.50
2776.26/696.33	c calculated reachability. Time: 0.00
2776.26/696.33	c  N dy  7524   1210198      2457    622440      2457     72675   3739554   1837258     36.79   no data  --
2781.88/697.72	c  N dy  7655   1230309      2457    622440      2457     92757   3739554   2905684     36.80     39.01  --
2787.42/699.19	c  N dy  7777   1250413      2457    622440      2457     60925   3739554   1188329     36.80     38.84  --
2793.00/700.51	c  N dy  7921   1270563      2457    622440      2457     81048   3739554   2253324     36.82     38.81  --
2798.58/701.92	c  N dy  8046   1290601      2457    622440      2457    101060   3739554   3301171     36.82     39.04  --
2804.17/703.34	c  N dy  8167   1310688      2457    622440      2457     68185   3739554   1507344     36.81     39.71  --
2809.34/704.66	c  N dy  8288   1330723      2457    622440      2457     88186   3739554   2570962     36.81     39.47  --
2816.14/706.39	c  N dy  8422   1350730      2457    622440      2457     54239   3739554    756476     36.83     39.42  --
2821.36/707.68	c  N dy  8556   1370759      2457    622440      2457     74242   3739554   1822581     36.84     39.22  --
2826.88/709.08	c  N dy  8680   1391038      2457    622440      2457     94501   3739554   2874875     36.84     40.17  --
2833.67/710.72	c  N dy  8801   1411064      2457    622440      2457     59574   3739554    988562     36.83     38.86  --
2838.50/711.95	c  N dy  8910   1431083      2457    622440      2457     79572   3739554   2017480     36.82     39.39  --
2844.04/713.38	c  N dy  9034   1451218      2457    622440      2457     99673   3739554   3051268     36.81     38.81  --
2850.42/715.00	c  N dy  9164   1471238      2457    622440      2457     63731   3739554   1180353     36.82     39.81  --
2855.61/716.27	c  N dy  9283   1491339      2457    622440      2457     83806   3739554   2218363     36.81     38.95  --
2861.58/717.79	c  N dy  9415   1511458      2457    622440      2457    103903   3739554   3298676     36.83     39.85  --
2867.97/719.39	c  N dy  9542   1531461      2457    622440      2457     66942   3739554   1290303     36.83     39.80  --
2873.59/720.73	c  N dy  9663   1551719      2457    622440      2457     87174   3739554   2347700     36.82     38.87  --
2879.53/722.27	c  N dy  9791   1571831      2457    622440      2457    107265   3739554   3399560     36.82     39.68  --
2886.32/723.95	c  N dy  9922   1591875      2457    622440      2457     69353   3739554   1392529     36.83     39.30  --
2891.89/725.37	c  N dy 10043   1611939      2457    622440      2457     89390   3739554   2426867     36.83     38.95  --
2898.28/726.95	c  N dy 10170   1631960      2457    622440      2457    109382   3739554   3463258     36.82     41.77  --
2905.05/728.64	c  N dy 10298   1652162      2457    622440      2457     70628   3739554   1418969     36.83     39.47  --
2910.24/729.99	c  N dy 10414   1672323      2457    622440      2457     90763   3739554   2448329     36.82     38.94  --
2916.62/731.55	c  N dy 10539   1692341      2457    622440      2457    110763   3739554   3494981     36.82     39.34  --
2923.00/733.10	c  S st 10654   1710199      2457    622440      2457     68690   3739554   1280661     36.82     35.28  --
2924.60/733.53	c  S st 10654   1710702      2457    622440      2457     69193   3739554   1318312     36.82   no data  --
2924.60/733.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
2924.60/733.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2926.24/733.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  1.42
2926.99/734.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2928.19/734.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.16 s
2928.19/734.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2928.19/734.45	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3113.23/780.88	c lits-rem:         0  cl-subs:       29  v-elim:      0  v-fix:    0  time: 184.13 s
3113.64/780.95	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.27
3113.64/780.97	c vivif2 --  cl tried    69164 cl shrink        0 lits rem          0 time: 0.10
3115.27/781.37	c asymm  cl-useful: 0/7662/622440 lits-rem:0 time: 1.57
3115.27/781.40	c calculated reachability. Time: 0.00
3115.27/781.40	c  N dy 10654   1710702      2457    622440      2457     69164   3739554   1315035     36.82   no data  --
3121.21/782.83	c  N dy 10785   1730748      2457    622440      2457     89181   3739554   2379225     36.83     39.47  --
3127.19/784.36	c  N dy 10905   1750789      2457    622440      2457    109197   3739554   3427182     36.83     43.46  --
3134.37/786.16	c  N dy 11035   1770846      2457    622440      2457     68315   3739554   1230572     36.84     44.06  --
3139.96/787.54	c  N dy 11156   1790854      2457    622440      2457     88292   3739554   2268850     36.84     39.59  --
3146.32/789.13	c  N dy 11287   1811021      2457    622440      2457    108434   3739554   3343603     36.85     39.12  --
3153.50/790.92	c  N dy 11403   1831114      2457    622440      2457     66570   3739554   1086373     36.84     39.59  --
3159.14/792.34	c  N dy 11535   1851175      2457    622440      2457     86590   3739554   2148358     36.85     39.54  --
3165.06/793.88	c  N dy 11659   1871545      2457    622440      2457    106927   3739554   3211063     36.85     39.23  --
3172.63/795.77	c  N dy 11787   1891619      2457    622440      2457     64067   3739554    921988     36.85     38.86  --
3178.23/797.14	c  N dy 11916   1911634      2457    622440      2457     84059   3739554   1966110     36.86     40.64  --
3184.21/798.65	c  N dy 12039   1931709      2457    622440      2457    104100   3739554   3020520     36.86     39.08  --
3190.59/800.20	c  N dy 12157   1951720      2457    622440      2457    124090   3739554   4077996     36.86     38.84  --
3196.97/801.82	c  N dy 12280   1971937      2457    622440      2457     80371   3739554   1730955     36.86     38.83  --
3202.59/803.25	c  N dy 12405   1991976      2457    622440      2457    100381   3739554   2783700     36.86     38.99  --
3208.93/804.84	c  N dy 12525   2012010      2457    622440      2457    120389   3739554   3835176     36.86     39.16  --
3215.75/806.56	c  N dy 12637   2032101      2457    622440      2457     75551   3739554   1437052     36.86     47.57  --
3221.30/807.91	c  N dy 12755   2052300      2457    622440      2457     95724   3739554   2482696     36.86     38.96  --
3227.68/809.50	c  N dy 12872   2072421      2457    622440      2457    115818   3739554   3518503     36.85     39.23  --
3234.86/811.39	c  N dy 12999   2092527      2457    622440      2457     69995   3739554   1117915     36.85     39.03  --
3240.44/812.78	c  N dy 13131   2112529      2457    622440      2457     89966   3739554   2169910     36.85     39.15  --
3246.87/814.36	c  N dy 13257   2132628      2457    622440      2457    110034   3739554   3214427     36.85     38.85  --
3253.61/816.04	c  N dy 13377   2152854      2457    622440      2457    130229   3739554   4258741     36.85     39.14  --
3260.38/817.77	c  N dy 13496   2173289      2457    622440      2457     83722   3739554   1793057     36.84     39.57  --
3266.37/819.23	c  N dy 13619   2193446      2457    622440      2457    103844   3739554   2822993     36.84     39.06  --
3271.95/820.68	c  S st 13729   2210702      2457    622440      2457    121082   3739554   3738828     36.84   no data  --
3274.34/821.20	c  S st 13729   2211203      2457    622440      2457    121582   3739554   3774058     36.84   no data  --
3274.34/821.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
3274.34/821.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3275.94/821.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.2M T:  1.75
3277.58/822.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3281.97/823.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.33 s
3281.97/823.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
3281.97/823.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4193.23/1051.66	c lits-rem:         0  cl-subs:      124  v-elim:      0  v-fix:    0  time: 903.07 s
4193.64/1051.73	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.27
4193.64/1051.80	c vivif2 --  cl tried   121458 cl shrink        0 lits rem          0 time: 0.27
4195.62/1052.22	c asymm  cl-useful: 0/7584/622440 lits-rem:0 time: 1.65
4195.62/1052.25	c calculated reachability. Time: 0.00
4195.62/1052.25	c  N dy 13729   2211203      2457    622440      2457    121458   3739554   3759500     36.84   no data  --
4202.41/1053.98	c  N dy 13859   2231277      2457    622440      2457     73586   3739554   1233357     36.85     39.75  --
4207.98/1055.30	c  N dy 13993   2251317      2457    622440      2457     93602   3739554   2287341     36.85     39.00  --
4213.57/1056.70	c  N dy 14111   2271433      2457    622440      2457    113687   3739554   3324788     36.85     39.28  --
4219.56/1058.25	c  N dy 14231   2291486      2457    622440      2457    133718   3739554   4347090     36.84     38.94  --
4225.54/1059.79	c  N dy 14351   2311557      2457    622440      2457     84864   3739554   1777649     36.83     39.16  --
4231.13/1061.18	c  N dy 14476   2331652      2457    622440      2457    104919   3739554   2835620     36.84     38.91  --
4237.51/1062.75	c  N dy 14602   2351679      2457    622440      2457    124921   3739554   3894215     36.84     39.05  --
4244.67/1064.53	c  N dy 14728   2371689      2457    622440      2457     75003   3739554   1238531     36.85     39.55  --
4249.86/1065.85	c  N dy 14846   2391757      2457    622440      2457     95047   3739554   2275057     36.84     39.54  --
4255.89/1067.35	c  N dy 14982   2411858      2457    622440      2457    115126   3739554   3331765     36.85     38.82  --
4261.82/1068.88	c  N dy 15090   2431872      2457    622440      2457    135119   3739554   4349436     36.84     40.95  --
4268.64/1070.59	c  N dy 15223   2451942      2457    622440      2457     84251   3739554   1679590     36.84     42.41  --
4274.18/1071.97	c  N dy 15350   2472173      2457    622440      2457    104453   3739554   2747178     36.85     38.82  --
4280.57/1073.55	c  N dy 15478   2492290      2457    622440      2457    124550   3739554   3806419     36.85     39.86  --
4288.14/1075.43	c  N dy 15614   2512340      2457    622440      2457     72666   3739554   1031125     36.86     39.00  --
4292.93/1076.64	c  N dy 15743   2532457      2457    622440      2457     92764   3739554   2092649     36.86     38.92  --
4298.51/1078.04	c  N dy 15870   2552578      2457    622440      2457    112859   3739554   3149541     36.87     41.04  --
4304.49/1079.57	c  N dy 15995   2572876      2457    622440      2457    133136   3739554   4197012     36.86     39.50  --
4311.28/1081.28	c  N dy 16117   2593020      2457    622440      2457     80345   3739554   1388220     36.86     39.15  --
4316.46/1082.57	c  N dy 16246   2613182      2457    622440      2457    100477   3739554   2440214     36.86     39.30  --
4322.44/1084.05	c  N dy 16380   2633298      2457    622440      2457    120564   3739554   3492844     36.87     39.06  --
4328.42/1085.52	c  N dy 16494   2653478      2457    622440      2457    140717   3739554   4538340     36.86     39.27  --
4334.44/1087.09	c  N dy 16613   2673523      2457    622440      2457     86835   3739554   1696102     36.86     42.67  --
4339.99/1088.45	c  N dy 16737   2693654      2457    622440      2457    106951   3739554   2734938     36.86     39.30  --
4345.17/1089.70	c  S st 16844   2711204      2457    622440      2457    124476   3739554   3649522     36.85     34.15  --
4346.77/1090.12	c  S st 16844   2711704      2457    622440      2457    124976   3739554   3683758     36.85   no data  --
4346.77/1090.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
4346.77/1090.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4348.36/1090.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  1.44
4349.55/1090.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4353.15/1091.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  3.65 s
4353.15/1091.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
4353.15/1091.73	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s

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: 961)

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-3369144-1305413269/watcher-3369144-1305413269 -o /tmp/evaluation-result-3369144-1305413269/solver-3369144-1305413269 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369144-1305413269.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: 7.30 7.94 7.45 6/350 16781
/proc/meminfo: memFree=25588900/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 413 0 0 0 1 0 0 0 23 0 4 0 652927378 52465664 353 33554432000 4194304 4650419 140735638212224 18446744073709551615 47916527347634 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 12809 353 303 112 0 7774 0
[pid=16781/tid=16782] ppid=16779 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652927379 52465664 353 33554432000 4194304 4650419 140735638212224 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652927379 52465664 353 33554432000 4194304 4650419 140735638212224 18446744073709551615 47916527347634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652927379 52465664 353 33554432000 4194304 4650419 140735638212224 18446744073709551615 47916527347634 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.051979 s]
/proc/loadavg: 7.30 7.94 7.45 6/350 16781
/proc/meminfo: memFree=25588900/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=357572 CPUtime=0.16 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 8552 0 0 0 14 2 0 0 18 0 4 0 652927378 366153728 8348 33554432000 4194304 4650419 140735638212224 18446744073709551615 230808826913 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 89393 8359 344 112 0 84358 0
[pid=16781/tid=16782] ppid=16779 vsize=357572 CPUtime=0.02 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 1930 0 0 0 2 0 0 0 25 0 4 0 652927379 366153728 8362 33554432000 4194304 4650419 140735638212224 18446744073709551615 4520040 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=357572 CPUtime=0.03 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 2153 0 0 0 3 0 0 0 18 0 4 0 652927379 366153728 8366 33554432000 4194304 4650419 140735638212224 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=357572 CPUtime=0.04 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 2125 0 0 0 4 0 0 0 18 0 4 0 652927379 366153728 8368 33554432000 4194304 4650419 140735638212224 18446744073709551615 4546080 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 357572

[startup+0.101094 s]
/proc/loadavg: 7.30 7.94 7.45 6/350 16781
/proc/meminfo: memFree=25588900/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=368428 CPUtime=0.35 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) D 16779 16781 16402 0 -1 4202496 17005 0 0 0 31 4 0 0 18 0 4 0 652927378 377270272 16801 33554432000 4194304 4650419 140735638212224 18446744073709551615 230809209015 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 92206 18031 344 112 0 87171 0
[pid=16781/tid=16782] ppid=16779 vsize=368956 CPUtime=0.08 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) S 16779 16781 16402 0 -1 4202560 4249 0 0 0 7 1 0 0 18 0 4 0 652927379 377810944 18390 33554432000 4194304 4650419 140735638212224 18446744073709551615 230809270766 0 0 4096 2 18446604456645475136 0 0 -1 7 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=368956 CPUtime=0.09 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4837 0 0 0 8 1 0 0 18 0 4 0 652927379 377810944 18553 33554432000 4194304 4650419 140735638212224 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=402176 CPUtime=0.09 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4811 0 0 0 9 0 0 0 18 0 4 0 652927379 411828224 19237 33554432000 4194304 4650419 140735638212224 18446744073709551615 4520060 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 368428

[startup+0.325519 s]
/proc/loadavg: 7.30 7.94 7.45 6/350 16781
/proc/meminfo: memFree=25588900/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=664512 CPUtime=1.54 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 55600 0 0 0 142 12 0 0 18 0 4 0 652927378 680460288 51147 33554432000 4194304 4650419 140735638212224 18446744073709551615 230809209015 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 128235 48372 373 112 0 123200 0
[pid=16781/tid=16782] ppid=16779 vsize=545392 CPUtime=0.59 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) D 16779 16781 16402 0 -1 4202560 22415 0 0 0 55 4 0 0 18 0 4 0 652927379 558481408 52298 33554432000 4194304 4650419 140735638212224 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=546444 CPUtime=0.6 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 23166 0 0 0 56 4 0 0 18 0 4 0 652927379 559558656 53394 33554432000 4194304 4650419 140735638212224 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=546988 CPUtime=0.59 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) D 16779 16781 16402 0 -1 4202560 11277 0 0 0 57 2 0 0 18 0 4 0 652927379 560115712 53665 33554432000 4194304 4650419 140735638212224 18446744073709551615 230808862475 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 664512

[startup+0.708415 s]
/proc/loadavg: 7.30 7.94 7.45 6/350 16781
/proc/meminfo: memFree=25588900/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=586168 CPUtime=2.73 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 113623 0 0 0 249 24 0 0 18 0 4 0 652927378 600236032 85898 33554432000 4194304 4650419 140735638212224 18446744073709551615 4426593 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 149377 88917 378 112 0 144342 0
[pid=16781/tid=16782] ppid=16779 vsize=597508 CPUtime=0.68 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 34730 0 0 0 62 6 0 0 18 0 4 0 652927379 611848192 88942 33554432000 4194304 4650419 140735638212224 18446744073709551615 4427009 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=597508 CPUtime=0.68 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 36783 0 0 0 61 7 0 0 18 0 4 0 652927379 611848192 88966 33554432000 4194304 4650419 140735638212224 18446744073709551615 4426904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=597508 CPUtime=0.67 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) S 16779 16781 16402 0 -1 4202560 11393 0 0 0 64 3 0 0 18 0 4 0 652927379 611848192 88982 33554432000 4194304 4650419 140735638212224 18446744073709551615 230809270766 0 0 4096 2 18446604456645475136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 586168

[startup+1.50072 s]
/proc/loadavg: 7.30 7.94 7.45 10/354 16785
/proc/meminfo: memFree=24917828/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=819792 CPUtime=5.82 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 185491 0 0 0 545 37 0 0 18 0 4 0 652927378 839467008 142614 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 204948 142614 390 112 0 199913 0
[pid=16781/tid=16782] ppid=16779 vsize=819792 CPUtime=1.45 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 57783 0 0 0 136 9 0 0 19 0 4 0 652927379 839467008 142614 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=819792 CPUtime=1.47 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 62332 0 0 0 134 13 0 0 18 0 4 0 652927379 839467008 142614 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=819792 CPUtime=1.4 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 12371 0 0 0 137 3 0 0 19 0 4 0 652927379 839467008 142614 33554432000 4194304 4650419 140735638212224 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 819792

[startup+3.10043 s]
/proc/loadavg: 7.30 7.94 7.45 9/354 16785
/proc/meminfo: memFree=24871456/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=906392 CPUtime=12.2 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 209643 0 0 0 1178 42 0 0 21 0 4 0 652927378 928145408 166765 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 226598 166765 391 112 0 221563 0
[pid=16781/tid=16782] ppid=16779 vsize=906392 CPUtime=3.05 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 57783 0 0 0 296 9 0 0 22 0 4 0 652927379 928145408 166765 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=906392 CPUtime=3.07 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 62332 0 0 0 294 13 0 0 22 0 4 0 652927379 928145408 166765 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=906392 CPUtime=2.98 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 36523 0 0 0 290 8 0 0 22 0 4 0 652927379 928145408 166765 33554432000 4194304 4650419 140735638212224 18446744073709551615 4435476 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 906392

[startup+6.30084 s]
/proc/loadavg: 7.36 7.94 7.45 9/354 16785
/proc/meminfo: memFree=24743532/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=900068 CPUtime=24.96 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 235447 0 0 0 2448 48 0 0 25 0 4 0 652927378 921669632 168379 33554432000 4194304 4650419 140735638212224 18446744073709551615 230809209015 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 225017 168381 392 112 0 219982 0
[pid=16781/tid=16782] ppid=16779 vsize=900068 CPUtime=6.26 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 63925 0 0 0 615 11 0 0 25 0 4 0 652927379 921669632 168381 33554432000 4194304 4650419 140735638212224 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=900068 CPUtime=6.26 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 72322 0 0 0 612 14 0 0 25 0 4 0 652927379 921669632 168381 33554432000 4194304 4650419 140735638212224 18446744073709551615 4432373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=900068 CPUtime=6.14 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 38420 0 0 0 606 8 0 0 25 0 4 0 652927379 921669632 168381 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 900068

[startup+12.7007 s]
/proc/loadavg: 7.41 7.94 7.45 9/354 16786
/proc/meminfo: memFree=24406168/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=1312444 CPUtime=50.47 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 298456 0 0 0 4982 65 0 0 25 0 4 0 652927378 1343942656 230865 33554432000 4194304 4650419 140735638212224 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 328111 230865 392 112 0 323076 0
[pid=16781/tid=16782] ppid=16779 vsize=1312444 CPUtime=12.66 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 83426 0 0 0 1251 15 0 0 25 0 4 0 652927379 1343942656 230865 33554432000 4194304 4650419 140735638212224 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1312444 CPUtime=12.66 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 92771 0 0 0 1246 20 0 0 25 0 4 0 652927379 1343942656 230865 33554432000 4194304 4650419 140735638212224 18446744073709551615 4432373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1312444 CPUtime=12.47 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 42925 0 0 0 1237 10 0 0 25 0 4 0 652927379 1343942656 230865 33554432000 4194304 4650419 140735638212224 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 1312444

[startup+25.5003 s]
/proc/loadavg: 7.54 7.94 7.46 10/354 16786
/proc/meminfo: memFree=24167128/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=1515016 CPUtime=101.48 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 893343 0 0 0 9994 154 0 0 25 0 4 0 652927378 1551376384 268950 33554432000 4194304 4650419 140735638212224 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 378754 268954 395 112 0 373719 0
[pid=16781/tid=16782] ppid=16779 vsize=1515016 CPUtime=25.46 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 94003 0 0 0 2529 17 0 0 25 0 4 0 652927379 1551376384 269269 33554432000 4194304 4650419 140735638212224 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1515016 CPUtime=25.44 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 114688 0 0 0 2520 24 0 0 25 0 4 0 652927379 1551376384 269272 33554432000 4194304 4650419 140735638212224 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1515016 CPUtime=25.12 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 587195 0 0 0 2422 90 0 0 25 0 4 0 652927379 1551376384 269275 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 1515016

[startup+51.1007 s]
/proc/loadavg: 7.70 7.95 7.47 9/354 16787
/proc/meminfo: memFree=24071196/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=1341028 CPUtime=203.42 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 3535441 0 0 0 19794 548 0 0 20 0 4 0 652927378 1373212672 275418 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476306 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 335257 275418 550 112 0 330222 0
[pid=16781/tid=16782] ppid=16779 vsize=1341028 CPUtime=50.74 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 124273 0 0 0 5052 22 0 0 20 0 4 0 652927379 1373212672 275418 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1341028 CPUtime=50.99 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 540269 0 0 0 5007 92 0 0 19 0 4 0 652927379 1373212672 275418 33554432000 4194304 4650419 140735638212224 18446744073709551615 4440593 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1341028 CPUtime=50.66 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 2275467 0 0 0 4728 338 0 0 20 0 4 0 652927379 1373212672 275418 33554432000 4194304 4650419 140735638212224 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 1341028

[startup+102.3 s]
/proc/loadavg: 7.91 7.97 7.50 9/354 16788
/proc/meminfo: memFree=23902544/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=1397120 CPUtime=407.54 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 5426528 0 0 0 39908 846 0 0 25 0 4 0 652927378 1430650880 291794 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 349280 291794 395 112 0 344245 0
[pid=16781/tid=16782] ppid=16779 vsize=1397120 CPUtime=101.34 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 769844 0 0 0 10010 124 0 0 25 0 4 0 652927379 1430650880 291794 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476454 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1397120 CPUtime=102.18 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 564342 0 0 0 10122 96 0 0 25 0 4 0 652927379 1430650880 291794 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1397120 CPUtime=101.8 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 2414467 0 0 0 9819 361 0 0 25 0 4 0 652927379 1430650880 291794 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.54
Current children cumulated vsize (KiB) 1397120

[startup+162.3 s]

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

[pid=16781] ppid=16779 vsize=1835480 CPUtime=2800.18 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 23263383 0 0 0 276355 3663 0 0 25 0 4 0 652927378 1879531520 384346 33554432000 4194304 4650419 140735638212224 18446744073709551615 4339794 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 458870 384346 418 112 0 453835 0
[pid=16781/tid=16782] ppid=16779 vsize=1835480 CPUtime=700.62 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4806671 0 0 0 69302 760 0 0 25 0 4 0 652927379 1879531520 384346 33554432000 4194304 4650419 140735638212224 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1835480 CPUtime=695.66 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4987235 0 0 0 68768 798 0 0 25 0 4 0 652927379 1879531520 384346 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1835480 CPUtime=701.72 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5478698 0 0 0 69314 858 0 0 25 0 4 0 652927379 1879531520 384346 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476175 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.18
Current children cumulated vsize (KiB) 1835480

[startup+762.301 s]
/proc/loadavg: 8.12 8.08 7.78 9/354 16805
/proc/meminfo: memFree=23138700/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=1950568 CPUtime=3039.45 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 23989671 0 0 0 300159 3786 0 0 25 0 4 0 652927378 1997381632 392031 33554432000 4194304 4650419 140735638212224 18446744073709551615 4440593 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 487642 392031 418 112 0 482607 0
[pid=16781/tid=16782] ppid=16779 vsize=1950568 CPUtime=760.62 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4847971 0 0 0 75293 769 0 0 25 0 4 0 652927379 1997381632 392031 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1950568 CPUtime=754.96 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5432270 0 0 0 74629 867 0 0 25 0 4 0 652927379 1997381632 392031 33554432000 4194304 4650419 140735638212224 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1950568 CPUtime=761.72 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5533623 0 0 0 75302 870 0 0 25 0 4 0 652927379 1997381632 392031 33554432000 4194304 4650419 140735638212224 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.45
Current children cumulated vsize (KiB) 1950568

[startup+822.301 s]
/proc/loadavg: 8.12 8.09 7.81 9/354 16816
/proc/meminfo: memFree=23122888/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=1957068 CPUtime=3278.73 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 25320000 0 0 0 323869 4004 0 0 25 0 4 0 652927378 2004037632 400965 33554432000 4194304 4650419 140735638212224 18446744073709551615 4436452 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 489267 400965 401 112 0 484232 0
[pid=16781/tid=16782] ppid=16779 vsize=1957068 CPUtime=820.61 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4853894 0 0 0 81291 770 0 0 25 0 4 0 652927379 2004037632 400965 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=1957068 CPUtime=814.25 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 6426160 0 0 0 80409 1016 0 0 25 0 4 0 652927379 2004037632 400965 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476778 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=1957068 CPUtime=821.72 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5564780 0 0 0 81292 880 0 0 25 0 4 0 652927379 2004037632 400965 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.73
Current children cumulated vsize (KiB) 1957068

[startup+882.301 s]
/proc/loadavg: 8.23 8.12 7.83 9/354 16818
/proc/meminfo: memFree=22985068/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2088620 CPUtime=3518.03 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 26794001 0 0 0 347571 4232 0 0 25 0 4 0 652927378 2138746880 416205 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476354 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 522155 416205 401 112 0 517120 0
[pid=16781/tid=16782] ppid=16779 vsize=2088620 CPUtime=880.61 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4853894 0 0 0 87291 770 0 0 25 0 4 0 652927379 2138746880 416205 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2088620 CPUtime=873.54 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 6879113 0 0 0 86260 1094 0 0 25 0 4 0 652927379 2138746880 416205 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2088620 CPUtime=881.72 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 6199129 0 0 0 87203 969 0 0 25 0 4 0 652927379 2138746880 416205 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.03
Current children cumulated vsize (KiB) 2088620

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 7.84 9/354 16819
/proc/meminfo: memFree=22970164/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2089128 CPUtime=3757.31 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 28010730 0 0 0 371305 4426 0 0 25 0 4 0 652927378 2139267072 413488 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 522282 413488 401 112 0 517247 0
[pid=16781/tid=16782] ppid=16779 vsize=2089128 CPUtime=940.62 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4853894 0 0 0 93292 770 0 0 25 0 4 0 652927379 2139267072 413488 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2089128 CPUtime=932.82 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 7300254 0 0 0 92122 1160 0 0 25 0 4 0 652927379 2139267072 413488 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2089128 CPUtime=941.71 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 6770702 0 0 0 93107 1064 0 0 25 0 4 0 652927379 2139267072 413488 33554432000 4194304 4650419 140735638212224 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.31
Current children cumulated vsize (KiB) 2089128

[startup+1002.3 s]
/proc/loadavg: 8.35 8.15 7.87 9/354 16824
/proc/meminfo: memFree=22995520/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2089128 CPUtime=3996.64 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 29358310 0 0 0 395033 4631 0 0 25 0 4 0 652927378 2139267072 416506 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 522282 416506 401 112 0 517247 0
[pid=16781/tid=16782] ppid=16779 vsize=2089128 CPUtime=1000.63 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4853894 0 0 0 99293 770 0 0 25 0 4 0 652927379 2139267072 416506 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2089128 CPUtime=992.13 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 7701541 0 0 0 97991 1222 0 0 25 0 4 0 652927379 2139267072 416506 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2089128 CPUtime=1001.73 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 7321102 0 0 0 99022 1151 0 0 25 0 4 0 652927379 2139267072 416506 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.64
Current children cumulated vsize (KiB) 2089128

[startup+1062.3 s]
/proc/loadavg: 8.24 8.15 7.89 9/354 16825
/proc/meminfo: memFree=22979916/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2023912 CPUtime=4235.91 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 31330606 0 0 0 418675 4916 0 0 25 0 4 0 652927378 2072485888 416231 33554432000 4194304 4650419 140735638212224 18446744073709551615 4328518 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 505978 416232 734 112 0 500943 0
[pid=16781/tid=16782] ppid=16779 vsize=2023912 CPUtime=1060.62 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4873418 0 0 0 105287 775 0 0 25 0 4 0 652927379 2072485888 416232 33554432000 4194304 4650419 140735638212224 18446744073709551615 4315256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2023912 CPUtime=1051.41 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 8081223 0 0 0 103869 1272 0 0 25 0 4 0 652927379 2072485888 416232 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2023912 CPUtime=1061.72 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 8564717 0 0 0 104845 1327 0 0 25 0 4 0 652927379 2072485888 416232 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.91
Current children cumulated vsize (KiB) 2023912

[startup+1122.31 s]
/proc/loadavg: 8.15 8.14 7.90 9/354 16827
/proc/meminfo: memFree=22889288/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2156952 CPUtime=4475.24 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 32659798 0 0 0 442399 5125 0 0 25 0 4 0 652927378 2208718848 428870 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 539238 428870 401 112 0 534203 0
[pid=16781/tid=16782] ppid=16779 vsize=2156952 CPUtime=1120.62 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 4999196 0 0 0 111264 798 0 0 25 0 4 0 652927379 2208718848 428870 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2156952 CPUtime=1110.72 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 8573591 0 0 0 109731 1341 0 0 25 0 4 0 652927379 2208718848 428870 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2156952 CPUtime=1121.73 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 8874313 0 0 0 110794 1379 0 0 25 0 4 0 652927379 2208718848 428870 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.24
Current children cumulated vsize (KiB) 2156952

[startup+1182.3 s]
/proc/loadavg: 8.23 8.16 7.92 9/354 16829
/proc/meminfo: memFree=22867172/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2156952 CPUtime=4714.49 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 34139199 0 0 0 466099 5350 0 0 25 0 4 0 652927378 2208718848 428838 33554432000 4194304 4650419 140735638212224 18446744073709551615 4441467 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 539238 428855 451 112 0 534203 0
[pid=16781/tid=16782] ppid=16779 vsize=2156952 CPUtime=1180.61 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5101259 0 0 0 117247 814 0 0 25 0 4 0 652927379 2208718848 428864 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2156952 CPUtime=1170.01 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 9148668 0 0 0 115573 1428 0 0 25 0 4 0 652927379 2208718848 428874 33554432000 4194304 4650419 140735638212224 18446744073709551615 4442061 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2156952 CPUtime=1181.71 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 9108393 0 0 0 116756 1415 0 0 25 0 4 0 652927379 2208718848 428883 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.49
Current children cumulated vsize (KiB) 2156952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.16 8.15 7.92 5/349 16830
/proc/meminfo: memFree=24048316/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2156952 CPUtime=4800.27 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 34628791 0 0 0 474603 5424 0 0 25 0 4 0 652927378 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 539238 430162 483 112 0 534203 0
[pid=16781/tid=16782] ppid=16779 vsize=2156952 CPUtime=1202.12 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5118751 0 0 0 119396 816 0 0 25 0 4 0 652927379 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2156952 CPUtime=1191.26 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 9363614 0 0 0 117664 1462 0 0 25 0 4 0 652927379 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2156952 CPUtime=1203.23 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 9177279 0 0 0 118898 1425 0 0 25 0 4 0 652927379 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 2156952

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

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

[startup+1203.8 s]
/proc/loadavg: 8.16 8.15 7.92 5/349 16830
/proc/meminfo: memFree=24048316/32951124 swapFree=40554400/67111528
[pid=16781] ppid=16779 vsize=2156952 CPUtime=4800.27 cores=1,3,5,7
/proc/16781/stat : 16781 (strangenight1-m) R 16779 16781 16402 0 -1 4202496 34628791 0 0 0 474603 5424 0 0 25 0 4 0 652927378 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16781/statm: 539238 430162 483 112 0 534203 0
[pid=16781/tid=16782] ppid=16779 vsize=2156952 CPUtime=1202.12 cores=1,3,5,7
/proc/16781/task/16782/stat : 16782 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 5118751 0 0 0 119396 816 0 0 25 0 4 0 652927379 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16781/tid=16783] ppid=16779 vsize=2156952 CPUtime=1191.26 cores=1,3,5,7
/proc/16781/task/16783/stat : 16783 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 9363614 0 0 0 117664 1462 0 0 25 0 4 0 652927379 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16781/tid=16784] ppid=16779 vsize=2156952 CPUtime=1203.23 cores=1,3,5,7
/proc/16781/task/16784/stat : 16784 (strangenight1-m) R 16779 16781 16402 0 -1 4202560 9177279 0 0 0 118898 1425 0 0 25 0 4 0 652927379 2208718848 430162 33554432000 4194304 4650419 140735638212224 18446744073709551615 4476356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 2156952

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.89
CPU time (s): 4800.37
CPU user time (s): 4746.06
CPU system time (s): 54.3127
CPU usage (%): 398.738
Max. virtual memory (cumulated for all children) (KiB): 2197412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4746.06
system time used= 54.3127
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34628791
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= 18737
involuntary context switches= 33139

runsolver used 3.61745 second user time and 10.6244 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 00:47:49
IDJOB=3369144
IDBENCH=83184
IDSOLVER=1846
FILE ID=node104/3369144-1305413269
RUNJOBID= node104-1305410852-16421
PBS_JOBID= 13324539
Free space on /tmp= 73372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369144-1305413269/watcher-3369144-1305413269 -o /tmp/evaluation-result-3369144-1305413269/solver-3369144-1305413269 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369144-1305413269.cnf

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=245617990

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25589320 kB
Buffers:        297296 kB
Cached:        2402520 kB
SwapCached:     122128 kB
Active:        1137808 kB
Inactive:      5956680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25589320 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           32512 kB
Writeback:           0 kB
AnonPages:     4285596 kB
Mapped:          11472 kB
Slab:           119184 kB
PageTables:      84776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75100988 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= 73376 MiB
End job on node104 at 2011-05-15 01:07:55