Trace number 4093288

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmp2_wcsp.wbo
MD5SUMffaee973dfddebb70c04b2948d40db31
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 variables40400
Total number of constraints80600
Number of soft constraints80200
Number of constraints which are clauses80200
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
Top cost 77435527
Min constraint cost 1
Max constraint cost 77435527
Sum of constraints costs 3097994347139
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
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-30T03:01:07+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-4093288-1467248466.wbo"]
0.00/0.01	c use --random-gen="1945897271 721891428 790953102 513364906 47073791 1849967801 3621490458 1247615336 403455636 3308782643 1160077301 3056987216 3994244030 2750850085 1003808445 2251646550 3518509614 1498365190 2442341824 2948789717 1646266031 277659699 2127207007 153363063 4081356838 137758833 1757010165 4081722981 2631036499 3378485579 1982217473 1374942287 3095429398 4268968865 2355905951 3382260180 4112828100 2603474188 3711219494 1330959549 553931865 238553914 4281935938 2581999464 572771486 470718321 1736139986 2459815989 2365238941 1991118221 3090493015 2109518996 3139124281 127861678 4037262107 2440039325 401568956 2916558299 2916048002 1861150845 551760264 2634784833 3114898265 2436101454 3804658221 3602268198 4065210257 3105315943 2649572119 341579036 890896286 2754912692 574278621 2167931772 2675069487 80220060 4123946079 3912613698 1738961277 1254640590 3809847468 7329440 1516011711 2098794894 229128539 202457981 661704963 1985285772 293492452 1691808610 2798193463 1846801022 3749336578 223146777 3005310584 659558068 982868689 3965678073 2920589632 2648633681 872561686 526343156 1107371311 485986614 3851561767 922076006 3610286416 2867605166 396562977 2630872580 2401880371 358747972 2090039090 1486235563 896324255 3933473737 2577755142 4096631313 1838939136 3847448242 2942109869 1413472638 2701800913 1202527470 1210585051 2986481028 4165365537 3737710406 3566302830 1960689427 794799906 141927650 2793232576 1333532873 3955189478 3263130137 2106988633 4079858433 4142766767 3407359521 1897775163 1621892371 1658858638 3321665593 1543219873 2266442789 1957842696 2115544525 863605277 3554567445 4103705849 3017639703 2825903105 721711358 602486856 137478463 193332642 2317139542 1863834516 3850937 1183246100 1250359862 3769078589 379245871 3332214396 88150084 3618753730 10520039 876050825 320942919 2215568744 3896926839 4257702996 1579183778 1459209635 557233508 3349225457 3443310846 3841090173 22249095 971049437 3209753194 1015576017 3519550329 200373576 331294267 3350086260 4158119784 3665000004 686963746 4092754000 421549541 4214739171 2308325338 1335451042 1249969801 2541013400 2658490778 3594097410 1538941600 1792358349 16297134 3852496694 1142809509 1757496094 1018449445 886251690 2348425081 3369539897 1558539545 996904151 4079630887 4176684823 1000288791 78264321 1138158313 1679431148 2813597895 374657746 133706288 2059965306 1376914989 2166662963 4028530306 259510746 2063747870 1340583494 972001055 2190163592 40281312 3225157653 50091007 3288600868 2438727000 3549374090 2178248010 1866807093 2166933550 1396031746 3443228100 1810750811 2667715092 3118062529 4291931815 1846483748 265557296 1600331677 2695538748 3551110599 1008634731 2392751203 3040408663 1643102512 1119624362 511410344 3255429423 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-4093288-1467248466/watcher-4093288-1467248466 -o /tmp/evaluation-result-4093288-1467248466/solver-4093288-1467248466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467246664-5964 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093288-1467248466.wbo 

