Trace number 4119668

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
toysat 2016-05-02? (TO) 1800.1 1800.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm95p-dec.opb.negationfix.opb
MD5SUM04ecd6132ad704c9f572d6bfa70681e6
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark105.639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables169216
Total number of constraints2900
Number of constraints which are clauses1321
Number of constraints which are cardinality constraints (but not clauses)1321
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1322
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 464369
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1082653
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-30T10:17:46+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4119668-1467274666.opb"]
0.00/0.01	c use --random-gen="1163690078 2054474637 1039113929 189162648 3107649331 607184169 425670332 602803406 1742552990 3038352776 2777422557 199774128 1697775867 3064053725 1639011906 264122289 3624800473 747230854 988126597 1614570512 2929420685 565775651 2280386499 3026885455 2840010708 2724378780 758238363 1847116554 2024652806 686036672 1414030168 2418332838 2118419385 2760782269 599138185 2683095441 199148973 1617727371 158297709 2190247811 580732682 999135799 61834422 2331558852 3597319910 2517000320 3481043591 474741657 4183543365 3759299021 2194769468 1295100445 1982477416 1388799317 1236318888 3751622809 3214131484 3463099429 1030235845 415929640 1401681925 2631645441 4013224765 2180935809 2686668453 4265294528 2338506339 1976660517 2135142050 1342872355 2929408247 2791793590 4200491533 3695236591 2560858953 666563343 2202715795 252268972 1424464673 696213533 637869477 2807878506 1934660205 216332162 869502660 134431002 337609768 4161780117 3891893284 114186273 2640975404 795221644 3146794590 2956397776 2267036524 1367787958 2944624106 2418433069 2008890241 3869178020 1128770208 131932419 112721354 3158990623 2304674481 2898745647 901794508 4073798228 2419692378 129084835 3036510092 188390448 448753043 2690882306 4213157175 2033479930 3067086429 1091195502 1799363513 2815139525 2647758713 2663668092 339652291 186539544 3198726747 1406360084 3309122556 396396580 2612254360 1414377481 2582724720 2882336518 440098821 868161486 3116896092 2244703096 386141863 3448130317 3645469 2279311722 1534305248 2304529147 2082962942 2377008449 834636120 3857721448 2073046450 1946591837 1750613867 2399550262 1802168255 1748850294 1075029443 526185472 806019968 2458415531 4234583728 2558939354 4281510737 2282135244 4092377154 2190510495 1267720028 716555105 202665805 1233746952 3610118800 2229810777 440141314 3994104022 2811468779 440157629 926850346 3411501972 135152499 1272126970 1412978338 642198377 4015010779 1565471598 2413925811 1049281912 631267339 2287331503 4255683499 2638103553 2526934804 1320795089 3323669758 1211202003 4280928024 4120486557 2548305204 425063157 2712784945 2034529124 3822395335 1246680411 2264865165 141087542 3873596922 1425576878 3212702188 156725751 4197051417 3032066593 3981621915 3115705885 424653731 1608163876 4072955092 2110595143 2836823779 1697022633 3598177296 1137784399 1605625916 400449290 3441457373 802155113 4245574240 2329731728 1972931713 2468834403 948079779 3831453720 4249881673 3952823331 3400632256 4278945434 2174497586 310885668 3538737293 746609482 899859157 304666456 1881272825 3192136792 1596642885 1578610397 3498286610 1823917426 1762106416 2609770717 3884818379 3299322272 3884093160 372867575 1838812640 2602412194 3391117687 2714010337 277034456 2971806024 2763159737 83418630 255 362436" option to reproduce the execution
1.20/1.21	c #vars 169216
1.20/1.21	c #constraints 2900
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.40/4.40	c  0.0s |       0 |        0 |        0 |    57372      0 |      596 |        0
5.79/5.85	c  1.4s |       1 |     1348 |      100 |    57372      0 |      596 |        0
7.89/7.99	c  3.6s |       1 |     5711 |      200 |    63110      0 |      596 |        0
8.99/9.06	c  4.7s |       2 |     5763 |      250 |    63110      0 |      596 |        0
11.69/11.77	c  7.4s |       2 |    22597 |      350 |    69421      0 |      596 |        0
14.09/14.19	c  9.8s |       2 |    22718 |      450 |    69421      0 |      596 |        0
14.79/14.85	c 10.4s |       3 |    22742 |      475 |    69421      0 |      596 |        0
18.59/18.66	c 14.3s |       3 |    46959 |      575 |    76364      0 |      596 |        0
22.29/22.36	c 18.0s |       3 |    47073 |      675 |    76364      0 |      596 |        0
25.69/25.76	c 21.4s |       3 |    47190 |      775 |    76364      0 |      596 |        0
27.49/27.50	c 23.1s |       4 |    47238 |      813 |    76364      0 |      596 |        0
30.38/30.49	c 26.1s |       4 |    82890 |      913 |    84001      0 |      596 |        0
33.28/33.36	c 29.0s |       4 |    83010 |     1013 |    84001      0 |      596 |        0
36.48/36.50	c 32.1s |       4 |    83134 |     1113 |    84001      0 |      596 |        0
39.88/39.91	c 35.5s |       4 |    83265 |     1213 |    84001      0 |      596 |        0
42.99/43.09	c 38.7s |       4 |    83373 |     1313 |    84001      0 |      596 |        0
43.39/43.46	c 39.1s |       5 |    83384 |     1320 |    84001      0 |      596 |        0
46.29/46.31	c 41.9s |       5 |   123858 |     1420 |    92402      0 |      596 |        0
49.09/49.13	c 44.7s |       5 |   123980 |     1520 |    92402      0 |      596 |        0
51.79/51.82	c 47.4s |       5 |   124099 |     1620 |    92402      0 |      596 |        0
54.58/54.66	c 50.3s |       5 |   124202 |     1720 |    92402      0 |      596 |        0
57.19/57.27	c 52.9s |       5 |   124325 |     1820 |    92402      0 |      596 |        0
59.49/59.57	c 55.2s |       5 |   124436 |     1920 |    92402      0 |      596 |        0
62.58/62.65	c 58.2s |       5 |   124614 |     2020 |    92402      0 |      596 |        0
63.98/64.05	c 59.6s |       6 |   124718 |     2081 |   101643      0 |      596 |        0
67.19/67.27	c 62.9s |       6 |   163689 |     2181 |   101643      0 |      596 |        0
70.28/70.34	c 65.9s |       6 |   163799 |     2281 |   101643      0 |      596 |        0
73.28/73.35	c 68.9s |       6 |   163915 |     2381 |   101643      0 |      596 |        0
76.58/76.60	c 72.2s |       6 |   164022 |     2481 |   101643      0 |      596 |        0
79.98/80.02	c 75.6s |       6 |   164125 |     2581 |   101643      0 |      596 |        0
83.58/83.68	c 79.3s |       6 |   164230 |     2681 |   101643      0 |      596 |        0
87.37/87.49	c 83.1s |       6 |   164328 |     2781 |   101643      0 |      596 |        0
91.07/91.18	c 86.8s |       6 |   164432 |     2881 |   101643      0 |      596 |        0
94.47/94.53	c 90.1s |       6 |   164539 |     2981 |   101643      0 |      596 |        0
97.77/97.82	c 93.4s |       6 |   164651 |     3081 |   101643      0 |      596 |        0
101.07/101.14	c 96.7s |       6 |   164762 |     3181 |   101643      0 |      596 |        0
102.67/102.71	c 98.3s |       7 |   164823 |     3223 |   111808      0 |      596 |        0
106.38/106.40	c  101s |       7 |   203348 |     3323 |   111808      0 |      596 |        0
110.27/110.32	c  105s |       7 |   203487 |     3423 |   111808      0 |      596 |        0
114.48/114.57	c  110s |       7 |   203606 |     3523 |   111808      0 |      596 |        0
119.37/119.42	c  115s |       7 |   203715 |     3623 |   111808      0 |      596 |        0
123.97/124.06	c  119s |       7 |   203846 |     3723 |   111808      0 |      596 |        0
129.07/129.13	c  124s |       7 |   203978 |     3823 |   111808      0 |      596 |        0
133.77/133.84	c  129s |       7 |   204093 |     3923 |   111808      0 |      596 |        0
138.47/138.54	c  134s |       7 |   204202 |     4023 |   111808      0 |      596 |        0
143.27/143.30	c  138s |       7 |   204324 |     4123 |   111808      0 |      596 |        0
148.36/148.43	c  144s |       7 |   204423 |     4223 |   111808      0 |      596 |        0
153.36/153.42	c  149s |       7 |   204537 |     4323 |   111808      0 |      596 |        0
159.36/159.42	c  155s |       7 |   204656 |     4423 |   111808      0 |      596 |        0
166.17/166.27	c  161s |       7 |   204760 |     4523 |   111808      0 |      596 |        0
172.36/172.48	c  168s |       7 |   204868 |     4623 |   111808      0 |      596 |        0
177.77/177.81	c  173s |       7 |   204987 |     4723 |   111808      0 |      596 |        0
183.17/183.26	c  178s |       7 |   205111 |     4823 |   111808      0 |      596 |        0
187.86/187.97	c  183s |       7 |   205235 |     4923 |   122989      0 |      596 |        0
188.86/188.90	c  184s |       8 |   205248 |     4936 |   122989      0 |      596 |        0
192.26/192.39	c  187s |       8 |   237135 |     5036 |   122989      0 |      596 |        0
194.86/194.96	c  190s |       8 |   237284 |     5136 |   122989      0 |      596 |        0
197.56/197.66	c  193s |       8 |   237430 |     5236 |   122989      0 |      596 |        0
199.86/199.94	c  195s |       8 |   237580 |     5336 |   122989      0 |      596 |        0
201.96/202.01	c  197s |       8 |   237755 |     5436 |   122989      0 |      596 |        0
204.57/204.69	c  200s |       8 |   237887 |     5536 |   122989      0 |      596 |        0
207.26/207.31	c  202s |       8 |   237993 |     5636 |   122989      0 |      596 |        0
210.07/210.18	c  205s |       8 |   238095 |     5736 |   122989      0 |      596 |        0
212.66/212.72	c  208s |       8 |   238231 |     5836 |   122989      0 |      596 |        0
215.16/215.24	c  210s |       8 |   238358 |     5936 |   122989      0 |      596 |        0
218.26/218.31	c  213s |       8 |   238465 |     6036 |   122989      0 |      596 |        0
220.96/221.06	c  216s |       8 |   238703 |     6136 |   122989      0 |      596 |        0
223.96/224.04	c  219s |       8 |   238850 |     6236 |   122989      0 |      596 |        0
226.75/226.81	c  222s |       8 |   239013 |     6336 |   122989      0 |      596 |        0
229.65/229.70	c  225s |       8 |   239138 |     6436 |   122989      0 |      596 |        0
232.16/232.25	c  227s |       8 |   239254 |     6536 |   122989      0 |      596 |        0
234.85/234.97	c  230s |       8 |   239384 |     6636 |   122989      0 |      596 |        0
238.05/238.14	c  233s |       8 |   239496 |     6736 |   122989      0 |      596 |        0
241.05/241.17	c  236s |       8 |   239613 |     6836 |   122989      0 |      596 |        0
244.05/244.13	c  239s |       8 |   239713 |     6936 |   122989      0 |      596 |        0
246.75/246.89	c  242s |       8 |   239844 |     7036 |   122989      0 |      596 |        0
249.76/249.87	c  245s |       8 |   240009 |     7136 |   122989      0 |      596 |        0
252.75/252.84	c  248s |       8 |   240178 |     7236 |   122989      0 |      596 |        0
256.36/256.45	c  252s |       8 |   240288 |     7336 |   122989      0 |      596 |        0
260.05/260.16	c  255s |       8 |   240402 |     7436 |   122989      0 |      596 |        0
262.45/262.55	c  258s |       9 |   240476 |     7506 |   135288      0 |      596 |        0
267.55/267.63	c  263s |       9 |   269508 |     7606 |   135288      0 |      596 |        0
273.45/273.52	c  269s |       9 |   269627 |     7706 |   135288      0 |      596 |        0
278.75/278.83	c  274s |       9 |   269771 |     7806 |   135288      0 |      596 |        0
284.54/284.66	c  280s |       9 |   269896 |     7906 |   135288      0 |      596 |        0
290.35/290.45	c  286s |       9 |   270034 |     8006 |   135288      0 |      596 |        0
296.14/296.20	c  291s |       9 |   270147 |     8106 |   135288      0 |      596 |        0
304.85/304.97	c  300s |       9 |   270280 |     8206 |   135288      0 |      596 |        0
311.44/311.51	c  307s |       9 |   270453 |     8306 |   135288      0 |      596 |        0
317.14/317.20	c  312s |       9 |   270567 |     8406 |   135288      0 |      596 |        0
324.04/324.15	c  319s |       9 |   270693 |     8506 |   135288      0 |      596 |        0
332.14/332.23	c  327s |       9 |   270850 |     8606 |   135288      0 |      596 |        0
338.13/338.27	c  333s |       9 |   270985 |     8706 |   135288      0 |      596 |        0
343.83/343.99	c  339s |       9 |   271224 |     8806 |   135288      0 |      596 |        0
350.44/350.53	c  346s |       9 |   271410 |     8906 |   135288      0 |      596 |        0
358.24/358.39	c  353s |       9 |   271542 |     9006 |   135288      0 |      596 |        0
364.73/364.86	c  360s |       9 |   271749 |     9106 |   135288      0 |      596 |        0
371.33/371.42	c  367s |       9 |   271890 |     9206 |   135288      0 |      596 |        0
379.83/379.98	c  375s |       9 |   272065 |     9306 |   135288      0 |      596 |        0
388.23/388.35	c  383s |       9 |   272218 |     9406 |   135288      0 |      596 |        0
396.72/396.84	c  392s |       9 |   272319 |     9506 |   135288      0 |      596 |        0
405.22/405.32	c  400s |       9 |   272461 |     9606 |   135288      0 |      596 |        0
415.32/415.40	c  410s |       9 |   272610 |     9706 |   135288      0 |      596 |        0
423.72/423.83	c  419s |       9 |   272724 |     9806 |   135288      0 |      596 |        0
432.12/432.23	c  427s |       9 |   272845 |     9906 |   135288      0 |      596 |        0
441.32/441.43	c  437s |       9 |   272953 |    10006 |   135288      0 |      596 |        0
450.22/450.36	c  445s |       9 |   273093 |    10106 |   135288      0 |      596 |        0
458.72/458.84	c  454s |       9 |   273207 |    10206 |   135288      0 |      596 |        0
469.41/469.50	c  465s |       9 |   273355 |    10306 |   135288      0 |      596 |        0
480.01/480.12	c  475s |       9 |   273465 |    10406 |   135288      0 |      596 |        0
489.90/490.09	c  485s |       9 |   273606 |    10506 |   135288      0 |      596 |        0
499.11/499.29	c  494s |       9 |   273740 |    10606 |   135288      0 |      596 |        0
507.40/507.52	c  503s |       9 |   273889 |    10706 |   135288      0 |      596 |        0
517.30/517.45	c  513s |       9 |   274005 |    10806 |   135288      0 |      596 |        0
526.60/526.74	c  522s |       9 |   274120 |    10906 |   135288      0 |      596 |        0
537.20/537.39	c  532s |       9 |   274229 |    11006 |   135288      0 |      596 |        0
547.19/547.38	c  542s |       9 |   274331 |    11106 |   135288      0 |      596 |        0
561.49/561.66	c  557s |       9 |   274441 |    11206 |   135288      0 |      596 |        0
574.48/574.65	c  570s |       9 |   274564 |    11306 |   148817      0 |      596 |        0
580.29/580.44	c  576s |      10 |   274631 |    11361 |   148817      0 |      596 |        0
586.88/587.00	c  582s |      10 |   298111 |    11461 |   148817      0 |      596 |        0
591.98/592.19	c  587s |      10 |   298230 |    11561 |   148817      0 |      596 |        0
596.98/597.12	c  592s |      10 |   298336 |    11661 |   148817      0 |      596 |        0
600.28/600.40	c  595s |      10 |   298528 |    11761 |   148817      0 |      596 |        0
604.57/604.71	c  600s |      10 |   298661 |    11861 |   148817      0 |      596 |        0
608.97/609.11	c  604s |      10 |   298786 |    11961 |   148817      0 |      596 |        0
613.87/614.04	c  609s |      10 |   298913 |    12061 |   148817      0 |      596 |        0
619.17/619.35	c  614s |      10 |   299043 |    12161 |   148817      0 |      596 |        0
623.87/624.05	c  619s |      10 |   299183 |    12261 |   148817      0 |      596 |        0
629.26/629.46	c  625s |      10 |   299313 |    12361 |   148817      0 |      596 |        0
634.27/634.42	c  630s |      10 |   299432 |    12461 |   148817      0 |      596 |        0
638.47/638.60	c  634s |      10 |   299558 |    12561 |   148817      0 |      596 |        0
642.87/643.03	c  638s |      10 |   299702 |    12661 |   148817      0 |      596 |        0
647.07/647.22	c  642s |      10 |   299813 |    12761 |   148817      0 |      596 |        0
651.67/651.88	c  647s |      10 |   299936 |    12861 |   148817      0 |      596 |        0
656.57/656.73	c  652s |      10 |   300044 |    12961 |   148817      0 |      596 |        0
661.66/661.85	c  657s |      10 |   300157 |    13061 |   148817      0 |      596 |        0
666.86/667.00	c  662s |      10 |   300271 |    13161 |   148817      0 |      596 |        0
671.86/672.03	c  667s |      10 |   300373 |    13261 |   148817      0 |      596 |        0
677.36/677.51	c  673s |      10 |   300480 |    13361 |   148817      0 |      596 |        0
682.75/682.95	c  678s |      10 |   300585 |    13461 |   148817      0 |      596 |        0
688.85/689.03	c  684s |      10 |   300705 |    13561 |   148817      0 |      596 |        0
694.25/694.49	c  690s |      10 |   300818 |    13661 |   148817      0 |      596 |        0
699.64/699.81	c  695s |      10 |   300972 |    13761 |   148817      0 |      596 |        0
704.74/704.99	c  700s |      10 |   301128 |    13861 |   148817      0 |      596 |        0
710.24/710.46	c  706s |      10 |   301251 |    13961 |   148817      0 |      596 |        0
715.54/715.77	c  711s |      10 |   301369 |    14061 |   148817      0 |      596 |        0
721.84/722.01	c  717s |      10 |   301495 |    14161 |   148817      0 |      596 |        0
728.54/728.71	c  724s |      10 |   301607 |    14261 |   148817      0 |      596 |        0
735.13/735.34	c  730s |      10 |   301741 |    14361 |   148817      0 |      596 |        0
741.24/741.42	c  737s |      10 |   301881 |    14461 |   148817      0 |      596 |        0
747.24/747.49	c  743s |      10 |   302060 |    14561 |   148817      0 |      596 |        0
751.74/751.93	c  747s |      10 |   302187 |    14661 |   148817      0 |      596 |        0
756.14/756.38	c  751s |      10 |   302328 |    14761 |   148817      0 |      596 |        0
760.33/760.50	c  756s |      10 |   302470 |    14861 |   148817      0 |      596 |        0
765.44/765.62	c  761s |      10 |   302566 |    14961 |   148817      0 |      596 |        0
770.43/770.65	c  766s |      10 |   302669 |    15061 |   148817      0 |      596 |        0
775.63/775.89	c  771s |      10 |   302776 |    15161 |   148817      0 |      596 |        0
780.03/780.28	c  775s |      10 |   302884 |    15261 |   148817      0 |      596 |        0
784.72/784.91	c  780s |      10 |   302986 |    15361 |   148817      0 |      596 |        0
789.22/789.48	c  785s |      10 |   303114 |    15461 |   148817      0 |      596 |        0
793.72/793.98	c  789s |      10 |   303230 |    15561 |   148817      0 |      596 |        0
798.43/798.66	c  794s |      10 |   303330 |    15661 |   148817      0 |      596 |        0
803.62/803.81	c  799s |      10 |   303444 |    15761 |   148817      0 |      596 |        0
808.52/808.78	c  804s |      10 |   303566 |    15861 |   148817      0 |      596 |        0
813.82/814.02	c  809s |      10 |   303698 |    15961 |   148817      0 |      596 |        0
819.61/819.88	c  815s |      10 |   303803 |    16061 |   148817      0 |      596 |        0
825.21/825.42	c  821s |      10 |   303929 |    16161 |   148817      0 |      596 |        0
830.11/830.34	c  825s |      10 |   304037 |    16261 |   148817      0 |      596 |        0
835.42/835.60	c  831s |      10 |   304147 |    16361 |   148817      0 |      596 |        0
840.62/840.89	c  836s |      10 |   304249 |    16461 |   148817      0 |      596 |        0
846.92/847.16	c  842s |      10 |   304356 |    16561 |   148817      0 |      596 |        0
853.11/853.37	c  848s |      10 |   304475 |    16661 |   148817      0 |      596 |        0
858.31/858.53	c  854s |      10 |   304587 |    16761 |   148817      0 |      596 |        0
863.51/863.73	c  859s |      10 |   304691 |    16861 |   148817      0 |      596 |        0
868.71/868.99	c  864s |      10 |   304795 |    16961 |   148817      0 |      596 |        0
874.11/874.32	c  869s |      10 |   304916 |    17061 |   163699      0 |      596 |        0
878.81/879.05	c  874s |      11 |   305011 |    17144 |   163699      0 |      596 |        0
885.20/885.41	c  881s |      11 |   334066 |    17244 |   163699      0 |      596 |        0
888.71/888.91	c  884s |      11 |   334166 |    17344 |   163699      0 |      596 |        0
892.90/893.20	c  888s |      11 |   334267 |    17444 |   163699      0 |      596 |        0
896.00/896.23	c  891s |      11 |   334387 |    17544 |   163699      0 |      596 |        0
899.40/899.69	c  895s |      11 |   334492 |    17644 |   163699      0 |      596 |        0
902.70/902.98	c  898s |      11 |   334605 |    17744 |   163699      0 |      596 |        0
905.70/905.99	c  901s |      11 |   334715 |    17844 |   163699      0 |      596 |        0
909.29/909.52	c  905s |      11 |   334815 |    17944 |   163699      0 |      596 |        0
912.69/913.00	c  908s |      11 |   334925 |    18044 |   163699      0 |      596 |        0
916.29/916.53	c  912s |      11 |   335032 |    18144 |   163699      0 |      596 |        0
919.89/920.19	c  915s |      11 |   335155 |    18244 |   163699      0 |      596 |        0
923.80/924.03	c  919s |      11 |   335258 |    18344 |   163699      0 |      596 |        0
927.29/927.56	c  923s |      11 |   335359 |    18444 |   163699      0 |      596 |        0
930.79/931.08	c  926s |      11 |   335465 |    18544 |   163699      0 |      596 |        0
934.69/934.91	c  930s |      11 |   335568 |    18644 |   163699      0 |      596 |        0
938.99/939.20	c  934s |      11 |   335678 |    18744 |   163699      0 |      596 |        0
942.89/943.16	c  938s |      11 |   335782 |    18844 |   163699      0 |      596 |        0
947.00/947.26	c  942s |      11 |   335882 |    18944 |   163699      0 |      596 |        0
951.09/951.35	c  946s |      11 |   335986 |    19044 |   163699      0 |      596 |        0
955.29/955.53	c  951s |      11 |   336094 |    19144 |   163699      0 |      596 |        0
959.39/959.67	c  955s |      11 |   336198 |    19244 |   163699      0 |      596 |        0
963.29/963.59	c  959s |      11 |   336306 |    19344 |   163699      0 |      596 |        0
966.29/966.53	c  962s |      11 |   336409 |    19444 |   163699      0 |      596 |        0
969.88/970.19	c  965s |      11 |   336515 |    19544 |   163699      0 |      596 |        0
973.78/974.06	c  969s |      11 |   336620 |    19644 |   163699      0 |      596 |        0
977.38/977.63	c  973s |      11 |   336734 |    19744 |   163699      0 |      596 |        0
980.68/980.92	c  976s |      11 |   336855 |    19844 |   163699      0 |      596 |        0
984.08/984.32	c  979s |      11 |   336958 |    19944 |   163699      0 |      596 |        0
987.88/988.11	c  983s |      11 |   337067 |    20044 |   163699      0 |      596 |        0
991.28/991.51	c  987s |      11 |   337169 |    20144 |   163699      0 |      596 |        0
994.78/995.02	c  990s |      11 |   337290 |    20244 |   163699      0 |      596 |        0
997.98/998.29	c  993s |      11 |   337403 |    20344 |   163699      0 |      596 |        0
1001.78/1002.05	c  997s |      11 |   337518 |    20444 |   163699      0 |      596 |        0
1005.78/1006.03	c 1001s |      11 |   337621 |    20544 |   163699      0 |      596 |        0
1009.59/1009.83	c 1005s |      11 |   337726 |    20644 |   163699      0 |      596 |        0
1013.68/1013.90	c 1009s |      11 |   337838 |    20744 |   163699      0 |      596 |        0
1017.58/1017.83	c 1013s |      11 |   337945 |    20844 |   163699      0 |      596 |        0
1021.28/1021.51	c 1017s |      11 |   338054 |    20944 |   163699      0 |      596 |        0
1025.28/1025.57	c 1021s |      11 |   338151 |    21044 |   163699      0 |      596 |        0
1029.68/1029.90	c 1025s |      11 |   338265 |    21144 |   163699      0 |      596 |        0
1034.18/1034.44	c 1030s |      11 |   338361 |    21244 |   163699      0 |      596 |        0
1038.68/1038.90	c 1034s |      11 |   338476 |    21344 |   163699      0 |      596 |        0
1042.87/1043.18	c 1038s |      11 |   338573 |    21444 |   163699      0 |      596 |        0
1047.37/1047.60	c 1043s |      11 |   338681 |    21544 |   163699      0 |      596 |        0
1051.48/1051.76	c 1047s |      11 |   338795 |    21644 |   163699      0 |      596 |        0
1056.07/1056.31	c 1051s |      11 |   338901 |    21744 |   163699      0 |      596 |        0
1060.37/1060.65	c 1056s |      11 |   339022 |    21844 |   163699      0 |      596 |        0
1064.58/1064.88	c 1060s |      11 |   339121 |    21944 |   163699      0 |      596 |        0
1069.37/1069.64	c 1065s |      11 |   339222 |    22044 |   163699      0 |      596 |        0
1074.07/1074.35	c 1069s |      11 |   339318 |    22144 |   163699      0 |      596 |        0
1078.77/1079.03	c 1074s |      11 |   339432 |    22244 |   163699      0 |      596 |        0
1082.66/1082.90	c 1078s |      11 |   339535 |    22344 |   163699      0 |      596 |        0
1086.96/1087.22	c 1082s |      11 |   339642 |    22444 |   163699      0 |      596 |        0
1091.46/1091.76	c 1087s |      11 |   339746 |    22544 |   163699      0 |      596 |        0
1095.77/1096.08	c 1091s |      11 |   339847 |    22644 |   163699      0 |      596 |        0
1099.77/1100.10	c 1095s |      11 |   339950 |    22744 |   163699      0 |      596 |        0
1103.37/1103.64	c 1099s |      11 |   340062 |    22844 |   163699      0 |      596 |        0
1107.07/1107.35	c 1102s |      11 |   340172 |    22944 |   163699      0 |      596 |        0
1111.27/1111.56	c 1107s |      11 |   340273 |    23044 |   163699      0 |      596 |        0
1115.86/1116.14	c 1111s |      11 |   340375 |    23144 |   163699      0 |      596 |        0
1119.76/1120.08	c 1115s |      11 |   340481 |    23244 |   163699      0 |      596 |        0
1123.66/1123.97	c 1119s |      11 |   340582 |    23344 |   163699      0 |      596 |        0
1127.96/1128.23	c 1123s |      11 |   340685 |    23444 |   163699      0 |      596 |        0
1132.36/1132.67	c 1128s |      11 |   340807 |    23544 |   163699      0 |      596 |        0
1137.06/1137.35	c 1132s |      11 |   340910 |    23644 |   163699      0 |      596 |        0
1141.57/1141.83	c 1137s |      11 |   341017 |    23744 |   163699      0 |      596 |        0
1145.86/1146.15	c 1141s |      11 |   341122 |    23844 |   163699      0 |      596 |        0
1150.36/1150.70	c 1146s |      11 |   341228 |    23944 |   163699      0 |      596 |        0
1154.56/1154.89	c 1150s |      11 |   341343 |    24044 |   163699      0 |      596 |        0
1158.36/1158.61	c 1154s |      11 |   341471 |    24144 |   163699      0 |      596 |        0
1161.95/1162.27	c 1157s |      11 |   341573 |    24244 |   163699      0 |      596 |        0
1166.05/1166.36	c 1161s |      11 |   341680 |    24344 |   163699      0 |      596 |        0
1170.65/1170.93	c 1166s |      11 |   341789 |    24444 |   163699      0 |      596 |        0
1174.45/1174.76	c 1170s |      11 |   341893 |    24544 |   163699      0 |      596 |        0
1178.15/1178.46	c 1174s |      11 |   342014 |    24644 |   163699      0 |      596 |        0
1182.26/1182.53	c 1178s |      11 |   342107 |    24744 |   163699      0 |      596 |        0
1186.25/1186.56	c 1182s |      11 |   342211 |    24844 |   163699      0 |      596 |        0
1190.45/1190.72	c 1186s |      11 |   342314 |    24944 |   163699      0 |      596 |        0
1194.25/1194.52	c 1190s |      11 |   342416 |    25044 |   163699      0 |      596 |        0
1198.15/1198.45	c 1194s |      11 |   342519 |    25144 |   163699      0 |      596 |        0
1202.35/1202.61	c 1198s |      11 |   342630 |    25244 |   163699      0 |      596 |        0
1206.64/1206.97	c 1202s |      11 |   342739 |    25344 |   163699      0 |      596 |        0
1210.85/1211.10	c 1206s |      11 |   342841 |    25444 |   163699      0 |      596 |        0
1215.36/1215.61	c 1211s |      11 |   342942 |    25544 |   163699      0 |      596 |        0
1219.05/1219.33	c 1214s |      11 |   343075 |    25644 |   163699      0 |      596 |        0
1223.15/1223.46	c 1219s |      11 |   343185 |    25744 |   180069      0 |      596 |        0
1226.36/1226.63	c 1222s |      12 |   343270 |    25819 |   180069      0 |      596 |        0
1233.55/1233.83	c 1229s |      12 |   370993 |    25919 |   180069      0 |      596 |        0
1237.64/1237.95	c 1233s |      12 |   371103 |    26019 |   180069      0 |      596 |        0
1242.24/1242.51	c 1238s |      12 |   371242 |    26119 |   180069      0 |      596 |        0
1247.15/1247.42	c 1243s |      12 |   371352 |    26219 |   180069      0 |      596 |        0
1252.14/1252.44	c 1248s |      12 |   371467 |    26319 |   180069      0 |      596 |        0
1258.44/1258.76	c 1254s |      12 |   372838 |    26419 |   180069      0 |      596 |        0
1266.54/1266.84	c 1262s |      12 |   372975 |    26519 |   180069      0 |      596 |        0
1273.93/1274.22	c 1269s |      12 |   373199 |    26619 |   180069      0 |      596 |        0
1282.63/1282.91	c 1278s |      12 |   373326 |    26719 |   180069      0 |      596 |        0
1290.94/1291.25	c 1286s |      12 |   373452 |    26819 |   180069      0 |      596 |        0
1298.74/1299.10	c 1294s |      12 |   373591 |    26919 |   180069      0 |      596 |        0
1307.03/1307.30	c 1302s |      12 |   373730 |    27019 |   180069      0 |      596 |        0
1313.63/1313.94	c 1309s |      12 |   373903 |    27119 |   180069      0 |      596 |        0
1321.53/1321.86	c 1317s |      12 |   374053 |    27219 |   180069      0 |      596 |        0
1330.23/1330.51	c 1326s |      12 |   374187 |    27319 |   180069      0 |      596 |        0
1338.73/1339.09	c 1334s |      12 |   374414 |    27419 |   180069      0 |      596 |        0
1347.12/1347.40	c 1342s |      12 |   374581 |    27519 |   180069      0 |      596 |        0
1356.92/1357.21	c 1352s |      12 |   374721 |    27619 |   180069      0 |      596 |        0
1367.32/1367.69	c 1363s |      12 |   374837 |    27719 |   180069      0 |      596 |        0
1375.03/1375.30	c 1370s |      12 |   374980 |    27819 |   180069      0 |      596 |        0
1382.02/1382.35	c 1377s |      12 |   375172 |    27919 |   180069      0 |      596 |        0
1391.42/1391.71	c 1387s |      12 |   375282 |    28019 |   180069      0 |      596 |        0
1400.32/1400.68	c 1396s |      12 |   375406 |    28119 |   180069      0 |      596 |        0
1408.32/1408.65	c 1404s |      12 |   375559 |    28219 |   180069      0 |      596 |        0
1415.81/1416.19	c 1411s |      12 |   375692 |    28319 |   180069      0 |      596 |        0
1424.81/1425.17	c 1420s |      12 |   375829 |    28419 |   180069      0 |      596 |        0
1433.81/1434.17	c 1429s |      12 |   375942 |    28519 |   180069      0 |      596 |        0
1442.11/1442.49	c 1438s |      12 |   376126 |    28619 |   180069      0 |      596 |        0
1450.91/1451.28	c 1446s |      12 |   376261 |    28719 |   180069      0 |      596 |        0
1459.41/1459.72	c 1455s |      12 |   376380 |    28819 |   180069      0 |      596 |        0
1469.32/1469.66	c 1465s |      12 |   376497 |    28919 |   180069      0 |      596 |        0
1478.51/1478.82	c 1474s |      12 |   376655 |    29019 |   180069      0 |      596 |        0
1486.92/1487.24	c 1482s |      12 |   376784 |    29119 |   180069      0 |      596 |        0
1496.21/1496.53	c 1492s |      12 |   376918 |    29219 |   180069      0 |      596 |        0
1506.50/1506.88	c 1502s |      12 |   377044 |    29319 |   180069      0 |      596 |        0
1515.90/1516.21	c 1511s |      12 |   377152 |    29419 |   180069      0 |      596 |        0
1525.50/1525.87	c 1521s |      12 |   377265 |    29519 |   180069      0 |      596 |        0
1533.70/1534.09	c 1529s |      12 |   377452 |    29619 |   180069      0 |      596 |        0
1543.80/1544.19	c 1539s |      12 |   377552 |    29719 |   180069      0 |      596 |        0
1551.69/1552.00	c 1547s |      12 |   377681 |    29819 |   180069      0 |      596 |        0
1560.40/1560.74	c 1556s |      12 |   377810 |    29919 |   180069      0 |      596 |        0
1568.80/1569.20	c 1564s |      12 |   377941 |    30019 |   180069      0 |      596 |        0
1578.30/1578.65	c 1574s |      12 |   378057 |    30119 |   180069      0 |      596 |        0
1588.20/1588.54	c 1584s |      12 |   378171 |    30219 |   180069      0 |      596 |        0
1598.39/1598.72	c 1594s |      12 |   378289 |    30319 |   180069      0 |      596 |        0
1608.69/1609.02	c 1604s |      12 |   378416 |    30419 |   180069      0 |      596 |        0
1619.19/1619.59	c 1615s |      12 |   378524 |    30519 |   180069      0 |      596 |        0
1628.68/1629.00	c 1624s |      12 |   378633 |    30619 |   180069      0 |      596 |        0
1638.98/1639.37	c 1634s |      12 |   378752 |    30719 |   180069      0 |      596 |        0
1650.99/1651.33	c 1646s |      12 |   378857 |    30819 |   180069      0 |      596 |        0
1661.98/1662.33	c 1657s |      12 |   378963 |    30919 |   180069      0 |      596 |        0
1671.88/1672.22	c 1667s |      12 |   379089 |    31019 |   180069      0 |      596 |        0
1680.58/1680.99	c 1676s |      12 |   379220 |    31119 |   180069      0 |      596 |        0
1689.67/1690.05	c 1685s |      12 |   379348 |    31219 |   180069      0 |      596 |        0
1698.19/1698.53	c 1694s |      12 |   379457 |    31319 |   180069      0 |      596 |        0
1707.78/1708.16	c 1703s |      12 |   379566 |    31419 |   180069      0 |      596 |        0
1717.37/1717.77	c 1713s |      12 |   379669 |    31519 |   180069      0 |      596 |        0
1727.37/1727.77	c 1723s |      12 |   379774 |    31619 |   180069      0 |      596 |        0
1737.47/1737.87	c 1733s |      12 |   379892 |    31719 |   180069      0 |      596 |        0
1746.86/1747.20	c 1742s |      12 |   379987 |    31819 |   180069      0 |      596 |        0
1756.57/1756.95	c 1752s |      12 |   380095 |    31919 |   180069      0 |      596 |        0
1765.76/1766.14	c 1761s |      12 |   380209 |    32019 |   180069      0 |      596 |        0
1775.07/1775.48	c 1771s |      12 |   380317 |    32119 |   180069      0 |      596 |        0
1784.26/1784.64	c 1780s |      12 |   380420 |    32219 |   180069      0 |      596 |        0
1794.86/1795.28	c 1790s |      12 |   380535 |    32319 |   180069      0 |      596 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119668-1467274666/watcher-4119668-1467274666 -o /tmp/evaluation-result-4119668-1467274666/solver-4119668-1467274666 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467270914-16868 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119668-1467274666.opb 

