Trace number 4093179

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.04 1800.33

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reduc_wcsp.wbo
MD5SUMe8a3fc4e5070ef9b31eb0b16df3c02d4
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 variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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:00:57+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-4093179-1466110856.wbo"]
0.00/0.01	c use --random-gen="2011980075 516966596 3824622600 114396078 3523995141 3949354373 1432809269 3244376809 2383104638 4236554985 2500112287 4202160639 3506946677 3197195572 2807381921 2651948280 2605835423 3847412461 2062779059 1756059067 1327127489 3308315909 4179475917 804622373 2755374828 381949829 558264554 3947531185 3723716340 988242137 4093569173 2818957460 2485053070 4130947982 1990865310 3545252855 3917506441 20767095 3511720036 1236723197 1508147427 3012845154 4231103467 3485021613 968057336 3233671025 2491746004 1203865192 1395177215 285181846 251767356 535357226 3638466206 2964650081 1071318063 509538206 645902638 978725986 1632609577 2319090846 3464767043 739117732 161887341 813371871 2737505868 4079825437 2095404259 2428918371 2227729411 1408177868 1861365109 1737329358 1034647210 441852267 2767450776 3882895360 1969268711 3378593946 2802941967 3742138130 2384307894 4233430362 1842528069 876029003 2433804558 3887212795 3812849685 3662437104 2333523600 3799788664 3493400039 2545311501 1811790594 2258206147 1134722047 359757485 69538103 1698433482 4059473214 2866291788 1421402364 2977140566 1616827736 3655827311 568704935 3841488945 877242116 788786262 3982174445 1629330687 3473161660 3998631396 2170818960 2877929565 19778831 272996521 3482932879 2637893095 502420262 3098913396 1286038065 1058336381 1368600240 2850490888 2803314055 422313431 4100684237 2041896514 3100242316 1050067566 751987563 3047020535 918864424 3605203074 2640635899 2407932112 3096471151 303126055 2786553822 4293090150 770086757 2412786151 821239003 2160199770 1344779555 1173266758 2526746100 2517569962 377813191 566408796 3948910735 1229072765 1655212523 3243863705 75491432 2664921962 2317880680 4111500180 2376309012 1786287639 4093700316 2930954898 1277281382 3645515411 1076444909 2807912400 4097399166 277241819 948048184 1090422634 2518223805 1956179817 2381974086 367163254 1353862051 3118086822 461369972 3033208922 2119629860 3029373797 2544320113 2018243750 379414612 3746630712 1266601288 1680326493 3314668993 2129849933 1735874742 2090724057 2333776099 3812753377 753363753 876936169 3223496540 3462178801 539472582 225839596 2012464159 3114513961 2385720709 16154288 4125655303 342518792 937725651 3370950758 571731268 3321201044 1808888214 1445140188 882955371 1259562167 4264375830 3579209299 197206806 749287327 1072980906 43973468 1681858083 2364751228 3348023843 5704710 33921092 3820806001 2539727539 3167819038 1521714862 1632270256 1831468007 111542650 545902984 4114443100 734670675 643653958 2978744413 3534374403 1735709059 3928435790 3648747917 3679623114 123694287 2328569126 2273706379 2151571693 2230773686 1202645800 4007714065 638447660 3591136824 308888482 177424334 3464165155 1187303120 2495149249 359707877 3533973310 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-4093179-1466110856/watcher-4093179-1466110856 -o /tmp/evaluation-result-4093179-1466110856/solver-4093179-1466110856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466109054-17192 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093179-1466110856.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.27 2.24 3/173 17352
/proc/meminfo: memFree=30268652/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=778684 CPUtime=0 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 2916 0 0 0 0 0 0 0 20 0 4 0 13132475 797372416 3277 33554432000 4194304 16246674 140735161001840 140735161001264 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17352/statm: 195439 3288 441 2943 0 192333 0
[pid=17352/tid=17353] ppid=17349 vsize=797116 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 816246784 3349 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=801212 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 820441088 3365 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=805308 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13132475 824635392 3381 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.28 2.27 2.24 3/173 17352
/proc/meminfo: memFree=30268652/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 28131 0 0 0 5 4 0 0 20 0 4 0 13132475 1332285440 28433 33554432000 4194304 16246674 140735161001840 140735161001152 7853005 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17352/statm: 325265 28448 803 2943 0 322159 0
[pid=17352/tid=17353] ppid=17349 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1332285440 28458 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1332285440 28469 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1332285440 28480 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200435 s]
/proc/loadavg: 2.28 2.27 2.24 3/173 17352
/proc/meminfo: memFree=30268652/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 49959 0 0 0 12 7 0 0 20 0 4 0 13132475 1343819776 50772 33554432000 4194304 16246674 140735161001840 140735161001152 4221105 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17352/statm: 328081 50780 803 2943 0 324975 0
[pid=17352/tid=17353] ppid=17349 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1343819776 50785 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1343819776 50790 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1343819776 50794 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300472 s]
/proc/loadavg: 2.28 2.27 2.24 3/173 17352
/proc/meminfo: memFree=30268652/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 58433 0 0 0 21 8 0 0 20 0 4 0 13132475 1345916928 59245 33554432000 4194304 16246674 140735161001840 140735161001152 8055506 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17352/statm: 328593 59245 803 2943 0 325487 0
[pid=17352/tid=17353] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 59245 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 59245 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 59245 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.70042 s]
/proc/loadavg: 2.28 2.27 2.24 3/173 17352
/proc/meminfo: memFree=30268652/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 70286 0 0 0 59 9 0 0 20 0 4 0 13132475 1345916928 71098 33554432000 4194304 16246674 140735161001840 140735160999680 8057043 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17352/statm: 328593 71098 803 2943 0 325487 0
[pid=17352/tid=17353] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 71098 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 71098 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 71098 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50044 s]
/proc/loadavg: 2.28 2.27 2.24 4/184 17370
/proc/meminfo: memFree=29636816/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 82593 0 0 0 138 11 0 0 20 0 4 0 13132475 1345916928 83405 33554432000 4194304 16246674 140735161001840 140735160984832 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 328593 83405 804 2943 0 325487 0
[pid=17352/tid=17353] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 83405 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 83405 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1345916928 83405 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10043 s]
/proc/loadavg: 2.25 2.26 2.24 4/184 17370
/proc/meminfo: memFree=29470276/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1322564 CPUtime=3.08 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 142480 0 0 0 289 19 0 0 20 0 4 0 13132475 1354305536 143292 33554432000 4194304 16246674 140735161001840 140735160984832 12752080 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 330641 143292 804 2943 0 327535 0
[pid=17352/tid=17353] ppid=17349 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1354305536 143292 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1354305536 143292 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1354305536 143292 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1322564

