Trace number 4111128

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? (MO) 1014.89 1015.05

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f51-DC_side2.seq-B-2-2-irabcde.opb
MD5SUM5bcce4540be2313e0aff83c2be2d1521
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22531956965
Best CPU time to get the best result obtained on this benchmark60.9947
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5939
Total number of constraints17190
Number of constraints which are clauses17054
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint1
Maximum length of a constraint35
Number of terms in the objective function 517
Biggest coefficient in the objective function 262609375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 90337624999
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 262609375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 90337624999
Number of bits of the biggest sum of numbers37
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-20T06:50:28+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-4111128-1466398228.opb"]
0.00/0.01	c use --random-gen="2828886479 4245288011 1529305300 1255414531 2810243279 1612229664 2249224934 1607041074 1406301559 2774456166 4106339248 1678313958 1082906248 1544062489 3899726072 3383010768 637504965 2426308473 3443060401 1728102499 2545427181 715779469 1988012238 2976032675 1611396412 3323215988 3173487290 2357297373 2480141360 1134181377 1928378004 601506484 1441425039 4130808458 170856993 2094963523 2002040699 527381799 1505385237 2902685429 408792115 1630272680 951012561 2490697533 1085852487 2437619863 2991822475 3242574796 992070288 1338199181 3544079186 3637810071 2655626920 2359173498 2589642770 3840389213 4007951403 3444292688 415431138 4230130282 1486047971 3375899013 1037153832 1595054843 2238343650 3050948299 907164122 852289596 1147940346 3038550471 443518372 905760428 4250212510 4270608973 789049131 3140351838 443089848 2262688176 3005448886 304202009 705056212 475590423 3663450917 1336449279 185077877 2905765544 1105938409 1835998415 2070845537 864211569 1825272721 82082421 4256919151 2952439831 3424721663 3389016666 293697007 314375309 2693016319 386255367 414999983 2949073094 4109575948 2928886079 845665269 2545064101 3167218526 773689058 1563320439 494308518 1250387591 419987107 2008744780 1637998936 3591848216 2945635753 2598080485 2026775326 2675430425 410835082 450086741 1793151998 4126744566 1264111983 2780917555 1817082721 1520373705 2605000971 2473071313 2624492958 214245003 156423355 2034546720 2807694214 3746455780 1847801018 2968840237 1497509563 2955078801 58733098 2874252267 401687590 1504886381 383202219 3252270126 532712752 753886312 3470835401 186663064 1569967726 256616725 120905285 1026225939 1373297083 4113113772 4006055451 2604305172 462803948 3989413843 2757245845 3619369100 613241191 634432588 705705398 319695952 1263097803 3664151904 2044544244 749589230 423783094 1188792560 3105592360 4009278787 332113655 1569057544 4230482155 23840345 3406610466 4076843421 1986283802 3828805420 4173249869 150267214 2786438567 440352743 2670907684 1541326232 2971817007 400705929 174278431 2675492360 4156783735 3297336704 1808222930 833924825 2735890588 926143953 2677596815 1352334028 527547873 2989547360 2507033754 1416549310 1721594292 1144177622 71601781 282424715 3949938566 83501205 3637799380 1766018702 1170177179 2810714531 1102123212 1563439478 754426710 606668144 3984714791 1647555724 1277912152 1951767869 3704777510 2418089735 2892281185 990117588 3595651215 244650084 3531264278 1000635015 1372792974 3584072463 27589891 47367226 3938193378 3050269902 2289171578 660531819 2989879416 1139190525 3892137295 4249794389 756023141 445990195 285117019 1867750044 2636315409 1055602643 1612950948 60037992 1792148946 3001201103 1045681575 578766614 381641834 3718025166 3974095108 255 362436" option to reproduce the execution
0.09/0.13	c #vars 5939
0.09/0.13	c #constraints 17190
0.29/0.31	c BCD2: Hardening is enabled.
0.29/0.31	c BCD2: BiasedSearch is enabled.
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     7248      0 |      757 |        0
0.29/0.35	c  0.0s |       0 |      341 |        6 |     7248      0 |      757 |      968
0.29/0.35	c #cpu_time = 0.030s
0.29/0.35	c #wall_clock_time = 0.030s
0.29/0.35	c #decision = 341
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 6
0.29/0.35	c #restart = 0
0.29/0.35	o 65650843125
0.29/0.36	c BCD2: updating upper bound: 90337624999 -> 65650843124

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

