Trace number 4119770

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.06 1800.41

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm95p-opt.opb.negationfix.opb
MD5SUMcb950a9edc54f4b30dda306bc86fa89d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c 2016-06-30T11:08:34+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-4119770-1467277713.opb"]
0.00/0.01	c use --random-gen="4233133770 3009565007 2726725962 1416804113 4110329156 795609358 3199650387 759021475 1956538350 1420211418 886181798 404667618 1584143065 1241989907 898565712 2023131155 4271897605 2626559179 341339196 682436326 3419822144 3632118134 2837186288 712926380 1884925152 3851349907 3931957394 2686990323 2812455721 3495291675 3427847589 3169448396 870438705 1359491946 3761255220 4070324290 614728222 4280872717 4199201135 2428286750 3110944154 2891512329 2303025955 693035819 807502679 697400409 1485821205 3596623022 4191793332 3413489862 2111358846 2235987366 1527631809 1976494997 503097029 160996557 3349773030 2842822370 2677090455 855960143 4165987431 4290806129 673000765 86496008 3125105584 3828791362 613965105 4114036496 1127848654 1290686763 1776579061 414980524 2819587021 1894094137 406659486 4278813900 1426453630 4186058480 2018039672 3748215854 3418239634 3487332749 3471944561 791953679 2630842650 2915473485 3777649158 2206222162 1061363317 172244987 2477729433 2239578563 2143808062 1764527810 3171895253 598177022 2302448009 3695863456 2281500607 3275909280 2729213657 3960642613 765601304 3098747449 4180509867 2047956512 2919125457 2709050691 1061194971 3223657433 66458496 2875241110 2482505071 4140195150 2880376009 3315695342 1511478237 2776320759 715471584 1237136014 3663352794 978108137 1588959687 1574809546 2026794602 3191900844 1279755627 3567369085 1619027215 3952407705 2957620378 635575853 1194422437 3787368657 4215956218 3759209528 849114674 3664015287 1282109763 2792195736 628788592 2082903044 3452712227 3772563515 462846675 540255864 351620747 1752691795 4101881685 4233318388 2199600176 1096263947 3113894184 460982028 4031481330 3892378057 3681939529 3085016881 317537180 1499659575 382052498 3073935782 2797143771 3599759476 1310800014 970930010 947673181 1922447163 3211780594 2540309606 122384572 1168782081 4226837535 2690478003 4249275123 500527409 1157719669 2062235707 357142752 2180348270 2043314400 2204445661 2567809510 1565817648 3559040956 755964482 1607338703 726542251 2082629695 4050046489 3539471860 522161011 3001991633 3264395433 883488153 3460924979 3357149360 1110024669 2864571207 2549752635 1584254697 1031944635 1820522857 1965336778 3384928189 4289975483 1281479894 2904549242 1523143481 3301866908 2387486462 1150408795 3542009351 998839077 3581626378 522775903 531672118 2891858437 3252447306 3159378603 1119297931 825490960 2991736303 1302720635 2620612809 3229169324 3741931540 1968007032 307083862 2301727683 749521215 3358096843 956964994 178103486 2361160888 1040069267 2688622059 1793541123 4013269749 783006884 389786426 1518887910 1698511773 3887149564 4244164111 2917337168 275207964 3337728605 2056214783 258152905 4004887082 1878374439 2426346125 230865930 69634325 1867727201 255 362436" option to reproduce the execution
1.19/1.21	c #vars 169216
1.19/1.21	c #constraints 2900
4.29/4.34	c BCD2: Hardening is enabled.
4.29/4.34	c BCD2: BiasedSearch is enabled.
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.40/4.41	c  0.0s |       0 |        0 |        0 |    57372      0 |      596 |        0
5.79/5.83	c  1.4s |       1 |     1343 |      100 |    57372      0 |      596 |        0
8.59/8.64	c  4.2s |       2 |     5431 |      250 |    63110      0 |      596 |        0
11.69/11.79	c  7.4s |       2 |    23800 |      350 |    69421      0 |      596 |        0
14.68/14.77	c 10.4s |       2 |    23917 |      450 |    69421      0 |      596 |        0
15.78/15.89	c 11.5s |       3 |    23939 |      475 |    69421      0 |      596 |        0
18.28/18.32	c 13.9s |       3 |    54975 |      575 |    76364      0 |      596 |        0
21.18/21.28	c 16.9s |       3 |    55093 |      675 |    76364      0 |      596 |        0
23.78/23.84	c 19.4s |       3 |    55207 |      775 |    76364      0 |      596 |        0
24.88/24.96	c 20.6s |       4 |    55257 |      813 |    76364      0 |      596 |        0
27.38/27.45	c 23.0s |       4 |    94241 |      913 |    84001      0 |      596 |        0
29.69/29.76	c 25.3s |       4 |    94491 |     1013 |    84001      0 |      596 |        0
32.58/32.64	c 28.2s |       4 |    94633 |     1113 |    84001      0 |      596 |        0
35.18/35.26	c 30.9s |       4 |    94799 |     1213 |    84001      0 |      596 |        0
37.89/37.90	c 33.5s |       4 |    94920 |     1313 |    84001      0 |      596 |        0
38.19/38.21	c 33.8s |       5 |    94925 |     1320 |    84001      0 |      596 |        0
41.49/41.57	c 37.2s |       5 |   138248 |     1420 |    92402      0 |      596 |        0
44.78/44.85	c 40.4s |       5 |   138406 |     1520 |    92402      0 |      596 |        0
47.78/47.89	c 43.5s |       5 |   138520 |     1620 |    92402      0 |      596 |        0
51.38/51.49	c 47.1s |       5 |   138624 |     1720 |    92402      0 |      596 |        0
55.48/55.55	c 51.1s |       5 |   138728 |     1820 |    92402      0 |      596 |        0
58.78/58.81	c 54.4s |       5 |   138880 |     1920 |    92402      0 |      596 |        0
62.88/62.96	c 58.5s |       5 |   139014 |     2020 |    92402      0 |      596 |        0
66.28/66.35	c 61.9s |       6 |   139087 |     2081 |   101643      0 |      596 |        0
70.28/70.30	c 65.9s |       6 |   176365 |     2181 |   101643      0 |      596 |        0
73.98/74.04	c 69.6s |       6 |   176474 |     2281 |   101643      0 |      596 |        0
77.78/77.80	c 73.4s |       6 |   176577 |     2381 |   101643      0 |      596 |        0
82.17/82.21	c 77.8s |       6 |   176689 |     2481 |   101643      0 |      596 |        0
85.78/85.88	c 81.5s |       6 |   176810 |     2581 |   101643      0 |      596 |        0
89.18/89.24	c 84.8s |       6 |   176935 |     2681 |   101643      0 |      596 |        0
92.38/92.50	c 88.1s |       6 |   177047 |     2781 |   101643      0 |      596 |        0
95.57/95.63	c 91.2s |       6 |   177168 |     2881 |   101643      0 |      596 |        0
98.87/98.93	c 94.5s |       6 |   177285 |     2981 |   101643      0 |      596 |        0
102.78/102.81	c 98.4s |       6 |   177401 |     3081 |   101643      0 |      596 |        0
106.37/106.48	c  102s |       6 |   177518 |     3181 |   101643      0 |      596 |        0
109.87/109.91	c  105s |       7 |   177560 |     3223 |   111808      0 |      596 |        0
113.57/113.67	c  109s |       7 |   210914 |     3323 |   111808      0 |      596 |        0
117.17/117.24	c  112s |       7 |   211048 |     3423 |   111808      0 |      596 |        0
121.47/121.50	c  117s |       7 |   211174 |     3523 |   111808      0 |      596 |        0
124.87/124.96	c  120s |       7 |   211319 |     3623 |   111808      0 |      596 |        0
129.07/129.13	c  124s |       7 |   211432 |     3723 |   111808      0 |      596 |        0
133.67/133.76	c  129s |       7 |   211535 |     3823 |   111808      0 |      596 |        0
137.87/137.92	c  133s |       7 |   211648 |     3923 |   111808      0 |      596 |        0
141.87/141.95	c  137s |       7 |   211772 |     4023 |   111808      0 |      596 |        0
146.06/146.10	c  141s |       7 |   211896 |     4123 |   111808      0 |      596 |        0
150.06/150.13	c  145s |       7 |   212046 |     4223 |   111808      0 |      596 |        0
153.76/153.80	c  149s |       7 |   212160 |     4323 |   111808      0 |      596 |        0
157.46/157.52	c  153s |       7 |   212269 |     4423 |   111808      0 |      596 |        0
161.47/161.54	c  157s |       7 |   212384 |     4523 |   111808      0 |      596 |        0
165.47/165.51	c  161s |       7 |   212496 |     4623 |   111808      0 |      596 |        0
169.86/169.99	c  165s |       7 |   212601 |     4723 |   111808      0 |      596 |        0
174.76/174.85	c  170s |       7 |   212704 |     4823 |   111808      0 |      596 |        0
178.56/178.61	c  174s |       7 |   212811 |     4923 |   122989      0 |      596 |        0
179.06/179.17	c  174s |       8 |   212827 |     4936 |   122989      0 |      596 |        0
185.26/185.38	c  180s |       8 |   242117 |     5036 |   122989      0 |      596 |        0
191.36/191.46	c  187s |       8 |   242262 |     5136 |   122989      0 |      596 |        0
200.45/200.51	c  196s |       8 |   242394 |     5236 |   122989      0 |      596 |        0
206.65/206.75	c  202s |       8 |   242505 |     5336 |   122989      0 |      596 |        0
214.56/214.65	c  210s |       8 |   242611 |     5436 |   122989      0 |      596 |        0
222.45/222.51	c  218s |       8 |   242740 |     5536 |   122989      0 |      596 |        0
230.26/230.38	c  225s |       8 |   242855 |     5636 |   122989      0 |      596 |        0
238.45/238.52	c  234s |       8 |   242965 |     5736 |   122989      0 |      596 |        0
246.55/246.69	c  242s |       8 |   243076 |     5836 |   122989      0 |      596 |        0
256.65/256.76	c  252s |       8 |   243189 |     5936 |   122989      0 |      596 |        0
269.56/269.61	c  265s |       8 |   243311 |     6036 |   122989      0 |      596 |        0
284.45/284.53	c  280s |       8 |   243409 |     6136 |   122989      0 |      596 |        0
294.94/295.04	c  290s |       8 |   243530 |     6236 |   122989      0 |      596 |        0
302.14/302.24	c  297s |       8 |   243640 |     6336 |   122989      0 |      596 |        0
310.54/310.67	c  306s |       8 |   243761 |     6436 |   122989      0 |      596 |        0
318.44/318.50	c  314s |       8 |   243871 |     6536 |   122989      0 |      596 |        0
326.13/326.21	c  321s |       8 |   244000 |     6636 |   122989      0 |      596 |        0
334.45/334.57	c  330s |       8 |   244138 |     6736 |   122989      0 |      596 |        0
343.14/343.24	c  338s |       8 |   244244 |     6836 |   122989      0 |      596 |        0
352.33/352.49	c  348s |       8 |   244365 |     6936 |   122989      0 |      596 |        0
361.84/361.95	c  357s |       8 |   244506 |     7036 |   122989      0 |      596 |        0
369.04/369.15	c  364s |       8 |   244616 |     7136 |   122989      0 |      596 |        0
375.53/375.65	c  371s |       8 |   244734 |     7236 |   122989      0 |      596 |        0
381.23/381.34	c  376s |       8 |   244882 |     7336 |   122989      0 |      596 |        0
388.43/388.58	c  384s |       8 |   245012 |     7436 |   122989      0 |      596 |        0
393.33/393.46	c  389s |       9 |   245110 |     7506 |   135288      0 |      596 |        0
397.83/397.91	c  393s |       9 |   266052 |     7606 |   135288      0 |      596 |        0
400.62/400.77	c  396s |       9 |   266194 |     7706 |   135288      0 |      596 |        0
403.12/403.24	c  398s |       9 |   266299 |     7806 |   135288      0 |      596 |        0
406.02/406.13	c  401s |       9 |   266403 |     7906 |   135288      0 |      596 |        0
409.32/409.46	c  405s |       9 |   266527 |     8006 |   135288      0 |      596 |        0
412.02/412.13	c  407s |       9 |   266689 |     8106 |   135288      0 |      596 |        0
414.63/414.75	c  410s |       9 |   266827 |     8206 |   135288      0 |      596 |        0
417.52/417.68	c  413s |       9 |   266962 |     8306 |   135288      0 |      596 |        0
420.92/421.06	c  416s |       9 |   267095 |     8406 |   135288      0 |      596 |        0
423.72/423.84	c  419s |       9 |   267204 |     8506 |   135288      0 |      596 |        0
426.83/426.91	c  422s |       9 |   267314 |     8606 |   135288      0 |      596 |        0
429.82/429.92	c  425s |       9 |   267418 |     8706 |   135288      0 |      596 |        0
432.72/432.80	c  428s |       9 |   267532 |     8806 |   135288      0 |      596 |        0
435.32/435.46	c  431s |       9 |   267651 |     8906 |   135288      0 |      596 |        0
438.32/438.44	c  434s |       9 |   267827 |     9006 |   135288      0 |      596 |        0
441.42/441.52	c  437s |       9 |   267961 |     9106 |   135288      0 |      596 |        0
444.52/444.65	c  440s |       9 |   268094 |     9206 |   135288      0 |      596 |        0
447.12/447.24	c  442s |       9 |   268231 |     9306 |   135288      0 |      596 |        0
450.22/450.37	c  445s |       9 |   268365 |     9406 |   135288      0 |      596 |        0
453.52/453.62	c  449s |       9 |   268490 |     9506 |   135288      0 |      596 |        0
457.22/457.35	c  452s |       9 |   268604 |     9606 |   135288      0 |      596 |        0
460.02/460.10	c  455s |       9 |   268718 |     9706 |   135288      0 |      596 |        0
462.52/462.61	c  458s |       9 |   268822 |     9806 |   135288      0 |      596 |        0
465.12/465.29	c  460s |       9 |   268934 |     9906 |   135288      0 |      596 |        0
468.11/468.26	c  463s |       9 |   269040 |    10006 |   135288      0 |      596 |        0
470.91/471.01	c  466s |       9 |   269149 |    10106 |   135288      0 |      596 |        0
474.61/474.75	c  470s |       9 |   269247 |    10206 |   135288      0 |      596 |        0
478.11/478.25	c  473s |       9 |   269353 |    10306 |   135288      0 |      596 |        0
481.73/481.89	c  477s |       9 |   269459 |    10406 |   135288      0 |      596 |        0
484.72/484.81	c  480s |       9 |   269565 |    10506 |   135288      0 |      596 |        0
488.21/488.36	c  483s |       9 |   269671 |    10606 |   135288      0 |      596 |        0
491.31/491.49	c  487s |       9 |   269779 |    10706 |   135288      0 |      596 |        0
494.81/495.00	c  490s |       9 |   269879 |    10806 |   135288      0 |      596 |        0
498.22/498.35	c  493s |       9 |   269984 |    10906 |   135288      0 |      596 |        0
501.31/501.44	c  497s |       9 |   270094 |    11006 |   135288      0 |      596 |        0
504.71/504.84	c  500s |       9 |   270202 |    11106 |   135288      0 |      596 |        0
508.51/508.64	c  504s |       9 |   270332 |    11206 |   135288      0 |      596 |        0
511.71/511.86	c  507s |       9 |   270438 |    11306 |   148817      0 |      596 |        0
513.61/513.78	c  509s |      10 |   270502 |    11361 |   148817      0 |      596 |        0
519.31/519.47	c  515s |      10 |   292485 |    11461 |   148817      0 |      596 |        0
524.51/524.63	c  520s |      10 |   292595 |    11561 |   148817      0 |      596 |        0
529.81/529.93	c  525s |      10 |   292750 |    11661 |   148817      0 |      596 |        0
536.21/536.31	c  531s |      10 |   292888 |    11761 |   148817      0 |      596 |        0
542.81/542.99	c  538s |      10 |   293010 |    11861 |   148817      0 |      596 |        0
549.41/549.50	c  545s |      10 |   293118 |    11961 |   148817      0 |      596 |        0
556.91/557.02	c  552s |      10 |   293233 |    12061 |   148817      0 |      596 |        0
564.80/564.95	c  560s |      10 |   293367 |    12161 |   148817      0 |      596 |        0
569.81/569.93	c  565s |      10 |   293485 |    12261 |   148817      0 |      596 |        0
575.70/575.80	c  571s |      10 |   293583 |    12361 |   148817      0 |      596 |        0
581.30/581.45	c  577s |      10 |   293691 |    12461 |   148817      0 |      596 |        0
587.10/587.23	c  582s |      10 |   293801 |    12561 |   148817      0 |      596 |        0
592.20/592.31	c  587s |      10 |   293915 |    12661 |   148817      0 |      596 |        0
597.49/597.69	c  593s |      10 |   294024 |    12761 |   148817      0 |      596 |        0
603.90/604.01	c  599s |      10 |   294126 |    12861 |   148817      0 |      596 |        0
609.79/609.90	c  605s |      10 |   294242 |    12961 |   148817      0 |      596 |        0
615.49/615.63	c  611s |      10 |   294354 |    13061 |   148817      0 |      596 |        0
621.79/621.91	c  617s |      10 |   294456 |    13161 |   148817      0 |      596 |        0
627.29/627.47	c  623s |      10 |   294568 |    13261 |   148817      0 |      596 |        0
633.19/633.31	c  628s |      10 |   294685 |    13361 |   148817      0 |      596 |        0
638.69/638.81	c  634s |      10 |   294802 |    13461 |   148817      0 |      596 |        0
644.60/644.73	c  640s |      10 |   294913 |    13561 |   148817      0 |      596 |        0
650.89/651.10	c  646s |      10 |   295016 |    13661 |   148817      0 |      596 |        0
657.09/657.25	c  652s |      10 |   295130 |    13761 |   148817      0 |      596 |        0
663.79/663.90	c  659s |      10 |   295247 |    13861 |   148817      0 |      596 |        0
670.29/670.40	c  665s |      10 |   295342 |    13961 |   148817      0 |      596 |        0
677.29/677.49	c  673s |      10 |   295444 |    14061 |   148817      0 |      596 |        0
684.09/684.27	c  679s |      10 |   295557 |    14161 |   148817      0 |      596 |        0
690.48/690.70	c  686s |      10 |   295669 |    14261 |   148817      0 |      596 |        0
697.49/697.63	c  693s |      10 |   295784 |    14361 |   148817      0 |      596 |        0
702.89/703.09	c  698s |      10 |   296111 |    14461 |   148817      0 |      596 |        0
708.48/708.60	c  704s |      10 |   296219 |    14561 |   148817      0 |      596 |        0
713.48/713.66	c  709s |      10 |   296329 |    14661 |   148817      0 |      596 |        0
719.98/720.18	c  715s |      10 |   296431 |    14761 |   148817      0 |      596 |        0
726.08/726.27	c  721s |      10 |   296557 |    14861 |   148817      0 |      596 |        0
732.88/733.04	c  728s |      10 |   296672 |    14961 |   148817      0 |      596 |        0
738.48/738.69	c  734s |      10 |   296781 |    15061 |   148817      0 |      596 |        0
745.58/745.74	c  741s |      10 |   296893 |    15161 |   148817      0 |      596 |        0
752.28/752.50	c  748s |      10 |   296996 |    15261 |   148817      0 |      596 |        0
759.67/759.88	c  755s |      10 |   297118 |    15361 |   148817      0 |      596 |        0
767.17/767.38	c  762s |      10 |   297263 |    15461 |   148817      0 |      596 |        0
773.46/773.61	c  769s |      10 |   297367 |    15561 |   148817      0 |      596 |        0
780.56/780.75	c  776s |      10 |   297470 |    15661 |   148817      0 |      596 |        0
787.06/787.21	c  782s |      10 |   297583 |    15761 |   148817      0 |      596 |        0
794.07/794.21	c  789s |      10 |   297701 |    15861 |   148817      0 |      596 |        0
802.16/802.38	c  797s |      10 |   297812 |    15961 |   148817      0 |      596 |        0
809.76/809.91	c  805s |      10 |   297919 |    16061 |   148817      0 |      596 |        0
816.96/817.19	c  812s |      10 |   298030 |    16161 |   148817      0 |      596 |        0
824.25/824.49	c  820s |      10 |   298148 |    16261 |   148817      0 |      596 |        0
831.15/831.35	c  826s |      10 |   298251 |    16361 |   148817      0 |      596 |        0
838.76/838.95	c  834s |      10 |   298361 |    16461 |   148817      0 |      596 |        0
846.66/846.86	c  842s |      10 |   298470 |    16561 |   148817      0 |      596 |        0
855.15/855.32	c  850s |      10 |   298581 |    16661 |   148817      0 |      596 |        0
862.36/862.56	c  858s |      10 |   298689 |    16761 |   148817      0 |      596 |        0
870.55/870.79	c  866s |      10 |   298789 |    16861 |   148817      0 |      596 |        0
878.95/879.14	c  874s |      10 |   298903 |    16961 |   148817      0 |      596 |        0
886.65/886.86	c  882s |      10 |   299038 |    17061 |   163699      0 |      596 |        0
892.54/892.75	c  888s |      11 |   299161 |    17144 |   163699      0 |      596 |        0
897.64/897.87	c  893s |      11 |   322495 |    17244 |   163699      0 |      596 |        0
900.04/900.20	c  895s |      11 |   322639 |    17344 |   163699      0 |      596 |        0
902.54/902.78	c  898s |      11 |   322769 |    17444 |   163699      0 |      596 |        0
905.04/905.25	c  900s |      11 |   322873 |    17544 |   163699      0 |      596 |        0
907.74/907.96	c  903s |      11 |   322991 |    17644 |   163699      0 |      596 |        0
911.43/911.68	c  907s |      11 |   323545 |    17744 |   163699      0 |      596 |        0
915.33/915.51	c  911s |      11 |   328092 |    17844 |   163699      0 |      596 |        0
921.74/921.97	c  917s |      11 |   328233 |    17944 |   163699      0 |      596 |        0
927.03/927.25	c  922s |      11 |   328386 |    18044 |   163699      0 |      596 |        0
933.74/933.94	c  929s |      11 |   328533 |    18144 |   163699      0 |      596 |        0
939.83/940.01	c  935s |      11 |   328696 |    18244 |   163699      0 |      596 |        0
946.63/946.81	c  942s |      11 |   328816 |    18344 |   163699      0 |      596 |        0
953.82/954.06	c  949s |      11 |   328950 |    18444 |   163699      0 |      596 |        0
960.72/960.95	c  956s |      11 |   329158 |    18544 |   163699      0 |      596 |        0
967.72/967.92	c  963s |      11 |   329521 |    18644 |   163699      0 |      596 |        0
974.62/974.81	c  970s |      11 |   329690 |    18744 |   163699      0 |      596 |        0
981.03/981.22	c  976s |      11 |   329828 |    18844 |   163699      0 |      596 |        0
988.12/988.35	c  983s |      11 |   329953 |    18944 |   163699      0 |      596 |        0
995.32/995.54	c  991s |      11 |   330112 |    19044 |   163699      0 |      596 |        0
1001.92/1002.18	c  997s |      11 |   330275 |    19144 |   163699      0 |      596 |        0
1008.71/1008.95	c 1004s |      11 |   330471 |    19244 |   163699      0 |      596 |        0
1015.30/1015.57	c 1011s |      11 |   330602 |    19344 |   163699      0 |      596 |        0
1024.30/1024.53	c 1020s |      11 |   330697 |    19444 |   163699      0 |      596 |        0
1032.91/1033.14	c 1028s |      11 |   330850 |    19544 |   163699      0 |      596 |        0
1041.30/1041.55	c 1037s |      11 |   330966 |    19644 |   163699      0 |      596 |        0
1051.30/1051.55	c 1047s |      11 |   331080 |    19744 |   163699      0 |      596 |        0
1061.79/1062.06	c 1057s |      11 |   331200 |    19844 |   163699      0 |      596 |        0
1071.69/1071.90	c 1067s |      11 |   331305 |    19944 |   163699      0 |      596 |        0
1078.90/1079.17	c 1074s |      11 |   331463 |    20044 |   163699      0 |      596 |        0
1087.69/1087.99	c 1083s |      11 |   331560 |    20144 |   163699      0 |      596 |        0
1097.59/1097.87	c 1093s |      11 |   331684 |    20244 |   163699      0 |      596 |        0
1105.78/1106.07	c 1101s |      11 |   331802 |    20344 |   163699      0 |      596 |        0
1114.47/1114.76	c 1110s |      11 |   331915 |    20444 |   163699      0 |      596 |        0
1123.07/1123.38	c 1118s |      11 |   332037 |    20544 |   163699      0 |      596 |        0
1132.37/1132.66	c 1128s |      11 |   332137 |    20644 |   163699      0 |      596 |        0
1140.36/1140.63	c 1136s |      11 |   332500 |    20744 |   163699      0 |      596 |        0
1149.77/1150.08	c 1145s |      11 |   332700 |    20844 |   163699      0 |      596 |        0
1159.76/1160.00	c 1155s |      11 |   332822 |    20944 |   163699      0 |      596 |        0
1169.75/1170.01	c 1165s |      11 |   332945 |    21044 |   163699      0 |      596 |        0
1178.36/1178.68	c 1174s |      11 |   333040 |    21144 |   163699      0 |      596 |        0
1188.45/1188.79	c 1184s |      11 |   333150 |    21244 |   163699      0 |      596 |        0
1197.05/1197.38	c 1192s |      11 |   333260 |    21344 |   163699      0 |      596 |        0
1206.35/1206.65	c 1202s |      11 |   333360 |    21444 |   163699      0 |      596 |        0
1215.55/1215.87	c 1211s |      11 |   333484 |    21544 |   163699      0 |      596 |        0
1224.44/1224.79	c 1220s |      11 |   333618 |    21644 |   163699      0 |      596 |        0
1232.54/1232.85	c 1228s |      11 |   333727 |    21744 |   163699      0 |      596 |        0
1241.34/1241.64	c 1237s |      11 |   333856 |    21844 |   163699      0 |      596 |        0
1249.94/1250.27	c 1245s |      11 |   333972 |    21944 |   163699      0 |      596 |        0
1257.43/1257.79	c 1253s |      11 |   334087 |    22044 |   163699      0 |      596 |        0
1266.83/1267.15	c 1262s |      11 |   334228 |    22144 |   163699      0 |      596 |        0
1279.83/1280.13	c 1275s |      11 |   334314 |    22244 |   163699      0 |      596 |        0
1292.03/1292.38	c 1287s |      11 |   334442 |    22344 |   163699      0 |      596 |        0
1302.83/1303.10	c 1298s |      11 |   334544 |    22444 |   163699      0 |      596 |        0
1311.03/1311.36	c 1306s |      11 |   334684 |    22544 |   163699      0 |      596 |        0
1320.12/1320.42	c 1316s |      11 |   334784 |    22644 |   163699      0 |      596 |        0
1328.12/1328.46	c 1324s |      11 |   334947 |    22744 |   163699      0 |      596 |        0
1334.82/1335.18	c 1330s |      11 |   335053 |    22844 |   163699      0 |      596 |        0
1343.52/1343.89	c 1339s |      11 |   335157 |    22944 |   163699      0 |      596 |        0
1352.41/1352.74	c 1348s |      11 |   335257 |    23044 |   163699      0 |      596 |        0
1361.21/1361.57	c 1357s |      11 |   335387 |    23144 |   163699      0 |      596 |        0
1372.11/1372.41	c 1368s |      11 |   335518 |    23244 |   163699      0 |      596 |        0
1381.01/1381.33	c 1376s |      11 |   335630 |    23344 |   163699      0 |      596 |        0
1387.71/1388.07	c 1383s |      11 |   335748 |    23444 |   163699      0 |      596 |        0
1394.01/1394.39	c 1389s |      11 |   335870 |    23544 |   163699      0 |      596 |        0
1401.30/1401.68	c 1397s |      11 |   335988 |    23644 |   163699      0 |      596 |        0
1411.02/1411.39	c 1406s |      11 |   336098 |    23744 |   163699      0 |      596 |        0
1420.51/1420.86	c 1416s |      11 |   336242 |    23844 |   163699      0 |      596 |        0
1430.40/1430.73	c 1426s |      11 |   336339 |    23944 |   163699      0 |      596 |        0
1440.20/1440.51	c 1436s |      11 |   336442 |    24044 |   163699      0 |      596 |        0
1448.41/1448.80	c 1444s |      11 |   336547 |    24144 |   163699      0 |      596 |        0
1455.60/1455.91	c 1451s |      11 |   336668 |    24244 |   163699      0 |      596 |        0
1463.80/1464.15	c 1459s |      11 |   336770 |    24344 |   163699      0 |      596 |        0
1472.89/1473.25	c 1468s |      11 |   336890 |    24444 |   163699      0 |      596 |        0
1481.00/1481.36	c 1476s |      11 |   336985 |    24544 |   163699      0 |      596 |        0
1489.99/1490.38	c 1485s |      11 |   337086 |    24644 |   163699      0 |      596 |        0
1496.80/1497.12	c 1492s |      11 |   337743 |    24744 |   163699      0 |      596 |        0
1501.39/1501.78	c 1497s |      11 |   338066 |    24844 |   163699      0 |      596 |        0
1506.89/1507.28	c 1502s |      11 |   338213 |    24944 |   163699      0 |      596 |        0
1513.59/1513.91	c 1509s |      11 |   338574 |    25044 |   163699      0 |      596 |        0
1521.68/1522.02	c 1517s |      11 |   338702 |    25144 |   163699      0 |      596 |        0
1530.39/1530.71	c 1526s |      11 |   339015 |    25244 |   163699      0 |      596 |        0
1540.18/1540.50	c 1536s |      11 |   339186 |    25344 |   163699      0 |      596 |        0
1550.49/1550.88	c 1546s |      11 |   339362 |    25444 |   163699      0 |      596 |        0
1558.18/1558.59	c 1554s |      11 |   339861 |    25544 |   163699      0 |      596 |        0
1569.28/1569.61	c 1565s |      11 |   340012 |    25644 |   163699      0 |      596 |        0
1578.68/1579.04	c 1574s |      11 |   340234 |    25744 |   180069      0 |      596 |        0
1586.17/1586.54	c 1582s |      12 |   340458 |    25819 |   180069      0 |      596 |        0
1593.68/1594.07	c 1589s |      12 |   357761 |    25919 |   180069      0 |      596 |        0
1596.38/1596.71	c 1592s |      12 |   357884 |    26019 |   180069      0 |      596 |        0
1599.48/1599.81	c 1595s |      12 |   358008 |    26119 |   180069      0 |      596 |        0
1602.68/1603.00	c 1598s |      12 |   358134 |    26219 |   180069      0 |      596 |        0
1606.18/1606.51	c 1602s |      12 |   358256 |    26319 |   180069      0 |      596 |        0
1609.68/1610.06	c 1605s |      12 |   358359 |    26419 |   180069      0 |      596 |        0
1613.38/1613.71	c 1609s |      12 |   358464 |    26519 |   180069      0 |      596 |        0
1617.07/1617.45	c 1613s |      12 |   358569 |    26619 |   180069      0 |      596 |        0
1620.87/1621.29	c 1616s |      12 |   358678 |    26719 |   180069      0 |      596 |        0
1624.27/1624.67	c 1620s |      12 |   358794 |    26819 |   180069      0 |      596 |        0
1628.27/1628.64	c 1624s |      12 |   358900 |    26919 |   180069      0 |      596 |        0
1631.87/1632.26	c 1627s |      12 |   359008 |    27019 |   180069      0 |      596 |        0
1635.57/1635.97	c 1631s |      12 |   359112 |    27119 |   180069      0 |      596 |        0
1639.27/1639.60	c 1635s |      12 |   359231 |    27219 |   180069      0 |      596 |        0
1642.87/1643.25	c 1638s |      12 |   359337 |    27319 |   180069      0 |      596 |        0
1646.57/1646.98	c 1642s |      12 |   359448 |    27419 |   180069      0 |      596 |        0
1649.27/1649.64	c 1645s |      12 |   359565 |    27519 |   180069      0 |      596 |        0
1652.06/1652.45	c 1648s |      12 |   359675 |    27619 |   180069      0 |      596 |        0
1654.86/1655.20	c 1650s |      12 |   359802 |    27719 |   180069      0 |      596 |        0
1657.76/1658.13	c 1653s |      12 |   359929 |    27819 |   180069      0 |      596 |        0
1660.26/1660.63	c 1656s |      12 |   360070 |    27919 |   180069      0 |      596 |        0
1663.46/1663.87	c 1659s |      12 |   360181 |    28019 |   180069      0 |      596 |        0
1666.86/1667.24	c 1662s |      12 |   360293 |    28119 |   180069      0 |      596 |        0
1669.96/1670.33	c 1665s |      12 |   360403 |    28219 |   180069      0 |      596 |        0
1673.46/1673.83	c 1669s |      12 |   360511 |    28319 |   180069      0 |      596 |        0
1676.87/1677.26	c 1672s |      12 |   360618 |    28419 |   180069      0 |      596 |        0
1680.07/1680.45	c 1676s |      12 |   360741 |    28519 |   180069      0 |      596 |        0
1683.67/1684.06	c 1679s |      12 |   360846 |    28619 |   180069      0 |      596 |        0
1687.47/1687.83	c 1683s |      12 |   360969 |    28719 |   180069      0 |      596 |        0
1690.87/1691.25	c 1686s |      12 |   361078 |    28819 |   180069      0 |      596 |        0
1694.36/1694.79	c 1690s |      12 |   361190 |    28919 |   180069      0 |      596 |        0
1698.07/1698.45	c 1694s |      12 |   361298 |    29019 |   180069      0 |      596 |        0
1702.16/1702.55	c 1698s |      12 |   361419 |    29119 |   180069      0 |      596 |        0
1706.56/1706.97	c 1702s |      12 |   361525 |    29219 |   180069      0 |      596 |        0
1710.96/1711.32	c 1706s |      12 |   361636 |    29319 |   180069      0 |      596 |        0
1714.06/1714.49	c 1710s |      12 |   361737 |    29419 |   180069      0 |      596 |        0
1717.66/1718.04	c 1713s |      12 |   361846 |    29519 |   180069      0 |      596 |        0
1721.36/1721.74	c 1717s |      12 |   361948 |    29619 |   180069      0 |      596 |        0
1726.06/1726.48	c 1722s |      12 |   362066 |    29719 |   180069      0 |      596 |        0
1730.76/1731.17	c 1726s |      12 |   362172 |    29819 |   180069      0 |      596 |        0
1736.05/1736.45	c 1732s |      12 |   362275 |    29919 |   180069      0 |      596 |        0
1740.55/1740.98	c 1736s |      12 |   362384 |    30019 |   180069      0 |      596 |        0
1745.05/1745.45	c 1741s |      12 |   362497 |    30119 |   180069      0 |      596 |        0
1749.65/1750.08	c 1745s |      12 |   362628 |    30219 |   180069      0 |      596 |        0
1754.05/1754.41	c 1749s |      12 |   362779 |    30319 |   180069      0 |      596 |        0
1758.45/1758.85	c 1754s |      12 |   362887 |    30419 |   180069      0 |      596 |        0
1762.65/1763.00	c 1758s |      12 |   362995 |    30519 |   180069      0 |      596 |        0
1766.74/1767.12	c 1762s |      12 |   363107 |    30619 |   180069      0 |      596 |        0
1770.94/1771.33	c 1766s |      12 |   363213 |    30719 |   180069      0 |      596 |        0
1775.45/1775.85	c 1771s |      12 |   363337 |    30819 |   180069      0 |      596 |        0
1780.35/1780.76	c 1776s |      12 |   363442 |    30919 |   180069      0 |      596 |        0
1784.75/1785.19	c 1780s |      12 |   363549 |    31019 |   180069      0 |      596 |        0
1789.25/1789.63	c 1785s |      12 |   363657 |    31119 |   180069      0 |      596 |        0
1793.75/1794.12	c 1789s |      12 |   363762 |    31219 |   180069      0 |      596 |        0
1798.54/1798.95	c 1794s |      12 |   363863 |    31319 |   180069      0 |      596 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4119770-1467277713/watcher-4119770-1467277713 -o /tmp/evaluation-result-4119770-1467277713/solver-4119770-1467277713 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467274001-17325 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119770-1467277713.opb 

