Trace number 4093137

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub4reduc_wcsp.wbo
MD5SUM7520d228fece47913158c53d65540c90
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables816
Total number of constraints142008
Number of soft constraints141988
Number of constraints which are clauses141988
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3230
Min constraint cost 1
Max constraint cost 2200
Sum of constraints costs 35467150
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-16T21:58:51+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","--wbo","--search=bcd2","HOME/instance-4093137-1466107130.wbo"]
0.00/0.01	c use --random-gen="2717386666 1915584083 2191986528 3222561565 657618138 62716020 2290737406 966202434 3809919529 4187974 2588024453 813400572 652283121 1118243443 1328801220 2402281687 4077375023 4234166957 735690152 2400975987 4159071610 903919417 1148692505 417500589 1249138594 1165539383 1239523476 2506737016 2223422048 2435527831 460283699 1865976731 3146063204 88319159 1964352057 181266603 2724550653 425316206 3190733265 2917367136 932554505 1281412643 554251759 3646207969 3442065511 3713602823 2999606966 3746834191 1347148879 331846816 325324034 1089048496 1976743766 4086766666 2872380748 1186202324 362073333 964263208 193082482 1706862521 3173912577 287353574 798497158 1962413896 2598663569 2478747836 427436275 651931171 3541048980 376575705 3114098246 1712543033 482008043 740746235 538697497 678911879 838069432 162665101 93020312 2478713737 2534672746 1001447052 2842335152 487247151 4242905264 2431752651 1310989592 3888286432 3827887002 4009295686 2565049366 3071868749 3848945906 4125272509 491619441 3257238008 1191989429 2208324136 1100676387 2718588477 1547568188 4144420670 3557844656 2645326625 3636671601 968158246 414326748 1815449258 1089592273 1348561832 1930144639 2751871650 961013789 3111908299 2138813185 3179641658 254941634 3990884497 2192749014 1671098647 438724305 3346726184 3675858106 1206157784 2208013234 3285288873 393808757 3552668471 1755957575 3160897652 315254265 774313010 1223357998 1968104084 4188720125 4284663862 1892198767 1834934081 3753195487 1432666466 2619267038 2327791727 3920393411 2442867072 115843489 3577272239 4157554226 854404116 2504873499 3961302723 3198979919 3000127422 2004074994 2798280817 3217373486 1958976407 1406844214 3205360208 2122956821 2509574217 2996503924 2236988696 4112516398 1405767486 3598158943 855253106 4216674855 4142548592 2800013271 918710468 1234082437 1172261782 3149272783 1926162990 487497513 289185698 257670223 4254684605 3456445740 242059046 2066543823 4286684691 3977034180 182896633 1836506281 4129127370 1484390405 3674669819 119392865 4215609450 2444583617 2528887747 3813726520 319082276 2738498265 2183395035 2200686273 3369029432 2384891182 3721215673 4102908781 1418447453 4051807428 2681241699 2777370219 2470934657 3117073693 673817543 696579037 1335179839 3288861046 1537740428 935676820 1062335047 4140591325 3296437993 2396766054 2168279692 2933939573 3185999576 125193838 103402162 2186610754 1060011444 427128532 2940330794 500177763 3307388342 1752181286 3526948241 326824380 3894547046 154905946 958872699 4269560057 3288439343 3085945582 2842751384 3571653568 3764357896 3431239916 3553770392 1765856514 3061280341 1596716770 1627993127 2214304932 3007106428 2406138736 3052216688 2029935908 1382370896 3586447894 3169620900 2351663649 2541106853 255 362436" option to reproduce the execution

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-4093137-1466107130/watcher-4093137-1466107130 -o /tmp/evaluation-result-4093137-1466107130/solver-4093137-1466107130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466105328-18867 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093137-1466107130.wbo 

