Trace number 4093178

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.5 1800.8

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM0e82f4b503d348a993f5f25b1601fee8
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 variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
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-16T23:05:21+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-4093178-1466111119.wbo"]
0.00/0.01	c use --random-gen="1542479072 919129729 3506875794 228664216 911401382 1466092331 1003969961 2787804962 518606182 3548984994 1231229586 2418509049 1149663021 956040974 3168889150 2850409091 1646791913 763563700 1646057261 2732932318 475194301 1206760656 561192719 924856665 1823625952 3819674254 4046001430 240602214 4281975006 2796525833 404343914 2344786412 544912 4056804533 3996917573 2450623672 2112665383 1365791598 3693844679 1726867158 4225728855 1846098907 818921687 2983324747 1346009978 723179219 1361175233 1277017566 975171727 3877523576 2243084160 1066581578 218391367 3934868610 1279287651 2429403816 3663657559 86345531 4166961696 1515938283 1438350782 710929021 761412164 2100521664 3960537133 1229944550 3547571768 3470461061 4148327682 3743785376 1749483442 1081497502 19300736 3527452474 4080455146 3661539142 2209688002 949339386 3075362063 1351907587 3494539141 1654921680 3957464000 2496553889 951459987 3305061683 948226015 3769174884 513091418 3860917137 760334340 3329467014 2574539682 2685326292 16406270 3743563811 4012387792 2804677819 3665695502 3417433771 975356723 2923709238 3391331317 4083983863 2510974223 1100833524 4275420100 302996375 371374855 3492397571 3685824568 1336753788 1886732771 659312423 2498518804 1013565991 266314484 1788473485 1628968018 3662409925 2964097148 3560267792 2612778452 2228808680 1782750036 185219303 2845710409 892640287 375481630 1334041459 888727110 477220196 4056757428 977692675 2631335775 1339977835 523478562 3136100328 2690040170 254362260 3887633483 87451049 179193098 260587707 3382284228 2854952330 1247609659 3481521226 2816896556 2736681401 807967294 4055387287 1570463247 3949612636 2690597301 2851171381 1545243152 1384786855 3301959086 1656077814 369574545 107159537 3564316559 80193026 2082392275 130250240 1488023201 3041572790 3916529810 1474321295 3733773426 2409808948 4065637373 2729236580 1020309603 1004388324 1697192568 494000661 2139737159 3314276652 427426233 2306884819 4118953461 1113773612 2936447540 2503785470 3327388018 806202067 1209548600 3084809035 4170985744 259781171 1474261258 2144631305 3171168334 277269472 3975250554 2953579713 2404265221 3089945784 1852282415 2551542901 1492533815 2276632708 268780553 1990560573 1965650370 2430254441 883770285 768701687 1449068886 3507329998 20333434 2292523648 205540532 2355609886 2337512752 1829476774 1742219019 4181348744 3292728332 2324708395 2967527443 3859076711 795676923 3489002097 2748335255 3768035027 905536313 592246416 105065699 573928313 631661567 3099138079 185774402 3880796267 2278670676 2698744269 3259283731 1153919550 2072180827 49060352 911473791 505264020 2825652987 416069356 617363131 2816543178 2658462970 1139496647 3070270501 1595246122 1297115769 3510958567 2451874980 259533834 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-4093178-1466111119/watcher-4093178-1466111119 -o /tmp/evaluation-result-4093178-1466111119/solver-4093178-1466111119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466109317-19270 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093178-1466111119.wbo 

pid=19466
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.02 2.04 2.00 4/179 19469
/proc/meminfo: memFree=30647240/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=684476 CPUtime=0 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 2542 0 0 0 0 0 0 0 20 0 4 0 13160977 700903424 3414 33554432000 4194304 16246674 140735173942752 140735173942176 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 171631 3425 441 2943 0 168525 0
[pid=19469/tid=19470] ppid=19466 vsize=701884 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 718729216 3483 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=705980 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 722923520 3498 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=708028 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 725020672 3505 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100128 s]
/proc/loadavg: 2.02 2.04 2.00 4/179 19469
/proc/meminfo: memFree=30647240/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1222212 CPUtime=0.09 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 25925 0 0 0 6 3 0 0 20 0 4 0 13160977 1251545088 26737 33554432000 4194304 16246674 140735173942752 140735173942064 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 305553 26744 802 2943 0 302447 0
[pid=19469/tid=19470] ppid=19466 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1251545088 26749 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1251545088 26754 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1251545088 26759 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1222212

