Trace number 4079317

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) 290.688 290.739

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_0_ic.opb
MD5SUMf2f3c2f48d6893b638576945c3e9afc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5767234
Best CPU time to get the best result obtained on this benchmark1.9527
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 80621568
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 2887186803
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 80621568
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 2887186803
Number of bits of the biggest sum of numbers32
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-08T01:38:07+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-4079317-1465342687.opb"]
0.00/0.01	c use --random-gen="1293513276 1215396643 1421390188 1266765529 305158356 3184974723 4264705339 1768305805 149563544 2828788834 2972810100 3932002321 4128845582 2147846535 1864475828 3987614915 2841361292 3682313433 3796133891 2608277969 2004778808 3417383506 4269789371 1178506268 2151630099 2873677442 739436594 3438759056 2490445335 3119711815 519015704 2448670492 3963247898 1689200597 662997065 199430327 1102757389 3189616348 753552803 3993371869 3737710070 1706222182 2172864962 340595189 430818981 1007411396 2287832100 2925382537 1720139055 981354036 436354559 3218283037 1492452450 130879329 512175680 1544509693 884899430 2115944238 1647427488 489184667 1526019840 2400437497 2516387773 236255487 3834197049 2914543400 1804733418 673970233 3078843642 4204402916 321101170 2333030117 3412491660 3962375817 911991684 1926853953 1720190618 325210386 3148804604 3315857685 2103138930 1187778090 1103923425 1314369102 2847673450 398614633 3735411338 1435325469 864676113 400532210 167016832 3794871525 3309816184 2425722400 570236182 1674004331 1993700921 3240825306 3043182065 646604459 3150000912 3545709875 3738950841 2646108469 3159196003 925832894 2465912235 3990414440 2670265001 1042016825 1988258275 3128612307 3835071381 2755350751 3444413582 3103354331 3626319957 613148131 2596212894 2207570990 811155281 4197360406 2973211405 3593500928 2947268874 4193099333 2901454306 4045126301 3734401927 3857117681 615007708 603693097 4263746571 4151685302 3689096584 651801925 2117150745 1353394870 906097415 402989799 2125443119 1201583794 1980618146 2847589519 174624542 3624961485 2825625720 1917495188 966312150 3508206674 2457685209 1595170674 3887742088 333616184 4229711490 650213607 1657814080 4199647683 3055742437 46800550 1094726727 524594480 961688126 3927515746 2919505706 1849478731 2572465045 3366929542 1811569396 2510918210 3969199105 2769297657 24029444 3929873909 2752069311 3890642353 1755979448 3705365948 2537912159 2809403161 4063605886 1128713034 1991461926 4287332504 3339593094 2225675614 652924667 2742342070 1693258187 107132569 3347826499 2206937105 1949923321 1686099070 894743395 1710930003 1929131247 727074558 354428187 2544365706 4010833065 4078237025 2985812173 846676861 3928730323 3288878267 1045837380 143510954 860052816 1835347632 320292847 381396609 3262930935 1915435597 7742456 207315280 1119720387 772803038 3377869198 999087409 4222602186 999489303 1584585102 1060542167 4250148372 4180570033 3401745319 1995238748 2947071083 2331426075 3705499334 2401728156 730829711 2255062823 1280499988 1350330606 891729056 144545754 231959860 2674187000 2753178226 668958064 4180553018 1460697949 555198144 2147784756 1951318097 836337659 275547222 2834644812 3634691122 1487670713 3437287890 1886637529 797195709 1109887815 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3435
0.00/0.07	c #constraints 6802
0.19/0.20	c BCD2: Hardening is enabled.
0.19/0.20	c BCD2: BiasedSearch is enabled.
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     3622      0 |       45 |        0
0.19/0.28	c  0.1s |       1 |      136 |      100 |     3622      0 |       45 |        0
0.39/0.43	c  0.2s |       1 |      314 |      188 |     3985      0 |       45 |        0
0.39/0.43	c #cpu_time = 0.231s
0.39/0.43	c #wall_clock_time = 0.232s
0.39/0.43	c #decision = 314
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 188
0.39/0.43	c #restart = 1
0.39/0.43	o 315865766
0.39/0.44	c BCD2: updating upper bound: 2887186803 -> 315865780
0.39/0.45	c BCD2: 0 <= obj <= 315865780
0.39/0.45	c BCD2: #cores=0, #unrelaxed=645, #relaxed=0, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.39/0.46	c  0.0s |       0 |       88 |        1 |     3985      0 |       45 |        0
0.39/0.46	c #cpu_time = 0.013s
0.39/0.46	c #wall_clock_time = 0.013s
0.39/0.46	c #decision = 88
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 1
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 88: cost of the new core is >=54872
0.39/0.46	c lower bound updated to 54857
0.39/0.47	c BCD2: 54872 <= obj <= 315865780
0.39/0.47	c BCD2: #cores=1, #unrelaxed=557, #relaxed=88, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=2 bias=2/3
0.48/0.53	c Solving starts ...
0.48/0.53	c ============================[ Search Statistics ]============================
0.48/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.53	c =============================================================================
0.48/0.53	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.48/0.54	c  0.0s |       0 |       90 |        1 |     3985      0 |       45 |        0
0.48/0.54	c #cpu_time = 0.013s
0.48/0.54	c #wall_clock_time = 0.013s
0.48/0.54	c #decision = 90
0.48/0.54	c #random_decision = 0
0.48/0.54	c #conflict = 1
0.48/0.54	c #restart = 0
0.48/0.54	c BCD2: found a new core of size 89: cost of the new core is >=54872
0.48/0.54	c lower bound updated to 109729
0.48/0.55	c BCD2: 109744 <= obj <= 315865780
0.48/0.55	c BCD2: #cores=2, #unrelaxed=468, #relaxed=177, #hardened=0
0.48/0.55	c BCD2: #sat=1 #unsat=3 bias=3/4
23.58/23.68	c Solving starts ...
23.58/23.68	c ============================[ Search Statistics ]============================
23.58/23.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.68	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.68	c =============================================================================
23.58/23.68	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
23.58/23.68	c  0.0s |       0 |       60 |        0 |     3985      0 |       45 |        0
23.58/23.68	c #cpu_time = 0.006s
23.58/23.68	c #wall_clock_time = 0.006s
23.58/23.68	c #decision = 60
23.58/23.68	c #random_decision = 0
23.58/23.68	c #conflict = 0
23.58/23.68	c #restart = 0
23.58/23.68	c BCD2: found a new core of size 27: cost of the new core is >=1764
23.58/23.68	c lower bound updated to 111493
23.58/23.69	c BCD2: 111508 <= obj <= 315865780
23.58/23.69	c BCD2: #cores=3, #unrelaxed=441, #relaxed=204, #hardened=0
23.58/23.69	c BCD2: #sat=1 #unsat=4 bias=4/5
23.88/23.99	c Solving starts ...
23.88/23.99	c ============================[ Search Statistics ]============================
23.88/23.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.88/23.99	c       |         |          |          |    Limit     GC | Var      | Constra 
23.88/23.99	c =============================================================================
23.88/23.99	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
23.98/24.00	c  0.0s |       0 |       58 |        0 |     3985      0 |       45 |        0
23.98/24.00	c #cpu_time = 0.007s
23.98/24.00	c #wall_clock_time = 0.007s
23.98/24.00	c #decision = 58
23.98/24.00	c #random_decision = 0
23.98/24.00	c #conflict = 0
23.98/24.00	c #restart = 0
23.98/24.00	c BCD2: relaxing 24 and merging with 1 cores into a new core of size 51: cost of the new core is >=3208
23.98/24.00	c lower bound updated to 112937
23.98/24.01	c BCD2: 112952 <= obj <= 315865780
23.98/24.01	c BCD2: #cores=3, #unrelaxed=417, #relaxed=228, #hardened=0
23.98/24.01	c BCD2: #sat=1 #unsat=5 bias=5/6
39.89/39.93	c Solving starts ...
39.89/39.93	c ============================[ Search Statistics ]============================
39.89/39.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.89/39.93	c       |         |          |          |    Limit     GC | Var      | Constra 
39.89/39.93	c =============================================================================
39.89/39.93	c  0.0s |       0 |        0 |        0 |     3985      0 |       46 |        0
39.89/39.94	c  0.0s |       0 |       65 |        0 |     3985      0 |       46 |        1
39.89/39.94	c #cpu_time = 0.007s
39.89/39.94	c #wall_clock_time = 0.008s
39.89/39.94	c #decision = 65
39.89/39.94	c #random_decision = 0
39.89/39.94	c #conflict = 0
39.89/39.94	c #restart = 0
39.89/39.94	c BCD2: found a new core of size 27: cost of the new core is >=1444
39.89/39.94	c lower bound updated to 114381
39.89/39.95	c BCD2: 114396 <= obj <= 315865780
39.89/39.95	c BCD2: #cores=4, #unrelaxed=390, #relaxed=255, #hardened=0
39.89/39.95	c BCD2: #sat=1 #unsat=6 bias=6/7
47.58/47.66	c Solving starts ...
47.58/47.66	c ============================[ Search Statistics ]============================
47.58/47.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
47.58/47.66	c       |         |          |          |    Limit     GC | Var      | Constra 
47.58/47.66	c =============================================================================
47.58/47.66	c  0.0s |       0 |        0 |        0 |     3985      0 |       46 |        1
47.58/47.67	c  0.0s |       0 |       65 |        0 |     3985      0 |       46 |        1
47.58/47.67	c #cpu_time = 0.007s
47.58/47.67	c #wall_clock_time = 0.007s
47.58/47.67	c #decision = 65
47.58/47.67	c #random_decision = 0
47.58/47.67	c #conflict = 0
47.58/47.67	c #restart = 0
47.58/47.67	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 76: cost of the new core is >=4889
47.58/47.67	c lower bound updated to 116062
47.58/47.67	c BCD2: 116077 <= obj <= 315865780
47.58/47.67	c BCD2: #cores=4, #unrelaxed=365, #relaxed=280, #hardened=0
47.58/47.67	c BCD2: #sat=1 #unsat=7 bias=7/8
48.88/48.98	c Solving starts ...
48.88/48.98	c ============================[ Search Statistics ]============================
48.88/48.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.88/48.98	c       |         |          |          |    Limit     GC | Var      | Constra 
48.88/48.98	c =============================================================================
48.88/48.98	c  0.0s |       0 |        0 |        0 |     3985      0 |       48 |        1
48.88/48.99	c  0.0s |       0 |       55 |        0 |     3985      0 |       48 |        4
48.88/48.99	c #cpu_time = 0.007s
48.88/48.99	c #wall_clock_time = 0.007s
48.88/48.99	c #decision = 55
48.88/48.99	c #random_decision = 0
48.88/48.99	c #conflict = 0
48.88/48.99	c #restart = 0
48.88/48.99	c BCD2: relaxing 24 and merging with 1 cores into a new core of size 100: cost of the new core is >=13170
48.88/48.99	c lower bound updated to 124343
48.98/49.00	c BCD2: 124358 <= obj <= 315865780
48.98/49.00	c BCD2: #cores=4, #unrelaxed=341, #relaxed=304, #hardened=0
48.98/49.00	c BCD2: #sat=1 #unsat=8 bias=8/9
71.68/71.76	c Solving starts ...
71.68/71.76	c ============================[ Search Statistics ]============================
71.68/71.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.68/71.76	c       |         |          |          |    Limit     GC | Var      | Constra 
71.68/71.76	c =============================================================================
71.68/71.76	c  0.0s |       0 |        0 |        0 |     3985      0 |       49 |        4
71.68/71.77	c  0.0s |       0 |       60 |        0 |     3985      0 |       49 |        5
71.68/71.77	c #cpu_time = 0.008s
71.68/71.77	c #wall_clock_time = 0.008s
71.68/71.77	c #decision = 60
71.68/71.77	c #random_decision = 0
71.68/71.77	c #conflict = 0
71.68/71.77	c #restart = 0
71.68/71.77	c BCD2: found a new core of size 27: cost of the new core is >=3721
71.68/71.77	c lower bound updated to 128064
71.68/71.78	c BCD2: 128079 <= obj <= 315865780
71.68/71.78	c BCD2: #cores=5, #unrelaxed=314, #relaxed=331, #hardened=0
71.68/71.78	c BCD2: #sat=1 #unsat=9 bias=9/10

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

