Trace number 4079155

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/9orless/normalized-tasque.cudf.paranoid.opb
MD5SUMff7cf51d59681038e9bd685a258479a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141990
Best CPU time to get the best result obtained on this benchmark43.7453
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19778
Total number of constraints96489
Number of constraints which are clauses94924
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7257
Biggest coefficient in the objective function 4299
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12729337
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4299
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12729337
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T05:22:55+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-4079155-1465269775.opb"]
0.00/0.01	c use --random-gen="2533775686 3491442274 900837791 3213371784 1520245016 635886895 985414296 2241584720 2667780068 3817918157 2661642789 2255424096 3652497256 2041084281 3340878492 1941621651 2361790722 1860536400 968640383 2340111013 237326456 3449280610 4131891294 3728764042 3056294797 4278576332 61769664 301498055 51608462 3708663880 2565143188 748626514 1967852026 3974813687 1101023735 1438007152 2542772103 3121437608 3974865186 2002189384 3597295100 1664734147 1022078117 649244854 602908353 2783842398 2169114767 1349875145 3202401648 3473623651 1628024096 246742388 666637803 3391650803 1329994573 3515816875 2013478567 983055349 3794795633 1857915111 2777832581 2065699704 3191865295 2674464830 1221438005 2508206368 373063183 1598127337 4098129750 3845732572 779196779 1985025471 3501949999 1632556601 500005092 4139566425 414100920 247303961 1968608536 3089795422 754865471 3362527945 4232971572 1228552208 4055724615 2089889062 2530516882 1978217748 3795066024 2288396583 1160448199 494685253 2810094635 2295022032 530442455 1297387713 2468049343 2034159179 2864953530 690774916 582283485 2219478880 2630376450 581205223 904694263 1500616147 3430712468 896009036 4175402758 914780664 1244010944 3882052471 3564641623 908645333 22190154 798684800 4111157023 2544506782 630551540 1633977184 619300603 1362041976 2281739552 2966863849 2587627708 976262002 2349014699 1764330214 530515144 1453555338 4218597636 1276334423 3890129184 1721340187 3243463305 2666016647 519276000 3889123411 1674791417 1661073505 1117401538 3736884153 1795315885 949020601 926180828 3592416884 2347632328 450150795 2533266147 35042864 1295606951 2920836971 324797011 3260182481 2802658305 99661357 1375551508 4060670545 3861985583 389990701 4094193300 3212719749 1231294966 642971145 2933835012 1647043813 1527157066 3208046417 104013339 2896401934 1198049788 2119320861 2517132428 1073630801 1560112440 1265689055 798729249 3666888639 3838542645 1728276504 1815994213 3751173883 3233791163 1801369630 3693763769 3609855364 3863253623 70642021 2930152125 3041016167 2515654576 1229951405 3596439820 3146189997 3269796598 2231988369 2553957765 2994532565 667041031 4052286790 4278142597 604120268 4155987308 3847820460 1038580706 1357860048 2018583465 149518556 2431904334 3084148339 2062404495 3356407149 1514652980 2359116846 1772120714 1097098211 1637621882 663386017 1154310382 2083985028 3584503947 45076258 3053860355 262638043 4062004866 2198788299 2601218932 2080062920 3245704794 1013671940 172337732 16588217 3793077168 319390527 3437280752 814919403 1457701087 2938890486 22593192 3527378089 1883480441 2199159404 2306512690 804855007 2827184949 4069396936 3123654271 701499151 449282403 609842407 493249858 2699613044 1941310815 2076962459 327485431 1181492221 255 362436" option to reproduce the execution
0.68/0.72	c #vars 19778
0.68/0.72	c #constraints 96489
2.20/2.24	c BCD2: Hardening is enabled.
2.20/2.24	c BCD2: BiasedSearch is enabled.
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |    38696      0 |       52 |        0
2.69/2.79	c  0.6s |       1 |    69124 |      100 |    38696      0 |       55 |      168
4.50/4.58	c  2.3s |       2 |   282247 |      250 |    42566      0 |       55 |      168
6.70/6.77	c  4.5s |       2 |   560749 |      397 |    46823      0 |       55 |      168
6.70/6.77	c #cpu_time = 4.516s
6.70/6.77	c #wall_clock_time = 4.517s
6.70/6.77	c #decision = 560749
6.70/6.77	c #random_decision = 1764
6.70/6.77	c #conflict = 397
6.70/6.77	c #restart = 2
6.70/6.77	o 6649630
228.95/229.00	c BCD2: updating upper bound: 12729337 -> 6649629
488.84/489.09	c BCD2: 0 <= obj <= 6649629
488.84/489.09	c BCD2: #cores=0, #unrelaxed=7257, #relaxed=0, #hardened=0
488.84/489.09	c BCD2: #sat=1 #unsat=1 bias=1/2
488.84/489.09	c Solving starts ...
488.84/489.09	c ============================[ Search Statistics ]============================
488.84/489.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
488.84/489.09	c       |         |          |          |    Limit     GC | Var      | Constra 
488.84/489.09	c =============================================================================
488.84/489.09	c  0.0s |       0 |        0 |        0 |    46823      0 |       55 |      168
488.94/489.15	c  0.1s |       0 |      382 |        0 |    46823      0 |       55 |      168
488.94/489.15	c #cpu_time = 0.060s
488.94/489.15	c #wall_clock_time = 0.060s
488.94/489.15	c #decision = 382
488.94/489.15	c #random_decision = 0
488.94/489.15	c #conflict = 0
488.94/489.15	c #restart = 0
488.94/489.15	c BCD2: found a new core of size 2: cost of the new core is >=1
488.94/489.15	c lower bound updated to 1
752.47/752.70	c BCD2: 1 <= obj <= 6649629
752.47/752.70	c BCD2: #cores=1, #unrelaxed=7255, #relaxed=2, #hardened=0
752.47/752.70	c BCD2: #sat=1 #unsat=2 bias=2/3
752.47/752.70	c Solving starts ...
752.47/752.70	c ============================[ Search Statistics ]============================
752.47/752.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
752.47/752.70	c       |         |          |          |    Limit     GC | Var      | Constra 
752.47/752.70	c =============================================================================
752.47/752.71	c  0.0s |       0 |        0 |        0 |    46823      0 |       55 |      168
752.57/752.83	c  0.1s |       0 |      767 |        1 |    46823      0 |       56 |      170
752.57/752.83	c #cpu_time = 0.124s
752.57/752.83	c #wall_clock_time = 0.124s
752.57/752.83	c #decision = 767
752.57/752.83	c #random_decision = 0
752.57/752.83	c #conflict = 1
752.57/752.83	c #restart = 0
752.57/752.83	c BCD2: found a new core of size 1: cost of the new core is >=1
752.57/752.83	c lower bound updated to 2
1031.33/1031.63	c BCD2: 2 <= obj <= 6649629
1031.33/1031.63	c BCD2: #cores=2, #unrelaxed=7254, #relaxed=3, #hardened=0
1031.33/1031.63	c BCD2: #sat=1 #unsat=3 bias=3/4
1031.33/1031.63	c Solving starts ...
1031.33/1031.63	c ============================[ Search Statistics ]============================
1031.33/1031.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1031.33/1031.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1031.33/1031.63	c =============================================================================
1031.33/1031.63	c  0.0s |       0 |        0 |        0 |    46823      0 |       56 |      170
1031.43/1031.70	c  0.1s |       0 |      751 |        0 |    46823      0 |       56 |      170
1031.43/1031.70	c #cpu_time = 0.068s
1031.43/1031.70	c #wall_clock_time = 0.068s
1031.43/1031.70	c #decision = 751
1031.43/1031.70	c #random_decision = 0
1031.43/1031.70	c #conflict = 0
1031.43/1031.70	c #restart = 0
1031.43/1031.70	c BCD2: found a new core of size 2: cost of the new core is >=1
1031.43/1031.70	c lower bound updated to 3
1302.69/1303.09	c BCD2: 3 <= obj <= 6649629
1302.69/1303.09	c BCD2: #cores=3, #unrelaxed=7252, #relaxed=5, #hardened=0
1302.69/1303.09	c BCD2: #sat=1 #unsat=4 bias=4/5
1302.69/1303.09	c Solving starts ...
1302.69/1303.09	c ============================[ Search Statistics ]============================
1302.69/1303.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1302.69/1303.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1302.69/1303.09	c =============================================================================
1302.69/1303.09	c  0.0s |       0 |        0 |        0 |    46823      0 |       56 |      170
1302.79/1303.16	c  0.1s |       0 |      781 |        0 |    46823      0 |       56 |      170
1302.79/1303.16	c #cpu_time = 0.065s
1302.79/1303.16	c #wall_clock_time = 0.065s
1302.79/1303.16	c #decision = 781
1302.79/1303.16	c #random_decision = 0
1302.79/1303.16	c #conflict = 0
1302.79/1303.16	c #restart = 0
1302.79/1303.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1302.79/1303.16	c lower bound updated to 4
1571.56/1571.97	c BCD2: 4 <= obj <= 6649629
1571.56/1571.97	c BCD2: #cores=4, #unrelaxed=7250, #relaxed=7, #hardened=0
1571.56/1571.97	c BCD2: #sat=1 #unsat=5 bias=5/6
1571.56/1571.97	c Solving starts ...
1571.56/1571.97	c ============================[ Search Statistics ]============================
1571.56/1571.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1571.56/1571.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1571.56/1571.97	c =============================================================================
1571.56/1571.97	c  0.0s |       0 |        0 |        0 |    46823      0 |       56 |      170
1571.66/1572.03	c  0.1s |       0 |      828 |        0 |    46823      0 |       56 |      170
1571.66/1572.03	c #cpu_time = 0.066s
1571.66/1572.03	c #wall_clock_time = 0.066s
1571.66/1572.03	c #decision = 828
1571.66/1572.03	c #random_decision = 0
1571.66/1572.03	c #conflict = 0
1571.66/1572.03	c #restart = 0
1571.66/1572.03	c BCD2: found a new core of size 2: cost of the new core is >=1
1571.66/1572.03	c lower bound updated to 5

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

