Trace number 4079323

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) 222.375 222.422

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_6_ic.opb
MD5SUMa269e9c33b53994688ddcd5a079e2567
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8489816
Best CPU time to get the best result obtained on this benchmark2.25366
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 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 3697226789
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 3697226789
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-08T00:53:17+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-4079323-1465339997.opb"]
0.00/0.01	c use --random-gen="1417628888 2070308348 2960017154 1518473726 4164966792 830529872 2767099037 3667656308 135231035 4177815884 2029109211 3930918041 3751505548 4189848745 977009621 311499325 1518511750 572014928 2812418719 1640979164 1927739680 737229057 1597613204 195330895 1036866176 731912808 4194072630 1515199811 1895826245 3804311495 1159794616 542423179 3530861079 3891231003 704715387 1604454799 1037447688 1826256482 338328239 3097129094 1780678150 2241478491 939849244 953816029 4096054350 568242242 2638628608 2884405213 2128421485 303994739 323137436 1049178491 1594221495 290041150 4147788026 2716919993 3892597109 1034266851 3273877554 975808386 1447540472 2665662432 3433104659 1478607477 3781917632 2828468197 4239033964 3908799901 3423380926 344424660 1360903950 2119077081 871871638 4284115617 3650219855 4248445185 1158652286 3693616285 2432886919 389841328 3791411579 1194740974 3748006455 3628340268 1065707716 4136763608 2739337587 1384046081 1627481186 3200013533 1560545709 2722037110 3291980269 3328126949 498158777 1763915227 1054571900 2804359065 362798733 704951323 1121683195 790737267 805332296 2873593215 3392180170 2902426000 2272629275 1937715124 2253991395 187757448 551959275 2108915644 4290850078 1777662199 3820326532 2506225747 8506983 866598176 1602349965 1158299373 1203207187 2946503612 4057459471 878428819 1268360346 4183350067 1877864789 1366986622 1499650610 2417770763 2245447344 1212570079 3182178687 701887695 1282992283 4135762433 383035580 4135907997 4104409369 3808113456 393503552 1324062001 372124151 3616984676 1361545291 3956093827 3973227389 124304326 3218293997 2144588066 3435743116 3627376805 1132408331 2601598566 1911755904 3803330593 3851779928 960217282 1436332952 2434425020 3991904702 1498402488 2462173617 2539257341 1375788846 42078008 815394346 3089469109 7561000 833895567 4275180465 1146830056 3406254501 3525388451 2282761233 713502277 2675406897 3235189111 724978933 897296988 1008994887 993633539 3030005701 1341402712 544886496 2314742850 2503413166 4166829179 2751360054 4288023051 2081412975 966965448 1150276684 122852850 1997560044 2074600628 514534516 522375533 110726733 730119014 2630206476 1929753807 3302839654 2070121313 517351182 2755218520 2860360248 1310573620 2075700868 4004301991 3595870510 1298021088 3754678421 2829830868 1407032729 2198375473 2623426828 1544355106 4272046105 2430355452 189517708 2083345208 932531997 616781696 2622486410 4086772039 1203142701 2106887189 3466029120 2428987825 973626612 1497802325 2259506653 188703464 541158137 3419456937 1096743996 2669225529 1577063669 1449755089 2566113637 2519305136 4084275729 704792773 3221689700 2551744770 138454155 2391107136 2491924375 4041294290 427044137 1346915940 1327891851 1200458696 1290320432 492070733 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3435
0.00/0.07	c #constraints 6802
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	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.234s
0.39/0.43	c #wall_clock_time = 0.235s
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 567629072
0.39/0.45	c BCD2: updating upper bound: 3697226789 -> 567629086
0.39/0.48	c BCD2: 0 <= obj <= 567629086
0.39/0.48	c BCD2: #cores=0, #unrelaxed=645, #relaxed=0, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.39/0.49	c  0.0s |       0 |       88 |        1 |     3985      0 |       45 |        0
0.39/0.49	c #cpu_time = 0.013s
0.39/0.49	c #wall_clock_time = 0.013s
0.39/0.49	c #decision = 88
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 1
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 88: cost of the new core is >=729
0.39/0.49	c lower bound updated to 714
0.49/0.51	c BCD2: 729 <= obj <= 567629086
0.49/0.51	c BCD2: #cores=1, #unrelaxed=557, #relaxed=88, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.49/0.56	c  0.0s |       0 |       90 |        1 |     3985      0 |       45 |        0
0.49/0.56	c #cpu_time = 0.013s
0.49/0.56	c #wall_clock_time = 0.013s
0.49/0.56	c #decision = 90
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 1
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 89: cost of the new core is >=729
0.49/0.56	c lower bound updated to 1443
0.49/0.58	c BCD2: 1458 <= obj <= 567629086
0.49/0.58	c BCD2: #cores=2, #unrelaxed=468, #relaxed=177, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=3 bias=3/4
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.59/0.64	c  0.0s |       0 |       60 |        0 |     3985      0 |       45 |        0
0.59/0.64	c #cpu_time = 0.008s
0.59/0.64	c #wall_clock_time = 0.008s
0.59/0.64	c #decision = 60
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 27: cost of the new core is >=5776
0.59/0.64	c lower bound updated to 7219
0.59/0.67	c BCD2: 7234 <= obj <= 567629086
0.59/0.67	c BCD2: #cores=3, #unrelaxed=441, #relaxed=204, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=4 bias=4/5
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.69/0.75	c  0.0s |       0 |       62 |        0 |     3985      0 |       45 |        0
0.69/0.75	c #cpu_time = 0.007s
0.69/0.75	c #wall_clock_time = 0.007s
0.69/0.75	c #decision = 62
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 27: cost of the new core is >=144
0.69/0.75	c lower bound updated to 7363
0.69/0.76	c BCD2: 7378 <= obj <= 567629086
0.69/0.76	c BCD2: #cores=4, #unrelaxed=414, #relaxed=231, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=5 bias=5/6
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.79/0.86	c  0.0s |       0 |       59 |        1 |     3985      0 |       45 |        0
0.79/0.86	c #cpu_time = 0.008s
0.79/0.86	c #wall_clock_time = 0.008s
0.79/0.86	c #decision = 59
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 1
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 66: cost of the new core is >=6001
0.79/0.86	c lower bound updated to 7444
0.79/0.87	c BCD2: 7459 <= obj <= 567629086
0.79/0.87	c BCD2: #cores=3, #unrelaxed=402, #relaxed=243, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=6 bias=6/7
4.50/4.58	c Solving starts ...
4.50/4.58	c ============================[ Search Statistics ]============================
4.50/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.58	c =============================================================================
4.50/4.58	c  0.0s |       0 |        0 |        0 |     3985      0 |       48 |        0
4.50/4.59	c  0.0s |       0 |       65 |        0 |     3985      0 |       48 |        4
4.50/4.59	c #cpu_time = 0.007s
4.50/4.59	c #wall_clock_time = 0.007s
4.50/4.59	c #decision = 65
4.50/4.59	c #random_decision = 0
4.50/4.59	c #conflict = 0
4.50/4.59	c #restart = 0
4.50/4.59	c BCD2: found a new core of size 27: cost of the new core is >=81
4.50/4.59	c lower bound updated to 7525
4.59/4.60	c BCD2: 7540 <= obj <= 567629086
4.59/4.60	c BCD2: #cores=4, #unrelaxed=375, #relaxed=270, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=7 bias=7/8
7.09/7.18	c Solving starts ...
7.09/7.18	c ============================[ Search Statistics ]============================
7.09/7.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.18	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.18	c =============================================================================
7.09/7.18	c  0.0s |       0 |        0 |        0 |     3985      0 |       48 |        4
7.09/7.19	c  0.0s |       0 |       66 |        1 |     3985      0 |       48 |        4
7.09/7.19	c #cpu_time = 0.008s
7.09/7.19	c #wall_clock_time = 0.008s
7.09/7.19	c #decision = 66
7.09/7.19	c #random_decision = 0
7.09/7.19	c #conflict = 1
7.09/7.19	c #restart = 0
7.09/7.19	c BCD2: relaxing 37 and merging with 1 cores into a new core of size 64: cost of the new core is >=5857
7.09/7.19	c lower bound updated to 13301
7.19/7.20	c BCD2: 13316 <= obj <= 567629086
7.19/7.20	c BCD2: #cores=4, #unrelaxed=338, #relaxed=307, #hardened=0
7.19/7.20	c BCD2: #sat=1 #unsat=8 bias=8/9

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

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.22 2.19 4/179 22107
/proc/meminfo: memFree=29245444/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=804420 CPUtime=0 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 3020 0 0 0 0 0 0 0 20 0 4 0 115932530 823726080 2869 33554432000 4194304 16246674 140737178437456 140737178436880 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 201617 2878 442 2943 0 198511 0
[pid=22107/tid=22108] ppid=22104 vsize=821828 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 841551872 2938 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=826948 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 846794752 2957 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=831044 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115932530 850989056 2972 33554432000 4194304 16246674 140737178437456 139942614256816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.25 2.22 2.19 4/179 22107
/proc/meminfo: memFree=29245444/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 24377 0 0 0 6 3 0 0 20 0 4 0 115932530 1250496512 24165 33554432000 4194304 16246674 140737178437456 140737178436768 6762828 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 305297 24173 841 2943 0 302191 0
[pid=22107/tid=22108] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 24177 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 24182 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 24188 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1221188