[startup+6.30045 s]
/proc/loadavg: 2.25 2.26 2.24 4/184 17392
/proc/meminfo: memFree=28378704/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1371716 CPUtime=6.29 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 251565 0 0 0 595 34 0 0 20 0 4 0 13132475 1404637184 260043 33554432000 4194304 16246674 140735161001840 140735160984832 6164054 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 342929 260058 831 2943 0 339823 0
[pid=17352/tid=17353] ppid=17349 vsize=1371716 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1404637184 260067 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1371716 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1404637184 260076 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1371716 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1404637184 260082 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1371716

[startup+12.7004 s]
/proc/loadavg: 2.36 2.29 2.25 3/184 17392
/proc/meminfo: memFree=27815844/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=1392196 CPUtime=12.68 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 276408 0 0 0 1231 37 0 0 20 0 4 0 13132475 1425608704 289484 33554432000 4194304 16246674 140735161001840 140735160999680 12480977 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 348049 289484 839 2943 0 344943 0
[pid=17352/tid=17353] ppid=17349 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 1425608704 289484 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 1425608704 289484 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 1425608704 289484 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1392196

[startup+25.5005 s]
/proc/loadavg: 2.30 2.28 2.25 3/184 17392
/proc/meminfo: memFree=25475460/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=2514500 CPUtime=25.49 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 556985 0 0 0 2476 73 0 0 20 0 4 0 13132475 2574848000 570317 33554432000 4194304 16246674 140735161001840 140735161001152 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 628625 570317 839 2943 0 625519 0
[pid=17352/tid=17353] ppid=17349 vsize=2514500 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 2574848000 570317 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=2514500 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 2574848000 570317 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=2514500 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 2574848000 570317 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2514500

[startup+51.1005 s]
/proc/loadavg: 2.27 2.27 2.25 4/184 17392
/proc/meminfo: memFree=22322868/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3201604 CPUtime=51.08 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 728767 0 0 0 5012 96 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140735160983744 13807598 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 800401 742099 845 2943 0 797295 0
[pid=17352/tid=17353] ppid=17349 vsize=3201604 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3201604 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3201604 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3201604