pid=17859
running on 4 cores: 1,3,5,7

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.24 2.24 2.26 3/181 17862
/proc/meminfo: memFree=28840032/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=717244 CPUtime=0 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 2676 0 0 0 0 0 0 0 20 0 4 0 8723877 734457856 3037 33554432000 4194304 16246674 140735398232928 140735398232352 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 180079 3047 441 2943 0 176973 0
[pid=17862/tid=17863] ppid=17859 vsize=736700 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 754380800 3110 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 758575104 3128 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8723877 762769408 3145 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.24 2.24 2.26 3/181 17862
/proc/meminfo: memFree=28840032/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 28701 0 0 0 5 3 0 0 20 0 4 0 8723877 1333334016 29001 33554432000 4194304 16246674 140735398232928 140735398232240 7369730 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 325521 29019 798 2943 0 322415 0
[pid=17862/tid=17863] ppid=17859 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1333334016 29030 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1333334016 29042 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1333334016 29052 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200542 s]
/proc/loadavg: 2.24 2.24 2.26 3/181 17862
/proc/meminfo: memFree=28840032/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 44181 0 0 0 14 5 0 0 20 0 4 0 8723877 1343819776 44991 33554432000 4194304 16246674 140735398232928 140735398232240 14073329 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 328081 44991 798 2943 0 324975 0
[pid=17862/tid=17863] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 44991 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 44991 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 44991 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300499 s]
/proc/loadavg: 2.24 2.24 2.26 3/181 17862
/proc/meminfo: memFree=28840032/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 49439 0 0 0 23 6 0 0 20 0 4 0 8723877 1343819776 50249 33554432000 4194304 16246674 140735398232928 140735398232240 7852956 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 328081 50249 800 2943 0 324975 0
[pid=17862/tid=17863] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 50249 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 50249 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 50249 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700432 s]
/proc/loadavg: 2.24 2.24 2.26 3/181 17862
/proc/meminfo: memFree=28840032/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1312324 CPUtime=0.68 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 66431 0 0 0 60 8 0 0 20 0 4 0 8723877 1343819776 67242 33554432000 4194304 16246674 140735398232928 140735398232240 7853005 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 328081 67262 801 2943 0 324975 0
[pid=17862/tid=17863] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 67274 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 67285 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1343819776 67295 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.24 2.24 2.26 3/185 17866
/proc/meminfo: memFree=28548340/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=1.49 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 104152 0 0 0 136 13 0 0 20 0 4 0 8723877 1420365824 104962 33554432000 4194304 16246674 140735398232928 140735398215920 4222285 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 104962 834 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 104962 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 104962 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 104962 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1387076

