Trace number 4079267

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.08 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUMbce39ea6470f5e2e6c53fe3acb1a7559
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9349
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2531125
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2531125
Number of bits of the biggest sum of numbers22
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-07T17:50:47+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-4079267-1465314647.opb"]
0.00/0.01	c use --random-gen="2194490244 3959188526 2496889689 547579056 863593878 1163751408 965445391 831225621 1157697887 1748474121 186186607 4230570975 2491541655 2209537150 3477630192 1126343719 4080564998 4204796206 1088650602 261057612 3929495877 2752915132 2453572089 1078982596 205104088 3184277700 1843297083 339321247 3228014407 3248210770 2753246526 2054056446 299416133 2597262117 2971153830 3250793746 776862079 896453465 4290528985 442533077 1281559439 2333605013 3272852674 3950703822 4081743576 293210061 1030687315 2216564135 2228844861 3434405085 3518554459 619119369 3784999535 3567643832 1606366663 1563552178 2343420858 64363081 2546580708 2398798536 3906907901 3791026994 1727152031 1045786045 2241067003 2704710702 3049100816 1395637209 1489213102 4215917534 718330398 4191489763 3647644480 695122176 341981797 380445302 97335763 2657965898 1186995132 1867108861 2926534736 884119371 4205221165 2166786847 3082149936 3758691174 3471775410 702979392 180633583 1633884345 731904222 3208551749 356414266 1812515549 423881366 3289345473 701825372 377130526 4085482585 2235847025 2974757735 3386583397 3467539649 102840702 3326181099 4189805054 1591718599 2830452127 1491851330 2466100178 3780796871 3111533836 2439878416 2837686128 1465368460 1014281122 2040880396 2023883807 2114007446 2661138199 3804622585 1710822794 42400672 1945834659 2624985442 2864647265 2152575067 3471173203 276367915 259262279 2469833234 3409399889 2113451994 2052742279 1228658741 1565947767 1782839079 1630897955 1262518280 3483264030 2626091181 3147485725 3293527260 2596918781 3298537792 2472116620 3019317111 3400876698 2270413674 1012384117 2346436791 2133427069 488032287 1669324804 1505871544 893880163 553278786 2626017062 4177423017 2866291568 1190424691 2516068092 1432692247 3622716731 2389478295 1021627933 443513459 642964179 2270492413 1998587942 1704366463 2108165025 3888598621 3971304960 3382995729 3856270214 2749400802 426105246 1347665280 1985255615 3673216469 3757309484 1630655690 649383780 2340578855 3110973026 690722504 3996744744 443456067 2981837625 4172574951 3084832867 42408892 2528872849 62538562 3411749235 67522550 2748747993 2502107557 1329566520 46810027 3031482636 2173051308 3540074798 2506920060 3214992404 2470828295 876074382 597074192 2409532067 2049762872 3034953730 1268524505 2536738543 2838922847 2226135724 3831547130 393097059 169837556 4095818298 2729789477 4206156298 2925347280 3076811008 2400411384 4069712208 3845900964 511707608 43515833 2606564214 1946951154 36818178 2152133516 3449693560 2523073621 26709918 1317233500 2621395739 1335766567 1302759303 2063165066 1322461769 3486713767 4035468436 2928555197 4001732844 3433962654 3768098846 868661772 3811807892 2005226200 36718845 2115528414 4201496862 2663617172 649867782 255 362436" option to reproduce the execution
4.39/4.45	c #vars 400896
4.39/4.45	c #constraints 402763
13.69/13.79	c BCD2: Hardening is enabled.
13.69/13.79	c BCD2: BiasedSearch is enabled.
13.69/13.79	c Solving starts ...
13.69/13.79	c ============================[ Search Statistics ]============================
13.69/13.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.79	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.79	c =============================================================================
13.79/13.81	c  0.0s |       0 |        0 |        0 |   267886      0 |        0 |        0
20.69/20.72	c  6.9s |       0 |     9360 |      100 |   267886      0 |       20 |       20
20.69/20.79	c  7.0s |       1 |     9360 |      100 |   267886      0 |       20 |       20
35.59/35.60	c 21.8s |       1 |     9595 |      200 |   294675      0 |       20 |       20
41.28/41.36	c 27.6s |       2 |     9687 |      250 |   294675      0 |       20 |       20
54.68/54.72	c 40.9s |       2 |     9832 |      350 |   324143      0 |       20 |       20
64.17/64.26	c 50.5s |       2 |    10018 |      450 |   324143      0 |       20 |       20
66.57/66.65	c 52.8s |       3 |    10055 |      475 |   324143      0 |       20 |       20
79.67/79.71	c 65.9s |       3 |    10226 |      575 |   356558      0 |       20 |       20
97.07/97.17	c 83.4s |       3 |    10336 |      675 |   356558      0 |       20 |       20
114.37/114.49	c  100s |       3 |    10443 |      775 |   356558      0 |       20 |       20
120.76/120.84	c  107s |       4 |    10487 |      813 |   356558      0 |       20 |       20
132.46/132.58	c  118s |       4 |    10867 |      913 |   392214      0 |       20 |       20
143.56/143.64	c  129s |       4 |    11332 |     1013 |   392214      0 |       20 |       20
154.07/154.18	c  140s |       4 |    12229 |     1113 |   392214      0 |       20 |       20
165.56/165.63	c  151s |       4 |    12986 |     1213 |   392214      0 |       20 |       20
187.65/187.75	c  173s |       4 |    13824 |     1313 |   392214      0 |       20 |       20
189.35/189.48	c  175s |       5 |    13911 |     1320 |   392214      0 |       20 |       20
215.35/215.43	c  201s |       5 |    14437 |     1420 |   431436      0 |       20 |       20
237.55/237.64	c  223s |       5 |    14639 |     1520 |   431436      0 |       20 |       20
258.14/258.20	c  244s |       5 |    14829 |     1620 |   431436      0 |       20 |       20
277.34/277.40	c  263s |       5 |    15160 |     1720 |   431436      0 |       20 |       20
299.74/299.85	c  286s |       5 |    15307 |     1820 |   431436      0 |       20 |       20
323.83/323.93	c  310s |       5 |    15455 |     1920 |   431436      0 |       20 |       20
344.43/344.56	c  330s |       5 |    15625 |     2020 |   431436      0 |       20 |       20
356.83/356.94	c  343s |       6 |    15709 |     2081 |   474580      0 |       20 |       20
376.32/376.48	c  362s |       6 |    15958 |     2181 |   474580      0 |       20 |       20
401.92/402.03	c  388s |       6 |    16133 |     2281 |   474580      0 |       20 |       20
426.91/427.02	c  413s |       6 |    16678 |     2381 |   474580      0 |       20 |       20
443.22/443.33	c  429s |       6 |    16958 |     2481 |   474580      0 |       20 |       20
461.81/461.93	c  448s |       6 |    17236 |     2581 |   474580      0 |       20 |       20
482.40/482.58	c  468s |       6 |    17456 |     2681 |   474580      0 |       20 |       20
498.40/498.57	c  484s |       6 |    17602 |     2781 |   474580      0 |       20 |       20
520.70/520.82	c  507s |       6 |    17927 |     2881 |   474580      0 |       20 |       20
537.90/538.08	c  524s |       6 |    18240 |     2981 |   474580      0 |       20 |       20
564.68/564.88	c  551s |       6 |    18358 |     3081 |   474580      0 |       20 |       20
598.77/598.98	c  585s |       6 |    18482 |     3181 |   474580      0 |       20 |       20
608.28/608.40	c  594s |       7 |    18640 |     3223 |   522039      0 |       20 |       20
634.97/635.13	c  621s |       7 |    19143 |     3323 |   522039      0 |       20 |       20
650.96/651.17	c  637s |       7 |    19419 |     3423 |   522039      0 |       20 |       20
679.95/680.15	c  666s |       7 |    19727 |     3523 |   522039      0 |       20 |       20
711.95/712.14	c  698s |       7 |    20105 |     3623 |   522039      0 |       20 |       20
739.24/739.43	c  725s |       7 |    22999 |     3723 |   522039      0 |       20 |       20
762.83/763.03	c  749s |       7 |    23260 |     3823 |   522039      0 |       20 |       20
782.93/783.16	c  769s |       7 |    23400 |     3923 |   522039      0 |       20 |       20
805.73/805.99	c  792s |       7 |    23524 |     4023 |   522039      0 |       20 |       20
828.63/828.84	c  815s |       7 |    24315 |     4123 |   522039      0 |       20 |       20
866.22/866.43	c  852s |       7 |    24629 |     4223 |   522039      0 |       20 |       20
894.52/894.78	c  880s |       7 |    24775 |     4323 |   522039      0 |       20 |       20
920.62/920.88	c  907s |       7 |    25096 |     4423 |   522039      0 |       20 |       20
944.31/944.59	c  930s |       7 |    25304 |     4523 |   522039      0 |       20 |       20
964.51/964.77	c  950s |       7 |    25504 |     4623 |   522039      0 |       20 |       20
988.60/988.80	c  974s |       7 |    25627 |     4723 |   522039      0 |       20 |       20
1019.50/1019.78	c 1005s |       7 |    26104 |     4823 |   522039      0 |       20 |       20
1035.19/1035.40	c 1021s |       7 |    27335 |     4923 |   574243      0 |       20 |       20
1040.19/1040.49	c 1026s |       8 |    27387 |     4936 |   574243      0 |       20 |       20
1080.68/1080.95	c 1067s |       8 |    29292 |     5036 |   574243      0 |       20 |       20
1110.78/1111.08	c 1097s |       8 |    30175 |     5136 |   574243      0 |       20 |       20
1142.17/1142.41	c 1128s |       8 |    30817 |     5236 |   574243      0 |       20 |       20
1162.66/1162.91	c 1149s |       8 |    32073 |     5336 |   574243      0 |       20 |       20
1197.26/1197.59	c 1183s |       8 |    33781 |     5436 |   574243      0 |       20 |       20
1233.96/1234.30	c 1220s |       8 |    34396 |     5536 |   574243      0 |       20 |       20
1262.25/1262.53	c 1248s |       8 |    34725 |     5636 |   574243      0 |       20 |       20
1301.34/1301.61	c 1287s |       8 |    34898 |     5736 |   574243      0 |       20 |       20
1343.23/1343.51	c 1329s |       8 |    36457 |     5836 |   574243      0 |       20 |       20
1352.13/1352.47	c 1338s |       8 |    43669 |     5936 |   574243      0 |       20 |       20
1369.73/1370.04	c 1356s |       8 |    44903 |     6036 |   574243      0 |       20 |       20
1388.42/1388.75	c 1374s |       8 |    45174 |     6136 |   574243      0 |       20 |       20
1402.52/1402.89	c 1389s |       8 |    45730 |     6236 |   574243      0 |       20 |       20
1419.22/1419.54	c 1405s |       8 |    46359 |     6336 |   574243      0 |       20 |       20
1452.83/1453.20	c 1439s |       8 |    49045 |     6436 |   574243      0 |       20 |       20
1491.11/1491.45	c 1477s |       8 |    50567 |     6536 |   574243      0 |       20 |       20
1520.41/1520.72	c 1506s |       8 |    51366 |     6636 |   574243      0 |       20 |       20
1552.50/1552.88	c 1539s |       8 |    53068 |     6736 |   574243      0 |       20 |       20
1600.50/1600.87	c 1587s |       8 |    54366 |     6836 |   574243      0 |       20 |       20
1631.29/1631.68	c 1617s |       8 |    58876 |     6936 |   574243      0 |       20 |       20
1667.79/1668.17	c 1654s |       8 |    62219 |     7036 |   574243      0 |       20 |       20
1699.68/1700.08	c 1686s |       8 |    72622 |     7136 |   574243      0 |       20 |       20
1729.28/1729.63	c 1715s |       8 |    75083 |     7236 |   574243      0 |       20 |       20
1756.27/1756.62	c 1742s |       8 |    75889 |     7336 |   574243      0 |       20 |       20
1776.07/1776.49	c 1762s |       8 |    87713 |     7436 |   574243      0 |       20 |       20
1781.47/1781.88	c 1768s |       9 |    91558 |     7506 |   631668      0 |       20 |       20

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

