Trace number 4106748

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.01 1800.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUM95a6f76009dbd8a204f015cb008300c0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-122
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -146
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

Solver Data

0.00/0.00	c 2016-06-18T21:11:37+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-4106748-1466277097.opb"]
0.00/0.01	c use --random-gen="580268201 844400160 3272393308 1806415927 1726857783 541949868 585915792 1299802332 1714408205 2251933240 3588264694 2181196624 1430157909 3127548808 1571457549 42115249 1064741533 949757653 3192490109 368013423 942294485 1701173108 2416438595 1495268526 1205327653 57841515 238587995 2593597458 2155097848 3408772986 3962021163 3062795953 2056468476 2333925292 425603525 766951735 280700746 1178727506 938071976 3276612771 2305778608 674169527 934423318 1451297542 1524136769 1367930892 4008780877 2530170315 2131568289 3307890375 3830994230 3215395771 510093546 2065907847 2161444684 1009967534 1151827131 1776856382 3119531568 3963927498 716444046 794065874 2025207141 4082025060 528231000 332699407 4146052094 2340234771 254801487 73178695 3323011592 4249184316 1102355759 1087947043 793896487 2255854895 2347067782 1389509650 3848310253 983169093 3756996247 2532309274 732755830 1300724081 3752828358 655510823 3766775830 1364173938 1740695070 1585239002 4160712993 1838495974 1585657190 4068550744 1280700506 4058291914 2403615842 3518474995 1320375905 164452187 2020484613 2245043942 3916144050 95269871 1277425877 703950464 1964809620 3750876416 1272920315 1537891518 148890775 4057273351 990208655 2738611124 262654595 1863580677 2209600708 930971234 423571222 3414137773 1104182448 382627516 3575252144 1414882168 3748738192 601373166 3669218460 3919349328 3218090858 900494458 3912906998 4043540517 4054523242 1168924202 2746774126 2602709861 787882179 904385192 2925653357 3069176800 2971698265 3218204291 2042439073 306923847 2539881688 1342112941 3043095314 3585554628 3307723622 1171996443 4144017303 3787089972 3072907506 1531242841 3266834465 1944122107 458089907 2371115783 3231633187 177415591 3497227765 4123866280 126871431 4124663929 676094888 3425153002 2872444931 1392546795 1167646666 1767441137 1841550167 1246626302 2582035498 4243084294 304876474 810654668 2362329403 706176530 878005805 4195777692 541841434 1384864466 2506949529 982294384 3537502119 772545070 2812373372 2466747899 128383451 3589703318 3631367663 2133353831 4214009269 2538015928 3887285023 1502927678 2312184345 405577959 3865514140 3794392182 1506196498 3566100518 225290798 3905501544 4044905736 3214366194 434658285 2608899330 455493305 1978907120 17557162 2742051477 2354641045 1195624693 3956479900 599122293 222638145 3258442278 870339477 28820179 4206406763 2617117449 2460341571 162428117 794348217 3510008933 1103423377 3392749535 2553085271 3896703279 16109281 3645166270 675144829 1994952744 3053741724 547362671 4127826089 3880055838 3776768071 912538524 1585177264 3174632999 1464001217 462478796 1485863386 2604406619 3239803489 742851561 4200916498 432520066 3348308908 2855855423 3931784529 1963375436 3668142375 3222321453 255 362436" option to reproduce the execution
0.19/0.20	c #vars 2000
0.19/0.20	c #constraints 3001
1.09/1.14	c BCD2: Hardening is enabled.
1.09/1.14	c BCD2: BiasedSearch is enabled.
1.09/1.14	c Solving starts ...
1.09/1.14	c ============================[ Search Statistics ]============================
1.09/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.14	c =============================================================================
1.09/1.14	c  0.0s |       0 |        0 |        0 |    22728      0 |        0 |        0
1.19/1.23	c  0.1s |       0 |     1076 |        1 |    22728      0 |        0 |        0
1.19/1.23	c #cpu_time = 0.067s
1.19/1.23	c #wall_clock_time = 0.067s
1.19/1.23	c #decision = 1076
1.19/1.23	c #random_decision = 3
1.19/1.23	c #conflict = 1
1.19/1.23	c #restart = 0
1.19/1.23	o -86
1.19/1.24	c BCD2: updating upper bound: 1000 -> 913
1.19/1.24	c BCD2: 0 <= obj <= 913
1.19/1.24	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=1 bias=1/2
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |    22728      0 |        0 |        0
1.28/1.31	c  0.1s |       0 |      520 |        2 |    22728      0 |        0 |        0
1.28/1.31	c #cpu_time = 0.064s
1.28/1.31	c #wall_clock_time = 0.064s
1.28/1.31	c #decision = 520
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 2
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: found a new core of size 500: cost of the new core is >=1
1.28/1.31	c lower bound updated to -999
1.28/1.31	c BCD2: 1 <= obj <= 913
1.28/1.31	c BCD2: #cores=1, #unrelaxed=500, #relaxed=500, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=2 bias=2/3
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |    22728      0 |        0 |        0
1.69/1.71	c  0.4s |       0 |      501 |        1 |    22728      0 |        0 |        0
1.69/1.71	c #cpu_time = 0.391s
1.69/1.71	c #wall_clock_time = 0.392s
1.69/1.71	c #decision = 501
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 1
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: relaxing 500 and merging with 1 cores into a new core of size 1000: cost of the new core is >=2
1.69/1.71	c lower bound updated to -998
1.69/1.71	c BCD2: 2 <= obj <= 913
1.69/1.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1000, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=3 bias=3/4
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |    22728      0 |        1 |        0
2.09/2.10	c  0.4s |       1 |    16429 |      100 |    25001      0 |        1 |        1
2.49/2.54	c  0.8s |       2 |    35367 |      250 |    27502      0 |        1 |        1
3.19/3.24	c  1.5s |       3 |    60388 |      475 |    30253      0 |        1 |        1
11.89/11.97	c 10.3s |       3 |    70858 |      575 |    30253      0 |        1 |        1
22.19/22.24	c 20.5s |       3 |    77008 |      675 |    30253      0 |        1 |        1
34.89/34.94	c 33.2s |       3 |    83831 |      775 |    30253      0 |        1 |        1
40.28/40.38	c 38.7s |       4 |    87710 |      813 |    33279      0 |        1 |        1
49.88/49.93	c 48.2s |       4 |   104091 |      913 |    33279      0 |        1 |        1
61.69/61.71	c 60.0s |       4 |   110318 |     1013 |    33279      0 |        1 |        1
72.78/72.84	c 71.1s |       4 |   116482 |     1113 |    33279      0 |        1 |        1
85.67/85.80	c 84.1s |       4 |   121530 |     1213 |    33279      0 |        1 |        1
103.18/103.25	c  101s |       4 |   127144 |     1313 |    33279      0 |        1 |        1
103.78/103.84	c  102s |       5 |   127578 |     1320 |    36607      0 |        1 |        1
114.87/114.96	c  113s |       5 |   132985 |     1420 |    36607      0 |        1 |        1
128.07/128.19	c  126s |       5 |   138410 |     1520 |    36607      0 |        1 |        1
149.36/149.42	c  147s |       5 |   141979 |     1620 |    36607      0 |        1 |        1
168.76/168.85	c  167s |       5 |   145224 |     1720 |    36607      0 |        1 |        1
188.36/188.46	c  186s |       5 |   147467 |     1820 |    36607      0 |        1 |        1
205.16/205.20	c  203s |       5 |   150306 |     1920 |    36607      0 |        1 |        1
232.26/232.36	c  230s |       5 |   152166 |     2020 |    36607      0 |        1 |        1
246.95/247.00	c  245s |       6 |   153467 |     2081 |    40268      0 |        1 |        1
269.75/269.82	c  268s |       6 |   155869 |     2181 |    40268      0 |        1 |        1
292.45/292.56	c  290s |       6 |   158322 |     2281 |    40268      0 |        1 |        1
313.04/313.12	c  311s |       6 |   163166 |     2381 |    40268      0 |        1 |        1
349.74/349.87	c  348s |       6 |   164628 |     2481 |    40268      0 |        1 |        1
384.44/384.57	c  382s |       6 |   165354 |     2581 |    40268      0 |        1 |        1
424.03/424.15	c  422s |       6 |   166431 |     2681 |    40268      0 |        1 |        1
464.42/464.50	c  462s |       6 |   166717 |     2781 |    40268      0 |        1 |        1
511.81/511.90	c  510s |       6 |   166816 |     2881 |    40268      0 |        1 |        1
560.41/560.50	c  558s |       6 |   167124 |     2981 |    40268      0 |        1 |        1
611.20/611.35	c  609s |       6 |   167226 |     3081 |    40268      0 |        1 |        1
660.59/660.75	c  659s |       6 |   167454 |     3181 |    40268      0 |        1 |        1
682.19/682.34	c  680s |       7 |   167494 |     3223 |    44295      0 |        1 |        1
725.88/726.07	c  724s |       7 |   167723 |     3323 |    44295      0 |        1 |        1
771.77/771.99	c  770s |       7 |   167826 |     3423 |    44295      0 |        1 |        1
816.07/816.26	c  814s |       7 |   167927 |     3523 |    44295      0 |        1 |        1
854.46/854.63	c  852s |       7 |   169699 |     3623 |    44295      0 |        1 |        1
900.76/901.00	c  899s |       7 |   169800 |     3723 |    44295      0 |        1 |        1
948.74/948.98	c  947s |       7 |   169898 |     3823 |    44295      0 |        1 |        1
996.72/996.95	c  995s |       7 |   170000 |     3923 |    44295      0 |        1 |        1
1044.61/1044.86	c 1043s |       7 |   170179 |     4023 |    44295      0 |        1 |        1
1097.40/1097.63	c 1095s |       7 |   170342 |     4123 |    44295      0 |        1 |        1
1150.99/1151.26	c 1149s |       7 |   170442 |     4223 |    44295      0 |        1 |        1
1185.60/1185.85	c 1184s |       7 |   174678 |     4323 |    44295      0 |        1 |        1
1241.88/1242.11	c 1240s |       7 |   174776 |     4423 |    44295      0 |        1 |        1
1294.67/1294.99	c 1293s |       7 |   175078 |     4523 |    44295      0 |        1 |        1
1350.86/1351.13	c 1349s |       7 |   175177 |     4623 |    44295      0 |        1 |        1
1407.46/1407.79	c 1406s |       7 |   175279 |     4723 |    44295      0 |        1 |        1
1464.64/1464.92	c 1463s |       7 |   175380 |     4823 |    44295      0 |        1 |        1
1516.24/1516.58	c 1514s |       7 |   175481 |     4923 |    48725      0 |        1 |        1
1522.04/1522.33	c 1520s |       8 |   175492 |     4936 |    48725      0 |        1 |        1
1571.93/1572.24	c 1570s |       8 |   175738 |     5036 |    48725      0 |        1 |        1
1587.72/1588.05	c 1586s |       8 |   189918 |     5136 |    48725      0 |        1 |        1
1617.02/1617.33	c 1615s |       8 |   197026 |     5236 |    48725      0 |        1 |        1
1675.41/1675.70	c 1673s |       8 |   197126 |     5336 |    48725      0 |        1 |        1
1730.31/1730.62	c 1728s |       8 |   197226 |     5436 |    48725      0 |        1 |        1
1785.29/1785.64	c 1783s |       8 |   197327 |     5536 |    48725      0 |        1 |        1

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

