Trace number 4109009

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? (MO) 390.844 390.908

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-181.opb
MD5SUM5f261e01a77e00c07db405ec3b956be4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables335161
Total number of constraints7866877
Number of constraints which are clauses7067313
Number of constraints which are cardinality constraints (but not clauses)24643
Number of constraints which are nor clauses,nor cardinality constraints774921
Minimum length of a constraint2
Maximum length of a constraint2580
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2581
Number of bits of the biggest sum of numbers12
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-19T01:37:20+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","--pb","--search=bcd2","HOME/instance-4109009-1466293031.opb"]
0.00/0.01	c use --random-gen="810191565 2853657878 2302238112 2414750329 2008565484 2152778677 2143614013 2699660249 1451171128 3190211677 2902129114 1821516719 3945034018 1062989850 3382963256 115683175 4109051784 1182832948 3468387405 420729368 3315956458 3788653022 3124417742 3482810132 546446635 347611001 1559460802 2643606758 3143249373 3788400351 1233972896 3562770830 397023027 30455029 2142511138 679993562 3778671546 1591034278 625111501 1102027574 63771983 3696476281 1371249755 1974382251 1904383297 3476840454 1264480847 1746998074 118643233 2431374008 3436719754 2755163399 1554684541 3576365655 3178052896 1475972667 2751043648 1121617124 4032578833 2814586411 1017017970 579619556 1544749242 45338373 3256814162 2417926379 1088934285 157551912 3358933773 3838086045 4213498328 1013687123 1054450245 1960221620 2724274414 3549101925 1270862477 1533578971 3324435939 2641472530 4263360829 816083265 2644470463 488094850 3668718702 934966787 3874259488 3321156447 3261545905 2670345770 1348042445 2697317181 1492161641 3615657964 928285151 2094570967 2689909741 555686232 3090471959 4235521097 1449109503 2159465550 4059862475 3482376382 1351540124 1736821257 3704299157 3233309916 1749955416 1516855688 743897591 3895353765 3801973505 2853509548 1456584644 1841547459 2621248109 3247625180 713982566 108635296 3313990773 1472773315 2262920018 699641624 2476792795 2824886154 1422097523 3801611599 1673895262 677856390 2078800343 3400425395 23104816 1637983854 810236583 102239444 3334614754 1998281438 3742705457 854024028 1355241419 1066161097 156861387 1645938893 2524605148 1549855124 1285661869 694024734 1539603126 696811583 1219116985 1758517301 3783228327 3556619847 577328614 2587825957 2618874968 4209315905 2071112880 2476757567 1197803908 1284009738 413031996 4029952147 202790096 3306852107 3744107751 794333144 4286313804 3224159598 132340832 3771550088 2340271889 1253158828 2792615696 2290866252 1285098124 897583683 1414832309 1994917245 3923424722 2277848429 2803088310 1384904251 2594702044 3694036700 2805175687 3345032501 1437037675 3018700205 3403472601 689753357 3048080961 4119513015 1737517905 834416235 3027087293 3658624188 58800724 3702612570 2919813167 3486003905 2174863698 699532912 2712922702 2045366961 3707526415 732513016 68260372 3306398094 500149344 1483844552 3947302542 2325349627 3536471301 3794720148 4018843977 197972093 4094901003 2748653982 689366161 2733262493 1859256573 2633746038 2001568823 81312185 2583648940 2574452147 3361123195 1634589714 1118953660 2764494987 2615862339 2247663781 76071275 2694029989 2990576043 2793807519 3936354464 2794784719 1464897188 1004642462 3033643758 1864753882 1471988380 2219375210 139865533 1466542467 2095809091 1176247943 2914358950 3250480727 1249669872 2631510806 3799400487 568812733 255 362436" option to reproduce the execution
58.18/58.21	c #vars 335161
58.18/58.21	c #constraints 7866877
253.55/253.62	c Solving starts ...
253.55/253.62	c ============================[ Search Statistics ]============================
253.55/253.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
253.55/253.62	c       |         |          |          |    Limit     GC | Var      | Constra 
253.55/253.62	c =============================================================================
253.65/253.73	c  0.0s |       0 |        0 |        0 |  2738127      0 |        0 |        0
258.56/258.62	c  5.0s |       0 |      181 |      100 |  2738127      0 |        0 |        0
258.56/258.67	c  5.0s |       1 |      181 |      100 |  2738127      0 |        0 |        0
271.45/271.50	c 17.9s |       1 |    11976 |      200 |  3011940      0 |        0 |        0
276.04/276.15	c 22.5s |       2 |    19080 |      250 |  3011940      0 |        0 |        0
281.65/281.80	c 28.2s |       2 |    20350 |      350 |  3313135      0 |        0 |        0
283.34/283.48	c 29.9s |       3 |    20500 |      475 |  3313135      0 |        0 |        0
288.55/288.64	c 35.0s |       3 |    21728 |      575 |  3644449      0 |        0 |        0
291.75/291.86	c 38.2s |       3 |    21948 |      775 |  3644449      0 |        0 |        0
292.54/292.64	c 39.0s |       4 |    22001 |      813 |  3644449      0 |        0 |        0
297.54/297.65	c 44.0s |       4 |    23154 |      913 |  4008894      0 |        0 |        0
300.45/300.56	c 46.9s |       4 |    23666 |     1313 |  4008894      0 |        0 |        0
300.55/300.68	c 47.1s |       5 |    23673 |     1320 |  4008894      0 |        0 |        0
306.45/306.50	c 52.9s |       5 |    24830 |     1420 |  4409784      0 |        0 |        0
308.44/308.55	c 54.9s |       5 |    24946 |     1520 |  4409784      0 |        0 |        0
310.65/310.77	c 57.1s |       5 |    25062 |     1620 |  4409784      0 |        0 |        0
314.34/314.44	c 60.8s |       5 |    25276 |     1820 |  4409784      0 |        0 |        0
316.74/316.84	c 63.2s |       5 |    25407 |     1920 |  4409784      0 |        0 |        0
319.25/319.39	c 65.8s |       5 |    25513 |     2020 |  4409784      0 |        0 |        0
320.74/320.86	c 67.2s |       6 |    25577 |     2081 |  4850763      0 |        0 |        0
330.54/330.64	c 77.0s |       6 |    34418 |     2181 |  4850763      0 |        0 |        0
333.24/333.30	c 79.7s |       6 |    34909 |     2381 |  4850763      0 |        0 |        0
336.34/336.46	c 82.8s |       6 |    35358 |     2581 |  4850763      0 |        0 |        0
339.24/339.34	c 85.7s |       6 |    35479 |     2681 |  4850763      0 |        0 |        0
341.84/341.98	c 88.4s |       6 |    35615 |     2781 |  4850763      0 |        0 |        0
344.34/344.50	c 90.9s |       6 |    35745 |     2881 |  4850763      0 |        0 |        0
347.53/347.61	c 94.0s |       6 |    35853 |     2981 |  4850763      0 |        0 |        0
350.43/350.58	c 97.0s |       6 |    35975 |     3081 |  4850763      0 |        0 |        0
353.33/353.45	c 99.8s |       6 |    36104 |     3181 |  4850763      0 |        0 |        0
354.64/354.78	c  101s |       7 |    36171 |     3223 |  5335840      0 |        0 |        0
360.74/360.88	c  107s |       7 |    37394 |     3323 |  5335840      0 |        0 |        0
362.83/362.97	c  109s |       7 |    37503 |     3423 |  5335840      0 |        0 |        0
374.54/374.68	c  121s |       7 |    57126 |     3623 |  5335840      0 |        0 |        0
378.23/378.33	c  124s |       7 |    62780 |     3723 |  5335840      0 |        0 |        0
380.84/380.92	c  127s |       7 |    64461 |     3823 |  5335840      0 |        0 |        0
383.44/383.60	c  129s |       7 |    64587 |     3923 |  5335840      0 |        0 |        0
385.84/385.92	c  132s |       7 |    64697 |     4023 |  5335840      0 |        0 |        0
387.83/387.99	c  134s |       7 |    64830 |     4123 |  5335840      0 |        0 |        0

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-4109009-1466293031/watcher-4109009-1466293031 -o /tmp/evaluation-result-4109009-1466293031/solver-4109009-1466293031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24927 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4109009-1466293031.opb 