pid=19727
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.22 2.24 2.19 3/173 19730
/proc/meminfo: memFree=30003280/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=802372 CPUtime=0 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 3012 0 0 0 0 0 0 0 20 0 4 0 113397598 821628928 2862 33554432000 4194304 16246674 140737256191536 140737256190960 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 201361 2871 442 2943 0 198255 0
[pid=19730/tid=19731] ppid=19727 vsize=820804 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 840503296 2933 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=824900 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 844697600 2950 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=830020 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113397598 849940480 2967 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.22 2.24 2.19 3/173 19730
/proc/meminfo: memFree=30003280/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 30440 0 0 0 5 4 0 0 20 0 4 0 113397598 1334382592 30229 33554432000 4194304 16246674 140737256191536 140737256190848 8058197 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 325777 30244 801 2943 0 322671 0
[pid=19730/tid=19731] ppid=19727 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1334382592 30254 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 1334382592 30266 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113397598 1334382592 30278 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200615 s]
/proc/loadavg: 2.22 2.24 2.19 3/173 19730
/proc/meminfo: memFree=30003280/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 44759 0 0 0 12 7 0 0 20 0 4 0 113397598 1344868352 45058 33554432000 4194304 16246674 140737256191536 140737256190848 7440114 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 328337 45058 801 2943 0 325231 0
[pid=19730/tid=19731] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 45058 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 45058 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 45058 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300438 s]
/proc/loadavg: 2.22 2.24 2.19 3/173 19730
/proc/meminfo: memFree=30003280/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 49869 0 0 0 22 7 0 0 20 0 4 0 113397598 1344868352 50168 33554432000 4194304 16246674 140737256191536 140737256190848 7439734 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 328337 50168 801 2943 0 325231 0
[pid=19730/tid=19731] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 50168 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 50168 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 50168 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700392 s]
/proc/loadavg: 2.22 2.24 2.19 3/173 19730
/proc/meminfo: memFree=30003280/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 63447 0 0 0 60 9 0 0 20 0 4 0 113397598 1344868352 63746 33554432000 4194304 16246674 140737256191536 140737256190848 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 328337 63746 802 2943 0 325231 0
[pid=19730/tid=19731] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 63746 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 63746 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 63746 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.20 2.24 2.19 3/184 19748
/proc/meminfo: memFree=29405616/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 81108 0 0 0 137 12 0 0 20 0 4 0 113397598 1344868352 81407 33554432000 4194304 16246674 140737256191536 140737256174528 7371300 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 328337 81407 802 2943 0 325231 0
[pid=19730/tid=19731] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 81407 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 81407 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113397598 1344868352 81407 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.20 2.24 2.19 3/184 19748
/proc/meminfo: memFree=29117656/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 162271 0 0 0 285 24 0 0 20 0 4 0 113397598 1370034176 167169 33554432000 4194304 16246674 140737256191536 140737256174528 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 334481 167169 802 2943 0 331375 0
[pid=19730/tid=19731] ppid=19727 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1370034176 167169 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113397598 1370034176 167169 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113397598 1370034176 167169 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.3004 s]
/proc/loadavg: 2.20 2.24 2.19 3/184 19748
/proc/meminfo: memFree=28026252/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1483332 CPUtime=6.29 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 293842 0 0 0 586 43 0 0 20 0 4 0 113397598 1518931968 311515 33554432000 4194304 16246674 140737256191536 140737256173440 6756128 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 370833 311515 835 2943 0 367727 0
[pid=19730/tid=19731] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311515 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311515 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311515 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1483332

