Trace number 4093139

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.62 1800.9

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub1-20_wcsp.wbo
MD5SUM8392c6f9a9c070c17f5e6e6f3dfa2fdc
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark132644
Best CPU time to get the best result obtained on this benchmark1800.35
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables280
Total number of constraints49254
Number of soft constraints49240
Number of constraints which are clauses49240
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Top cost 38275680
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 3660538699
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T21:30:56+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-4093139-1466105456.wbo"]
0.00/0.01	c use --random-gen="836961775 2383969023 144182626 901879441 2945792140 2844740148 2319627158 3433307905 1225040660 3620527031 512966611 3228577182 1397642100 1233647218 4232915800 1062209713 1379753306 54340937 1555809335 1056897576 943660473 3374278874 2759337846 3051586791 4106328251 2772918818 1308807258 1677139363 706440656 1008916286 189011900 1626622871 558777651 1031767053 4252743344 1175298431 2562681622 902143756 1002657263 2530007468 1762760900 4075602463 1392276785 693136885 21504364 2184400704 4082687557 308447424 3322624676 557733623 738488913 2004950436 1426355756 2508934815 1796575252 1149443297 2218072597 1656473661 451416439 3711460278 1906317957 3552194743 2513591624 138872576 561764431 942243135 3407509184 388623860 3175255314 1335389862 1591720317 3170844608 2361085175 693336478 327045238 222642032 2194305430 3078260387 468925736 2819880598 4125745141 96392200 2067694616 3327679683 1335884251 2434383495 2753460063 818160254 3002565275 2319532163 1427579547 833327160 2313353658 1803246298 3033949518 2213400577 332896993 2584207642 1393742319 2939192856 3207333870 2824333062 3648544898 1082243961 2342852812 857842643 775021018 163424597 3438892836 798449767 3810146938 557557938 1405043140 937895960 4083326873 615100899 1771783906 2103444553 2810363228 1008563693 3496105103 2672289884 4288118736 109203201 626567573 4073655563 3235102862 1225291627 4184371640 3229600510 2644639608 798343198 810240290 281758652 3352898123 3744011678 3005781883 2812722411 2349854163 3102158114 506546435 2226492946 772568868 2513835829 2747318607 2940847096 682893955 513186581 3358990467 2607296047 1753070790 3441260959 4215307353 3415866147 2272297106 695614751 2227433271 899503541 1574378932 1935172285 3783219034 187961641 1706205887 3090207543 971569671 1940092945 2102973112 327002235 1030045161 4190778248 388524081 2760025482 4090880184 689301584 3145143129 2230677276 2798673225 165118434 3557839747 1635064808 276879615 2580055607 126279344 3069428300 1042225588 1308735488 1198631636 4278925885 1508670061 2594042076 3325315328 1414792085 361877607 4128676914 3095225096 901869506 2413833603 1760795861 1484030625 995002992 3463508843 1758401982 1702823690 2413348107 4229044488 2119982506 3648297269 110405356 4249142578 773171461 1375530394 3843974018 3538065894 1526376147 1797207659 3819951646 1052516674 655581457 4186064177 2220440251 2626430685 1376231483 2194275082 3226076942 1484309760 2427928129 4262968948 4244579300 3264586846 1066314508 3447424933 2476908254 422310299 2366364985 450490801 3139184961 851916118 2005402791 346298798 219460436 329520891 1072737967 159637725 1902544604 4120708815 389000639 290487518 1750909332 3898531768 1398479827 3479063945 84227219 656768714 269456519 1676730343 1766274719 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-4093139-1466105456/watcher-4093139-1466105456 -o /tmp/evaluation-result-4093139-1466105456/solver-4093139-1466105456 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18244 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093139-1466105456.wbo 

pid=18438
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.08 2.11 2.09 3/180 18441
/proc/meminfo: memFree=31002464/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=319932 CPUtime=0 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 1118 0 0 0 0 0 0 0 20 0 4 0 12594830 327610368 1990 33554432000 4194304 16246674 140736744386496 140736744369488 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 80495 2001 441 2943 0 77389 0
[pid=18441/tid=18442] ppid=18438 vsize=335292 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 343339008 2054 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=340412 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 348581888 2071 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=344508 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 352776192 2090 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100216 s]
/proc/loadavg: 2.08 2.11 2.09 3/180 18441
/proc/meminfo: memFree=31002464/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1220164 CPUtime=0.08 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 28628 0 0 0 4 4 0 0 20 0 4 0 12594830 1249447936 29440 33554432000 4194304 16246674 140736744386496 140736744385808 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 305041 29444 802 2943 0 301935 0
[pid=18441/tid=18442] ppid=18438 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1249447936 29446 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1249447936 29448 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1249447936 29451 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.20054 s]
/proc/loadavg: 2.08 2.11 2.09 3/180 18441
/proc/meminfo: memFree=31002464/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1308228 CPUtime=0.18 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 49958 0 0 0 11 7 0 0 20 0 4 0 12594830 1339625472 51281 33554432000 4194304 16246674 140736744386496 140736744385808 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 327057 51285 802 2943 0 323951 0
[pid=18441/tid=18442] ppid=18438 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1339625472 51287 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1339625472 51290 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1339625472 51293 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1308228