pid=29849
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.25 2.25 2.26 3/179 29852
/proc/meminfo: memFree=28684944/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=684476 CPUtime=0 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 2544 0 0 0 0 0 0 0 20 0 4 0 31349750 700903424 3415 33554432000 4194304 16246674 140736092270640 140736092270064 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 171631 3424 441 2943 0 168525 0
[pid=29852/tid=29853] ppid=29849 vsize=701884 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 718729216 3484 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=705980 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 722923520 3502 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=710076 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 727117824 3518 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.25 2.25 2.26 3/179 29852
/proc/meminfo: memFree=28684944/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 29919 0 0 0 5 4 0 0 20 0 4 0 31349750 1249447936 30728 33554432000 4194304 16246674 140736092270640 140736092269952 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 305041 30728 801 2943 0 301935 0
[pid=29852/tid=29853] ppid=29849 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1249447936 30728 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1249447936 30728 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1249447936 30728 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200543 s]
/proc/loadavg: 2.25 2.25 2.26 3/179 29852
/proc/meminfo: memFree=28684944/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1309252 CPUtime=0.19 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 51537 0 0 0 11 8 0 0 20 0 4 0 31349750 1340674048 52857 33554432000 4194304 16246674 140736092270640 140736092269304 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 327313 52863 801 2943 0 324207 0
[pid=29852/tid=29853] ppid=29849 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1340674048 52868 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1340674048 52872 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1340674048 52876 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1309252