pid=6144
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.51 2.42 2.11 3/173 6147
/proc/meminfo: memFree=28556856/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 2629 0 0 0 0 0 0 0 20 0 4 0 3874290 721874944 2478 33554432000 4194304 16246674 140733253352464 140733253351888 13880187 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 177007 2486 441 2943 0 173901 0
[pid=6147/tid=6148] ppid=6144 vsize=724412 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 741797888 2553 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 747040768 2570 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=732604 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3874290 750186496 2586 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.51 2.42 2.11 3/173 6147
/proc/meminfo: memFree=28556856/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 29348 0 0 0 5 3 0 0 20 0 4 0 3874290 1333334016 29138 33554432000 4194304 16246674 140733253352464 140733253351776 8056990 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 325521 29147 801 2943 0 322415 0
[pid=6147/tid=6148] ppid=6144 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1333334016 29159 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1333334016 29170 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1333334016 29182 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200516 s]
/proc/loadavg: 2.51 2.42 2.11 3/173 6147
/proc/meminfo: memFree=28556856/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 48672 0 0 0 13 6 0 0 20 0 4 0 3874290 1344868352 48972 33554432000 4194304 16246674 140733253352464 140733253351776 14807041 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 328337 48972 802 2943 0 325231 0
[pid=6147/tid=6148] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 48972 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 48972 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 48972 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300491 s]
/proc/loadavg: 2.51 2.42 2.11 3/173 6147
/proc/meminfo: memFree=28556856/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 54181 0 0 0 22 7 0 0 20 0 4 0 3874290 1344868352 54481 33554432000 4194304 16246674 140733253352464 140733253351776 13901579 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 328337 54481 802 2943 0 325231 0
[pid=6147/tid=6148] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 54481 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 54481 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 54481 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700399 s]
/proc/loadavg: 2.51 2.42 2.11 3/173 6147
/proc/meminfo: memFree=28556856/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 82737 0 0 0 57 12 0 0 20 0 4 0 3874290 1344868352 83037 33554432000 4194304 16246674 140733253352464 140733253351776 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 328337 83043 829 2943 0 325231 0
[pid=6147/tid=6148] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 83049 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 83052 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 83057 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.51 2.42 2.11 3/185 6164
/proc/meminfo: memFree=27366556/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 225947 0 0 0 118 31 0 0 20 0 4 0 3874290 1344868352 226248 33554432000 4194304 16246674 140733253352464 140733253334336 6197248 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 328337 226259 829 2943 0 325231 0
[pid=6147/tid=6148] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 226266 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 226273 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1344868352 226280 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.51 2.42 2.11 3/185 6164
/proc/meminfo: memFree=26381140/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1323588 CPUtime=3.08 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 271518 0 0 0 271 37 0 0 20 0 4 0 3874290 1355354112 271818 33554432000 4194304 16246674 140733253352464 140733253350400 12481037 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 330897 271818 837 2943 0 327791 0
[pid=6147/tid=6148] ppid=6144 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1355354112 271818 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1355354112 271818 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1355354112 271818 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1323588

[startup+6.30037 s]
/proc/loadavg: 2.47 2.41 2.11 4/185 6164
/proc/meminfo: memFree=26299012/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=6.28 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281509 0 0 0 590 38 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140733253334336 13807754 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 281809 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1363524

[startup+12.7003 s]
/proc/loadavg: 2.43 2.40 2.11 3/185 6164
/proc/meminfo: memFree=26298788/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=12.68 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281509 0 0 0 1230 38 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140733253334336 13807696 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 281809 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1363524

[startup+25.5003 s]
/proc/loadavg: 2.33 2.38 2.10 3/185 6164
/proc/meminfo: memFree=26300208/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=25.49 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281509 0 0 0 2511 38 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140733253334336 13807544 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 281809 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 281809 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1363524

[startup+51.1003 s]
/proc/loadavg: 2.29 2.37 2.10 3/185 6164
/proc/meminfo: memFree=26299028/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=51.08 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281509 0 0 0 5070 38 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 6132712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1363524

[startup+102.3 s]
/proc/loadavg: 2.47 2.40 2.13 3/184 6165
/proc/meminfo: memFree=26298288/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=102.27 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281509 0 0 0 10189 38 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13774200 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1363524


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

/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1363524

[startup+1362.3 s]
/proc/loadavg: 2.28 2.27 2.20 3/184 6196
/proc/meminfo: memFree=26297048/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1362.07 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 136168 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 6132584 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1363524