pid=19040
running on 8 cores: 4-7,12-15

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.04 2.00 1.91 3/261 19043
/proc/meminfo: memFree=31853136/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1183164 CPUtime=0 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 4497 0 0 0 0 0 0 0 20 0 4 0 12757646 1211559936 4346 33554432000 4194304 16246674 140736187828512 140736187827936 13880264 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 296559 4355 441 2943 0 293453 0
[pid=19043/tid=19044] ppid=19040 vsize=1204668 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1233580032 4430 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1208764 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1237774336 4447 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1212860 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12757646 1241968640 4463 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.04 2.00 1.91 3/261 19043
/proc/meminfo: memFree=31853136/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1221188 CPUtime=0.09 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 26796 0 0 0 5 4 0 0 20 0 4 0 12757646 1250496512 26586 33554432000 4194304 16246674 140736187828512 140736187827824 4225154 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 305297 26592 802 2943 0 302191 0
[pid=19043/tid=19044] ppid=19040 vsize=1221188 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1250496512 26596 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1221188 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1250496512 26602 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1221188 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1250496512 26606 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.20051 s]
/proc/loadavg: 2.04 2.00 1.91 3/261 19043
/proc/meminfo: memFree=31853136/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1307204 CPUtime=0.19 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 50828 0 0 0 12 7 0 0 20 0 4 0 12757646 1338576896 51128 33554432000 4194304 16246674 140736187828512 140736187827824 4221016 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 326801 51132 802 2943 0 323695 0
[pid=19043/tid=19044] ppid=19040 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1338576896 51134 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1338576896 51136 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1338576896 51139 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1307204

[startup+0.3005 s]
/proc/loadavg: 2.04 2.00 1.91 3/261 19043
/proc/meminfo: memFree=31853136/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1315396 CPUtime=0.29 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 63869 0 0 0 21 8 0 0 20 0 4 0 12757646 1346965504 64169 33554432000 4194304 16246674 140736187828512 140736187827176 4221105 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 328849 64173 802 2943 0 325743 0
[pid=19043/tid=19044] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 64175 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 64179 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 64181 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700416 s]
/proc/loadavg: 2.04 2.00 1.91 3/261 19043
/proc/meminfo: memFree=31853136/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1315396 CPUtime=0.69 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 73323 0 0 0 60 9 0 0 20 0 4 0 12757646 1346965504 73623 33554432000 4194304 16246674 140736187828512 140736187827176 4206666 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 328849 73623 802 2943 0 325743 0
[pid=19043/tid=19044] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 73623 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 73623 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 73623 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50041 s]
/proc/loadavg: 2.04 2.00 1.91 3/265 19047
/proc/meminfo: memFree=31371004/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1315396 CPUtime=1.49 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 73360 0 0 0 140 9 0 0 20 0 4 0 12757646 1346965504 73660 33554432000 4194304 16246674 140736187828512 140736187827824 4220880 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 328849 73660 833 2943 0 325743 0
[pid=19043/tid=19044] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 73660 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 73660 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1315396 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1346965504 73660 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10043 s]
/proc/loadavg: 2.04 2.00 1.91 3/265 19047
/proc/meminfo: memFree=30329368/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1396292 CPUtime=3.09 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 289541 0 0 0 269 40 0 0 20 0 4 0 12757646 1429803008 289841 33554432000 4194304 16246674 140736187828512 140736187810432 13950188 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 349073 289841 836 2943 0 345967 0
[pid=19043/tid=19044] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 289841 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 289841 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 289841 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1396292

[startup+6.30028 s]
/proc/loadavg: 2.04 2.00 1.91 3/265 19047
/proc/meminfo: memFree=29636844/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1396292 CPUtime=6.29 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 289701 0 0 0 589 40 0 0 20 0 4 0 12757646 1429803008 290001 33554432000 4194304 16246674 140736187828512 140736187810432 13943664 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 349073 290001 842 2943 0 345967 0
[pid=19043/tid=19044] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290001 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290001 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290001 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1396292

[startup+12.7003 s]
/proc/loadavg: 2.03 2.00 1.91 3/265 19047
/proc/meminfo: memFree=29638328/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1396292 CPUtime=12.69 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 289703 0 0 0 1229 40 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140736187810432 6132720 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 349073 290003 844 2943 0 345967 0
[pid=19043/tid=19044] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1396292

