Trace number 4093240

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen07reduc_wcsp.wbo
MD5SUM6effabdb5f06e7cb39e8e89923338a20
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 variables4824
Total number of constraints564001
Number of soft constraints563839
Number of constraints which are clauses563839
Number of constraints which are cardinality constraints (but not clauses)162
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 343592
Min constraint cost 1
Max constraint cost 343592
Sum of constraints costs 24999659190
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-16T22:30:38+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-4093240-1466109037.wbo"]
0.00/0.01	c use --random-gen="2940441519 2429299080 97078672 3878628837 231192398 2055955736 2932466550 402735384 1435087796 2467966041 812837245 47919315 67579640 2419314007 117067915 681777640 987823017 719820616 213681031 333869344 46714394 2805919687 1553172425 764801215 1097231294 1805338024 348065720 4111094742 1935408916 3028664834 2669426604 1068862137 1503708531 1318539371 395656195 4223160329 4189780528 1970051009 512972122 2597807243 1627044165 2900075976 1097179394 1164166225 1532419590 3429216164 3759188726 2442656698 698513871 3825180657 988318809 933233221 1178294394 611331505 2570003170 4105138836 56790833 4192499544 1771062584 3383798415 423078920 2973218568 2586997084 1209386657 2388716490 1497160926 1631406411 2646820436 1976906209 2016557945 2868710735 249536181 3567625656 3133522605 445574704 3349194401 3131220046 4211614439 859008630 1727577128 3585710436 2689359063 4249597169 456701967 3040570781 3500193780 3451598753 1921147989 3838996664 589166755 1976307178 3578708591 1353304082 2532026939 3155617420 3481027748 1911091047 3296573458 1687283686 3113922243 125871420 1267285166 4251814779 1724134659 320403190 3725200243 765195586 996441433 2720159304 45165856 1156237185 1443069469 2188720082 1342079525 3269155622 1459114846 1600467613 2614523300 151071918 807758588 1777932033 727027991 3073883795 580250192 1944621763 425448011 1162766385 3121750455 792838905 4090834407 457786134 4173857671 4091292926 612417414 4066936500 909158309 836142969 608414491 2229869782 775984629 1604916393 2363589523 3203427435 3522139988 1648465758 3340753911 3746875451 1956968373 619807937 2828583346 775138396 2311753860 2092945999 2483514113 2480436535 3789850588 1339037586 2693209452 1324757442 351810513 1470062324 731266023 1848266499 1934235693 1957743934 1695304655 4233483760 3532065484 3915144575 2150107652 2853592364 1838931334 1959544647 3315621565 3104399521 1662271415 502070415 634147289 2234025605 1510327144 2227727380 2539263373 3271115724 836035787 67910844 1936794379 1658564067 2018850297 2894152061 4224474390 3039466777 1702052171 620272929 1850899889 2044077650 387812707 2049870038 849095096 963092357 2945324776 1654293666 1356003573 39427577 620842865 1930932030 1413269777 2269184698 2548645225 765411006 2256827299 556576020 274348091 2878407115 2713484012 70853585 8788550 3181486042 3311715025 3162750399 2267342857 3412939278 704416451 2492655989 181163220 1912434494 3552865800 2778206838 658064013 443716789 256486604 2269376914 253820134 4209869846 3671501271 1527112910 1694415972 3917148154 3247461467 3746506463 1827094480 2606217614 4148505249 2509160594 1386591864 1489744118 3091127291 3250782536 1188821456 313819136 2311833822 2683256420 1968198563 4025858457 3949341533 271643358 96769015 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-4093240-1466109037/watcher-4093240-1466109037 -o /tmp/evaluation-result-4093240-1466109037/solver-4093240-1466109037 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466109037-20527 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093240-1466109037.wbo 

