Trace number 4079392

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.44

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_5_mh_ic.opb
MD5SUM14d236c4d30788af1b7d25ef928578c5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20465538
Best CPU time to get the best result obtained on this benchmark1800.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 149721291
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 61017523054
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 149721291
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 61017523054
Number of bits of the biggest sum of numbers36
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-07T21:02:03+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-4079392-1465326122.opb"]
0.00/0.01	c use --random-gen="539428963 3799667202 1528758755 2777202152 3743196870 27770393 507331032 3227470263 1426100273 1378412617 1599646150 2788641443 1105090252 3568679565 3536375289 3744799867 784507083 1618622094 1907775655 2326155218 4196775863 904908676 1929071783 3869419815 954838682 2791899772 876973033 887460113 3439502413 2380790287 3942436366 4246615379 3341479084 887217628 4152409298 885060783 2088316510 418423390 1529977740 2561360298 2207601515 1294425093 3971235973 1644084950 1947230889 3416245758 4161126059 3552214230 1738533451 1172703401 2527671446 1807511137 4273920431 1755387541 2792207241 3498669846 4127144747 3965509354 1125931171 2784306750 944292071 1052794204 4189658676 3390037226 1559513882 3941467742 3913394133 1485803040 1185901322 2857670748 523681488 824549659 2228371140 3973734411 1518933594 4281472143 1151274998 1785551196 2022281053 44774098 1337856711 891675933 3422121406 2540606633 4147189047 2434333112 2035434789 3622135432 3870285573 3082282739 2902453168 3797129173 2373890760 1705418898 832263666 735631800 1567816822 80928085 1936722729 29347583 1882726423 3237959423 4136487626 712312648 937071087 2351902454 1931574572 241691655 1758325551 478234833 1231347112 3858331534 2869156084 1437267744 1331578612 2123538271 1573767404 3113686239 767290962 1657042496 316222181 3239221773 2053248978 338843277 3036399754 1177465874 2376389941 887023912 2444814619 3513877440 766506124 1343739762 4056421520 2545631682 185749869 3106672457 3801256082 2771406324 450435634 304155295 214522871 2310185953 601528523 4153714216 858934386 273708337 2142577401 3941218224 3767767691 4183320315 810557705 1422839741 1767932131 378831088 103272397 3970081643 1179003012 2404687300 36103529 1531710154 3891639545 2754283212 2981122317 647532092 178026188 2224943513 1852030868 727193633 1104157294 3266981059 456253433 1052617259 3419558195 3893116263 275399653 2427880118 202375442 2905598004 131053894 863481123 423962263 1367166627 62931411 1916226841 259201778 538867549 1501140575 3381351390 1045894522 3501095322 655597367 4190934968 1855109461 2964849114 1926384484 3795210829 1642722524 1615774340 3181411854 2980588273 3818538180 3640960994 3198156919 153107849 562846817 4182307261 1025961801 2607051286 185558529 3787743577 1500060005 2987098415 1581134757 3034391615 494836302 2107868261 3318461151 307385265 949740993 2489840465 1235064923 2998326489 3889617169 2508738063 1043062107 4196488446 2806032446 966103390 471299983 3563578598 1478047199 1464986380 1556463983 26604724 378933781 2473815635 1299072764 3466534544 2916813049 4127464751 2265093155 2698397991 3848486776 4098640825 1399616657 802423921 426694223 2458822487 2958741607 2192324295 3252769604 3049395288 1346057513 1472899971 3377156612 1126057129 255 362436" option to reproduce the execution
6.48/6.53	c #vars 370300
6.48/6.53	c #constraints 847958
20.79/20.82	c BCD2: Hardening is enabled.
20.79/20.82	c BCD2: BiasedSearch is enabled.
20.79/20.82	c Solving starts ...
20.79/20.82	c ============================[ Search Statistics ]============================
20.79/20.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.79/20.82	c       |         |          |          |    Limit     GC | Var      | Constra 
20.79/20.82	c =============================================================================
20.79/20.82	c  0.0s |       0 |        0 |        0 |   408536      0 |      200 |        0
26.98/27.03	c  6.2s |       0 |      660 |      100 |   408536      0 |      200 |        0
27.18/27.27	c  6.5s |       1 |      660 |      100 |   408536      0 |      200 |        0
55.17/55.29	c 34.5s |       1 |     5618 |      200 |   449390      0 |      200 |        0
72.17/72.25	c 51.4s |       2 |     6300 |      250 |   449390      0 |      200 |        0
110.67/110.72	c 89.9s |       2 |     8478 |      350 |   494330      0 |      200 |        0
141.17/141.25	c  120s |       2 |     9834 |      450 |   494330      0 |      200 |        0
151.27/151.30	c  130s |       3 |    10499 |      475 |   494330      0 |      200 |        0
190.86/190.99	c  170s |       3 |    13279 |      575 |   543763      0 |      200 |        0
222.96/223.08	c  202s |       3 |    15037 |      675 |   543763      0 |      200 |        0
252.85/252.98	c  232s |       3 |    16215 |      775 |   543763      0 |      200 |        0
261.65/261.70	c  240s |       4 |    16565 |      813 |   543763      0 |      200 |        0
287.95/288.03	c  267s |       4 |    17460 |      913 |   598140      0 |      200 |        0
322.04/322.12	c  301s |       4 |    18601 |     1013 |   598140      0 |      200 |        0
349.85/349.95	c  329s |       4 |    20323 |     1113 |   598140      0 |      200 |        0
376.33/376.41	c  355s |       4 |    21041 |     1213 |   598140      0 |      200 |        0
411.13/411.27	c  390s |       4 |    21254 |     1313 |   598140      0 |      200 |        0
413.13/413.27	c  392s |       5 |    21559 |     1320 |   598140      0 |      200 |        0
452.72/452.85	c  432s |       5 |    23984 |     1420 |   657954      0 |      200 |        0
496.22/496.32	c  475s |       5 |    26495 |     1520 |   657954      0 |      200 |        0
532.61/532.73	c  511s |       5 |    27231 |     1620 |   657954      0 |      200 |        0
573.11/573.28	c  552s |       5 |    29831 |     1720 |   657954      0 |      200 |        0
608.00/608.18	c  587s |       5 |    31820 |     1820 |   657954      0 |      200 |        0
642.99/643.11	c  622s |       5 |    32405 |     1920 |   657954      0 |      200 |        0
682.88/683.01	c  662s |       5 |    35643 |     2020 |   657954      0 |      200 |        0
707.18/707.34	c  686s |       6 |    38607 |     2081 |   723750      0 |      200 |        0
741.07/741.22	c  720s |       6 |    40055 |     2181 |   723750      0 |      200 |        0
779.66/779.89	c  759s |       6 |    41019 |     2281 |   723750      0 |      200 |        0
801.95/802.12	c  781s |       6 |    41253 |     2381 |   723750      0 |      200 |        0
845.94/846.16	c  825s |       6 |    42913 |     2481 |   723750      0 |      200 |        0
894.04/894.30	c  873s |       6 |    45317 |     2581 |   723750      0 |      200 |        0
927.53/927.75	c  906s |       6 |    45870 |     2681 |   723750      0 |      200 |        0
957.72/957.97	c  937s |       6 |    46734 |     2781 |   723750      0 |      200 |        0
997.71/997.99	c  977s |       6 |    47025 |     2881 |   723750      0 |      200 |        0
1048.30/1048.51	c 1027s |       6 |    48191 |     2981 |   723750      0 |      200 |        0
1083.20/1083.42	c 1062s |       6 |    49255 |     3081 |   723750      0 |      200 |        0
1114.79/1115.03	c 1094s |       6 |    50816 |     3181 |   723750      0 |      200 |        0
1133.09/1133.36	c 1112s |       7 |    51763 |     3223 |   796126      0 |      200 |        0
1176.68/1176.90	c 1156s |       7 |    53844 |     3323 |   796126      0 |      200 |        0
1211.67/1211.93	c 1191s |       7 |    55171 |     3423 |   796126      0 |      200 |        0
1242.66/1242.95	c 1222s |       7 |    56108 |     3523 |   796126      0 |      200 |        0
1275.66/1275.97	c 1255s |       7 |    57261 |     3623 |   796126      0 |      200 |        0
1309.15/1309.41	c 1288s |       7 |    58088 |     3723 |   796126      0 |      200 |        0
1338.65/1338.92	c 1318s |       7 |    59098 |     3823 |   796126      0 |      200 |        0
1373.14/1373.48	c 1352s |       7 |    59632 |     3923 |   796126      0 |      200 |        0
1416.33/1416.68	c 1395s |       7 |    60024 |     4023 |   796126      0 |      200 |        0
1453.73/1454.02	c 1433s |       7 |    60675 |     4123 |   796126      0 |      200 |        0
1485.42/1485.79	c 1464s |       7 |    61327 |     4223 |   796126      0 |      200 |        0
1532.81/1533.19	c 1512s |       7 |    63587 |     4323 |   796126      0 |      200 |        0
1575.39/1575.78	c 1554s |       7 |    65420 |     4423 |   796126      0 |      200 |        0
1616.08/1616.40	c 1595s |       7 |    80527 |     4523 |   796126      0 |      200 |        0
1637.68/1638.01	c 1617s |       7 |   101654 |     4623 |   796126      0 |      200 |        0
1671.45/1671.87	c 1651s |       7 |   102052 |     4723 |   796126      0 |      200 |        0
1701.85/1702.22	c 1681s |       7 |   137632 |     4823 |   796126      0 |      200 |        0
1737.84/1738.25	c 1717s |       7 |   138564 |     4923 |   875739      0 |      200 |        0
1742.05/1742.43	c 1721s |       8 |   138696 |     4936 |   875739      0 |      200 |        0
1773.74/1774.18	c 1753s |       8 |   139366 |     5036 |   875739      0 |      200 |        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-4079392-1465326122/watcher-4079392-1465326122 -o /tmp/evaluation-result-4079392-1465326122/solver-4079392-1465326122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21026 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079392-1465326122.opb 

