Trace number 4079150

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.08 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/9orless/normalized-kmines.cudf.paranoid.opb
MD5SUM00e81a5d5f984ac7ca6960890dac40f5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141778
Best CPU time to get the best result obtained on this benchmark21.7467
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
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-07T05:23:20+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079150-1465269800.opb"]
0.00/0.01	c use --random-gen="2563645199 154757223 778016794 369890348 2343711408 163135359 1146015400 1025327705 2987919631 2674463568 3931448681 1753916284 917938211 1313723238 1775658296 3295837122 229519097 1939950009 3716910470 1868805699 843902536 1350858644 791767249 3561915921 2243206127 1191383449 1912584615 568105643 2831727806 2432689366 4046477077 3748011416 1320059592 2735025063 1680988628 1030002374 824144737 836128736 2255718505 1823092730 338365991 3605903771 1818735212 1583553845 379548141 3465997499 1119113301 123153758 1246047270 1662770549 79675701 359724961 2351601792 2573106078 467607442 2637379082 3119632979 4073893359 651264065 2601979120 459932874 1384571875 128332519 4200334287 3757929525 426229826 3447699902 1636966827 2176965730 2211712539 3513206396 2448560086 3819593522 1555127971 3091420306 3763348471 50234918 2899159537 2457196137 864060125 1470576902 1608656933 3501875732 1829943065 57007684 2365247268 3081549797 1373653533 2448774589 2098090750 1015073767 2936958732 897056812 2389533979 4233660945 1978816147 1517606017 30135021 1739687125 783804230 1068020164 857038096 2398268332 121625190 2096579532 3431349522 4126622548 4236204459 1780584778 3988156738 291678968 2592285651 2730515442 3545472897 4158669949 1839160310 3258938259 1281489785 3173199447 928356173 453314796 214733812 1270492184 44898270 2409487567 3711603196 2851169765 1758749354 1152893720 1515400245 2228664384 1166454477 2168047885 3844774776 107864617 831086414 4289787291 4203916674 2824350029 2009762796 682853604 3902636040 3775347752 3202531937 1586164541 292983044 821775783 4225536523 1288962193 3938596329 2629349121 394715191 2920979837 1829434339 3921104115 2077182551 2987553930 1121417845 293369839 4017404909 1043866580 3407530290 3583763719 3617243274 2865535387 2983817236 911864439 2693992405 3996775329 2683390571 1657167996 1708975804 1206314438 2220148770 2087395278 2426549415 1887469520 1708480157 2219374981 3432893876 2761818293 854559795 2397166693 4139927350 675047744 301216705 3076715358 2368958113 4042457780 3327144574 2261987379 952541278 1955708970 3492504505 3510719448 1412572642 2958587370 4102047222 2979839496 1344314428 1259521329 1822423793 2920899584 3591738956 535009784 3015772913 2442624254 3039374367 3610536464 921871388 839583014 4214862882 2412848037 2660902232 3185685090 1608917660 1069061779 1374732421 2198186317 3445965806 4065355494 24594829 4255979076 1178605213 2871914443 2881027548 1442457051 2161595224 3596187849 2125550375 2773321379 3533942409 3516215137 2498720986 1563709199 1666279737 3775146039 1148564226 2081207917 603893858 3347765342 1093835908 1452640685 3277722211 3996555141 1521476942 1329329342 2915189381 1295835162 2097498537 2304916881 34219742 3935727384 4046885695 1056397071 1144675451 255 362436" option to reproduce the execution
0.69/0.76	c #vars 19768
0.69/0.76	c #constraints 96403
2.19/2.29	c BCD2: Hardening is enabled.
2.19/2.29	c BCD2: BiasedSearch is enabled.
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.29	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |    38664      0 |       52 |        0
2.88/2.94	c  0.6s |       1 |    98225 |      100 |    38664      0 |       52 |      141
4.78/4.86	c  2.6s |       2 |   318105 |      250 |    42531      0 |       52 |      141
6.69/6.74	c  4.5s |       2 |   541323 |      372 |    46785      0 |       52 |      141
6.69/6.74	c #cpu_time = 4.438s
6.69/6.74	c #wall_clock_time = 4.438s
6.69/6.74	c #decision = 541323
6.69/6.74	c #random_decision = 1656
6.69/6.74	c #conflict = 372
6.69/6.74	c #restart = 2
6.69/6.74	o 7249103
166.06/166.16	c BCD2: updating upper bound: 12717493 -> 7249102
327.14/327.28	c BCD2: 0 <= obj <= 7249102
327.14/327.28	c BCD2: #cores=0, #unrelaxed=7253, #relaxed=0, #hardened=0
327.14/327.28	c BCD2: #sat=1 #unsat=1 bias=1/2
327.14/327.28	c Solving starts ...
327.14/327.28	c ============================[ Search Statistics ]============================
327.14/327.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
327.14/327.28	c       |         |          |          |    Limit     GC | Var      | Constra 
327.14/327.28	c =============================================================================
327.14/327.28	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
327.24/327.33	c  0.1s |       0 |      382 |        0 |    46785      0 |       52 |      141
327.24/327.33	c #cpu_time = 0.052s
327.24/327.33	c #wall_clock_time = 0.052s
327.24/327.33	c #decision = 382
327.24/327.33	c #random_decision = 0
327.24/327.33	c #conflict = 0
327.24/327.33	c #restart = 0
327.24/327.33	c BCD2: found a new core of size 2: cost of the new core is >=1
327.24/327.33	c lower bound updated to 1
489.91/490.04	c BCD2: 1 <= obj <= 7249102
489.91/490.04	c BCD2: #cores=1, #unrelaxed=7251, #relaxed=2, #hardened=0
489.91/490.04	c BCD2: #sat=1 #unsat=2 bias=2/3
489.91/490.04	c Solving starts ...
489.91/490.04	c ============================[ Search Statistics ]============================
489.91/490.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
489.91/490.04	c       |         |          |          |    Limit     GC | Var      | Constra 
489.91/490.04	c =============================================================================
489.91/490.04	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
490.01/490.11	c  0.1s |       0 |      750 |        0 |    46785      0 |       52 |      141
490.01/490.11	c #cpu_time = 0.060s
490.01/490.11	c #wall_clock_time = 0.060s
490.01/490.11	c #decision = 750
490.01/490.11	c #random_decision = 0
490.01/490.11	c #conflict = 0
490.01/490.11	c #restart = 0
490.01/490.11	c BCD2: found a new core of size 2: cost of the new core is >=1
490.01/490.11	c lower bound updated to 2
649.48/649.66	c BCD2: 2 <= obj <= 7249102
649.48/649.66	c BCD2: #cores=2, #unrelaxed=7249, #relaxed=4, #hardened=0
649.48/649.66	c BCD2: #sat=1 #unsat=3 bias=3/4
649.48/649.66	c Solving starts ...
649.48/649.66	c ============================[ Search Statistics ]============================
649.48/649.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
649.48/649.66	c       |         |          |          |    Limit     GC | Var      | Constra 
649.48/649.66	c =============================================================================
649.48/649.66	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
649.58/649.72	c  0.1s |       0 |      780 |        0 |    46785      0 |       52 |      141
649.58/649.72	c #cpu_time = 0.063s
649.58/649.72	c #wall_clock_time = 0.063s
649.58/649.72	c #decision = 780
649.58/649.72	c #random_decision = 0
649.58/649.72	c #conflict = 0
649.58/649.72	c #restart = 0
649.58/649.72	c BCD2: found a new core of size 2: cost of the new core is >=1
649.58/649.72	c lower bound updated to 3
823.05/823.26	c BCD2: 3 <= obj <= 7249102
823.05/823.26	c BCD2: #cores=3, #unrelaxed=7247, #relaxed=6, #hardened=0
823.05/823.26	c BCD2: #sat=1 #unsat=4 bias=4/5
823.05/823.26	c Solving starts ...
823.05/823.26	c ============================[ Search Statistics ]============================
823.05/823.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
823.05/823.26	c       |         |          |          |    Limit     GC | Var      | Constra 
823.05/823.26	c =============================================================================
823.05/823.26	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
823.15/823.32	c  0.1s |       0 |      827 |        0 |    46785      0 |       52 |      141
823.15/823.32	c #cpu_time = 0.058s
823.15/823.32	c #wall_clock_time = 0.058s
823.15/823.32	c #decision = 827
823.15/823.32	c #random_decision = 0
823.15/823.32	c #conflict = 0
823.15/823.32	c #restart = 0
823.15/823.32	c BCD2: found a new core of size 2: cost of the new core is >=1
823.15/823.32	c lower bound updated to 4
992.31/992.50	c BCD2: 4 <= obj <= 7249102
992.31/992.50	c BCD2: #cores=4, #unrelaxed=7245, #relaxed=8, #hardened=0
992.31/992.50	c BCD2: #sat=1 #unsat=5 bias=5/6
992.31/992.50	c Solving starts ...
992.31/992.50	c ============================[ Search Statistics ]============================
992.31/992.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
992.31/992.50	c       |         |          |          |    Limit     GC | Var      | Constra 
992.31/992.50	c =============================================================================
992.31/992.50	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
992.31/992.56	c  0.1s |       0 |      916 |        0 |    46785      0 |       52 |      141
992.31/992.56	c #cpu_time = 0.064s
992.31/992.56	c #wall_clock_time = 0.064s
992.31/992.56	c #decision = 916
992.31/992.56	c #random_decision = 0
992.31/992.56	c #conflict = 0
992.31/992.56	c #restart = 0
992.31/992.56	c BCD2: found a new core of size 1: cost of the new core is >=1
992.31/992.56	c lower bound updated to 5
1185.23/1185.54	c BCD2: 5 <= obj <= 7249102
1185.23/1185.54	c BCD2: #cores=5, #unrelaxed=7244, #relaxed=9, #hardened=0
1185.23/1185.54	c BCD2: #sat=1 #unsat=6 bias=6/7
1185.23/1185.54	c Solving starts ...
1185.23/1185.54	c ============================[ Search Statistics ]============================
1185.23/1185.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1185.23/1185.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1185.23/1185.54	c =============================================================================
1185.23/1185.54	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1185.33/1185.61	c  0.1s |       0 |     1047 |        0 |    46785      0 |       52 |      141
1185.33/1185.61	c #cpu_time = 0.070s
1185.33/1185.61	c #wall_clock_time = 0.070s
1185.33/1185.61	c #decision = 1047
1185.33/1185.61	c #random_decision = 0
1185.33/1185.61	c #conflict = 0
1185.33/1185.61	c #restart = 0
1185.33/1185.61	c BCD2: found a new core of size 2: cost of the new core is >=1
1185.33/1185.61	c lower bound updated to 6
1380.15/1380.60	c BCD2: 6 <= obj <= 7249102
1380.15/1380.60	c BCD2: #cores=6, #unrelaxed=7242, #relaxed=11, #hardened=0
1380.15/1380.60	c BCD2: #sat=1 #unsat=7 bias=7/8
1380.15/1380.60	c Solving starts ...
1380.15/1380.60	c ============================[ Search Statistics ]============================
1380.15/1380.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1380.15/1380.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1380.15/1380.60	c =============================================================================
1380.15/1380.60	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1380.25/1380.68	c  0.1s |       0 |     1201 |        0 |    46785      0 |       52 |      141
1380.25/1380.68	c #cpu_time = 0.079s
1380.25/1380.68	c #wall_clock_time = 0.079s
1380.25/1380.68	c #decision = 1201
1380.25/1380.68	c #random_decision = 0
1380.25/1380.68	c #conflict = 0
1380.25/1380.68	c #restart = 0
1380.25/1380.68	c BCD2: found a new core of size 2: cost of the new core is >=1
1380.25/1380.68	c lower bound updated to 7
1575.30/1575.70	c BCD2: 7 <= obj <= 7249102
1575.30/1575.70	c BCD2: #cores=7, #unrelaxed=7240, #relaxed=13, #hardened=0
1575.30/1575.70	c BCD2: #sat=1 #unsat=8 bias=8/9
1575.30/1575.70	c Solving starts ...
1575.30/1575.70	c ============================[ Search Statistics ]============================
1575.30/1575.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1575.30/1575.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1575.30/1575.70	c =============================================================================
1575.30/1575.70	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1575.30/1575.80	c  0.1s |       0 |     2171 |        1 |    46785      0 |       52 |      141
1575.30/1575.80	c #cpu_time = 0.095s
1575.30/1575.80	c #wall_clock_time = 0.095s
1575.30/1575.80	c #decision = 2171
1575.30/1575.80	c #random_decision = 0
1575.30/1575.80	c #conflict = 1
1575.30/1575.80	c #restart = 0
1575.30/1575.80	c BCD2: found a new core of size 2: cost of the new core is >=1
1575.30/1575.80	c lower bound updated to 8
1786.87/1787.30	c BCD2: 8 <= obj <= 7249102
1786.87/1787.30	c BCD2: #cores=8, #unrelaxed=7238, #relaxed=15, #hardened=0
1786.87/1787.30	c BCD2: #sat=1 #unsat=9 bias=9/10
1786.87/1787.30	c Solving starts ...
1786.87/1787.30	c ============================[ Search Statistics ]============================
1786.87/1787.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1786.87/1787.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1786.87/1787.30	c =============================================================================
1786.87/1787.30	c  0.0s |       0 |        0 |        0 |    46785      0 |       52 |      141
1786.87/1787.38	c  0.1s |       0 |     1257 |        0 |    46785      0 |       52 |      141
1786.87/1787.38	c #cpu_time = 0.079s
1786.87/1787.38	c #wall_clock_time = 0.079s
1786.87/1787.38	c #decision = 1257
1786.87/1787.38	c #random_decision = 0
1786.87/1787.38	c #conflict = 0
1786.87/1787.38	c #restart = 0
1786.87/1787.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1786.87/1787.38	c lower bound updated to 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-4079150-1465269800/watcher-4079150-1465269800 -o /tmp/evaluation-result-4079150-1465269800/solver-4079150-1465269800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5799 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079150-1465269800.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.22 2.22 2.18 3/179 8593
/proc/meminfo: memFree=29323548/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=554428 CPUtime=0 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 2037 0 0 0 0 0 0 0 20 0 4 0 108913159 567734272 2909 33554432000 4194304 16246674 140734995957568 140734995956992 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8593/statm: 139119 2919 441 2943 0 136013 0
[pid=8593/tid=8594] ppid=8590 vsize=571836 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 585560064 2977 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=575932 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 589754368 2993 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=580028 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 593948672 3010 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100067 s]
/proc/loadavg: 2.22 2.22 2.18 3/179 8593
/proc/meminfo: memFree=29323548/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 26152 0 0 0 5 3 0 0 20 0 4 0 108913159 1250496512 26962 33554432000 4194304 16246674 140734995957568 140734995956880 4221105 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8593/statm: 305297 26969 800 2943 0 302191 0
[pid=8593/tid=8594] ppid=8590 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1250496512 26973 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1250496512 26979 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1251545088 26986 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200449 s]
/proc/loadavg: 2.22 2.22 2.18 3/179 8593
/proc/meminfo: memFree=29323548/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1311300 CPUtime=0.18 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 48022 0 0 0 11 7 0 0 20 0 4 0 108913159 1342771200 49342 33554432000 4194304 16246674 140734995957568 140734995939456 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8593/statm: 327825 49349 800 2943 0 324719 0
[pid=8593/tid=8594] ppid=8590 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1342771200 49353 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1342771200 49354 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1342771200 49354 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1311300