pid=20548
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: 1.24 1.39 1.74 4/175 20552
/proc/meminfo: memFree=30211936/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=818620 CPUtime=0 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 3072 0 0 0 0 0 0 0 20 0 4 0 12949721 838266880 3432 33554432000 4194304 16246674 140733558933232 140733558932656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 205167 3441 441 2943 0 202061 0
[pid=20552/tid=20556] ppid=20548 vsize=842172 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 862384128 3524 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=846268 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 866578432 3541 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=851388 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12949721 871821312 3558 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 1.24 1.39 1.74 4/175 20552
/proc/meminfo: memFree=30211936/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 28201 0 0 0 5 4 0 0 20 0 4 0 12949721 1249447936 28501 33554432000 4194304 16246674 140733558933232 140733558932544 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 305041 28501 802 2943 0 301935 0
[pid=20552/tid=20556] ppid=20548 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1249447936 28501 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1249447936 28501 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1249447936 28501 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200503 s]
/proc/loadavg: 1.24 1.39 1.74 4/175 20552
/proc/meminfo: memFree=30211936/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 50293 0 0 0 12 7 0 0 20 0 4 0 12949721 1342771200 51104 33554432000 4194304 16246674 140733558933232 140733558932544 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 327825 51112 802 2943 0 324719 0
[pid=20552/tid=20556] ppid=20548 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1342771200 51117 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1342771200 51122 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1342771200 51127 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300505 s]
/proc/loadavg: 1.24 1.39 1.74 4/175 20552
/proc/meminfo: memFree=30211936/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 57633 0 0 0 21 8 0 0 20 0 4 0 12949721 1344868352 58444 33554432000 4194304 16246674 140733558933232 140733558932544 14073329 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 328337 58444 802 2943 0 325231 0
[pid=20552/tid=20556] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 58444 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 58444 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 58444 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700427 s]
/proc/loadavg: 1.24 1.39 1.74 4/175 20552
/proc/meminfo: memFree=30211936/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 68125 0 0 0 60 9 0 0 20 0 4 0 12949721 1344868352 68936 33554432000 4194304 16246674 140733558933232 140733558916224 7440268 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 328337 68936 802 2943 0 325231 0
[pid=20552/tid=20556] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 68936 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 68936 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 68936 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50044 s]
/proc/loadavg: 1.24 1.39 1.74 3/186 20563
/proc/meminfo: memFree=29568124/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 85425 0 0 0 138 11 0 0 20 0 4 0 12949721 1344868352 86237 33554432000 4194304 16246674 140733558933232 140733558916224 7367789 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 328337 86257 803 2943 0 325231 0
[pid=20552/tid=20556] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 86267 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 86279 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1344868352 86288 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 1.24 1.39 1.74 3/186 20563
/proc/meminfo: memFree=29405676/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 136053 0 0 0 290 19 0 0 20 0 4 0 12949721 1370034176 140952 33554432000 4194304 16246674 140733558933232 140733558931072 7364580 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 334481 140952 803 2943 0 331375 0
[pid=20552/tid=20556] ppid=20548 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1370034176 140952 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1370034176 140952 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1370034176 140952 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30043 s]
/proc/loadavg: 1.30 1.40 1.74 3/186 20563
/proc/meminfo: memFree=28770540/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1347140 CPUtime=6.29 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 175352 0 0 0 605 24 0 0 20 0 4 0 12949721 1379471360 182296 33554432000 4194304 16246674 140733558933232 140733558932328 4223718 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 337041 182307 836 2943 0 333935 0
[pid=20552/tid=20556] ppid=20548 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1380519936 182313 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1380519936 182319 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1380519936 182324 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1347140

[startup+12.7004 s]
/proc/loadavg: 1.36 1.41 1.74 3/186 20563
/proc/meminfo: memFree=27951912/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1364548 CPUtime=12.69 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 275628 0 0 0 1232 37 0 0 20 0 4 0 12949721 1397297152 282571 33554432000 4194304 16246674 140733558933232 140733558915136 12481105 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 341137 282571 838 2943 0 338031 0
[pid=20552/tid=20556] ppid=20548 vsize=1364548 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1397297152 282571 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1364548 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1397297152 282571 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1364548 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1397297152 282571 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1364548

[startup+25.5005 s]
/proc/loadavg: 1.50 1.44 1.74 3/185 20563
/proc/meminfo: memFree=26816240/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1931844 CPUtime=25.49 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 417458 0 0 0 2493 56 0 0 20 0 4 0 12949721 1978208256 424401 33554432000 4194304 16246674 140733558933232 140733558915136 13774084 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 482961 424401 844 2943 0 479855 0
[pid=20552/tid=20556] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424401 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424401 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424401 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1931844

[startup+51.1005 s]
/proc/loadavg: 1.82 1.52 1.76 3/185 20563
/proc/meminfo: memFree=26815544/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1931844 CPUtime=51.08 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 417458 0 0 0 5052 56 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140733558915136 13774084 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 482961 424404 844 2943 0 479855 0
[pid=20552/tid=20556] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1931844