[startup+0.200463 s]
/proc/loadavg: 2.02 2.04 2.00 4/179 19469
/proc/meminfo: memFree=30647240/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1308228 CPUtime=0.19 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 48544 0 0 0 12 7 0 0 20 0 4 0 13160977 1339625472 49867 33554432000 4194304 16246674 140735173942752 140735173942064 4223718 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 327057 49870 802 2943 0 323951 0
[pid=19469/tid=19470] ppid=19466 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1339625472 49870 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1339625472 49871 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1339625472 49873 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1308228

[startup+0.300437 s]
/proc/loadavg: 2.02 2.04 2.00 4/179 19469
/proc/meminfo: memFree=30647240/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 61258 0 0 0 20 9 0 0 20 0 4 0 13160977 1345916928 62581 33554432000 4194304 16246674 140735173942752 140735173942064 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 328593 62581 802 2943 0 325487 0
[pid=19469/tid=19470] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 62581 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 62581 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 62581 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700376 s]
/proc/loadavg: 2.02 2.04 2.00 4/179 19469
/proc/meminfo: memFree=30647240/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1314372 CPUtime=0.68 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 70704 0 0 0 58 10 0 0 20 0 4 0 13160977 1345916928 72027 33554432000 4194304 16246674 140735173942752 140735173942064 4206649 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 328593 72027 802 2943 0 325487 0
[pid=19469/tid=19470] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 72027 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 72027 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 72027 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50037 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 19473
/proc/meminfo: memFree=30125976/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 87568 0 0 0 136 13 0 0 20 0 4 0 13160977 1345916928 88891 33554432000 4194304 16246674 140735173942752 140735173925744 7889693 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 328593 88891 803 2943 0 325487 0
[pid=19469/tid=19470] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 88891 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 88891 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1345916928 88891 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10038 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 19473
/proc/meminfo: memFree=29954848/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1322564 CPUtime=3.08 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 120490 0 0 0 288 20 0 0 20 0 4 0 13160977 1354305536 121813 33554432000 4194304 16246674 140735173942752 140735173924672 14073329 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 330641 121813 803 2943 0 327535 0
[pid=19469/tid=19470] ppid=19466 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1354305536 121813 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1354305536 121813 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1354305536 121813 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1322564

[startup+6.30037 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 19473
/proc/meminfo: memFree=28884708/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1371716 CPUtime=6.29 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 229454 0 0 0 581 48 0 0 20 0 4 0 13160977 1404637184 237931 33554432000 4194304 16246674 140735173942752 140735173940544 7440114 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 342929 237931 803 2943 0 339823 0
[pid=19469/tid=19470] ppid=19466 vsize=1371716 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1404637184 237931 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1371716 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1404637184 237931 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1371716 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1404637184 237931 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1371716

[startup+12.7003 s]
/proc/loadavg: 2.09 2.05 2.00 3/183 19473
/proc/meminfo: memFree=28157372/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=1550916 CPUtime=12.68 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 316039 0 0 0 1207 61 0 0 20 0 4 0 13160977 1588137984 329626 33554432000 4194304 16246674 140735173942752 140735173924672 8058813 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 387729 329626 803 2943 0 384623 0
[pid=19469/tid=19470] ppid=19466 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 1588137984 329626 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 1588137984 329626 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=1550916 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 1588137984 329626 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1550916

[startup+25.5003 s]
/proc/loadavg: 2.16 2.07 2.01 3/183 19473
/proc/meminfo: memFree=25950812/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=2652740 CPUtime=25.48 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 591534 0 0 0 2442 106 0 0 20 0 4 0 13160977 2716405760 605121 33554432000 4194304 16246674 140735173942752 140735173924672 14628944 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 663185 605121 836 2943 0 660079 0
[pid=19469/tid=19470] ppid=19466 vsize=2652740 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 2716405760 605121 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=2652740 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 2716405760 605121 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=2652740 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 2716405760 605121 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2652740

[startup+51.1003 s]
/proc/loadavg: 2.18 2.08 2.01 3/183 19473
/proc/meminfo: memFree=20241392/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=5539396 CPUtime=51.07 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1313036 0 0 0 4895 212 0 0 20 0 4 0 13160977 5672341504 1326623 33554432000 4194304 16246674 140735173942752 140735173940544 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 1384849 1326632 839 2943 0 1381743 0
[pid=19469/tid=19470] ppid=19466 vsize=5539396 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 5672341504 1326638 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=5539396 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 5672341504 1326643 33554432000 4194304 16246674 140735173942752 139683692518416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=5539396 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 5672341504 1326649 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5539396

[startup+102.3 s]
/proc/loadavg: 2.17 2.09 2.02 3/183 19474
/proc/meminfo: memFree=15896400/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=102.25 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 9926 299 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 6132648 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 7670340


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

[pid=19469] ppid=19466 vsize=7670340 CPUtime=1362.06 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 135905 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13774216 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 7670340

[startup+1422.3 s]
/proc/loadavg: 2.09 2.14 2.09 3/183 19506
/proc/meminfo: memFree=15894020/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1422.05 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 141904 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13943729 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 7670340

[startup+1482.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/184 19511
/proc/meminfo: memFree=15893532/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1482.04 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 147903 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 6132671 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 7670340

[startup+1542.3 s]
/proc/loadavg: 2.15 2.14 2.09 3/183 19512
/proc/meminfo: memFree=15894328/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1542.03 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 153902 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13817016 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 7670340

[startup+1602.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/183 19513
/proc/meminfo: memFree=15894364/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1602.02 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 159901 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13809288 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 7670340

[startup+1662.3 s]
/proc/loadavg: 2.15 2.13 2.09 3/183 19514
/proc/meminfo: memFree=15894392/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1662.01 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 165900 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13807758 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 7670340

[startup+1722.3 s]
/proc/loadavg: 2.17 2.14 2.09 3/183 19515
/proc/meminfo: memFree=15894180/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1722 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 171899 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 7670340

[startup+1782.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/182 19516
/proc/meminfo: memFree=15893732/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1782 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 177899 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13807582 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 7670340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.13 2.09 3/183 19517
/proc/meminfo: memFree=15893692/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=7670340 CPUtime=1800.09 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) R 19466 19469 17444 0 -1 4202496 1845949 0 0 0 179708 301 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 140735173924672 13807762 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 1917585 1859536 845 2943 0 1914479 0
[pid=19469/tid=19470] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) S 19466 19469 17444 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683703008496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=19469/tid=19471] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19471/stat : 19471 (toysat) S 19466 19469 17444 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683692518640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=19469/tid=19472] ppid=19466 vsize=7670340 CPUtime=0 cores=0,2,4,6
/proc/19469/task/19472/stat : 19472 (toysat) S 19466 19469 17444 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13160977 7854428160 1859536 33554432000 4194304 16246674 140735173942752 139683610750128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 7670340

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