[startup+0.300498 s]
/proc/loadavg: 2.25 2.25 2.26 3/179 29852
/proc/meminfo: memFree=28684944/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 60761 0 0 0 20 9 0 0 20 0 4 0 31349750 1344868352 62081 33554432000 4194304 16246674 140736092270640 140736092269304 4225315 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 328337 62081 801 2943 0 325231 0
[pid=29852/tid=29853] ppid=29849 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1344868352 62081 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1344868352 62081 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1344868352 62081 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700385 s]
/proc/loadavg: 2.25 2.25 2.26 3/179 29852
/proc/meminfo: memFree=28684944/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 70002 0 0 0 59 10 0 0 20 0 4 0 31349750 1344868352 71322 33554432000 4194304 16246674 140736092270640 140736092269304 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 328337 71322 801 2943 0 325231 0
[pid=29852/tid=29853] ppid=29849 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1344868352 71322 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1344868352 71322 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1344868352 71322 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50045 s]
/proc/loadavg: 2.23 2.25 2.26 3/183 29856
/proc/meminfo: memFree=28342016/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1325636 CPUtime=1.49 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 104058 0 0 0 135 14 0 0 20 0 4 0 31349750 1357451264 107422 33554432000 4194304 16246674 140736092270640 140736092253400 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 331409 107422 802 2943 0 328303 0
[pid=29852/tid=29853] ppid=29849 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1357451264 107422 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1357451264 107422 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1357451264 107422 33554432000 4194304 16246674 140736092270640 139699112897712 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) 1325636

[startup+3.10043 s]
/proc/loadavg: 2.23 2.25 2.26 3/183 29856
/proc/meminfo: memFree=28248204/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1350212 CPUtime=3.08 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 145390 0 0 0 289 19 0 0 20 0 4 0 31349750 1382617088 153864 33554432000 4194304 16246674 140736092270640 140736092253632 7376596 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 337553 153864 802 2943 0 334447 0
[pid=29852/tid=29853] ppid=29849 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1382617088 153864 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1382617088 153864 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1382617088 153864 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1350212

[startup+6.30042 s]
/proc/loadavg: 2.21 2.24 2.26 4/183 29856
/proc/meminfo: memFree=27778088/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1399364 CPUtime=6.29 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 210239 0 0 0 598 31 0 0 20 0 4 0 31349750 1432948736 229444 33554432000 4194304 16246674 140736092270640 140736092268480 8057118 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 349841 229444 802 2943 0 346735 0
[pid=29852/tid=29853] ppid=29849 vsize=1399364 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1432948736 229444 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1399364 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1432948736 229444 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1399364 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1432948736 229444 33554432000 4194304 16246674 140736092270640 139699112897712 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) 1399364