pid=22742
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.09 2.09 2.08 2/179 22745
/proc/meminfo: memFree=30342448/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=656964 CPUtime=0 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 2439 0 0 0 0 0 0 0 20 0 4 0 114545754 672731136 3311 33554432000 4194304 16246674 140735418449072 140735418448496 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 165009 3319 442 2943 0 161903 0
[pid=22745/tid=22746] ppid=22742 vsize=675396 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 691605504 3380 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=679492 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 695799808 3399 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=683588 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114545754 699994112 3414 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 2.09 2.09 2.08 2/179 22745
/proc/meminfo: memFree=30342448/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 30574 0 0 0 6 3 0 0 20 0 4 0 114545754 1334382592 31384 33554432000 4194304 16246674 140735418449072 140735418448384 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 325777 31400 799 2943 0 322671 0
[pid=22745/tid=22746] ppid=22742 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1334382592 31411 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1334382592 31422 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1334382592 31433 33554432000 4194304 16246674 140735418449072 140015587810480 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) 1303108

[startup+0.200529 s]
/proc/loadavg: 2.09 2.09 2.08 2/179 22745
/proc/meminfo: memFree=30342448/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 41279 0 0 0 14 5 0 0 20 0 4 0 114545754 1344868352 42600 33554432000 4194304 16246674 140735418449072 140735418432064 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 328337 42600 799 2943 0 325231 0
[pid=22745/tid=22746] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 42600 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 42600 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 42600 33554432000 4194304 16246674 140735418449072 140015587810480 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) 1313348