[startup+102.3 s]
/proc/loadavg: 2.16 1.65 1.79 3/185 20565
/proc/meminfo: memFree=26814968/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=1931844 CPUtime=102.28 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 417461 0 0 0 10172 56 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140733558915136 6132652 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 482961 424404 844 2943 0 479855 0
[pid=20552/tid=20556] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=1931844 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 1978208256 424404 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1931844


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

/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2047556

[startup+1362.3 s]
/proc/loadavg: 2.31 2.21 2.07 3/185 20596
/proc/meminfo: memFree=26580848/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1362.08 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 136149 59 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13774072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2047556

[startup+1422.3 s]
/proc/loadavg: 2.26 2.22 2.08 3/185 20597
/proc/meminfo: memFree=26581116/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1422.07 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 142148 59 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13809400 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2047556

[startup+1482.3 s]
/proc/loadavg: 2.20 2.20 2.08 4/185 20598
/proc/meminfo: memFree=26581224/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1482.06 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 148147 59 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13774229 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2047556

[startup+1542.31 s]
/proc/loadavg: 2.22 2.21 2.09 3/185 20599
/proc/meminfo: memFree=26581500/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1542.06 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 154146 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2047556

[startup+1602.3 s]
/proc/loadavg: 2.17 2.20 2.09 3/185 20601
/proc/meminfo: memFree=26581400/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1602.05 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 160145 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13807770 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2047556

[startup+1662.3 s]
/proc/loadavg: 2.19 2.20 2.10 4/185 20602
/proc/meminfo: memFree=26581496/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1662.03 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 166143 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 6132539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2047556

[startup+1722.3 s]
/proc/loadavg: 2.28 2.22 2.11 3/185 20603
/proc/meminfo: memFree=26581488/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1722.02 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 172142 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13774072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2047556

[startup+1782.3 s]
/proc/loadavg: 2.15 2.19 2.10 3/186 20607
/proc/meminfo: memFree=26581748/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1782.01 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 178141 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13807544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2047556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.19 2.20 2.10 4/186 20607
/proc/meminfo: memFree=26582212/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1800.01 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 179941 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13774084 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2047556

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

[startup+1800.3 s]
/proc/loadavg: 2.19 2.20 2.10 4/186 20607
/proc/meminfo: memFree=26582212/32872528 swapFree=1504664/1684536
[pid=20552] ppid=20548 vsize=2047556 CPUtime=1800.01 cores=1,3,5,7
/proc/20552/stat : 20552 (toysat) R 20548 20552 19260 0 -1 4202496 446396 0 0 0 179941 60 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140733558915136 13774084 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 511889 453332 844 2943 0 508783 0
[pid=20552/tid=20556] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (toysat) S 20548 20552 19260 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123349953776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=20552/tid=20557] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (toysat) S 20548 20552 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123339463920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=20552/tid=20558] ppid=20548 vsize=2047556 CPUtime=0 cores=1,3,5,7
/proc/20552/task/20558/stat : 20558 (toysat) S 20548 20552 19260 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12949721 2096697344 453332 33554432000 4194304 16246674 140733558933232 140123328990384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2047556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.42
CPU system time (s): 0.605907
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 2047556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.605907
maximum resident set size= 1813328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 446396
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= 46
involuntary context switches= 1850

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82496 second user time and 9.25359 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 22:30:38
IDJOB=4093240
IDBENCH=79574
IDSOLVER=2553
FILE ID=node135/4093240-1466109037
RUNJOBID= node135-1466109037-20527
PBS_JOBID= 19904061
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= 6effabdb5f06e7cb39e8e89923338a20
RANDOM SEED=598843634

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30212804 kB
Buffers:           58940 kB
Cached:           208068 kB
SwapCached:         2260 kB
Active:           167320 kB
Inactive:         102308 kB
Active(anon):       4080 kB
Inactive(anon):     1496 kB
Active(file):     163240 kB
Inactive(file):   100812 kB
Unevictable:     1684536 kB
Mlocked:         1504664 kB
SwapTotal:      67108856 kB
SwapFree:       67099256 kB
Dirty:             68284 kB
Writeback:             0 kB
AnonPages:       1686452 kB
Mapped:             7184 kB
Shmem:                 0 kB
Slab:             572076 kB
SReclaimable:      16148 kB
SUnreclaim:       555928 kB
KernelStack:        1440 kB
PageTables:         6960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1780832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71636 MiB
End job on node135 at 2016-06-16 23:00:38