[startup+3.10043 s]
/proc/loadavg: 2.24 2.24 2.26 3/185 17866
/proc/meminfo: memFree=28348204/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=3.08 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 122197 0 0 0 293 15 0 0 20 0 4 0 8723877 1420365824 123007 33554432000 4194304 16246674 140735398232928 140735398232024 4221116 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 123007 835 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 123007 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 123007 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 123007 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1387076

[startup+6.30043 s]
/proc/loadavg: 2.22 2.24 2.26 3/185 17866
/proc/meminfo: memFree=27733792/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=6.29 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 275859 0 0 0 596 33 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 140735398214848 4220850 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 276669 895 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.20 2.23 2.25 3/185 17866
/proc/meminfo: memFree=27734252/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=12.69 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 275859 0 0 0 1236 33 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 140735398214848 5723568 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 276669 895 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1387076

[startup+25.5005 s]
/proc/loadavg: 2.24 2.24 2.26 4/185 17866
/proc/meminfo: memFree=27734248/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=25.48 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 275859 0 0 0 2515 33 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 140735398214848 4220880 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 276669 895 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276669 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1387076

[startup+51.1004 s]
/proc/loadavg: 2.28 2.25 2.26 3/185 17866
/proc/meminfo: memFree=27734216/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=51.08 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 275863 0 0 0 5074 34 0 0 20 0 4 0 8723877 1420365824 276673 33554432000 4194304 16246674 140735398232928 140735398232104 5711697 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 276673 899 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276673 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276673 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 276673 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1387076