[startup+0.300504 s]
/proc/loadavg: 2.09 2.09 2.08 2/179 22745
/proc/meminfo: memFree=30342448/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 47345 0 0 0 23 5 0 0 20 0 4 0 114545754 1344868352 48666 33554432000 4194304 16246674 140735418449072 140735418432064 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 328337 48666 801 2943 0 325231 0
[pid=22745/tid=22746] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 48666 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 48666 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 48666 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700421 s]
/proc/loadavg: 2.09 2.09 2.08 2/179 22745
/proc/meminfo: memFree=30342448/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 67815 0 0 0 60 8 0 0 20 0 4 0 114545754 1344868352 69136 33554432000 4194304 16246674 140735418449072 140735418432064 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 328337 69136 803 2943 0 325231 0
[pid=22745/tid=22746] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 69136 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 69136 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 69136 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50043 s]
/proc/loadavg: 2.09 2.09 2.08 3/183 22749
/proc/meminfo: memFree=30020956/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 83586 0 0 0 138 11 0 0 20 0 4 0 114545754 1344868352 84907 33554432000 4194304 16246674 140735418449072 140735418432064 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 328337 84907 803 2943 0 325231 0
[pid=22745/tid=22746] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 84907 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 84907 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1344868352 84907 33554432000 4194304 16246674 140735418449072 140015587810480 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) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.09 2.09 2.08 3/183 22749
/proc/meminfo: memFree=29873356/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 160080 0 0 0 287 22 0 0 20 0 4 0 114545754 1370034176 166511 33554432000 4194304 16246674 140735418449072 140735418432064 4220936 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 334481 166511 803 2943 0 331375 0
[pid=22745/tid=22746] ppid=22742 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1370034176 166511 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1370034176 166511 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1370034176 166511 33554432000 4194304 16246674 140735418449072 140015587810480 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) 1337924