pid=22862
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.29 2.26 2.19 4/179 22865
/proc/meminfo: memFree=29112268/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 2596 0 0 0 0 0 0 0 20 0 4 0 116201088 714534912 3468 33554432000 4194304 16246674 140734119726000 140734119725424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 175215 3477 441 2943 0 172109 0
[pid=22865/tid=22866] ppid=22862 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 732360704 3537 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=720316 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 737603584 3554 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=723388 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 740749312 3569 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.29 2.26 2.19 4/179 22865
/proc/meminfo: memFree=29112268/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 26272 0 0 0 5 4 0 0 20 0 4 0 116201088 1249447936 27081 33554432000 4194304 16246674 140734119726000 140734119725312 6974459 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 305041 27088 843 2943 0 301935 0
[pid=22865/tid=22866] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 27094 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 27099 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 27103 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200521 s]
/proc/loadavg: 2.29 2.26 2.19 4/179 22865
/proc/meminfo: memFree=29112268/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1220164 CPUtime=0.19 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 44767 0 0 0 11 8 0 0 20 0 4 0 116201088 1249447936 45576 33554432000 4194304 16246674 140734119726000 140734119725312 6757465 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 305041 45585 843 2943 0 301935 0
[pid=22865/tid=22866] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 45590 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 45596 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 45602 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1220164