[startup+0.200535 s]
/proc/loadavg: 2.25 2.22 2.19 4/179 22107
/proc/meminfo: memFree=29245444/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 42829 0 0 0 12 7 0 0 20 0 4 0 115932530 1250496512 42617 33554432000 4194304 16246674 140737178437456 140737178436768 5991173 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 305297 42626 868 2943 0 302191 0
[pid=22107/tid=22108] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 42632 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 42637 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 42643 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1221188

[startup+0.300472 s]
/proc/loadavg: 2.25 2.22 2.19 4/179 22107
/proc/meminfo: memFree=29245444/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 53591 0 0 0 21 8 0 0 20 0 4 0 115932530 1250496512 53378 33554432000 4194304 16246674 140737178437456 140737178436768 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 305297 53382 884 2943 0 302191 0
[pid=22107/tid=22108] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 53383 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 53385 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115932530 1250496512 53387 33554432000 4194304 16246674 140737178437456 139942614256816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700399 s]
/proc/loadavg: 2.25 2.22 2.19 4/179 22107
/proc/meminfo: memFree=29245444/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1297988 CPUtime=0.69 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 134172 0 0 0 49 20 0 0 20 0 4 0 115932530 1329139712 133959 33554432000 4194304 16246674 140737178437456 140737178436768 12656293 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 324497 133967 908 2943 0 321391 0
[pid=22107/tid=22108] ppid=22104 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1329139712 133971 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1329139712 133976 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 1329139712 133980 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1297988