[startup+12.7004 s]
/proc/loadavg: 2.17 2.23 2.18 3/184 19748
/proc/meminfo: memFree=27496212/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1483332 CPUtime=12.69 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 293849 0 0 0 1226 43 0 0 20 0 4 0 113397598 1518931968 311522 33554432000 4194304 16246674 140737256191536 140737256190712 4224672 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 370833 311522 838 2943 0 367727 0
[pid=19730/tid=19731] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311522 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311522 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311522 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1483332

[startup+25.5005 s]
/proc/loadavg: 2.14 2.22 2.18 4/183 19748
/proc/meminfo: memFree=26522676/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1483332 CPUtime=25.49 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 293915 0 0 0 2506 43 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 140737256173440 5721352 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 370833 311586 899 2943 0 367727 0
[pid=19730/tid=19731] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1483332

[startup+51.1004 s]
/proc/loadavg: 2.22 2.23 2.18 3/183 19748
/proc/meminfo: memFree=26522892/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1483332 CPUtime=51.07 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 293924 0 0 0 5063 44 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 140737256190712 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 370833 311586 899 2943 0 367727 0
[pid=19730/tid=19731] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1518931968 311586 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1483332

[startup+102.3 s]
/proc/loadavg: 2.17 2.22 2.18 3/183 19749
/proc/meminfo: memFree=26068436/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=102.27 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407335 0 0 0 10167 60 0 0 20 0 4 0 113397598 1983451136 424997 33554432000 4194304 16246674 140737256191536 140737256173440 12479207 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 424997 902 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 424997 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 424997 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 424997 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1936964


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