[startup+0.300516 s]
/proc/loadavg: 2.29 2.26 2.19 4/179 22865
/proc/meminfo: memFree=29112268/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1220164 CPUtime=0.28 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 56022 0 0 0 19 9 0 0 20 0 4 0 116201088 1249447936 56831 33554432000 4194304 16246674 140734119726000 140734119725312 5602895 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 305041 56834 886 2943 0 301935 0
[pid=22865/tid=22866] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 56835 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 56837 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 56839 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1220164

[startup+0.700423 s]
/proc/loadavg: 2.29 2.26 2.19 4/179 22865
/proc/meminfo: memFree=29112268/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1220164 CPUtime=0.69 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 135658 0 0 0 49 20 0 0 20 0 4 0 116201088 1249447936 136467 33554432000 4194304 16246674 140734119726000 140734119725312 12652961 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 305041 136477 909 2943 0 301935 0
[pid=22865/tid=22866] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 136482 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 136487 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1249447936 136492 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1220164

[startup+1.50041 s]
/proc/loadavg: 2.29 2.26 2.19 5/183 22869
/proc/meminfo: memFree=28179844/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1351236 CPUtime=1.49 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 278758 0 0 0 110 39 0 0 20 0 4 0 116201088 1383665664 279567 33554432000 4194304 16246674 140734119726000 140734119723792 4210785 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 337809 279567 910 2943 0 334703 0
[pid=22865/tid=22866] ppid=22862 vsize=1351236 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1383665664 279567 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1351236 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1383665664 279567 33554432000 4194304 16246674 140734119726000 140449167678480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1351236 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1383665664 279567 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1351236