[startup+102.3 s]
/proc/loadavg: 2.32 2.28 2.25 3/183 17394
/proc/meminfo: memFree=22322720/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3201604 CPUtime=102.27 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 728767 0 0 0 10131 96 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140735161001016 13807512 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 800401 742099 845 2943 0 797295 0
[pid=17352/tid=17353] ppid=17349 vsize=3201604 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3201604 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3201604 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3278442496 742099 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3201604


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

/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3423812

[startup+1362.3 s]
/proc/loadavg: 2.25 2.22 2.20 4/183 17426
/proc/meminfo: memFree=22099368/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1362.07 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 136098 109 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 13807598 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3423812

[startup+1422.3 s]
/proc/loadavg: 2.15 2.20 2.19 3/183 17427
/proc/meminfo: memFree=22099024/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1422.06 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 142097 109 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 6132671 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3423812

[startup+1482.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/183 17428
/proc/meminfo: memFree=22099332/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1482.05 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 148095 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 13807730 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3423812

[startup+1542.31 s]
/proc/loadavg: 2.30 2.21 2.19 4/183 17429
/proc/meminfo: memFree=22098996/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1542.05 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 154095 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 13807582 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3423812

[startup+1602.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 17431
/proc/meminfo: memFree=22099520/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1602.03 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 160093 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 13807508 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3423812

[startup+1662.3 s]
/proc/loadavg: 2.12 2.18 2.18 3/184 17433
/proc/meminfo: memFree=22099272/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1662.02 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 166092 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 6132671 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3423812

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/183 17434
/proc/meminfo: memFree=22098976/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1722.01 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 172091 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 13807435 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3423812

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.19 4/184 17438
/proc/meminfo: memFree=22098296/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1782 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 178090 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 13809400 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3423812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/184 17438
/proc/meminfo: memFree=22098728/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1800 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 179890 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 6132584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3423812

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

[startup+1800.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/184 17438
/proc/meminfo: memFree=22098728/32872528 swapFree=1497568/1644736
[pid=17352] ppid=17349 vsize=3423812 CPUtime=1800 cores=1,3,5,7
/proc/17352/stat : 17352 (toysat) R 17349 17352 15832 0 -1 4202496 784337 0 0 0 179890 110 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140735160983744 6132584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17352/statm: 855953 797651 845 2943 0 852847 0
[pid=17352/tid=17353] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17353/stat : 17353 (toysat) S 17349 17352 15832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538998140144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17352/tid=17354] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17354/stat : 17354 (toysat) S 17349 17352 15832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538913205488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17352/tid=17355] ppid=17349 vsize=3423812 CPUtime=0 cores=1,3,5,7
/proc/17352/task/17355/stat : 17355 (toysat) S 17349 17352 15832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13132475 3505983488 797651 33554432000 4194304 16246674 140735161001840 140538902731952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3423812

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.33
CPU time (s): 1800.04
CPU user time (s): 1798.91
CPU system time (s): 1.12883
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 3423812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.12883
maximum resident set size= 3190604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 784337
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= 53
involuntary context switches= 1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93425 second user time and 6.83696 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-16 23:00:56
IDJOB=4093179
IDBENCH=79641
IDSOLVER=2553
FILE ID=node124/4093179-1466110856
RUNJOBID= node124-1466109054-17192
PBS_JOBID= 19904063
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= e8a3fc4e5070ef9b31eb0b16df3c02d4
RANDOM SEED=1836787301

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30269932 kB
Buffers:           40628 kB
Cached:           202676 kB
SwapCached:         2436 kB
Active:           122704 kB
Inactive:         127688 kB
Active(anon):       7672 kB
Inactive(anon):     1976 kB
Active(file):     115032 kB
Inactive(file):   125712 kB
Unevictable:     1644736 kB
Mlocked:         1497568 kB
SwapTotal:      67108856 kB
SwapFree:       67099416 kB
Dirty:             90656 kB
Writeback:             0 kB
AnonPages:       1650936 kB
Mapped:             7164 kB
Shmem:                 0 kB
Slab:             572920 kB
SReclaimable:      16704 kB
SUnreclaim:       556216 kB
KernelStack:        1400 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1744280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71600 MiB
End job on node124 at 2016-06-16 23:30:57