[startup+1422.3 s]
/proc/loadavg: 2.23 2.25 2.19 3/184 6198
/proc/meminfo: memFree=26297512/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1422.06 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 142167 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13817064 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1363524

[startup+1482.3 s]
/proc/loadavg: 2.22 2.25 2.19 3/184 6199
/proc/meminfo: memFree=26297380/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1482.06 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 148167 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13809400 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1363524

[startup+1542.3 s]
/proc/loadavg: 2.23 2.24 2.19 3/184 6200
/proc/meminfo: memFree=26297904/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1542.05 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 154166 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13809312 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1363524

[startup+1602.3 s]
/proc/loadavg: 2.13 2.21 2.18 3/184 6201
/proc/meminfo: memFree=26297824/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1602.04 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 160165 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13807774 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1363524

[startup+1662.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/184 6406
/proc/meminfo: memFree=26227512/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1662.03 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 166164 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13817033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1363524

[startup+1722.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/183 6408
/proc/meminfo: memFree=26228036/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1363524 CPUtime=1722.02 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 281527 0 0 0 172163 39 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140733253334336 13923640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 340881 282065 843 2943 0 337775 0
[pid=6147/tid=6148] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1363524 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1396248576 282065 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1363524

[startup+1782.31 s]
/proc/loadavg: 2.28 2.24 2.19 3/184 6412
/proc/meminfo: memFree=26051568/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1452612 CPUtime=1782.01 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 303566 0 0 0 178159 42 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140733253334336 13809392 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 363153 304104 843 2943 0 360047 0
[pid=6147/tid=6148] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1452612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/183 6412
/proc/meminfo: memFree=26052444/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1452612 CPUtime=1800 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 303566 0 0 0 179958 42 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140733253334336 13774024 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 363153 304104 843 2943 0 360047 0
[pid=6147/tid=6148] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1452612

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

[startup+1800.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/183 6412
/proc/meminfo: memFree=26052444/32872528 swapFree=1555460/1718980
[pid=6147] ppid=6144 vsize=1452612 CPUtime=1800 cores=0,2,4,6
/proc/6147/stat : 6147 (toysat) R 6144 6147 5948 0 -1 4202496 303566 0 0 0 179958 42 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140733253334336 13774024 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6147/statm: 363153 304104 843 2943 0 360047 0
[pid=6147/tid=6148] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6148/stat : 6148 (toysat) S 6144 6147 5948 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730612821232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6147/tid=6149] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6149/stat : 6149 (toysat) S 6144 6147 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730602331376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6147/tid=6150] ppid=6144 vsize=1452612 CPUtime=0 cores=0,2,4,6
/proc/6147/task/6150/stat : 6150 (toysat) S 6144 6147 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3874290 1487474688 304104 33554432000 4194304 16246674 140733253352464 140730591857840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1452612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.59
CPU system time (s): 0.429934
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1452612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.429934
maximum resident set size= 1216416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303566
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= 44
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6123 second user time and 6.89795 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 03:01:07
IDJOB=4093288
IDBENCH=79534
IDSOLVER=2553
FILE ID=node117/4093288-1467248466
RUNJOBID= node117-1467246664-5964
PBS_JOBID= 20004471
Free space on /tmp= 71624 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-capmp2_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093288-1467248466/watcher-4093288-1467248466 -o /tmp/evaluation-result-4093288-1467248466/solver-4093288-1467248466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467246664-5964 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093288-1467248466.wbo

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

MD5SUM BENCH= ffaee973dfddebb70c04b2948d40db31
RANDOM SEED=914585292

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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:        28571264 kB
Buffers:           78636 kB
Cached:          1771484 kB
SwapCached:            0 kB
Active:           160080 kB
Inactive:        1704260 kB
Active(anon):      16704 kB
Inactive(anon):        4 kB
Active(file):     143376 kB
Inactive(file):  1704256 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21780 kB
Writeback:             0 kB
AnonPages:       1735216 kB
Mapped:            13876 kB
Shmem:               204 kB
Slab:             583744 kB
SReclaimable:      27572 kB
SUnreclaim:       556172 kB
KernelStack:        1424 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1818824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71588 MiB
End job on node117 at 2016-06-30 03:31:07