[startup+3.10043 s]
/proc/loadavg: 2.27 2.25 2.19 4/183 22869
/proc/meminfo: memFree=27993960/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1351236 CPUtime=3.09 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 279015 0 0 0 270 39 0 0 20 0 4 0 116201088 1383665664 279824 33554432000 4194304 16246674 140734119726000 140734119723792 4220520 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 337809 279824 910 2943 0 334703 0
[pid=22865/tid=22866] ppid=22862 vsize=1351236 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1383665664 279824 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1351236 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1383665664 279824 33554432000 4194304 16246674 140734119726000 140449167678480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1351236 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1383665664 279824 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1351236

[startup+6.30043 s]
/proc/loadavg: 2.27 2.25 2.19 4/183 22869
/proc/meminfo: memFree=27936576/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=1408580 CPUtime=6.29 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 293352 0 0 0 588 41 0 0 20 0 4 0 116201088 1442385920 294161 33554432000 4194304 16246674 140734119726000 140734119723792 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 352145 294161 910 2943 0 349039 0
[pid=22865/tid=22866] ppid=22862 vsize=1408580 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 1442385920 294161 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=1408580 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 1442385920 294161 33554432000 4194304 16246674 140734119726000 140449167678480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=1408580 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 1442385920 294161 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1408580