[startup+25.5004 s]
/proc/loadavg: 2.10 2.02 1.92 3/265 19047
/proc/meminfo: memFree=29639800/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1396292 CPUtime=25.48 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 289703 0 0 0 2508 40 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140736187810432 13807508 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 349073 290003 844 2943 0 345967 0
[pid=19043/tid=19044] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1396292

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 1.92 3/265 19047
/proc/meminfo: memFree=29640132/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1396292 CPUtime=51.08 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 289703 0 0 0 5068 40 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140736187810432 13807582 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 349073 290003 844 2943 0 345967 0
[pid=19043/tid=19044] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1396292

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/266 19052
/proc/meminfo: memFree=29639216/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=1396292 CPUtime=102.29 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 289703 0 0 0 10188 41 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140736187810432 13955776 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 349073 290003 844 2943 0 345967 0
[pid=19043/tid=19044] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=1396292 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 1429803008 290003 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1396292


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

/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2553412

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/265 19106
/proc/meminfo: memFree=27316860/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1362.08 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 578995 0 0 0 136123 85 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 14628944 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2553412

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/265 19107
/proc/meminfo: memFree=27316724/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1422.07 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 578997 0 0 0 142121 86 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187827688 6132452 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2553412

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/265 19108
/proc/meminfo: memFree=27316812/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1482.05 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579000 0 0 0 148119 86 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 13809352 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2553412

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19109
/proc/meminfo: memFree=27316620/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1542.06 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579000 0 0 0 154118 88 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 6132712 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2553412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19110
/proc/meminfo: memFree=27316708/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1602.04 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579002 0 0 0 160115 89 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 13807453 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2553412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19112
/proc/meminfo: memFree=27317448/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1662.03 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579002 0 0 0 166113 90 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 6132663 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2553412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19113
/proc/meminfo: memFree=27317348/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1722.01 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579002 0 0 0 172111 90 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 13809242 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2553412

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19114
/proc/meminfo: memFree=27316092/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1782.01 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579002 0 0 0 178110 91 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 6132584 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2553412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19114
/proc/meminfo: memFree=27316696/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1800 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579002 0 0 0 179909 91 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 13807443 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2553412

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19114
/proc/meminfo: memFree=27316696/32872528 swapFree=7036/7036
[pid=19043] ppid=19040 vsize=2553412 CPUtime=1800 cores=4-7,12-15
/proc/19043/stat : 19043 (toysat) R 19040 19043 17918 0 -1 4202496 579002 0 0 0 179909 91 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140736187810432 13807443 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19043/statm: 638353 579541 845 2943 0 635247 0
[pid=19043/tid=19044] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19044/stat : 19044 (toysat) S 19040 19043 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168852909296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19043/tid=19045] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19045/stat : 19045 (toysat) S 19040 19043 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168842419440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19043/tid=19046] ppid=19040 vsize=2553412 CPUtime=0 cores=4-7,12-15
/proc/19043/task/19046/stat : 19046 (toysat) S 19040 19043 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12757646 2614693888 579541 33554432000 4194304 16246674 140736187828512 140168831945904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2553412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.37
CPU time (s): 1800.08
CPU user time (s): 1799.1
CPU system time (s): 0.975851
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2553412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.975851
maximum resident set size= 2318164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579002
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= 43
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70798 second user time and 9.69853 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 21:58:50
IDJOB=4093137
IDBENCH=79558
IDSOLVER=2553
FILE ID=node132/4093137-1466107130
RUNJOBID= node132-1466105328-18867
PBS_JOBID= 19904047
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub4reduc_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093137-1466107130/watcher-4093137-1466107130 -o /tmp/evaluation-result-4093137-1466107130/solver-4093137-1466107130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466105328-18867 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093137-1466107130.wbo

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

MD5SUM BENCH= 7520d228fece47913158c53d65540c90
RANDOM SEED=1574957808

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31883612 kB
Buffers:           40964 kB
Cached:           148996 kB
SwapCached:          584 kB
Active:           182488 kB
Inactive:          85884 kB
Active(anon):      80284 kB
Inactive(anon):     1208 kB
Active(file):     102204 kB
Inactive(file):    84676 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:             40676 kB
Writeback:             0 kB
AnonPages:        222192 kB
Mapped:             9936 kB
Shmem:                 0 kB
Slab:             573932 kB
SReclaimable:      14648 kB
SUnreclaim:       559284 kB
KernelStack:        2240 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1136516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71696 MiB
End job on node132 at 2016-06-16 22:28:51