pid=29267
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.29 2.27 2.24 3/179 29270
/proc/meminfo: memFree=28610248/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=802236 CPUtime=0 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 3005 0 0 0 0 0 0 0 20 0 4 0 29756328 821489664 2856 33554432000 4194304 16246674 140734310850336 140734310849760 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 201071 2864 441 2943 0 197965 0
[pid=29270/tid=29271] ppid=29267 vsize=818620 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 838266880 2923 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=823740 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 843509760 2940 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=826812 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29756328 846655488 2955 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.29 2.27 2.24 3/179 29270
/proc/meminfo: memFree=28610248/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 28800 0 0 0 6 3 0 0 20 0 4 0 29756328 1333334016 28588 33554432000 4194304 16246674 140734310850336 140734310849648 8055408 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 325521 28604 801 2943 0 322415 0
[pid=29270/tid=29271] ppid=29267 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1333334016 28614 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1333334016 28626 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1333334016 28638 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200528 s]
/proc/loadavg: 2.29 2.27 2.24 3/179 29270
/proc/meminfo: memFree=28610248/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 45993 0 0 0 14 5 0 0 20 0 4 0 29756328 1344868352 46292 33554432000 4194304 16246674 140734310850336 140734310849648 8058600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 328337 46292 801 2943 0 325231 0
[pid=29270/tid=29271] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 46292 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 46292 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 46293 33554432000 4194304 16246674 140734310850336 140641953631408 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.30049 s]
/proc/loadavg: 2.29 2.27 2.24 3/179 29270
/proc/meminfo: memFree=28610248/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 46117 0 0 0 24 5 0 0 20 0 4 0 29756328 1344868352 46416 33554432000 4194304 16246674 140734310850336 140734310849648 13934353 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 328337 46416 838 2943 0 325231 0
[pid=29270/tid=29271] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 46416 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 46416 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 46416 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700404 s]
/proc/loadavg: 2.29 2.27 2.24 3/179 29270
/proc/meminfo: memFree=28610248/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 53125 0 0 0 63 6 0 0 20 0 4 0 29756328 1344868352 53424 33554432000 4194304 16246674 140734310850336 140734310832256 12481192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 328337 53424 839 2943 0 325231 0
[pid=29270/tid=29271] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 53424 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 53424 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1344868352 53424 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.29 2.27 2.24 3/183 29274
/proc/meminfo: memFree=28148872/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1316420 CPUtime=1.48 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 115507 0 0 0 133 15 0 0 20 0 4 0 29756328 1348014080 115806 33554432000 4194304 16246674 140734310850336 140734310832256 6020936 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 329105 115806 909 2943 0 325999 0
[pid=29270/tid=29271] ppid=29267 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1348014080 115806 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1348014080 115806 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1348014080 115806 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1316420