[startup+6.30044 s]
/proc/loadavg: 2.09 2.09 2.08 3/183 22749
/proc/meminfo: memFree=29435100/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1387076 CPUtime=6.29 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 259133 0 0 0 593 36 0 0 20 0 4 0 114545754 1420365824 275784 33554432000 4194304 16246674 140735418449072 140735418432064 13753034 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 346769 275784 803 2943 0 343663 0
[pid=22745/tid=22746] ppid=22742 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1420365824 275784 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1420365824 275784 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1420365824 275784 33554432000 4194304 16246674 140735418449072 140015587810480 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.07 2.09 2.08 3/183 22749
/proc/meminfo: memFree=28802092/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=1784388 CPUtime=12.68 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 368324 0 0 0 1219 49 0 0 20 0 4 0 114545754 1827213312 385486 33554432000 4194304 16246674 140735418449072 140735418430976 12874792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 446097 385486 843 2943 0 442991 0
[pid=22745/tid=22746] ppid=22742 vsize=1784388 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 1827213312 385486 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=1784388 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 1827213312 385486 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=1784388 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 1827213312 385486 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1784388

[startup+25.5005 s]
/proc/loadavg: 2.06 2.08 2.08 3/183 22749
/proc/meminfo: memFree=28143544/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2432580 CPUtime=25.48 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 530391 0 0 0 2469 79 0 0 20 0 4 0 114545754 2490961920 550108 33554432000 4194304 16246674 140735418449072 140735418430976 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 608145 550108 897 2943 0 605039 0
[pid=22745/tid=22746] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550108 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550108 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550108 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2432580

[startup+51.1005 s]
/proc/loadavg: 2.10 2.09 2.09 3/183 22749
/proc/meminfo: memFree=28143924/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2432580 CPUtime=51.08 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 530431 0 0 0 5029 79 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140735418430976 5600384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 608145 550148 897 2943 0 605039 0
[pid=22745/tid=22746] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2432580

[startup+102.301 s]
/proc/loadavg: 2.04 2.07 2.08 3/183 22750
/proc/meminfo: memFree=28143916/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2432580 CPUtime=102.28 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 530431 0 0 0 10148 80 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140735418430976 5661436 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 608145 550148 897 2943 0 605039 0
[pid=22745/tid=22746] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2432580 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2490961920 550148 33554432000 4194304 16246674 140735418449072 140015587810480 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) 2432580


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

/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 2580036

[startup+1302.3 s]
/proc/loadavg: 2.06 2.05 2.03 3/183 22828
/proc/meminfo: memFree=28022532/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2580036 CPUtime=1302.05 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567360 0 0 0 130055 150 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140735418430976 12415827 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645009 587016 897 2943 0 641903 0
[pid=22745/tid=22746] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 2580036

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/183 22829
/proc/meminfo: memFree=28022488/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2580036 CPUtime=1362.04 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567360 0 0 0 136054 150 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140735418430976 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645009 587016 897 2943 0 641903 0
[pid=22745/tid=22746] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 2580036