[startup+12.7004 s]
/proc/loadavg: 2.19 2.24 2.25 3/183 29856
/proc/meminfo: memFree=27269816/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=1683012 CPUtime=12.68 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 315329 0 0 0 1221 47 0 0 20 0 4 0 31349750 1723404288 355996 33554432000 4194304 16246674 140736092270640 140736092253632 4220527 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 420753 355996 802 2943 0 417647 0
[pid=29852/tid=29853] ppid=29849 vsize=1683012 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 1723404288 355996 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=1683012 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 1723404288 355996 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=1683012 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 1723404288 355996 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1683012

[startup+25.5074 s]
/proc/loadavg: 2.30 2.26 2.26 3/183 29856
/proc/meminfo: memFree=25834516/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=3127876 CPUtime=25.49 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 627481 0 0 0 2448 101 0 0 20 0 4 0 31349750 3202945024 713116 33554432000 4194304 16246674 140736092270640 140736092253632 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 781969 713116 802 2943 0 778863 0
[pid=29852/tid=29853] ppid=29849 vsize=3127876 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 3202945024 713116 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=3127876 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 3202945024 713116 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=3127876 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 3202945024 713116 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3127876

[startup+51.1004 s]
/proc/loadavg: 2.34 2.27 2.26 3/183 29856
/proc/meminfo: memFree=23155728/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=5830212 CPUtime=51.08 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 1204942 0 0 0 4902 206 0 0 20 0 4 0 31349750 5970137088 1382557 33554432000 4194304 16246674 140736092270640 140736092269816 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 1457553 1382557 803 2943 0 1454447 0
[pid=29852/tid=29853] ppid=29849 vsize=5830212 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 5970137088 1382557 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=5830212 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 5970137088 1382557 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=5830212 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 5970137088 1382557 33554432000 4194304 16246674 140736092270640 139699112897712 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) 5830212

[startup+102.3 s]
/proc/loadavg: 2.31 2.27 2.27 3/183 29857
/proc/meminfo: memFree=18368764/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=10551876 CPUtime=102.27 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 2385441 0 0 0 9842 385 0 0 20 0 4 0 31349750 10805121024 2575831 33554432000 4194304 16246674 140736092270640 140736092269816 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 2637969 2575831 850 2943 0 2634863 0
[pid=29852/tid=29853] ppid=29849 vsize=10551876 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 10805121024 2575831 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=10551876 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 10805121024 2575831 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=10551876 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 10805121024 2575831 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10551876

[startup+162.3 s]
/proc/loadavg: 2.36 2.29 2.27 3/184 29862
/proc/meminfo: memFree=14648604/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=14247492 CPUtime=162.27 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 3309356 0 0 0 15703 524 0 0 20 0 4 0 31349750 14589431808 3503834 33554432000 4194304 16246674 140736092270640 140736092269736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 3561873 3503834 851 2943 0 3558767 0
[pid=29852/tid=29853] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503834 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503834 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503834 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 14247492

[startup+222.3 s]
/proc/loadavg: 2.31 2.29 2.27 3/183 29863
/proc/meminfo: memFree=14649336/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=14247492 CPUtime=222.26 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 3309360 0 0 0 21687 539 0 0 20 0 4 0 31349750 14589431808 3503838 33554432000 4194304 16246674 140736092270640 140736092268608 14006480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 3561873 3503838 855 2943 0 3558767 0
[pid=29852/tid=29853] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503838 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503838 33554432000 4194304 16246674 140736092270640 139699234511888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503838 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 14247492

[startup+282.3 s]
/proc/loadavg: 2.47 2.34 2.29 3/183 29864
/proc/meminfo: memFree=14649588/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=14247492 CPUtime=282.24 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 3309400 0 0 0 27673 551 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 140736092269816 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 3561873 3503878 894 2943 0 3558767 0
[pid=29852/tid=29853] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 14247492