pid=29247
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.07 2.12 2.15 3/180 29250
/proc/meminfo: memFree=21508060/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 2611 0 0 0 0 0 0 0 20 0 4 0 41872063 717680640 2972 33554432000 4194304 16246674 140735101097152 140735101096576 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 175727 2981 441 2943 0 172621 0
[pid=29250/tid=29251] ppid=29247 vsize=718268 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 735506432 3040 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 739700736 3056 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41872064 743895040 3073 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.07 2.12 2.15 3/180 29250
/proc/meminfo: memFree=21508060/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 25623 0 0 0 5 4 0 0 20 0 4 0 41872063 1250496512 25921 33554432000 4194304 16246674 140735101097152 140735101096464 4225056 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 305297 25921 801 2943 0 302191 0
[pid=29250/tid=29251] ppid=29247 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1250496512 25921 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1250496512 25921 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1250496512 25921 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200516 s]
/proc/loadavg: 2.07 2.12 2.15 3/180 29250
/proc/meminfo: memFree=21508060/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 45638 0 0 0 12 7 0 0 20 0 4 0 41872063 1333334016 45936 33554432000 4194304 16246674 140735101097152 140735101096464 13927278 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 325521 45936 837 2943 0 322415 0
[pid=29250/tid=29251] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 45936 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 45936 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 45936 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300493 s]
/proc/loadavg: 2.07 2.12 2.15 3/180 29250
/proc/meminfo: memFree=21508060/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 55911 0 0 0 20 9 0 0 20 0 4 0 41872063 1333334016 56209 33554432000 4194304 16246674 140735101097152 140735101096464 6740269 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 325521 56216 837 2943 0 322415 0
[pid=29250/tid=29251] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 56220 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 56226 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 56230 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700398 s]
/proc/loadavg: 2.07 2.12 2.15 3/180 29250
/proc/meminfo: memFree=21508060/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1302084 CPUtime=0.69 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 156840 0 0 0 48 21 0 0 20 0 4 0 41872063 1333334016 157139 33554432000 4194304 16246674 140735101097152 140735101096464 12414001 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 325521 157155 897 2943 0 322415 0
[pid=29250/tid=29251] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 157167 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 157178 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1333334016 157189 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1302084

[startup+1.50043 s]
/proc/loadavg: 2.07 2.12 2.15 3/184 29254
/proc/meminfo: memFree=20465884/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1353284 CPUtime=1.49 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 279399 0 0 0 113 36 0 0 20 0 4 0 41872063 1385762816 279697 33554432000 4194304 16246674 140735101097152 140735101096464 12449269 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 338321 279697 898 2943 0 335215 0
[pid=29250/tid=29251] ppid=29247 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1385762816 279697 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1385762816 279697 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1385762816 279697 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1353284

[startup+3.10042 s]
/proc/loadavg: 2.07 2.12 2.15 3/184 29254
/proc/meminfo: memFree=20357136/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1386052 CPUtime=3.09 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 287711 0 0 0 272 37 0 0 20 0 4 0 41872063 1419317248 288009 33554432000 4194304 16246674 140735101097152 140735101079040 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 346513 288009 898 2943 0 343407 0
[pid=29250/tid=29251] ppid=29247 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1419317248 288009 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1419317248 288009 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1419317248 288009 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1386052

[startup+6.30042 s]
/proc/loadavg: 2.07 2.12 2.14 3/184 29254
/proc/meminfo: memFree=20357276/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1386052 CPUtime=6.29 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 287711 0 0 0 592 37 0 0 20 0 4 0 41872063 1419317248 288009 33554432000 4194304 16246674 140735101097152 140735101094976 12654339 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 346513 288009 898 2943 0 343407 0
[pid=29250/tid=29251] ppid=29247 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1419317248 288009 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1419317248 288009 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1419317248 288009 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1386052

[startup+12.7003 s]
/proc/loadavg: 2.06 2.12 2.14 3/184 29254
/proc/meminfo: memFree=20198592/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1544772 CPUtime=12.69 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 327391 0 0 0 1226 43 0 0 20 0 4 0 41872063 1581846528 327689 33554432000 4194304 16246674 140735101097152 140735101079040 4206664 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 386193 327689 898 2943 0 383087 0
[pid=29250/tid=29251] ppid=29247 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 1581846528 327689 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 1581846528 327689 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 1581846528 327689 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1544772

[startup+25.5005 s]
/proc/loadavg: 2.27 2.16 2.16 3/184 29254
/proc/meminfo: memFree=18208584/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=1980996 CPUtime=25.48 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 436447 0 0 0 2492 56 0 0 20 0 4 0 41872063 2028539904 436745 33554432000 4194304 16246674 140735101097152 140735101096464 4220487 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 495249 436745 898 2943 0 492143 0
[pid=29250/tid=29251] ppid=29247 vsize=1980996 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 2028539904 436745 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=1980996 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 2028539904 436745 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=1980996 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 2028539904 436745 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1980996