[startup+0.300497 s]
/proc/loadavg: 2.08 2.11 2.09 3/180 18441
/proc/meminfo: memFree=31002464/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1314372 CPUtime=0.28 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 63022 0 0 0 18 10 0 0 20 0 4 0 12594830 1345916928 64345 33554432000 4194304 16246674 140736744386496 140736744385808 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 328593 64345 802 2943 0 325487 0
[pid=18441/tid=18442] ppid=18438 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1345916928 64345 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1345916928 64345 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1345916928 64345 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1314372

[startup+0.70041 s]
/proc/loadavg: 2.08 2.11 2.09 3/180 18441
/proc/meminfo: memFree=31002464/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 66982 0 0 0 55 13 0 0 20 0 4 0 12594830 1345916928 68306 33554432000 4194304 16246674 140736744386496 140736744385712 12459048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 328593 68318 835 2943 0 325487 0
[pid=18441/tid=18442] ppid=18438 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1345916928 68324 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1345916928 68331 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1345916928 68338 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.08 2.11 2.09 3/184 18445
/proc/meminfo: memFree=30184800/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1334852 CPUtime=1.49 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 143473 0 0 0 120 29 0 0 20 0 4 0 12594830 1366888448 144797 33554432000 4194304 16246674 140736744386496 140736744368384 12449273 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 333713 144812 841 2943 0 330607 0
[pid=18441/tid=18442] ppid=18438 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1366888448 144821 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1366888448 144831 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1366888448 144840 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1334852

[startup+3.10043 s]
/proc/loadavg: 2.16 2.13 2.09 3/184 18445
/proc/meminfo: memFree=29008544/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1334852 CPUtime=3.09 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 274335 0 0 0 258 51 0 0 20 0 4 0 12594830 1366888448 275658 33554432000 4194304 16246674 140736744386496 140736744368384 12656213 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 333713 275658 841 2943 0 330607 0
[pid=18441/tid=18442] ppid=18438 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1366888448 275658 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1366888448 275658 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1366888448 275658 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1334852

[startup+6.30043 s]
/proc/loadavg: 2.16 2.13 2.09 3/183 18445
/proc/meminfo: memFree=28998044/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1339972 CPUtime=6.29 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 275615 0 0 0 558 71 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140736744385808 12371350 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 334993 276938 841 2943 0 331887 0
[pid=18441/tid=18442] ppid=18438 vsize=1339972 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1339972 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1339972 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1339972

[startup+12.7004 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 18445
/proc/meminfo: memFree=28997984/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1339972 CPUtime=12.69 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 275615 0 0 0 1149 120 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140736744384384 12449408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 334993 276938 841 2943 0 331887 0
[pid=18441/tid=18442] ppid=18438 vsize=1339972 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1339972 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1339972 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1372131328 276938 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1339972

[startup+25.5005 s]
/proc/loadavg: 2.11 2.12 2.09 3/182 18445
/proc/meminfo: memFree=28344764/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=1721924 CPUtime=25.48 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 371103 0 0 0 2334 214 0 0 20 0 4 0 12594830 1763250176 372426 33554432000 4194304 16246674 140736744386496 140736744384320 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 430481 372426 841 2943 0 427375 0
[pid=18441/tid=18442] ppid=18438 vsize=1721924 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 1763250176 372426 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=1721924 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 1763250176 372426 33554432000 4194304 16246674 140736744386496 140364881042448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=1721924 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 1763250176 372426 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1721924

[startup+51.1005 s]
/proc/loadavg: 2.07 2.11 2.09 3/182 18445
/proc/meminfo: memFree=27485324/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=2021956 CPUtime=51.08 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 508319 0 0 0 4709 399 0 0 20 0 4 0 12594830 2070482944 447434 33554432000 4194304 16246674 140736744386496 140736744385808 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 505489 447434 841 2943 0 502383 0
[pid=18441/tid=18442] ppid=18438 vsize=2021956 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 2070482944 447434 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=2021956 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 2070482944 447434 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=2021956 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 2070482944 447434 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2021956

[startup+102.3 s]
/proc/loadavg: 2.12 2.12 2.09 3/183 18447
/proc/meminfo: memFree=25688948/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=2977348 CPUtime=102.28 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 747167 0 0 0 9465 763 0 0 20 0 4 0 12594830 3048804352 686282 33554432000 4194304 16246674 140736744386496 140736744385592 4220536 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 744337 686282 841 2943 0 741231 0
[pid=18441/tid=18442] ppid=18438 vsize=2977348 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 3048804352 686282 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=2977348 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 3048804352 686282 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=2977348 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 3048804352 686282 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2977348


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


[startup+1422.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/183 18479
/proc/meminfo: memFree=9033704/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1422.07 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 135732 6475 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744368384 13774220 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 11302468

[startup+1482.3 s]
/proc/loadavg: 2.14 2.07 2.06 3/183 18480
/proc/meminfo: memFree=9033616/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1482.06 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 141722 6484 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744368384 13807594 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 11302468

[startup+1542.31 s]
/proc/loadavg: 2.09 2.07 2.06 3/183 18482
/proc/meminfo: memFree=9033612/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1542.05 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 147710 6495 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744385672 13774024 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 11302468

[startup+1602.3 s]
/proc/loadavg: 2.07 2.07 2.06 3/183 18483
/proc/meminfo: memFree=9033724/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1602.05 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 153707 6498 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744368384 6132652 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 11302468

[startup+1662.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/183 18484
/proc/meminfo: memFree=9033588/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1662.04 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 159701 6503 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744385672 13807754 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 11302468

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.05 4/183 18485
/proc/meminfo: memFree=9033456/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1722.02 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 165691 6511 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744368384 13774216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 11302468

[startup+1782.3 s]
/proc/loadavg: 2.13 2.08 2.06 3/184 18489
/proc/meminfo: memFree=9033364/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1782.01 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 171680 6521 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744368384 6132704 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 11302468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.09 2.07 2.05 3/184 18489
/proc/meminfo: memFree=9033472/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=11302468 CPUtime=1800.02 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) R 18438 18441 17793 0 -1 4202496 4377511 0 0 0 173480 6522 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140736744385672 6132521 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 2825617 2767570 844 2943 0 2822511 0
[pid=18441/tid=18442] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18442/stat : 18442 (toysat) S 18438 18441 17793 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364891532528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) S 18438 18441 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364881042672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18441/tid=18444] ppid=18438 vsize=11302468 CPUtime=0 cores=1,3,5,7
/proc/18441/task/18444/stat : 18444 (toysat) S 18438 18441 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12594830 11573727232 2767570 33554432000 4194304 16246674 140736744386496 140364765719728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 11302468

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