pid=17403
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17406
/proc/meminfo: memFree=19031796/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=731580 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 2732 0 0 0 0 0 0 0 20 0 4 0 8362768 749137920 3093 33554432000 4194304 16246674 140733511532208 140733511531632 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 183407 3101 441 2943 0 180301 0
[pid=17406/tid=17407] ppid=17403 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 766963712 3161 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 772206592 3180 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=759228 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 777449472 3198 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17406
/proc/meminfo: memFree=19031796/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 28908 0 0 0 5 4 0 0 20 0 4 0 8362768 1333334016 29207 33554432000 4194304 16246674 140733511532208 140733511531520 8056990 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 325521 29222 800 2943 0 322415 0
[pid=17406/tid=17407] ppid=17403 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1333334016 29234 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1333334016 29246 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1333334016 29257 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200515 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17406
/proc/meminfo: memFree=19031796/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 44173 0 0 0 13 6 0 0 20 0 4 0 8362768 1343819776 44983 33554432000 4194304 16246674 140733511532208 140733511531520 8055408 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 328081 45002 801 2943 0 324975 0
[pid=17406/tid=17407] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 45012 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 45025 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 45036 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300481 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17406
/proc/meminfo: memFree=19031796/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 49657 0 0 0 23 6 0 0 20 0 4 0 8362768 1343819776 50466 33554432000 4194304 16246674 140733511532208 140733511531520 7364283 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 328081 50466 801 2943 0 324975 0
[pid=17406/tid=17407] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 50466 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 50466 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 50466 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700415 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17406
/proc/meminfo: memFree=19031796/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 64699 0 0 0 60 9 0 0 20 0 4 0 8362768 1343819776 65509 33554432000 4194304 16246674 140733511532208 140733511531520 7368729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 328081 65523 802 2943 0 324975 0
[pid=17406/tid=17407] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 65523 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 65523 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1343819776 65523 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50039 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 17410
/proc/meminfo: memFree=18724328/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=1.49 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 108122 0 0 0 134 15 0 0 20 0 4 0 8362768 1420365824 108931 33554432000 4194304 16246674 140733511532208 140733511530048 4220517 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 108931 835 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 108931 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 108931 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 108931 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1387076