/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1936964

[startup+1302.3 s]
/proc/loadavg: 2.29 2.27 2.20 4/183 19802
/proc/meminfo: memFree=26062064/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1302.04 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 130143 61 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 5722849 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1936964

[startup+1362.3 s]
/proc/loadavg: 2.28 2.27 2.20 3/183 19803
/proc/meminfo: memFree=26062360/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1362.03 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 136142 61 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 12483204 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1936964

[startup+1422.3 s]
/proc/loadavg: 2.28 2.27 2.20 4/183 19804
/proc/meminfo: memFree=26062104/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1422.02 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 142141 61 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 5717462 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1936964

[startup+1482.3 s]
/proc/loadavg: 2.27 2.26 2.20 3/183 19806
/proc/meminfo: memFree=26061764/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1482.01 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 148139 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 13898695 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1936964

[startup+1542.31 s]
/proc/loadavg: 2.37 2.28 2.20 4/183 19807
/proc/meminfo: memFree=26061912/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1542.01 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 154139 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256190848 12478176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1936964

[startup+1602.3 s]
/proc/loadavg: 2.28 2.26 2.19 3/183 19808
/proc/meminfo: memFree=26061696/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1602 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 160138 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 5669244 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1936964

[startup+1662.3 s]
/proc/loadavg: 2.53 2.33 2.22 4/183 19809
/proc/meminfo: memFree=26061688/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1661.99 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 166137 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 12483632 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1936964

