Trace number 4079360

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.66 1800.95

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMa2f99c9ee3680d6c94873a7ed8cb4007
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
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-07T19:40:34+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-4079360-1465321229.opb"]
0.00/0.01	c use --random-gen="1369468091 2492673558 2680832642 3687413678 3702028820 884247619 1881723572 1802882109 757496626 3299378249 3538019807 2921470699 4223574606 2979036427 3843123375 4245061080 2784010186 3405629566 2722975634 720871682 682928254 3888895250 3171767475 3575653199 3931357892 2196057736 2132692126 3797601136 3050248552 95947907 2171444903 3607260128 1419071118 836154404 509240046 530311339 3933528971 2858340565 170246849 803090479 982809627 1704432728 677929463 2920015755 934856171 3639287218 3692862088 3166711911 3910005041 718218036 1610590615 2002254802 1692727926 563971850 3204172263 3166432796 1867487749 2123104144 87075872 1211876076 1447328853 2481918909 1862331818 3065412709 2030212505 336968405 1624091502 543865635 2441822022 3677078780 987201785 114846676 1598087949 65382869 646100831 3058636313 2426592900 2884100510 782612339 1340173412 1264770961 1831941092 1842369457 2644568815 3589322869 1953034069 96993140 414806984 3636788661 592583779 1529428318 2611060637 708221617 1981348076 1530965056 584050774 1701753239 416917615 1834209143 66756101 2150132204 3845136305 2283757258 3841869408 4101954166 776137392 2377229555 1931437615 254967489 636992853 3370838081 2054956755 1497227995 237990006 2063926041 2194833790 1572243816 1756992298 3570903145 1222640610 259931677 1497306595 2284057192 2748372304 4041514840 2534615790 1912887349 1337862380 396576456 601639465 1510951707 3553463767 4047913559 1221353141 3208104190 2220648300 1709981388 1639670176 3775274186 3390019304 1986331231 3580485759 3562717728 1790817965 559831135 2766032741 2331363023 370064723 3706318831 3054920666 3443339376 1828064005 2862575100 1545721225 3160238052 3899328222 1316208973 1685503214 446777694 794648526 3933542348 831785556 3523596125 4094611982 3534168496 1479911732 376968208 3239091855 180193702 413825862 1868139592 2359701852 1450662416 3572837521 1280895126 2030672977 512827734 3227034614 2163941923 1094438281 3860164805 4184169101 2141081517 2614740574 988381511 1109507906 3147748871 527134530 3810322297 715256254 3193253378 2707009648 1189672312 1942333556 1826184869 454014565 2562877482 4244537718 562856022 226042172 416167582 228087032 1272242768 999081133 706177731 4164671737 633743697 2347802497 2724854474 3498762789 3179997784 1737968005 2852781253 1015941469 1952775601 4128654948 3972114581 1930383197 610269610 2053088377 2541867805 3077982970 1235460850 1218192355 369054195 1375727437 3884597833 893649105 107522309 4089906428 2112129772 599584129 2578697954 870833599 3574117374 2600332307 2827577344 3917806453 1564631471 379562091 1529273751 2066740079 3581916476 1251422696 1414599747 605336587 2319561337 4219867046 300592538 789506928 2221499685 3601574822 3777545993 1205802389 455022597 2500578237 255 362436" option to reproduce the execution
34.38/34.49	c #vars 2000400
34.38/34.49	c #constraints 4920807
115.07/115.14	c BCD2: Hardening is enabled.
115.07/115.14	c BCD2: BiasedSearch is enabled.
115.07/115.14	c Solving starts ...
115.07/115.14	c ============================[ Search Statistics ]============================
115.07/115.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
115.07/115.14	c       |         |          |          |    Limit     GC | Var      | Constra 
115.07/115.14	c =============================================================================
115.07/115.18	c  0.0s |       0 |        0 |        0 |  2313669      0 |      300 |        0
252.35/252.48	c  137s |       0 |      247 |      100 |  2313669      0 |      300 |        0
253.25/253.35	c  138s |       1 |      247 |      100 |  2313669      0 |      300 |        0
260.85/260.95	c  145s |       1 |     1070 |      200 |  2545036      0 |      300 |        0
263.05/263.11	c  147s |       2 |     1133 |      250 |  2545036      0 |      300 |        0
281.24/281.32	c  166s |       2 |     5773 |      350 |  2799540      0 |      300 |        0
295.44/295.57	c  180s |       2 |     7194 |      450 |  2799540      0 |      300 |        0
299.14/299.29	c  184s |       3 |     7260 |      475 |  2799540      0 |      300 |        0
561.10/561.22	c  446s |       3 |     9686 |      575 |  3079495      0 |      300 |        0
827.07/827.23	c  712s |       3 |    17362 |      675 |  3079495      0 |      300 |        0
1012.43/1012.65	c  897s |       3 |    24938 |      775 |  3079495      0 |      300 |        0
1097.32/1097.56	c  982s |       4 |    27398 |      813 |  3079495      0 |      300 |        0
1429.17/1429.45	c 1314s |       4 |    32468 |      913 |  3387445      0 |      300 |        0
1770.61/1770.94	c 1655s |       4 |    40427 |     1013 |  3387445      0 |      300 |        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-4079360-1465321229/watcher-4079360-1465321229 -o /tmp/evaluation-result-4079360-1465321229/solver-4079360-1465321229 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465310409-12874 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079360-1465321229.opb 