[startup+0.300429 s]
/proc/loadavg: 2.22 2.22 2.18 3/179 8593
/proc/meminfo: memFree=29323548/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 63290 0 0 0 19 9 0 0 20 0 4 0 108913159 1344868352 64610 33554432000 4194304 16246674 140734995957568 140734995939456 4206615 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8593/statm: 328337 64610 800 2943 0 325231 0
[pid=8593/tid=8594] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 64610 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 64610 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 64610 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700371 s]
/proc/loadavg: 2.22 2.22 2.18 3/179 8593
/proc/meminfo: memFree=29323548/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 73133 0 0 0 58 11 0 0 20 0 4 0 108913159 1344868352 74453 33554432000 4194304 16246674 140734995957568 140734995939456 4206671 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8593/statm: 328337 74453 800 2943 0 325231 0
[pid=8593/tid=8594] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 74453 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 74453 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 74453 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.22 2.22 2.18 3/183 8597
/proc/meminfo: memFree=28903652/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 184253 0 0 0 121 28 0 0 20 0 4 0 108913159 1344868352 185573 33554432000 4194304 16246674 140734995957568 140734995939456 5886100 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 328337 185582 838 2943 0 325231 0
[pid=8593/tid=8594] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 185588 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 185594 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1344868352 185599 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10035 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 8597
/proc/meminfo: memFree=28229100/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=3.08 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 272515 0 0 0 268 40 0 0 20 0 4 0 108913159 1389957120 273835 33554432000 4194304 16246674 140734995957568 140734995939456 5829385 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 273835 889 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 273835 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 273835 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 273835 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1357380