[startup+3.10039 s]
/proc/loadavg: 2.27 2.27 2.24 3/183 29274
/proc/meminfo: memFree=28147624/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1316420 CPUtime=3.09 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 115516 0 0 0 293 16 0 0 20 0 4 0 29756328 1348014080 115815 33554432000 4194304 16246674 140734310850336 140734310832256 13898698 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 329105 115815 918 2943 0 325999 0
[pid=29270/tid=29271] ppid=29267 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1348014080 115815 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1348014080 115815 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1348014080 115815 33554432000 4194304 16246674 140734310850336 140641953631408 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) 1316420

[startup+6.30036 s]
/proc/loadavg: 2.27 2.27 2.24 3/183 29274
/proc/meminfo: memFree=28134892/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1328708 CPUtime=6.29 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 118588 0 0 0 613 16 0 0 20 0 4 0 29756328 1360596992 118887 33554432000 4194304 16246674 140734310850336 140734310832256 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332177 118887 918 2943 0 329071 0
[pid=29270/tid=29271] ppid=29267 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1360596992 118887 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1360596992 118887 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1360596992 118887 33554432000 4194304 16246674 140734310850336 140641953631408 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) 1328708

[startup+12.7004 s]
/proc/loadavg: 2.30 2.27 2.24 3/183 29274
/proc/meminfo: memFree=28132300/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=12.69 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119356 0 0 0 1252 17 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140734310848192 6836133 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 119655 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1331780