[startup+12.7004 s]
/proc/loadavg: 2.23 2.25 2.19 3/183 22869
/proc/meminfo: memFree=27154044/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=2050628 CPUtime=12.69 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 488424 0 0 0 1199 70 0 0 20 0 4 0 116201088 2099843072 454673 33554432000 4194304 16246674 140734119726000 140734119725096 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 512657 454673 910 2943 0 509551 0
[pid=22865/tid=22866] ppid=22862 vsize=2050628 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 2099843072 454673 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=2050628 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 2099843072 454673 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=2050628 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 2099843072 454673 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2050628

[startup+25.5005 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 22869
/proc/meminfo: memFree=26702384/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=2638404 CPUtime=25.48 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 635368 0 0 0 2459 89 0 0 20 0 4 0 116201088 2701725696 601617 33554432000 4194304 16246674 140734119726000 140734119707904 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 659601 601617 910 2943 0 656495 0
[pid=22865/tid=22866] ppid=22862 vsize=2638404 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 2701725696 601617 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=2638404 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 2701725696 601617 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=2638404 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 2701725696 601617 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2638404

[startup+51.1005 s]
/proc/loadavg: 2.25 2.25 2.19 3/183 22869
/proc/meminfo: memFree=26702600/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=2638404 CPUtime=51.08 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 635371 0 0 0 5018 90 0 0 20 0 4 0 116201088 2701725696 601620 33554432000 4194304 16246674 140734119726000 140734119725216 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 659601 601620 913 2943 0 656495 0
[pid=22865/tid=22866] ppid=22862 vsize=2638404 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 2701725696 601620 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=2638404 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 2701725696 601620 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=2638404 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 2701725696 601620 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2638404

[startup+102.301 s]
/proc/loadavg: 2.18 2.23 2.19 3/183 22870
/proc/meminfo: memFree=23847936/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=5487172 CPUtime=102.28 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 1805040 0 0 0 9970 258 0 0 20 0 4 0 116201088 5618864128 1313817 33554432000 4194304 16246674 140734119726000 140734119725096 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 1371793 1313817 916 2943 0 1368687 0
[pid=22865/tid=22866] ppid=22862 vsize=5487172 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 5618864128 1313817 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=5487172 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 5618864128 1313817 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=5487172 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 5618864128 1313817 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5487172

[startup+162.3 s]
/proc/loadavg: 2.29 2.25 2.19 3/184 22874
/proc/meminfo: memFree=18452796/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=10871364 CPUtime=162.27 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 3151093 0 0 0 15788 439 0 0 20 0 4 0 116201088 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140734119723840 14006562 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 2717841 2659870 920 2943 0 2714735 0
[pid=22865/tid=22866] ppid=22862 vsize=10871364 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=10871364 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140449167678480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=10871364 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 10871364

[startup+222.308 s]
/proc/loadavg: 2.29 2.25 2.19 4/183 22875
/proc/meminfo: memFree=18452716/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=10871364 CPUtime=222.26 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 3151093 0 0 0 21785 441 0 0 20 0 4 0 116201088 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140734119725096 13896937 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 2717841 2659870 920 2943 0 2714735 0
[pid=22865/tid=22866] ppid=22862 vsize=10871364 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=10871364 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=10871364 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 11132276736 2659870 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 10871364

[startup+282.3 s]
/proc/loadavg: 2.18 2.23 2.18 4/183 22876
/proc/meminfo: memFree=15783452/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=13535812 CPUtime=282.25 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 3767128 0 0 0 27698 527 0 0 20 0 4 0 116201088 13860671488 3325983 33554432000 4194304 16246674 140734119726000 140734119725176 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 3383953 3325983 920 2943 0 3380847 0
[pid=22865/tid=22866] ppid=22862 vsize=13535812 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 13860671488 3325983 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=13535812 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 13860671488 3325983 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=13535812 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 13860671488 3325983 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 13535812



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+289.9 s]
/proc/loadavg: 2.25 2.24 2.19 3/183 22876
/proc/meminfo: memFree=13806256/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=15878724 CPUtime=289.85 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) R 22862 22865 2168 0 -1 4202496 4352752 0 0 0 28369 616 0 0 20 0 4 0 116201088 16259813376 3911607 33554432000 4194304 16246674 140734119726000 140734119725096 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 3969681 3911607 920 2943 0 3966575 0
[pid=22865/tid=22866] ppid=22862 vsize=15878724 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22866/stat : 22866 (toysat) S 22862 22865 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116201089 16259813376 3911607 33554432000 4194304 16246674 140734119726000 140449178168560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22865/tid=22867] ppid=22862 vsize=15878724 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22867/stat : 22867 (toysat) S 22862 22865 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116201089 16259813376 3911607 33554432000 4194304 16246674 140734119726000 140449167678704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=15878724 CPUtime=0 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) S 22862 22865 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116201089 16259813376 3911607 33554432000 4194304 16246674 140734119726000 140449054452912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 289.85
Current children cumulated vsize (KiB) 15878724

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