[startup+1422.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/183 22830
/proc/meminfo: memFree=28022392/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2580036 CPUtime=1422.03 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567368 0 0 0 142036 167 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140735418430976 5601643 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645009 587016 897 2943 0 641903 0
[pid=22745/tid=22746] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 2580036

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.02 3/183 22832
/proc/meminfo: memFree=28022296/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2580036 CPUtime=1482.02 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567375 0 0 0 148034 168 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140735418430976 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645009 587016 897 2943 0 641903 0
[pid=22745/tid=22746] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 2580036

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.01 3/183 22833
/proc/meminfo: memFree=28022196/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2580036 CPUtime=1542.01 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567383 0 0 0 154033 168 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140735418430976 13820919 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645009 587016 897 2943 0 641903 0
[pid=22745/tid=22746] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2580036 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2641956864 587016 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 2580036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 22834
/proc/meminfo: memFree=28020488/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2582084 CPUtime=1601.98 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567915 0 0 0 160018 180 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140735418430976 12483512 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645521 587528 897 2943 0 642415 0
[pid=22745/tid=22746] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2582084

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 22835
/proc/meminfo: memFree=28020140/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2582084 CPUtime=1661.96 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567947 0 0 0 166015 181 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140735418448248 12483481 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645521 587528 897 2943 0 642415 0
[pid=22745/tid=22746] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 2582084

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 22839
/proc/meminfo: memFree=28019408/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2582084 CPUtime=1721.94 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567947 0 0 0 171997 197 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140735418430976 13774456 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645521 587528 897 2943 0 642415 0
[pid=22745/tid=22746] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 2582084

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 22841
/proc/meminfo: memFree=28019068/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2582084 CPUtime=1781.94 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567947 0 0 0 177990 204 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140735418448168 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645521 587528 897 2943 0 642415 0
[pid=22745/tid=22746] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 2582084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 22842
/proc/meminfo: memFree=28019428/32872528 swapFree=11196/354588
[pid=22745] ppid=22742 vsize=2582084 CPUtime=1800.03 cores=0,2,4,6
/proc/22745/stat : 22745 (toysat) R 22742 22745 21010 0 -1 4202496 567950 0 0 0 179796 207 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140735418430976 12415827 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22745/statm: 645521 587528 897 2943 0 642415 0
[pid=22745/tid=22746] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22746/stat : 22746 (toysat) S 22742 22745 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015680072944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22745/tid=22747] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22747/stat : 22747 (toysat) S 22742 22745 21010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015598284016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22745/tid=22748] ppid=22742 vsize=2582084 CPUtime=0 cores=0,2,4,6
/proc/22745/task/22748/stat : 22748 (toysat) S 22742 22745 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114545754 2644054016 587528 33554432000 4194304 16246674 140735418449072 140015587810480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2582084

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 22745 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.08
CPU user time (s): 1797.97
CPU system time (s): 2.10368
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 2582084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.10368
maximum resident set size= 2350112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 567950
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= 196
involuntary context switches= 2096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5853 second user time and 6.87895 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 21:02:03
IDJOB=4079392
IDBENCH=92688
IDSOLVER=2542
FILE ID=node126/4079392-1465326122
RUNJOBID= node126-1465306898-21026
PBS_JOBID= 19849495
Free space on /tmp= 71676 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_5_mh_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079392-1465326122/watcher-4079392-1465326122 -o /tmp/evaluation-result-4079392-1465326122/solver-4079392-1465326122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21026 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079392-1465326122.opb

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

MD5SUM BENCH= 14d236c4d30788af1b7d25ef928578c5
RANDOM SEED=674842288

node126.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.500
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.00
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.500
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.500
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.500
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.500
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.500
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.56
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.500
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.500
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:        30343000 kB
Buffers:           31692 kB
Cached:           272968 kB
SwapCached:         2088 kB
Active:          1302368 kB
Inactive:         135780 kB
Active(anon):    1131196 kB
Inactive(anon):     4628 kB
Active(file):     171172 kB
Inactive(file):   131152 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             54008 kB
Writeback:             0 kB
AnonPages:       1489280 kB
Mapped:            10856 kB
Shmem:                 0 kB
Slab:             602804 kB
SReclaimable:      45724 kB
SUnreclaim:       557080 kB
KernelStack:        1464 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 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= 71668 MiB
End job on node126 at 2016-06-07 21:32:04