pid=13827
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13830
/proc/meminfo: memFree=30310680/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=688572 CPUtime=0 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2562 0 0 0 0 0 0 0 20 0 4 0 114058148 705097728 2923 33554432000 4194304 16246674 140736649871344 140736649870768 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 172911 2932 441 2943 0 169805 0
[pid=13830/tid=13831] ppid=13827 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 723972096 2992 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 728166400 3011 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114058149 732360704 3027 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100128 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13830
/proc/meminfo: memFree=30310680/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 30483 0 0 0 6 3 0 0 20 0 4 0 114058148 1334382592 30783 33554432000 4194304 16246674 140736649871344 140736649870656 8058796 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 325777 30797 799 2943 0 322671 0
[pid=13830/tid=13831] ppid=13827 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1334382592 30808 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1334382592 30820 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1334382592 30830 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200406 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13830
/proc/meminfo: memFree=30310680/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 42011 0 0 0 14 5 0 0 20 0 4 0 114058148 1343819776 42821 33554432000 4194304 16246674 140736649871344 140736649870656 8057003 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 328081 42821 799 2943 0 324975 0
[pid=13830/tid=13831] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 42821 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 42821 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 42821 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300448 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13830
/proc/meminfo: memFree=30310680/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 46395 0 0 0 23 6 0 0 20 0 4 0 114058148 1343819776 47205 33554432000 4194304 16246674 140736649871344 140736649870440 8058827 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 328081 47205 799 2943 0 324975 0
[pid=13830/tid=13831] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 47205 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 47205 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 47205 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700347 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13830
/proc/meminfo: memFree=30310680/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 55966 0 0 0 62 7 0 0 20 0 4 0 114058148 1343819776 56776 33554432000 4194304 16246674 140736649871344 140736649870440 7853063 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 328081 56776 800 2943 0 324975 0
[pid=13830/tid=13831] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 56776 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 56776 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 56776 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50035 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 13834
/proc/meminfo: memFree=30010760/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1312324 CPUtime=1.49 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 76264 0 0 0 138 11 0 0 20 0 4 0 114058148 1343819776 77074 33554432000 4194304 16246674 140736649871344 140736649854336 8055408 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 328081 77092 800 2943 0 324975 0
[pid=13830/tid=13831] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 77103 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 77114 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1343819776 77125 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10035 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 13834
/proc/meminfo: memFree=29662308/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1336900 CPUtime=3.09 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 166022 0 0 0 286 23 0 0 20 0 4 0 114058148 1368985600 171942 33554432000 4194304 16246674 140736649871344 140736649854336 4223718 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 334225 171947 802 2943 0 331119 0
[pid=13830/tid=13831] ppid=13827 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1368985600 171949 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1368985600 171951 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1368985600 171954 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30037 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 13834
/proc/meminfo: memFree=29074812/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1386052 CPUtime=6.29 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 200979 0 0 0 598 31 0 0 20 0 4 0 114058148 1419317248 218141 33554432000 4194304 16246674 140736649871344 140736649854336 8057066 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 346513 218141 802 2943 0 343407 0
[pid=13830/tid=13831] ppid=13827 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1419317248 218141 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1419317248 218141 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1419317248 218141 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1386052

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 13834
/proc/meminfo: memFree=27806060/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=1484356 CPUtime=12.68 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 230938 0 0 0 1230 38 0 0 20 0 4 0 114058148 1519980544 271095 33554432000 4194304 16246674 140736649871344 140736649870440 7361381 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13830/statm: 371089 271095 802 2943 0 367983 0
[pid=13830/tid=13831] ppid=13827 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 1519980544 271095 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 1519980544 271095 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 1519980544 271095 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1484356