pid=8541
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.22 2.18 3/179 8544
/proc/meminfo: memFree=21859756/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=659012 CPUtime=0 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 2447 0 0 0 0 0 0 0 20 0 4 0 108910652 674828288 3319 33554432000 4194304 16246674 140737401053728 140737401053152 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 165265 3328 442 2943 0 162159 0
[pid=8544/tid=8545] ppid=8541 vsize=676420 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 692654080 3388 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=680516 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 696848384 3404 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=685636 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 702091264 3421 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.24 2.22 2.18 3/179 8544
/proc/meminfo: memFree=21859756/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 28601 0 0 0 6 3 0 0 20 0 4 0 108910652 1333334016 29410 33554432000 4194304 16246674 140737401053728 140737401053040 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 325521 29426 801 2943 0 322415 0
[pid=8544/tid=8545] ppid=8541 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1333334016 29438 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1333334016 29450 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1333334016 29460 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200532 s]
/proc/loadavg: 2.24 2.22 2.18 3/179 8544
/proc/meminfo: memFree=21859756/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 51002 0 0 0 13 6 0 0 20 0 4 0 108910652 1344868352 52323 33554432000 4194304 16246674 140737401053728 140737401036720 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 328337 52332 801 2943 0 325231 0
[pid=8544/tid=8545] ppid=8541 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1344868352 52337 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 52345 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 52349 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300493 s]
/proc/loadavg: 2.24 2.22 2.18 3/179 8544
/proc/meminfo: memFree=21859756/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1314372 CPUtime=0.28 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 63619 0 0 0 21 7 0 0 20 0 4 0 108910652 1345916928 64939 33554432000 4194304 16246674 140737401053728 140737401036720 4220996 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 328593 64939 801 2943 0 325487 0
[pid=8544/tid=8545] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 64939 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 64939 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 64939 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1314372