[startup+25.5005 s]
/proc/loadavg: 2.25 2.26 2.24 4/183 29274
/proc/meminfo: memFree=28132828/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=25.49 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119356 0 0 0 2532 17 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140734310849432 13950384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 119655 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1331780

[startup+51.1005 s]
/proc/loadavg: 2.29 2.27 2.24 3/183 29274
/proc/meminfo: memFree=28132912/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=51.08 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119356 0 0 0 5091 17 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140734310849512 4220487 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 119655 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641953631408 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) 1331780

[startup+102.3 s]
/proc/loadavg: 2.17 2.24 2.23 3/183 29275
/proc/meminfo: memFree=28132964/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=102.29 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119356 0 0 0 10210 19 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140734310832256 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 119655 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 119655 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1331780


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

/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1331780

[startup+1362.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/183 29355
/proc/meminfo: memFree=28425136/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1362.06 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 136150 56 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310849432 6012004 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1331780

[startup+1422.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 29356
/proc/meminfo: memFree=28328652/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1422.06 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 142148 58 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310848128 6012004 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1331780

[startup+1482.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/183 29358
/proc/meminfo: memFree=28265320/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1482.04 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 148144 60 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310832192 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1331780

[startup+1542.31 s]
/proc/loadavg: 2.12 2.17 2.17 3/183 29359
/proc/meminfo: memFree=28265472/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1542.04 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 154143 61 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310848128 13950230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1331780

[startup+1602.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/183 29360
/proc/meminfo: memFree=28265380/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1602.03 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 160140 63 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310848128 4220480 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1331780

[startup+1662.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 29361
/proc/meminfo: memFree=28265276/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1662.02 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 166137 65 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310849512 6021672 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1331780

[startup+1722.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/184 29365
/proc/meminfo: memFree=28265772/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1722.01 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 172134 67 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310832256 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1331780

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.18 3/183 29367
/proc/meminfo: memFree=28265500/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1781.99 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 178131 68 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310848256 4225176 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1331780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.28 2.22 2.19 3/183 29367
/proc/meminfo: memFree=28265376/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1800 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 179931 69 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310848128 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1331780

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 29270 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.28 2.22 2.19 3/183 29367
/proc/meminfo: memFree=28265376/32872528 swapFree=1191052/1305516
[pid=29270] ppid=29267 vsize=1331780 CPUtime=1800 cores=0,2,4,6
/proc/29270/stat : 29270 (toysat) R 29267 29270 26736 0 -1 4202496 119390 0 0 0 179931 69 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140734310848128 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29270/statm: 332945 274208 918 2943 0 329839 0
[pid=29270/tid=29271] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29271/stat : 29271 (toysat) S 29267 29270 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641974594800 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29270/tid=29272] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29272/stat : 29272 (toysat) S 29267 29270 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641964104944 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29270/tid=29273] ppid=29267 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/29270/task/29273/stat : 29273 (toysat) S 29267 29270 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29756328 1363742720 274208 33554432000 4194304 16246674 140734310850336 140641953631408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1331780

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1799.32
CPU system time (s): 0.690894
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 1331780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.690894
maximum resident set size= 1096832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119390
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= 48
involuntary context switches= 1850

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67129 second user time and 6.80696 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 21:11:37
IDJOB=4106748
IDBENCH=48228
IDSOLVER=2542
FILE ID=node127/4106748-1466277097
RUNJOBID= node127-1466265123-26752
PBS_JOBID= 19918231
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106748-1466277097/watcher-4106748-1466277097 -o /tmp/evaluation-result-4106748-1466277097/solver-4106748-1466277097 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26752 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106748-1466277097.opb

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

MD5SUM BENCH= 95a6f76009dbd8a204f015cb008300c0
RANDOM SEED=1264833697

node127.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.769
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.53
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.769
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.769
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.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        28610404 kB
Buffers:           98472 kB
Cached:           263888 kB
SwapCached:          516 kB
Active:          1943976 kB
Inactive:         268328 kB
Active(anon):    1850124 kB
Inactive(anon):     2184 kB
Active(file):      93852 kB
Inactive(file):   266144 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             17108 kB
Writeback:             0 kB
AnonPages:       3261580 kB
Mapped:            10980 kB
Shmem:                 0 kB
Slab:             604588 kB
SReclaimable:      48756 kB
SUnreclaim:       555832 kB
KernelStack:        1520 kB
PageTables:        10256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3299656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1474560 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= 71704 MiB
End job on node127 at 2016-06-18 21:41:37