[startup+51.1005 s]
/proc/loadavg: 2.32 2.18 2.16 3/183 29255
/proc/meminfo: memFree=17199516/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=2988612 CPUtime=51.07 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 688353 0 0 0 5016 91 0 0 20 0 4 0 41872063 3060338688 688651 33554432000 4194304 16246674 140735101097152 140735101095040 4206664 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 747153 688651 899 2943 0 744047 0
[pid=29250/tid=29251] ppid=29247 vsize=2988612 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 3060338688 688651 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=2988612 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 3060338688 688651 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=2988612 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 3060338688 688651 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2988612

[startup+102.3 s]
/proc/loadavg: 2.18 2.16 2.16 3/183 29256
/proc/meminfo: memFree=15287144/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=4266564 CPUtime=102.28 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 1007647 0 0 0 10092 136 0 0 20 0 4 0 41872063 4368961536 1007945 33554432000 4194304 16246674 140735101097152 140735101095040 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29250/statm: 1066641 1007948 899 2943 0 1063535 0
[pid=29250/tid=29251] ppid=29247 vsize=4266564 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 4368961536 1007970 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=4266564 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 4368961536 1007981 33554432000 4194304 16246674 140735101097152 140104140037136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=4266564 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 4368961536 1007985 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4266564


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


[startup+642.3 s]
/proc/loadavg: 2.02 2.06 2.10 4/184 29293
/proc/meminfo: memFree=3912700/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14035524 CPUtime=642.19 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4038889 0 0 0 63620 599 0 0 20 0 4 0 41872063 14372376576 3450387 33554432000 4194304 16246674 140735101097152 140735101096328 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3508881 3450387 903 2943 0 3505775 0
[pid=29250/tid=29251] ppid=29247 vsize=14035524 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14372376576 3450387 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14035524 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14372376576 3450387 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14035524 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14372376576 3450387 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 14035524

[startup+702.3 s]
/proc/loadavg: 2.06 2.06 2.09 3/183 29295
/proc/meminfo: memFree=13951196/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14143044 CPUtime=702.17 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4257257 0 0 0 69581 636 0 0 20 0 4 0 41872063 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140735101096248 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3535761 3477267 903 2943 0 3532655 0
[pid=29250/tid=29251] ppid=29247 vsize=14143044 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14143044 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14143044 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 14143044

[startup+762.3 s]
/proc/loadavg: 2.06 2.06 2.09 3/183 29296
/proc/meminfo: memFree=11343592/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14143044 CPUtime=762.18 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4257257 0 0 0 75578 640 0 0 20 0 4 0 41872063 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140735101096248 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3535761 3477267 903 2943 0 3532655 0
[pid=29250/tid=29251] ppid=29247 vsize=14143044 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14143044 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14143044 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14482477056 3477267 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 14143044

[startup+822.3 s]
/proc/loadavg: 2.02 2.05 2.08 3/183 29297
/proc/meminfo: memFree=8614220/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14357060 CPUtime=822.16 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4257617 0 0 0 81567 649 0 0 20 0 4 0 41872063 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140735101095104 14007280 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3589265 3530771 903 2943 0 3586159 0
[pid=29250/tid=29251] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104140037136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 14357060

[startup+882.308 s]
/proc/loadavg: 2.18 2.08 2.09 3/183 29298
/proc/meminfo: memFree=7281200/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14357060 CPUtime=882.15 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4257617 0 0 0 87563 652 0 0 20 0 4 0 41872063 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140735101096328 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3589265 3530771 903 2943 0 3586159 0
[pid=29250/tid=29251] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 14357060

[startup+942.3 s]
/proc/loadavg: 2.11 2.08 2.09 3/183 29299
/proc/meminfo: memFree=5774424/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14357060 CPUtime=942.13 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4257617 0 0 0 93558 655 0 0 20 0 4 0 41872063 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140735101095104 14014067 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3589265 3530771 903 2943 0 3586159 0
[pid=29250/tid=29251] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104140037136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 14357060