[startup+342.307 s]
/proc/loadavg: 2.36 2.33 2.28 3/183 29865
/proc/meminfo: memFree=14649496/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=14247492 CPUtime=342.25 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 3309400 0 0 0 33663 562 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 140736092269816 5822179 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 3561873 3503878 894 2943 0 3558767 0
[pid=29852/tid=29853] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=14247492 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 14589431808 3503878 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 14247492



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+390.1 s]
/proc/loadavg: 2.35 2.33 2.28 3/183 29866
/proc/meminfo: memFree=13319828/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=15872580 CPUtime=390.04 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) R 29849 29852 24910 0 -1 4202496 3715426 0 0 0 38357 647 0 0 20 0 4 0 31349750 16253521920 3909904 33554432000 4194304 16246674 140736092270640 140736092269816 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 3968145 3909904 894 2943 0 3965039 0
[pid=29852/tid=29853] ppid=29849 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29853/stat : 29853 (toysat) S 29849 29852 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 31349750 16253521920 3909904 33554432000 4194304 16246674 140736092270640 139699245001968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) S 29849 29852 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31349750 16253521920 3909904 33554432000 4194304 16246674 140736092270640 139699234512112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29852/tid=29855] ppid=29849 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/29852/task/29855/stat : 29855 (toysat) S 29849 29852 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31349750 16253521920 3909904 33554432000 4194304 16246674 140736092270640 139699112897712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 390.04
Current children cumulated vsize (KiB) 15872580

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

[startup+390.5 s]
/proc/loadavg: 2.35 2.33 2.28 3/183 29866
/proc/meminfo: memFree=13319828/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=0 CPUtime=390.43 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) Z 29849 29852 24910 0 -1 4203532 3715496 0 0 0 38357 686 0 0 20 0 2 0 31349750 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 0 0 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) R 29849 29852 24910 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 31349750 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) 390.43
Current children cumulated vsize (KiB) 0

[startup+390.9 s]
/proc/loadavg: 2.32 2.32 2.28 3/181 29866
/proc/meminfo: memFree=23295088/32872528 swapFree=1499884/1696108
[pid=29852] ppid=29849 vsize=0 CPUtime=390.83 cores=1,3,5,7
/proc/29852/stat : 29852 (toysat) Z 29849 29852 24910 0 -1 4203532 3715496 0 0 0 38357 726 0 0 20 0 2 0 31349750 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29852/statm: 0 0 0 0 0 0 0
[pid=29852/tid=29854] ppid=29849 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/29852/task/29854/stat : 29854 (toysat) R 29849 29852 24910 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 31349750 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) 390.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 390.908
CPU time (s): 390.844
CPU user time (s): 383.576
CPU system time (s): 7.2679
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 15872580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 383.576
system time used= 7.2679
maximum resident set size= 15639896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3715496
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= 35
involuntary context switches= 430

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51177 second user time and 2.03869 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 01:37:20
IDJOB=4109009
IDBENCH=89817
IDSOLVER=2542
FILE ID=node137/4109009-1466293031
RUNJOBID= node137-1466264772-24927
PBS_JOBID= 19918225
Free space on /tmp= 71316 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-181.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109009-1466293031/watcher-4109009-1466293031 -o /tmp/evaluation-result-4109009-1466293031/solver-4109009-1466293031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24927 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4109009-1466293031.opb

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

MD5SUM BENCH= 5f261e01a77e00c07db405ec3b956be4
RANDOM SEED=156573597

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        28685472 kB
Buffers:           50432 kB
Cached:           577268 kB
SwapCached:         1216 kB
Active:          1589688 kB
Inactive:         146092 kB
Active(anon):    1107096 kB
Inactive(anon):     3248 kB
Active(file):     482592 kB
Inactive(file):   142844 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100060 kB
Dirty:            391644 kB
Writeback:             0 kB
AnonPages:       2803540 kB
Mapped:            10748 kB
Shmem:                 0 kB
Slab:             620036 kB
SReclaimable:      63424 kB
SUnreclaim:       556612 kB
KernelStack:        1448 kB
PageTables:         9472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2947860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71300 MiB
End job on node137 at 2016-06-19 01:43:51