[startup+102.3 s]
/proc/loadavg: 2.30 2.25 2.26 3/186 17870
/proc/meminfo: memFree=27687724/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1387076 CPUtime=102.28 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 287455 0 0 0 10192 36 0 0 20 0 4 0 8723877 1420365824 288265 33554432000 4194304 16246674 140735398232928 140735398214848 5712619 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 346769 288265 899 2943 0 343663 0
[pid=17862/tid=17863] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 288265 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 288265 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1420365824 288265 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1387076


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

/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1508446208 309881 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1473092

[startup+1302.3 s]
/proc/loadavg: 2.44 2.28 2.24 4/186 17900
/proc/meminfo: memFree=27598156/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1473092 CPUtime=1302.03 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 308926 0 0 0 130141 62 0 0 20 0 4 0 8723877 1508446208 309881 33554432000 4194304 16246674 140735398232928 140735398214848 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 368273 309881 899 2943 0 365167 0
[pid=17862/tid=17863] ppid=17859 vsize=1473092 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1508446208 309881 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1473092 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1508446208 309881 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1473092 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1508446208 309881 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1473092

[startup+1362.3 s]
/proc/loadavg: 2.47 2.32 2.25 4/185 17901
/proc/meminfo: memFree=27534964/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1535556 CPUtime=1362.02 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 324673 0 0 0 136135 67 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 140735398232104 5712555 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 383889 325621 899 2943 0 380783 0
[pid=17862/tid=17863] ppid=17859 vsize=1535556 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1535556 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1535556 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1535556