[startup+1002.3 s]
/proc/loadavg: 2.22 2.11 2.10 3/183 29301
/proc/meminfo: memFree=4052420/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=14357060 CPUtime=1002.13 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4257617 0 0 0 99555 658 0 0 20 0 4 0 41872063 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140735101096248 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3589265 3530771 903 2943 0 3586159 0
[pid=29250/tid=29251] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=14357060 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 14701629440 3530771 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 14357060



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1014.2 s]
/proc/loadavg: 2.25 2.12 2.10 4/183 29301
/proc/meminfo: memFree=2517508/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=15892036 CPUtime=1014.03 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) R 29247 29250 27433 0 -1 4202496 4641143 0 0 0 100687 716 0 0 20 0 4 0 41872063 16273444864 3914297 33554432000 4194304 16246674 140735101097152 140735101096328 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 3973009 3914297 903 2943 0 3969903 0
[pid=29250/tid=29251] ppid=29247 vsize=15892036 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29251/stat : 29251 (toysat) S 29247 29250 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41872064 16273444864 3914297 33554432000 4194304 16246674 140735101097152 140104150527216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29250/tid=29252] ppid=29247 vsize=15892036 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29252/stat : 29252 (toysat) S 29247 29250 27433 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41872064 16273444864 3914297 33554432000 4194304 16246674 140735101097152 140104140037360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=15892036 CPUtime=0 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) S 29247 29250 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41872064 16273444864 3914303 33554432000 4194304 16246674 140735101097152 140104129563824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1014.03
Current children cumulated vsize (KiB) 15892036

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

[startup+1014.4 s]
/proc/loadavg: 2.25 2.12 2.10 4/183 29301
/proc/meminfo: memFree=2517508/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=0 CPUtime=1014.23 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) Z 29247 29250 27433 0 -1 4203532 4641618 0 0 0 100688 735 0 0 20 0 2 0 41872063 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 0 0 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=0 CPUtime=0.17 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) R 29247 29250 27433 0 -1 4203588 2 0 0 0 0 17 0 0 20 0 2 0 41872064 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) 1014.23
Current children cumulated vsize (KiB) 0

[startup+1014.8 s]
/proc/loadavg: 2.25 2.12 2.10 4/183 29301
/proc/meminfo: memFree=2517508/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=0 CPUtime=1014.63 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) Z 29247 29250 27433 0 -1 4203532 4641618 0 0 0 100688 775 0 0 20 0 2 0 41872063 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 0 0 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=0 CPUtime=0.57 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) R 29247 29250 27433 0 -1 4203588 2 0 0 0 0 57 0 0 20 0 2 0 41872064 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) 1014.63
Current children cumulated vsize (KiB) 0

[startup+1015 s]
/proc/loadavg: 2.25 2.12 2.10 4/183 29301
/proc/meminfo: memFree=2517508/32872528 swapFree=682476/737664
[pid=29250] ppid=29247 vsize=0 CPUtime=1014.83 cores=0,2,4,6
/proc/29250/stat : 29250 (toysat) Z 29247 29250 27433 0 -1 4203532 4641618 0 0 0 100688 795 0 0 20 0 2 0 41872063 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29250/statm: 0 0 0 0 0 0 0
[pid=29250/tid=29253] ppid=29247 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/29250/task/29253/stat : 29253 (toysat) R 29247 29250 27433 0 -1 4203588 2 0 0 0 0 77 0 0 20 0 2 0 41872064 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) 1014.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1015.05
CPU time (s): 1014.89
CPU user time (s): 1006.88
CPU system time (s): 8.00378
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 15892036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1006.88
system time used= 8.00378
maximum resident set size= 15659088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4641618
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= 325
involuntary context switches= 1144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.18236 second user time and 5.39618 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-20 06:50:28
IDJOB=4111128
IDBENCH=108871
IDSOLVER=2542
FILE ID=node112/4111128-1466398228
RUNJOBID= node112-1466384098-27449
PBS_JOBID= 19923269
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f51-DC_side2.seq-B-2-2-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111128-1466398228/watcher-4111128-1466398228 -o /tmp/evaluation-result-4111128-1466398228/solver-4111128-1466398228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466384098-27449 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111128-1466398228.opb

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

MD5SUM BENCH= 5bcce4540be2313e0aff83c2be2d1521
RANDOM SEED=633480787

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        21508604 kB
Buffers:           50728 kB
Cached:            86924 kB
SwapCached:          948 kB
Active:          9809548 kB
Inactive:          65768 kB
Active(anon):    9738560 kB
Inactive(anon):     1332 kB
Active(file):      70988 kB
Inactive(file):    64436 kB
Unevictable:      737664 kB
Mlocked:          682476 kB
SwapTotal:      67108856 kB
SwapFree:       67097688 kB
Dirty:             16756 kB
Writeback:             0 kB
AnonPages:      10513164 kB
Mapped:            10788 kB
Shmem:                 0 kB
Slab:             599196 kB
SReclaimable:      43128 kB
SUnreclaim:       556068 kB
KernelStack:        1520 kB
PageTables:        24500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   10618776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 71680 MiB
End job on node112 at 2016-06-20 07:07:24