[startup+6.3004 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 8597
/proc/meminfo: memFree=28198976/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=6.28 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280026 0 0 0 587 41 0 0 20 0 4 0 108913159 1389957120 281346 33554432000 4194304 16246674 140734995957568 140734995939456 5661363 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281346 895 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281346 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281346 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281346 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.17 2.20 2.18 3/183 8597
/proc/meminfo: memFree=28198720/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=12.68 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280034 0 0 0 1227 41 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 140734995939456 12654426 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281354 903 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.22 2.21 2.18 3/182 8597
/proc/meminfo: memFree=28198328/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=25.48 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280034 0 0 0 2507 41 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 140734995939456 12654330 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281354 903 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1357380

[startup+51.1005 s]
/proc/loadavg: 2.22 2.21 2.18 3/183 8598
/proc/meminfo: memFree=28198420/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=51.08 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280034 0 0 0 5067 41 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 140734995939456 12429241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281354 903 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357380

[startup+102.301 s]
/proc/loadavg: 2.20 2.20 2.18 3/183 8599
/proc/meminfo: memFree=28198608/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=102.28 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280034 0 0 0 10187 41 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 140734995939456 12449269 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281354 903 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281354 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1357380


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

/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.12 2.17 2.17 3/183 8630
/proc/meminfo: memFree=28197036/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1361.95 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280233 0 0 0 136152 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995955456 12429241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 8631
/proc/meminfo: memFree=28197012/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1421.93 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 142150 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 12371476 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/183 8632
/proc/meminfo: memFree=28197848/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1481.92 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 148149 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 12429241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 8633
/proc/meminfo: memFree=28197780/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1541.92 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 154149 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 6955588 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/184 8638
/proc/meminfo: memFree=28197836/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1601.9 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 160147 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995955392 12371230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 8639
/proc/meminfo: memFree=28197612/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1661.89 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 166146 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.31 2.22 2.19 3/183 8640
/proc/meminfo: memFree=28197380/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1721.88 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 172145 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/183 8837
/proc/meminfo: memFree=28214552/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1781.87 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 178144 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 12449269 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.13 2.19 2.18 3/183 8837
/proc/meminfo: memFree=28215708/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1800.07 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 179964 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1357380

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

[startup+1800.5 s]
/proc/loadavg: 2.13 2.19 2.18 3/183 8837
/proc/meminfo: memFree=28215708/32872528 swapFree=16252/1391864
[pid=8593] ppid=8590 vsize=1357380 CPUtime=1800.07 cores=0,2,4,6
/proc/8593/stat : 8593 (toysat) R 8590 8593 5783 0 -1 4202496 280248 0 0 0 179964 43 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 140734995939456 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8593/statm: 339345 281374 919 2943 0 336239 0
[pid=8593/tid=8594] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8594/stat : 8594 (toysat) S 8590 8593 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778265689328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8593/tid=8595] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8595/stat : 8595 (toysat) S 8590 8593 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778255199472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8593/tid=8596] ppid=8590 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/8593/task/8596/stat : 8596 (toysat) S 8590 8593 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108913159 1389957120 281374 33554432000 4194304 16246674 140734995957568 139778167139504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1357380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.65
CPU system time (s): 0.437933
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.437933
maximum resident set size= 1125496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280248
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= 216
involuntary context switches= 2217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51616 second user time and 7.62284 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-07 05:23:20
IDJOB=4079150
IDBENCH=72257
IDSOLVER=2542
FILE ID=node119/4079150-1465269800
RUNJOBID= node119-1465252213-5799
PBS_JOBID= 19843259
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-kmines.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079150-1465269800/watcher-4079150-1465269800 -o /tmp/evaluation-result-4079150-1465269800/solver-4079150-1465269800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5799 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079150-1465269800.opb

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

MD5SUM BENCH= 00e81a5d5f984ac7ca6960890dac40f5
RANDOM SEED=367215308

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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:        29323928 kB
Buffers:          120712 kB
Cached:           175400 kB
SwapCached:          888 kB
Active:          1260048 kB
Inactive:         162644 kB
Active(anon):    1127108 kB
Inactive(anon):     1712 kB
Active(file):     132940 kB
Inactive(file):   160932 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:             39724 kB
Writeback:             0 kB
AnonPages:       2517472 kB
Mapped:            10740 kB
Shmem:                 0 kB
Slab:             599876 kB
SReclaimable:      43836 kB
SUnreclaim:       556040 kB
KernelStack:        1520 kB
PageTables:         8660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2659280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 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= 71700 MiB
End job on node119 at 2016-06-07 05:53:21