[startup+1422.3 s]
/proc/loadavg: 2.34 2.31 2.26 3/185 17903
/proc/meminfo: memFree=27535188/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1535556 CPUtime=1422.01 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 324674 0 0 0 142133 68 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 140735398232104 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 383889 325621 899 2943 0 380783 0
[pid=17862/tid=17863] ppid=17859 vsize=1535556 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1535556 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1535556 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1572409344 325621 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 1535556

[startup+1482.3 s]
/proc/loadavg: 2.37 2.33 2.26 3/185 17904
/proc/meminfo: memFree=27477564/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1593924 CPUtime=1482 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 339140 0 0 0 148128 72 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 140735398214848 5712604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 398481 340086 899 2943 0 395375 0
[pid=17862/tid=17863] ppid=17859 vsize=1593924 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1593924 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1593924 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1593924

[startup+1542.31 s]
/proc/loadavg: 2.33 2.31 2.26 3/185 17905
/proc/meminfo: memFree=27476988/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1593924 CPUtime=1541.99 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 339140 0 0 0 154126 73 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 140735398214848 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 398481 340086 899 2943 0 395375 0
[pid=17862/tid=17863] ppid=17859 vsize=1593924 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1593924 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1593924 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1632178176 340086 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 1593924

[startup+1602.3 s]
/proc/loadavg: 2.35 2.33 2.27 3/185 17906
/proc/meminfo: memFree=27415520/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1655364 CPUtime=1601.98 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 354445 0 0 0 160120 78 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 140735398214848 5712604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 413841 355391 899 2943 0 410735 0
[pid=17862/tid=17863] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1655364