[startup+0.700389 s]
/proc/loadavg: 2.24 2.22 2.18 3/179 8544
/proc/meminfo: memFree=21859756/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 71803 0 0 0 60 8 0 0 20 0 4 0 108910652 1345916928 73123 33554432000 4194304 16246674 140737401053728 140737401036720 7391000 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 328593 73123 801 2943 0 325487 0
[pid=8544/tid=8545] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 73123 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 73123 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 73123 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50046 s]
/proc/loadavg: 2.24 2.22 2.18 3/183 8548
/proc/meminfo: memFree=21400980/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1314372 CPUtime=1.48 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 194034 0 0 0 121 27 0 0 20 0 4 0 108910652 1345916928 195354 33554432000 4194304 16246674 140737401053728 140737401035648 13956064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 328593 195364 841 2943 0 325487 0
[pid=8544/tid=8545] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 195370 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 195377 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1345916928 195382 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10047 s]
/proc/loadavg: 2.22 2.21 2.18 3/183 8548
/proc/meminfo: memFree=20764252/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=3.09 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 272952 0 0 0 270 39 0 0 20 0 4 0 108910652 1389957120 274272 33554432000 4194304 16246674 140737401053728 140737401035648 5828902 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 274272 893 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 274272 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 274272 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 274272 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1357380

[startup+6.30049 s]
/proc/loadavg: 2.22 2.21 2.18 3/183 8548
/proc/meminfo: memFree=20735000/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=6.29 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280027 0 0 0 589 40 0 0 20 0 4 0 108910652 1389957120 281347 33554432000 4194304 16246674 140737401053728 140737401035648 5828742 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281347 896 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281347 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281347 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281347 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1357380