[startup+25.5005 s]
/proc/loadavg: 2.06 2.03 2.00 3/184 13834
/proc/meminfo: memFree=24288240/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=3150404 CPUtime=25.48 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 685081 0 0 0 2358 190 0 0 20 0 4 0 114058148 3226013696 728816 33554432000 4194304 16246674 140736649871344 140736649870008 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 787601 728822 802 2943 0 784495 0
[pid=13830/tid=13831] ppid=13827 vsize=3150404 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 3226013696 728826 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=3150404 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 3226013696 728830 33554432000 4194304 16246674 140736649871344 139746357521424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=3150404 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 3226013696 728834 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3150404

[startup+51.1005 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 13834
/proc/meminfo: memFree=17424112/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=7009860 CPUtime=51.08 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 1650162 0 0 0 4442 666 0 0 20 0 4 0 114058148 7178096640 1693896 33554432000 4194304 16246674 140736649871344 140736649870520 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 1752465 1693896 844 2943 0 1749359 0
[pid=13830/tid=13831] ppid=13827 vsize=7009860 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 7178096640 1693896 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=7009860 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 7178096640 1693896 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=7009860 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 7178096640 1693896 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7009860

[startup+102.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 13836
/proc/meminfo: memFree=10843268/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=10292804 CPUtime=102.27 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2470915 0 0 0 9153 1074 0 0 20 0 4 0 114058148 10539831296 2514649 33554432000 4194304 16246674 140736649871344 140736649870520 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 2573201 2514649 848 2943 0 2570095 0
[pid=13830/tid=13831] ppid=13827 vsize=10292804 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 10539831296 2514649 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=10292804 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 10539831296 2514649 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=10292804 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 10539831296 2514649 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10292804


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


[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13891
/proc/meminfo: memFree=6890204/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1422.08 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 140794 1414 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649870520 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 12252740

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 13892
/proc/meminfo: memFree=6889984/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1482.06 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 146786 1420 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649869312 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 12252740

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 13893
/proc/meminfo: memFree=6890012/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1542.06 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 152779 1427 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649853248 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 12252740

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 13894
/proc/meminfo: memFree=6889916/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1602.05 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 158774 1431 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649853248 6837238 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 12252740

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 13896
/proc/meminfo: memFree=6889688/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1662.03 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 164770 1433 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649853248 13752941 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 12252740

[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 13897
/proc/meminfo: memFree=6889708/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1722.02 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 170735 1467 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649870520 5672056 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 12252740

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 13901
/proc/meminfo: memFree=6889200/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1782.01 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 176664 1537 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649870440 12483664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 12252740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 13951
/proc/meminfo: memFree=18581420/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=12252740 CPUtime=1800.01 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) R 13827 13830 11961 0 -1 4202496 2960951 0 0 0 178449 1552 0 0 20 0 4 0 114058148 12546805760 3004685 33554432000 4194304 16246674 140736649871344 140736649870520 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 3063185 3004685 898 2943 0 3060079 0
[pid=13830/tid=13831] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13831/stat : 13831 (toysat) S 13827 13830 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746436164848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=13830/tid=13832] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13832/stat : 13832 (toysat) S 13827 13830 11961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746357521648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=12252740 CPUtime=0 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) S 13827 13830 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114058149 12546805760 3004685 33554432000 4194304 16246674 140736649871344 139746347048112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 12252740

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

[startup+1800.4 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 13951
/proc/meminfo: memFree=18581420/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=0 CPUtime=1800.12 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) Z 13827 13830 11961 0 -1 4203532 2960951 0 0 0 178450 1562 0 0 20 0 2 0 114058148 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 0 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) R 13827 13830 11961 0 -1 4203588 2 0 0 0 0 8 0 0 20 0 2 0 114058149 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 13951
/proc/meminfo: memFree=25783876/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=0 CPUtime=1800.52 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) Z 13827 13830 11961 0 -1 4203532 2960951 0 0 0 178450 1602 0 0 20 0 2 0 114058148 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 0 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=0 CPUtime=0.49 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) R 13827 13830 11961 0 -1 4203588 2 0 0 0 0 49 0 0 20 0 2 0 114058149 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 13951
/proc/meminfo: memFree=25783876/32872528 swapFree=12744/274376
[pid=13830] ppid=13827 vsize=0 CPUtime=1800.61 cores=0,2,4,6
/proc/13830/stat : 13830 (toysat) Z 13827 13830 11961 0 -1 4203532 2960951 0 0 0 178450 1611 0 0 20 0 2 0 114058148 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13830/statm: 0 0 0 0 0 0 0
[pid=13830/tid=13833] ppid=13827 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/13830/task/13833/stat : 13833 (toysat) R 13827 13830 11961 0 -1 4203588 2 0 0 0 0 58 0 0 20 0 2 0 114058149 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.95
CPU time (s): 1800.66
CPU user time (s): 1784.5
CPU system time (s): 16.1615
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 12252740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.5
system time used= 16.1615
maximum resident set size= 12018740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2960951
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= 72
involuntary context switches= 1893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85611 second user time and 8.75567 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-07 19:40:34
IDJOB=4079360
IDBENCH=92651
IDSOLVER=2542
FILE ID=node107/4079360-1465321229
RUNJOBID= node107-1465310409-12874
PBS_JOBID= 19848089
Free space on /tmp= 71300 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079360-1465321229/watcher-4079360-1465321229 -o /tmp/evaluation-result-4079360-1465321229/solver-4079360-1465321229 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465310409-12874 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079360-1465321229.opb

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

MD5SUM BENCH= a2f99c9ee3680d6c94873a7ed8cb4007
RANDOM SEED=513597756

node107.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.441
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.88
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.441
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.441
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.54
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.441
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.441
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.441
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.441
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.441
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:        30310816 kB
Buffers:           99540 kB
Cached:           742916 kB
SwapCached:         1648 kB
Active:          1233392 kB
Inactive:         289992 kB
Active(anon):     680092 kB
Inactive(anon):     2796 kB
Active(file):     553300 kB
Inactive(file):   287196 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098592 kB
Dirty:            476792 kB
Writeback:             0 kB
AnonPages:        952388 kB
Mapped:            10388 kB
Shmem:                 0 kB
Slab:             630164 kB
SReclaimable:      69280 kB
SUnreclaim:       560884 kB
KernelStack:        1472 kB
PageTables:         6820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1522596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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= 71500 MiB
End job on node107 at 2016-06-07 20:10:35