[startup+1722.3 s]
/proc/loadavg: 2.35 2.31 2.22 3/183 19810
/proc/meminfo: memFree=26061216/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1721.98 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 172136 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 6837238 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1936964

[startup+1782.3 s]
/proc/loadavg: 2.32 2.31 2.22 3/184 19815
/proc/meminfo: memFree=26060892/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1781.97 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 178135 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 4220880 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1936964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.32 2.31 2.22 3/184 19815
/proc/meminfo: memFree=26060948/32872528 swapFree=16204/1518544
[pid=19730] ppid=19727 vsize=1936964 CPUtime=1800.06 cores=0,2,4,6
/proc/19730/stat : 19730 (toysat) R 19727 19730 19387 0 -1 4202496 407420 0 0 0 179944 62 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 140737256173440 5661532 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19730/statm: 484241 425234 903 2943 0 481135 0
[pid=19730/tid=19731] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891120778480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19730/tid=19732] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (toysat) S 19727 19730 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891110288624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19730/tid=19733] ppid=19727 vsize=1936964 CPUtime=0 cores=0,2,4,6
/proc/19730/task/19733/stat : 19733 (toysat) S 19727 19730 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 113397598 1983451136 425234 33554432000 4194304 16246674 140737256191536 139891099815088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1936964

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 19730 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.41
CPU time (s): 1800.08
CPU user time (s): 1799.45
CPU system time (s): 0.625904
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 1936964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.625904
maximum resident set size= 1700936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407420
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= 134
involuntary context switches= 1862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1415 second user time and 12.886 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 17:50:47
IDJOB=4079267
IDBENCH=92523
IDSOLVER=2542
FILE ID=node129/4079267-1465314647
RUNJOBID= node129-1465311042-19403
PBS_JOBID= 19850114
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079267-1465314647/watcher-4079267-1465314647 -o /tmp/evaluation-result-4079267-1465314647/solver-4079267-1465314647 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19403 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079267-1465314647.opb

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

MD5SUM BENCH= bce39ea6470f5e2e6c53fe3acb1a7559
RANDOM SEED=541886874

node129.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.715
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	: 5333.43
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.715
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.55
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.715
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.56
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.715
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.715
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.55
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.715
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.715
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.715
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:        30003660 kB
Buffers:          148376 kB
Cached:           452484 kB
SwapCached:         2232 kB
Active:           161872 kB
Inactive:         446632 kB
Active(anon):       8016 kB
Inactive(anon):     1732 kB
Active(file):     153856 kB
Inactive(file):   444900 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098820 kB
Dirty:             69092 kB
Writeback:             0 kB
AnonPages:       1527260 kB
Mapped:             8108 kB
Shmem:                 0 kB
Slab:             607284 kB
SReclaimable:      50708 kB
SUnreclaim:       556576 kB
KernelStack:        1416 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1619376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1509376 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= 71648 MiB
End job on node129 at 2016-06-07 18:20:48