[startup+1800.7 s]
/proc/loadavg: 2.15 2.13 2.09 3/183 19517
/proc/meminfo: memFree=15893692/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=0 CPUtime=1800.39 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) Z 19466 19469 17444 0 -1 4203532 1845949 0 0 0 179709 330 0 0 20 0 2 0 13160977 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 0 0 0 0 0 0 0
[pid=19469/tid=19470] ppid=19466 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) R 19466 19469 17444 0 -1 4203588 9 0 0 0 0 28 0 0 20 0 2 0 13160977 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

[startup+1800.8 s]
/proc/loadavg: 2.15 2.13 2.09 3/183 19517
/proc/meminfo: memFree=15893692/32872528 swapFree=876280/941688
[pid=19469] ppid=19466 vsize=0 CPUtime=1800.49 cores=0,2,4,6
/proc/19469/stat : 19469 (toysat) Z 19466 19469 17444 0 -1 4203532 1845949 0 0 0 179709 340 0 0 20 0 2 0 13160977 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 0 0 0 0 0 0 0
[pid=19469/tid=19470] ppid=19466 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/19469/task/19470/stat : 19470 (toysat) R 19466 19469 17444 0 -1 4203588 9 0 0 0 0 38 0 0 20 0 2 0 13160977 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.8
CPU time (s): 1800.5
CPU user time (s): 1797.09
CPU system time (s): 3.40248
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 7670340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.09
system time used= 3.40248
maximum resident set size= 7438144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1845949
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= 36
involuntary context switches= 1895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75113 second user time and 8.68068 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 23:05:20
IDJOB=4093178
IDBENCH=79648
IDSOLVER=2553
FILE ID=node113/4093178-1466111119
RUNJOBID= node113-1466109317-19270
PBS_JOBID= 19904068
Free space on /tmp= 71516 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph13_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093178-1466111119/watcher-4093178-1466111119 -o /tmp/evaluation-result-4093178-1466111119/solver-4093178-1466111119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466109317-19270 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093178-1466111119.wbo

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

MD5SUM BENCH= 0e82f4b503d348a993f5f25b1601fee8
RANDOM SEED=1055580972

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30679400 kB
Buffers:           63008 kB
Cached:           356908 kB
SwapCached:         2160 kB
Active:           430404 kB
Inactive:         104872 kB
Active(anon):     116024 kB
Inactive(anon):     1612 kB
Active(file):     314380 kB
Inactive(file):   103260 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:            209964 kB
Writeback:             0 kB
AnonPages:       1054256 kB
Mapped:            10464 kB
Shmem:                 0 kB
Slab:             582120 kB
SReclaimable:      25940 kB
SUnreclaim:       556180 kB
KernelStack:        1440 kB
PageTables:         8068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2153252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71604 MiB
End job on node113 at 2016-06-16 23:35:21