[startup+1.5004 s]
/proc/loadavg: 2.25 2.22 2.19 4/183 22111
/proc/meminfo: memFree=28587568/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1297988 CPUtime=1.49 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 255627 0 0 0 115 34 0 0 20 0 4 0 115932530 1329139712 255414 33554432000 4194304 16246674 140737178437456 140737178419328 12371445 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 324497 255426 908 2943 0 321391 0
[pid=22107/tid=22108] ppid=22104 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1329139712 255433 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1329139712 255440 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 1329139712 255447 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1297988

[startup+3.10043 s]
/proc/loadavg: 2.23 2.22 2.19 3/183 22111
/proc/meminfo: memFree=28069248/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1412676 CPUtime=3.09 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 294377 0 0 0 269 40 0 0 20 0 4 0 115932530 1446580224 294164 33554432000 4194304 16246674 140737178437456 140737178435264 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 353169 294164 908 2943 0 350063 0
[pid=22107/tid=22108] ppid=22104 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1446580224 294164 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1446580224 294164 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 1446580224 294164 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1412676

[startup+6.30043 s]
/proc/loadavg: 2.23 2.22 2.19 3/183 22111
/proc/meminfo: memFree=28068880/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1414724 CPUtime=6.29 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 294892 0 0 0 589 40 0 0 20 0 4 0 115932530 1448677376 294679 33554432000 4194304 16246674 140737178437456 140737178419328 12371467 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 353681 294679 911 2943 0 350575 0
[pid=22107/tid=22108] ppid=22104 vsize=1414724 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1448677376 294679 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1414724 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1448677376 294679 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1414724 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 1448677376 294679 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1414724