[startup+290.4 s]
/proc/loadavg: 2.25 2.24 2.19 3/181 22876
/proc/meminfo: memFree=22629984/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=0 CPUtime=290.35 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) Z 22862 22865 2168 0 -1 4203532 4353416 0 0 0 28369 666 0 0 20 0 2 0 116201088 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 0 0 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=0 CPUtime=0.49 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) R 22862 22865 2168 0 -1 4203588 1 0 0 0 0 49 0 0 20 0 2 0 116201089 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 290.35
Current children cumulated vsize (KiB) 0

[startup+290.6 s]
/proc/loadavg: 2.25 2.24 2.19 3/181 22876
/proc/meminfo: memFree=22629984/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=0 CPUtime=290.54 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) Z 22862 22865 2168 0 -1 4203532 4353416 0 0 0 28369 685 0 0 20 0 2 0 116201088 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 0 0 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) R 22862 22865 2168 0 -1 4203588 1 0 0 0 0 68 0 0 20 0 2 0 116201089 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 290.54
Current children cumulated vsize (KiB) 0

[startup+290.7 s]
/proc/loadavg: 2.25 2.24 2.19 3/181 22876
/proc/meminfo: memFree=22629984/32872528 swapFree=16636/1570076
[pid=22865] ppid=22862 vsize=0 CPUtime=290.64 cores=1,3,5,7
/proc/22865/stat : 22865 (toysat) Z 22862 22865 2168 0 -1 4203532 4353416 0 0 0 28369 695 0 0 20 0 2 0 116201088 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22865/statm: 0 0 0 0 0 0 0
[pid=22865/tid=22868] ppid=22862 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/22865/task/22868/stat : 22868 (toysat) R 22862 22865 2168 0 -1 4203588 1 0 0 0 0 78 0 0 20 0 2 0 116201089 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 290.64
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 290.739
CPU time (s): 290.688
CPU user time (s): 283.697
CPU system time (s): 6.99094
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 15878724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.697
system time used= 6.99094
maximum resident set size= 15649084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4353416
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= 229
involuntary context switches= 536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04884 second user time and 1.40978 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 01:38:07
IDJOB=4079317
IDBENCH=92776
IDSOLVER=2542
FILE ID=node140/4079317-1465342687
RUNJOBID= node140-1465312758-19944
PBS_JOBID= 19850417
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_0_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079317-1465342687/watcher-4079317-1465342687 -o /tmp/evaluation-result-4079317-1465342687/solver-4079317-1465342687 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19944 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079317-1465342687.opb

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

MD5SUM BENCH= f2f3c2f48d6893b638576945c3e9afc6
RANDOM SEED=69051610

node140.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.768
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.53
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.768
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.768
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.55
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29112804 kB
Buffers:           80680 kB
Cached:           235068 kB
SwapCached:         1660 kB
Active:          1275600 kB
Inactive:         164944 kB
Active(anon):    1121576 kB
Inactive(anon):     5988 kB
Active(file):     154024 kB
Inactive(file):   158956 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             16712 kB
Writeback:             0 kB
AnonPages:       2694764 kB
Mapped:            10668 kB
Shmem:                 0 kB
Slab:             614372 kB
SReclaimable:      58144 kB
SUnreclaim:       556228 kB
KernelStack:        1536 kB
PageTables:         9288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2839148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1570816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node140 at 2016-06-08 01:42:58