[startup+1662.3 s]
/proc/loadavg: 2.45 2.36 2.28 3/185 17907
/proc/meminfo: memFree=27416100/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1655364 CPUtime=1661.96 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 354446 0 0 0 166118 78 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 140735398214848 12415740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 413841 355391 899 2943 0 410735 0
[pid=17862/tid=17863] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 1655364

[startup+1722.3 s]
/proc/loadavg: 2.31 2.33 2.27 4/185 17958
/proc/meminfo: memFree=27491748/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1655364 CPUtime=1721.96 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 354446 0 0 0 172117 79 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 140735398214848 5711697 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 413841 355391 899 2943 0 410735 0
[pid=17862/tid=17863] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 1655364

[startup+1782.3 s]
/proc/loadavg: 2.37 2.35 2.28 3/185 17959
/proc/meminfo: memFree=27488656/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1655364 CPUtime=1781.95 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 354446 0 0 0 178115 80 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 140735398214848 5711338 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 413841 355391 899 2943 0 410735 0
[pid=17862/tid=17863] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 1655364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.33 2.34 2.28 3/185 17959
/proc/meminfo: memFree=27488904/32872528 swapFree=1484408/1662236
[pid=17862] ppid=17859 vsize=1655364 CPUtime=1800.04 cores=1,3,5,7
/proc/17862/stat : 17862 (toysat) R 17859 17862 15921 0 -1 4202496 354446 0 0 0 179924 80 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 140735398214848 5711342 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17862/statm: 413841 355391 899 2943 0 410735 0
[pid=17862/tid=17863] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17863/stat : 17863 (toysat) S 17859 17862 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707513023728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17862/tid=17864] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17864/stat : 17864 (toysat) S 17859 17862 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707434380528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17862/tid=17865] ppid=17859 vsize=1655364 CPUtime=0 cores=1,3,5,7
/proc/17862/task/17865/stat : 17865 (toysat) S 17859 17862 15921 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 8723877 1695092736 355391 33554432000 4194304 16246674 140735398232928 139707423906992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1655364

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.25
CPU system time (s): 0.807877
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 1655364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 0.807877
maximum resident set size= 1421564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354446
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= 145
involuntary context switches= 1837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.18206 second user time and 7.83081 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 11:08:33
IDJOB=4119770
IDBENCH=111803
IDSOLVER=2542
FILE ID=node134/4119770-1467277713
RUNJOBID= node134-1467274001-17325
PBS_JOBID= 20004500
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= cb950a9edc54f4b30dda306bc86fa89d
RANDOM SEED=10657331

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28840452 kB
Buffers:          148320 kB
Cached:           310216 kB
SwapCached:            0 kB
Active:          1325816 kB
Inactive:         299188 kB
Active(anon):    1162632 kB
Inactive(anon):     6428 kB
Active(file):     163184 kB
Inactive(file):   292760 kB
Unevictable:     1662236 kB
Mlocked:         1484408 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23652 kB
Writeback:            28 kB
AnonPages:       2828836 kB
Mapped:            17092 kB
Shmem:               216 kB
Slab:             609956 kB
SReclaimable:      53748 kB
SUnreclaim:       556208 kB
KernelStack:        1480 kB
PageTables:         9488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2961628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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 node134 at 2016-06-30 11:38:34