[startup+12.7004 s]
/proc/loadavg: 2.19 2.21 2.19 3/183 22111
/proc/meminfo: memFree=27947252/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=1692228 CPUtime=12.69 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 364271 0 0 0 1221 48 0 0 20 0 4 0 115932530 1732841472 364058 33554432000 4194304 16246674 140737178437456 140737178436768 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 423057 364058 911 2943 0 419951 0
[pid=22107/tid=22108] ppid=22104 vsize=1692228 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 1732841472 364058 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=1692228 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 1732841472 364058 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=1692228 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 1732841472 364058 33554432000 4194304 16246674 140737178437456 139942614256816 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) 1692228

[startup+25.5005 s]
/proc/loadavg: 2.16 2.20 2.18 4/183 22111
/proc/meminfo: memFree=25883848/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=3594820 CPUtime=25.49 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 839919 0 0 0 2434 115 0 0 20 0 4 0 115932530 3681095680 839706 33554432000 4194304 16246674 140737178437456 140737178436552 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 898705 839706 911 2943 0 895599 0
[pid=22107/tid=22108] ppid=22104 vsize=3594820 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 3681095680 839706 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=3594820 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 3681095680 839706 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=3594820 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 3681095680 839706 33554432000 4194304 16246674 140737178437456 139942614256816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3594820

[startup+51.1005 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 22111
/proc/meminfo: memFree=21739816/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=7730756 CPUtime=51.08 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 1873905 0 0 0 4854 254 0 0 20 0 4 0 115932530 7916294144 1873692 33554432000 4194304 16246674 140737178437456 140737178436632 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 1932689 1873692 911 2943 0 1929583 0
[pid=22107/tid=22108] ppid=22104 vsize=7730756 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 7916294144 1873692 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=7730756 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 7916294144 1873692 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=7730756 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 7916294144 1873692 33554432000 4194304 16246674 140737178437456 139942614256816 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) 7730756

[startup+102.301 s]
/proc/loadavg: 2.11 2.18 2.18 3/183 22112
/proc/meminfo: memFree=18508120/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=10955332 CPUtime=102.29 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 2640191 0 0 0 9862 367 0 0 20 0 4 0 115932530 11218259968 2680092 33554432000 4194304 16246674 140737178437456 140737178435392 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 2738833 2680092 915 2943 0 2735727 0
[pid=22107/tid=22108] ppid=22104 vsize=10955332 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 11218259968 2680092 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=10955332 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 11218259968 2680092 33554432000 4194304 16246674 140737178437456 139942624730128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=10955332 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 11218259968 2680092 33554432000 4194304 16246674 140737178437456 139942614256816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 10955332