[startup+12.7005 s]
/proc/loadavg: 2.26 2.22 2.18 3/183 8548
/proc/meminfo: memFree=20727072/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=12.69 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280036 0 0 0 1229 40 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140737401035648 12429162 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281356 905 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.22 2.22 2.18 3/183 8597
/proc/meminfo: memFree=29124992/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=25.49 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280036 0 0 0 2509 40 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140737401051520 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281356 905 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1357380

[startup+51.1006 s]
/proc/loadavg: 2.22 2.21 2.18 3/182 8597
/proc/meminfo: memFree=28198328/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280036 0 0 0 5068 40 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140737401035648 12654392 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281356 905 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357380

[startup+102.301 s]
/proc/loadavg: 2.20 2.20 2.18 3/183 8599
/proc/meminfo: memFree=28198144/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=102.28 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280037 0 0 0 10188 40 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140737401035648 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281356 905 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281356 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.15 2.18 2.18 4/183 8629
/proc/meminfo: memFree=28196852/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1301.99 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 130157 42 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 12413997 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.18 2.19 2.18 4/183 8630
/proc/meminfo: memFree=28196820/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1361.98 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 136156 42 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 12429846 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 8631
/proc/meminfo: memFree=28197160/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1421.97 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 142155 42 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401051520 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.33 2.22 2.19 4/183 8632
/proc/meminfo: memFree=28197800/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1481.96 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 148154 42 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.31 2.23 2.19 3/183 8633
/proc/meminfo: memFree=28197856/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1541.95 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 154153 42 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 4206600 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 8635
/proc/meminfo: memFree=28197912/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1601.95 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 160152 43 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.17 2.19 2.18 4/184 8639
/proc/meminfo: memFree=28197448/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1661.94 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 166151 43 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 13950184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.35 2.22 2.19 3/183 8640
/proc/meminfo: memFree=28197500/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1721.93 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 172150 43 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401051520 13950202 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.18 3/183 8641
/proc/meminfo: memFree=28197184/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1781.92 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 178149 43 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.29 2.22 2.19 4/183 8641
/proc/meminfo: memFree=28196848/32872528 swapFree=16252/1391864
[pid=8544] ppid=8541 vsize=1357380 CPUtime=1800.01 cores=1,3,5,7
/proc/8544/stat : 8544 (toysat) R 8541 8544 5783 0 -1 4202496 280232 0 0 0 179958 43 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140737401035648 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8544/statm: 339345 281373 921 2943 0 336239 0
[pid=8544/tid=8545] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8545/stat : 8545 (toysat) S 8541 8544 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677146979568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8544/tid=8546] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8546/stat : 8546 (toysat) S 8541 8544 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677136489712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8544/tid=8547] ppid=8541 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/8544/task/8547/stat : 8547 (toysat) S 8541 8544 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108910652 1389957120 281373 33554432000 4194304 16246674 140737401053728 140677023263920 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1357380

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 8544 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.03
CPU user time (s): 1799.59
CPU system time (s): 0.432934
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.432934
maximum resident set size= 1125492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280232
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= 200
involuntary context switches= 1964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.43972 second user time and 18.6802 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-07 05:22:55
IDJOB=4079155
IDBENCH=72256
IDSOLVER=2542
FILE ID=node119/4079155-1465269775
RUNJOBID= node119-1465252213-5800
PBS_JOBID= 19843259
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-tasque.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079155-1465269775/watcher-4079155-1465269775 -o /tmp/evaluation-result-4079155-1465269775/solver-4079155-1465269775 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079155-1465269775.opb

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

MD5SUM BENCH= ff7cf51d59681038e9bd685a258479a5
RANDOM SEED=1977108216

node119.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.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.82
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.410
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.410
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.410
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.410
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.410
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.410
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.410
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:        21860284 kB
Buffers:          120624 kB
Cached:           201068 kB
SwapCached:          888 kB
Active:          8708816 kB
Inactive:         162204 kB
Active(anon):    8550096 kB
Inactive(anon):     1712 kB
Active(file):     158720 kB
Inactive(file):   160492 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:             19652 kB
Writeback:            24 kB
AnonPages:       9944768 kB
Mapped:            11020 kB
Shmem:                 0 kB
Slab:             600852 kB
SReclaimable:      44516 kB
SUnreclaim:       556336 kB
KernelStack:        1552 kB
PageTables:        23680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   10081116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1462272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node119 at 2016-06-07 05:52:56