[startup+1800.4 s]
/proc/loadavg: 2.09 2.07 2.05 3/184 18489
/proc/meminfo: memFree=9033472/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=0 CPUtime=1800.12 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) Z 18438 18441 17793 0 -1 4203532 4377511 0 0 0 173480 6532 0 0 20 0 2 0 12594830 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 0 0 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) R 18438 18441 17793 0 -1 4203588 8 0 0 0 0 9 0 0 20 0 2 0 12594830 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.09 2.07 2.05 2/174 18497
/proc/meminfo: memFree=27441252/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=0 CPUtime=1800.52 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) Z 18438 18441 17793 0 -1 4203532 4377511 0 0 0 173480 6572 0 0 20 0 2 0 12594830 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 0 0 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=0 CPUtime=0.49 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) R 18438 18441 17793 0 -1 4203588 8 0 0 0 0 49 0 0 20 0 2 0 12594830 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.09 2.07 2.05 2/174 18497
/proc/meminfo: memFree=27441252/32872528 swapFree=681192/736380
[pid=18441] ppid=18438 vsize=0 CPUtime=1800.61 cores=1,3,5,7
/proc/18441/stat : 18441 (toysat) Z 18438 18441 17793 0 -1 4203532 4377511 0 0 0 173480 6581 0 0 20 0 2 0 12594830 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18441/statm: 0 0 0 0 0 0 0
[pid=18441/tid=18443] ppid=18438 vsize=0 CPUtime=0.59 cores=1,3,5,7
/proc/18441/task/18443/stat : 18443 (toysat) R 18438 18441 17793 0 -1 4203588 8 0 0 0 0 59 0 0 20 0 2 0 12594830 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.9
CPU time (s): 1800.62
CPU user time (s): 1734.8
CPU system time (s): 65.815
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 11302468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1734.8
system time used= 65.815
maximum resident set size= 11070280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4377511
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= 605
involuntary context switches= 1925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71528 second user time and 6.75897 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 21:30:56
IDJOB=4093139
IDBENCH=79551
IDSOLVER=2553
FILE ID=node112/4093139-1466105456
RUNJOBID= node112-1466103654-18244
PBS_JOBID= 19904069
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub1-20_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093139-1466105456/watcher-4093139-1466105456 -o /tmp/evaluation-result-4093139-1466105456/solver-4093139-1466105456 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18244 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093139-1466105456.wbo

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

MD5SUM BENCH= 8392c6f9a9c070c17f5e6e6f3dfa2fdc
RANDOM SEED=1596743975

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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:        31008572 kB
Buffers:           57724 kB
Cached:           160712 kB
SwapCached:          696 kB
Active:           330868 kB
Inactive:          90764 kB
Active(anon):     205076 kB
Inactive(anon):      740 kB
Active(file):     125792 kB
Inactive(file):    90024 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             35716 kB
Writeback:             0 kB
AnonPages:        880016 kB
Mapped:             9888 kB
Shmem:                 0 kB
Slab:             570816 kB
SReclaimable:      14988 kB
SUnreclaim:       555828 kB
KernelStack:        1496 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1955308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node112 at 2016-06-16 22:00:57