[startup+162.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/183 22113
/proc/meminfo: memFree=18508020/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=10955332 CPUtime=162.27 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 2640196 0 0 0 15855 372 0 0 20 0 4 0 115932530 11218259968 2680097 33554432000 4194304 16246674 140737178437456 140737178436552 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 2738833 2680097 915 2943 0 2735727 0
[pid=22107/tid=22108] ppid=22104 vsize=10955332 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 11218259968 2680097 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=10955332 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 11218259968 2680097 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=10955332 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 11218259968 2680097 33554432000 4194304 16246674 140737178437456 139942614256816 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) 10955332



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+221.6 s]
/proc/loadavg: 2.15 2.18 2.18 3/183 22115
/proc/meminfo: memFree=13853288/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=15898180 CPUtime=221.55 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) R 22104 22107 19387 0 -1 4202496 3828147 0 0 0 21613 542 0 0 20 0 4 0 115932530 16279736320 3915572 33554432000 4194304 16246674 140737178437456 140737178436632 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 3974545 3915573 915 2943 0 3971439 0
[pid=22107/tid=22108] ppid=22104 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22108/stat : 22108 (toysat) S 22104 22107 19387 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115932530 16279736320 3915573 33554432000 4194304 16246674 140737178437456 139942635220208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) S 22104 22107 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115932530 16279736320 3915573 33554432000 4194304 16246674 140737178437456 139942624730352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22107/tid=22110] ppid=22104 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/22107/task/22110/stat : 22110 (toysat) S 22104 22107 19387 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 115932530 16279736320 3915573 33554432000 4194304 16246674 140737178437456 139942614256816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 15898180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+222.307 s]
/proc/loadavg: 2.14 2.18 2.17 3/181 22115
/proc/meminfo: memFree=25037880/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=0 CPUtime=222.26 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) Z 22104 22107 19387 0 -1 4203532 3828835 0 0 0 21613 613 0 0 20 0 2 0 115932530 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 0 0 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) R 22104 22107 19387 0 -1 4203588 8 0 0 0 0 69 0 0 20 0 2 0 115932530 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 0

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22107 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+222.4 s]
/proc/loadavg: 2.14 2.18 2.17 3/181 22115
/proc/meminfo: memFree=25037880/32872528 swapFree=16204/1518544
[pid=22107] ppid=22104 vsize=0 CPUtime=222.35 cores=1,3,5,7
/proc/22107/stat : 22107 (toysat) Z 22104 22107 19387 0 -1 4203532 3828835 0 0 0 21613 622 0 0 20 0 2 0 115932530 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22107/statm: 0 0 0 0 0 0 0
[pid=22107/tid=22109] ppid=22104 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/22107/task/22109/stat : 22109 (toysat) R 22104 22107 19387 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 115932530 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 222.422
CPU time (s): 222.375
CPU user time (s): 216.136
CPU system time (s): 6.23905
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.136
system time used= 6.23905
maximum resident set size= 15665036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3828835
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= 75
involuntary context switches= 228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.565913 second user time and 0.857869 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-08 00:53:17
IDJOB=4079323
IDBENCH=92766
IDSOLVER=2542
FILE ID=node129/4079323-1465339997
RUNJOBID= node129-1465311042-19404
PBS_JOBID= 19850114
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= a269e9c33b53994688ddcd5a079e2567
RANDOM SEED=1856438891

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29245452 kB
Buffers:           50356 kB
Cached:           201224 kB
SwapCached:         1836 kB
Active:          1219224 kB
Inactive:         148016 kB
Active(anon):    1113360 kB
Inactive(anon):     4524 kB
Active(file):     105864 kB
Inactive(file):   143492 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             16724 kB
Writeback:             0 kB
AnonPages:       2633000 kB
Mapped:            11748 kB
Shmem:                 0 kB
Slab:             604552 kB
SReclaimable:      48632 kB
SUnreclaim:       555920 kB
KernelStack:        1512 kB
PageTables:         8996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2776492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2504704 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= 71704 MiB
End job on node129 at 2016-06-08 00:56:59