[startup+3.10041 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 17410
/proc/meminfo: memFree=18528532/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=3.09 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 125219 0 0 0 291 18 0 0 20 0 4 0 8362768 1420365824 126028 33554432000 4194304 16246674 140733511532208 140733511514112 5595984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 126028 836 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 126028 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 126028 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 126028 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1387076

[startup+6.3004 s]
/proc/loadavg: 2.10 2.02 2.01 3/183 17410
/proc/meminfo: memFree=17923116/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=6.29 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 276672 0 0 0 592 37 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140733511514112 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 277481 884 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1387076

[startup+12.7004 s]
/proc/loadavg: 2.09 2.02 2.00 3/183 17410
/proc/meminfo: memFree=17923764/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=12.69 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 276672 0 0 0 1232 37 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140733511514112 5711968 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 277481 884 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1387076

[startup+25.5005 s]
/proc/loadavg: 2.15 2.04 2.01 3/183 17410
/proc/meminfo: memFree=17922768/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=25.49 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 276672 0 0 0 2512 37 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140733511514112 13780628 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 277481 884 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 277481 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1387076

[startup+51.1005 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 17410
/proc/meminfo: memFree=17879840/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=51.09 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 287444 0 0 0 5070 39 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140733511514112 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 288253 888 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1387076

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 17411
/proc/meminfo: memFree=17879804/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=102.28 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 287444 0 0 0 10189 39 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140733511514112 5712566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 288253 888 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288253 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1387076


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

/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288512 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1387076

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 17490
/proc/meminfo: memFree=26131756/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1387076 CPUtime=1302.04 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 287545 0 0 0 130148 56 0 0 20 0 4 0 8362768 1420365824 288512 33554432000 4194304 16246674 140733511532208 140733511514112 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 346769 288512 890 2943 0 343663 0
[pid=17406/tid=17407] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288512 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288512 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1420365824 288512 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1387076

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/184 17494
/proc/meminfo: memFree=26004952/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1459780 CPUtime=1362.02 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 305697 0 0 0 136144 58 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140733511514112 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 364945 306664 890 2943 0 361839 0
[pid=17406/tid=17407] ppid=17403 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1459780

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 17495
/proc/meminfo: memFree=25956120/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1459780 CPUtime=1422.02 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 305697 0 0 0 142143 59 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140733511514112 5711355 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 364945 306664 890 2943 0 361839 0
[pid=17406/tid=17407] ppid=17403 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1459780 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1494814720 306664 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1459780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17496
/proc/meminfo: memFree=25736424/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1644100 CPUtime=1482.01 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 351647 0 0 0 148135 66 0 0 20 0 4 0 8362768 1683558400 352614 33554432000 4194304 16246674 140733511532208 140733511514112 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 411025 352614 890 2943 0 407919 0
[pid=17406/tid=17407] ppid=17403 vsize=1644100 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1683558400 352614 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1644100 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1683558400 352614 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1644100 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1683558400 352614 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1644100

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 17498
/proc/meminfo: memFree=25648280/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1714756 CPUtime=1542 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 369409 0 0 0 154131 69 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140733511514112 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 428689 370376 890 2943 0 425583 0
[pid=17406/tid=17407] ppid=17403 vsize=1714756 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1714756 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1714756 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1714756

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 17499
/proc/meminfo: memFree=25590960/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1714756 CPUtime=1601.99 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 369409 0 0 0 160129 70 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140733511514112 5712622 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 428689 370376 890 2943 0 425583 0
[pid=17406/tid=17407] ppid=17403 vsize=1714756 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1714756 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1714756 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1755910144 370376 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1714756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17500
/proc/meminfo: memFree=25544608/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1760836 CPUtime=1661.98 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 380952 0 0 0 166125 73 0 0 20 0 4 0 8362768 1803096064 381919 33554432000 4194304 16246674 140733511532208 140733511531384 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 440209 381919 890 2943 0 437103 0
[pid=17406/tid=17407] ppid=17403 vsize=1760836 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1803096064 381919 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1760836 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1803096064 381919 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1760836 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1803096064 381919 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1760836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17501
/proc/meminfo: memFree=25459200/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1806916 CPUtime=1721.97 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 392255 0 0 0 172121 76 0 0 20 0 4 0 8362768 1850281984 393222 33554432000 4194304 16246674 140733511532208 140733511514112 5711624 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 451729 393222 890 2943 0 448623 0
[pid=17406/tid=17407] ppid=17403 vsize=1806916 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1850281984 393222 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1806916 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1850281984 393222 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1806916 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1850281984 393222 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1806916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17502
/proc/meminfo: memFree=25375032/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1835588 CPUtime=1781.96 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 399489 0 0 0 178118 78 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140733511531384 5711318 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 458897 400456 890 2943 0 455791 0
[pid=17406/tid=17407] ppid=17403 vsize=1835588 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1835588 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1835588 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1835588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17503
/proc/meminfo: memFree=25375132/32872528 swapFree=7620/7620
[pid=17406] ppid=17403 vsize=1835588 CPUtime=1800.06 cores=0,2,4,6
/proc/17406/stat : 17406 (toysat) R 17403 17406 16554 0 -1 4202496 399489 0 0 0 179928 78 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140733511514112 5711496 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17406/statm: 458897 400456 890 2943 0 455791 0
[pid=17406/tid=17407] ppid=17403 vsize=1835588 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17407/stat : 17407 (toysat) S 17403 17406 16554 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140452098452720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17406/tid=17408] ppid=17403 vsize=1835588 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17408/stat : 17408 (toysat) S 17403 17406 16554 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140452087962864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17406/tid=17409] ppid=17403 vsize=1835588 CPUtime=0 cores=0,2,4,6
/proc/17406/task/17409/stat : 17409 (toysat) S 17403 17406 16554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8362768 1879642112 400456 33554432000 4194304 16246674 140733511532208 140452007242928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1835588

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17406 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.44
CPU time (s): 1800.1
CPU user time (s): 1799.29
CPU system time (s): 0.807877
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 1835588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 0.807877
maximum resident set size= 1601824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399489
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= 125
involuntary context switches= 1844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77127 second user time and 6.69798 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 10:17:46
IDJOB=4119668
IDBENCH=111785
IDSOLVER=2542
FILE ID=node106/4119668-1467274666
RUNJOBID= node106-1467270914-16868
PBS_JOBID= 20004487
Free space on /tmp= 71592 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw128/normalized-hw128-vm95p-dec.opb.negationfix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119668-1467274666/watcher-4119668-1467274666 -o /tmp/evaluation-result-4119668-1467274666/solver-4119668-1467274666 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467270914-16868 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119668-1467274666.opb

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

MD5SUM BENCH= 04ecd6132ad704c9f572d6bfa70681e6
RANDOM SEED=947203526

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        19032440 kB
Buffers:           63272 kB
Cached:          3195688 kB
SwapCached:            0 kB
Active:         12208836 kB
Inactive:         846092 kB
Active(anon):    9782592 kB
Inactive(anon):    15776 kB
Active(file):    2426244 kB
Inactive(file):   830316 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23696 kB
Writeback:             0 kB
AnonPages:       9803140 kB
Mapped:            18760 kB
Shmem:               204 kB
Slab:             628112 kB
SReclaimable:      71432 kB
SUnreclaim:       556680 kB
KernelStack:        1504 kB
PageTables:        22548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    9938476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node106 at 2016-06-30 10:47:47