Trace number 4080089

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.07 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-65
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

Solver Data

0.00/0.00	c 2016-06-07T02:49:56+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-4080089-1465260596.opb"]
0.00/0.01	c use --random-gen="1995013452 2217794483 621785871 1078220205 3271244729 1551566116 1073655333 3360454324 132656257 2070582285 298668020 3514138197 1334104548 2161356320 2106487383 2264177414 2885460041 1438365514 296864400 115683807 2584507370 2180493523 1018895186 440220991 3243001210 879708492 1444176061 355934738 3229039232 3283451966 3272370804 2342915569 3833575345 2754108796 1897051678 2994564444 3577713265 2062372364 941620309 3277735484 3759885477 2928476541 1929467769 3679169479 3083833301 3038556071 786617849 657471905 64171592 3026631534 3248710041 3224853387 341561255 2828170697 1955098548 4135779702 2847141960 2727337886 2857231815 2791580120 566849844 425098896 1498666383 2679072576 3332314114 830752198 2314932274 1361142085 526869566 2148806296 576227155 947238056 163489024 2914049918 580127065 3939965075 1795083749 1946975766 3641539767 859531452 154405695 2773886027 2061825167 2832636219 3488061790 601560849 1421303232 4279991494 1492581967 3239190337 484171805 3802072831 415327196 2306840353 1886257599 4233699609 2941040599 3028899327 3059192700 3947273484 3804483707 4096203371 1080751528 460094397 2552559916 1591552722 1696416675 1299312898 789494508 3896499516 1665644366 2469916450 29157029 1784045019 2421219384 2585108111 2082430679 2694130056 239153849 2598074910 1261766015 2132817903 3892370576 2172113854 2536742114 2960434717 2332411438 978291215 2530062671 303846910 1546510579 2750673482 2100160754 2136081713 3434882975 2751221664 652399282 3487064501 1864183472 1384971910 691405833 4190581466 4233149843 3113865406 1836863045 3538304129 2370907086 2919279867 2988314169 1765880007 2769127420 1739679446 3988728560 3148162494 4090994600 2663858717 3748974261 2869535454 4140335176 2272972413 774466898 3895283866 28836190 2475021482 3214750442 3194455343 1177770348 2378989128 3285626473 1667138853 3880457799 643286578 2510480334 2937351599 3006928464 2037160701 1055475839 2263222755 3614035074 1780135241 2201131851 4284104528 4060037662 3603134349 1500603001 1773351322 2254363383 354572392 3157987073 2050732453 4286726137 2316923278 1739553828 2058666552 3749745816 4287975750 253798898 3168381212 2008661239 2699230034 2790792451 2748408569 148422083 2887983952 819265816 1978383856 627965727 449633242 2946421755 3142762212 1201186617 1407062268 2792425549 1812921979 1370000256 948442036 3903779740 1636183787 3193483675 1968845755 2112997434 881042964 2112503193 3606460685 3320776912 897131875 489233816 165483283 2916010522 1163320057 3481255384 4039056983 648389653 3708150810 3715720836 2219050202 1897090393 3984918925 2472503034 2999369103 760993687 102373009 995972371 2874015425 2660590334 626255406 4120765997 1998180673 1092821897 796850103 1409359464 486583431 647299491 2092356863 3994436933 1773091962 255 362436" option to reproduce the execution
0.39/0.42	c #vars 2000
0.39/0.42	c #constraints 3001
2.69/2.72	c BCD2: Hardening is enabled.
2.69/2.72	c BCD2: BiasedSearch is enabled.
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |    51990      0 |        0 |        0
2.89/2.99	c  0.2s |       0 |     1199 |        1 |    51990      0 |        0 |        0
2.89/2.99	c #cpu_time = 0.153s
2.89/2.99	c #wall_clock_time = 0.154s
2.89/2.99	c #decision = 1199
2.89/2.99	c #random_decision = 2
2.89/2.99	c #conflict = 1
2.89/2.99	c #restart = 0
2.89/2.99	o -48
2.89/2.99	c BCD2: updating upper bound: 1000 -> 951
2.89/2.99	c BCD2: 0 <= obj <= 951
2.89/2.99	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=1 bias=1/2
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |    51990      0 |        0 |        0
3.09/3.12	c  0.2s |       0 |      549 |        2 |    51990      0 |        0 |        0
3.09/3.12	c #cpu_time = 0.170s
3.09/3.12	c #wall_clock_time = 0.170s
3.09/3.12	c #decision = 549
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 2
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: found a new core of size 500: cost of the new core is >=1
3.09/3.12	c lower bound updated to -999
3.09/3.12	c BCD2: 1 <= obj <= 951
3.09/3.12	c BCD2: #cores=1, #unrelaxed=500, #relaxed=500, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=2 bias=2/3
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |    51990      0 |        0 |        0
3.69/3.70	c  0.6s |       0 |      501 |        1 |    51990      0 |        0 |        0
3.69/3.70	c #cpu_time = 0.573s
3.69/3.70	c #wall_clock_time = 0.574s
3.69/3.70	c #decision = 501
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 1
3.69/3.70	c #restart = 0
3.69/3.70	c BCD2: relaxing 500 and merging with 1 cores into a new core of size 1000: cost of the new core is >=2
3.69/3.70	c lower bound updated to -998
3.69/3.71	c BCD2: 2 <= obj <= 951
3.69/3.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1000, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=3 bias=3/4
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |    51990      0 |        1 |        0
4.19/4.28	c  0.6s |       1 |    17693 |      100 |    57190      0 |        1 |        1
4.99/5.03	c  1.3s |       2 |    43196 |      250 |    62910      0 |        1 |        1
5.89/5.91	c  2.2s |       3 |    82263 |      475 |    69201      0 |        1 |        1
10.59/10.64	c  6.9s |       3 |    95220 |      575 |    69201      0 |        1 |        1
17.99/18.03	c 14.3s |       3 |   105675 |      675 |    69201      0 |        1 |        1
30.38/30.46	c 26.8s |       3 |   118165 |      775 |    69201      0 |        1 |        1
37.08/37.18	c 33.5s |       4 |   120649 |      813 |    76122      0 |        1 |        1
44.68/44.76	c 41.0s |       4 |   128859 |      913 |    76122      0 |        1 |        1
57.19/57.29	c 53.6s |       4 |   135304 |     1013 |    76122      0 |        1 |        1
65.38/65.48	c 61.8s |       4 |   143643 |     1113 |    76122      0 |        1 |        1
69.78/69.85	c 66.1s |       4 |   151022 |     1213 |    76122      0 |        1 |        1
75.98/76.05	c 72.3s |       4 |   159092 |     1313 |    76122      0 |        1 |        1
76.78/76.80	c 73.1s |       5 |   159428 |     1320 |    83735      0 |        1 |        1
83.48/83.59	c 79.9s |       5 |   166144 |     1420 |    83735      0 |        1 |        1
91.98/92.06	c 88.3s |       5 |   172350 |     1520 |    83735      0 |        1 |        1
99.08/99.11	c 95.4s |       5 |   182004 |     1620 |    83735      0 |        1 |        1
108.67/108.77	c  105s |       5 |   187196 |     1720 |    83735      0 |        1 |        1
114.38/114.44	c  110s |       5 |   192604 |     1820 |    83735      0 |        1 |        1
120.87/120.99	c  117s |       5 |   197587 |     1920 |    83735      0 |        1 |        1
125.38/125.45	c  121s |       5 |   203003 |     2020 |    83735      0 |        1 |        1
128.17/128.22	c  124s |       6 |   206194 |     2081 |    92109      0 |        1 |        1
132.47/132.59	c  128s |       6 |   210494 |     2181 |    92109      0 |        1 |        1
138.17/138.28	c  134s |       6 |   214408 |     2281 |    92109      0 |        1 |        1
143.67/143.73	c  140s |       6 |   218501 |     2381 |    92109      0 |        1 |        1
149.47/149.52	c  145s |       6 |   222535 |     2481 |    92109      0 |        1 |        1
154.97/155.05	c  151s |       6 |   226589 |     2581 |    92109      0 |        1 |        1
162.78/162.89	c  159s |       6 |   229436 |     2681 |    92109      0 |        1 |        1
171.67/171.79	c  168s |       6 |   232727 |     2781 |    92109      0 |        1 |        1
186.66/186.71	c  183s |       6 |   235209 |     2881 |    92109      0 |        1 |        1
210.85/210.96	c  207s |       6 |   236775 |     2981 |    92109      0 |        1 |        1
243.36/243.41	c  239s |       6 |   237970 |     3081 |    92109      0 |        1 |        1
267.95/268.07	c  264s |       6 |   239568 |     3181 |    92109      0 |        1 |        1
270.95/271.05	c  267s |       7 |   241590 |     3223 |   101320      0 |        1 |        1
277.85/277.95	c  274s |       7 |   249630 |     3323 |   101320      0 |        1 |        1
287.45/287.52	c  283s |       7 |   259176 |     3423 |   101320      0 |        1 |        1
312.64/312.77	c  309s |       7 |   262637 |     3523 |   101320      0 |        1 |        1
317.85/317.97	c  314s |       7 |   274563 |     3623 |   101320      0 |        1 |        1
331.24/331.33	c  327s |       7 |   274563 |     3723 |   101320      0 |        1 |        1
346.44/346.51	c  342s |       7 |   275028 |     3823 |   101320      0 |        1 |        1
361.34/361.48	c  357s |       7 |   276434 |     3923 |   101320      0 |        1 |        1
375.04/375.16	c  371s |       7 |   280445 |     4023 |   101320      0 |        1 |        1
393.23/393.31	c  389s |       7 |   283478 |     4123 |   101320      0 |        1 |        1
420.43/420.54	c  416s |       7 |   283478 |     4223 |   101320      0 |        1 |        1
457.42/457.52	c  453s |       7 |   283478 |     4323 |   101320      0 |        1 |        1
494.51/494.63	c  490s |       7 |   284930 |     4423 |   101320      0 |        1 |        1
502.31/502.48	c  498s |       7 |   290644 |     4523 |   101320      0 |        1 |        1
511.52/511.69	c  507s |       7 |   297815 |     4623 |   101320      0 |        1 |        1
530.91/531.00	c  527s |       7 |   297815 |     4723 |   101320      0 |        1 |        1
560.21/560.33	c  556s |       7 |   297815 |     4823 |   101320      0 |        1 |        1
593.91/594.06	c  590s |       7 |   297999 |     4923 |   111453      0 |        1 |        1
599.00/599.12	c  595s |       8 |   297999 |     4936 |   111453      0 |        1 |        1
603.10/603.20	c  599s |       8 |   309217 |     5036 |   111453      0 |        1 |        1
609.69/609.86	c  606s |       8 |   310172 |     5136 |   111453      0 |        1 |        1
618.30/618.47	c  614s |       8 |   310223 |     5236 |   111453      0 |        1 |        1
622.50/622.70	c  618s |       8 |   310921 |     5336 |   111453      0 |        1 |        1
637.90/638.08	c  634s |       8 |   311805 |     5436 |   111453      0 |        1 |        1
643.40/643.57	c  639s |       8 |   312325 |     5536 |   111453      0 |        1 |        1
656.49/656.67	c  652s |       8 |   312403 |     5636 |   111453      0 |        1 |        1
692.49/692.64	c  688s |       8 |   312649 |     5736 |   111453      0 |        1 |        1
725.88/726.09	c  722s |       8 |   313806 |     5836 |   111453      0 |        1 |        1
730.18/730.34	c  726s |       8 |   330756 |     5936 |   111453      0 |        1 |        1
734.28/734.44	c  730s |       8 |   342806 |     6036 |   111453      0 |        1 |        1
737.08/737.28	c  733s |       8 |   354054 |     6136 |   111453      0 |        1 |        1
744.48/744.68	c  740s |       8 |   357463 |     6236 |   111453      0 |        1 |        1
752.57/752.72	c  749s |       8 |   363336 |     6336 |   111453      0 |        1 |        1
760.17/760.33	c  756s |       8 |   375571 |     6436 |   111453      0 |        1 |        1
767.98/768.13	c  764s |       8 |   381466 |     6536 |   111453      0 |        1 |        1
777.07/777.27	c  773s |       8 |   383234 |     6636 |   111453      0 |        1 |        1
791.47/791.69	c  787s |       8 |   383378 |     6736 |   111453      0 |        1 |        1
802.77/802.90	c  799s |       8 |   383431 |     6836 |   111453      0 |        1 |        1
833.36/833.54	c  829s |       8 |   389741 |     6936 |   111453      0 |        1 |        1
877.96/878.15	c  874s |       8 |   389964 |     7036 |   111453      0 |        1 |        1
926.65/926.84	c  923s |       8 |   389964 |     7136 |   111453      0 |        1 |        1
984.54/984.79	c  981s |       8 |   389964 |     7236 |   111453      0 |        1 |        1
1007.04/1007.22	c 1003s |       8 |   393924 |     7336 |   111453      0 |        1 |        1
1024.53/1024.78	c 1021s |       8 |   394821 |     7436 |   111453      0 |        1 |        1
1039.44/1039.64	c 1035s |       9 |   394821 |     7506 |   122599      0 |        1 |        1
1044.52/1044.79	c 1041s |       9 |   398957 |     7606 |   122599      0 |        1 |        1
1053.03/1053.25	c 1049s |       9 |   401466 |     7706 |   122599      0 |        1 |        1
1062.22/1062.49	c 1058s |       9 |   403381 |     7806 |   122599      0 |        1 |        1
1075.22/1075.47	c 1071s |       9 |   409975 |     7906 |   122599      0 |        1 |        1
1092.72/1092.97	c 1089s |       9 |   413569 |     8006 |   122599      0 |        1 |        1
1115.80/1116.05	c 1112s |       9 |   413758 |     8106 |   122599      0 |        1 |        1
1143.90/1144.14	c 1140s |       9 |   414067 |     8206 |   122599      0 |        1 |        1
1171.08/1171.35	c 1167s |       9 |   417601 |     8306 |   122599      0 |        1 |        1
1210.57/1210.80	c 1207s |       9 |   417601 |     8406 |   122599      0 |        1 |        1
1260.26/1260.60	c 1256s |       9 |   417601 |     8506 |   122599      0 |        1 |        1
1274.36/1274.62	c 1270s |       9 |   427723 |     8606 |   122599      0 |        1 |        1
1304.25/1304.58	c 1300s |       9 |   437893 |     8706 |   122599      0 |        1 |        1
1358.02/1358.35	c 1354s |       9 |   437969 |     8806 |   122599      0 |        1 |        1
1368.02/1368.34	c 1364s |       9 |   456250 |     8906 |   122599      0 |        1 |        1
1393.31/1393.67	c 1389s |       9 |   461081 |     9006 |   122599      0 |        1 |        1
1405.31/1405.65	c 1401s |       9 |   463133 |     9106 |   122599      0 |        1 |        1
1430.11/1430.43	c 1426s |       9 |   468381 |     9206 |   122599      0 |        1 |        1
1444.21/1444.58	c 1440s |       9 |   469131 |     9306 |   122599      0 |        1 |        1
1464.80/1465.17	c 1461s |       9 |   471377 |     9406 |   122599      0 |        1 |        1
1474.00/1474.37	c 1470s |       9 |   472866 |     9506 |   122599      0 |        1 |        1
1487.50/1487.82	c 1484s |       9 |   479964 |     9606 |   122599      0 |        1 |        1
1502.90/1503.22	c 1499s |       9 |   483372 |     9706 |   122599      0 |        1 |        1
1518.20/1518.57	c 1514s |       9 |   486275 |     9806 |   122599      0 |        1 |        1
1539.59/1539.93	c 1536s |       9 |   486275 |     9906 |   122599      0 |        1 |        1
1571.09/1571.40	c 1567s |       9 |   486275 |    10006 |   122599      0 |        1 |        1
1613.08/1613.40	c 1609s |       9 |   486275 |    10106 |   122599      0 |        1 |        1
1661.57/1661.94	c 1658s |       9 |   488820 |    10206 |   122599      0 |        1 |        1
1668.18/1668.54	c 1664s |       9 |   499339 |    10306 |   122599      0 |        1 |        1
1709.66/1710.00	c 1706s |       9 |   499339 |    10406 |   122599      0 |        1 |        1
1756.66/1757.01	c 1753s |       9 |   499422 |    10506 |   122599      0 |        1 |        1
1767.76/1768.15	c 1764s |       9 |   509599 |    10606 |   122599      0 |        1 |        1
1785.26/1785.65	c 1781s |       9 |   509599 |    10706 |   122599      0 |        1 |        1

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

pid=14289
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.28 2.26 2.20 3/179 14292
/proc/meminfo: memFree=29383416/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=723388 CPUtime=0 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 2696 0 0 0 0 0 0 0 20 0 4 0 107991555 740749312 3058 33554432000 4194304 16246674 140734186842736 140734186842160 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 181359 3067 441 2943 0 178253 0
[pid=14292/tid=14293] ppid=14289 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 758575104 3128 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=745916 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 763817984 3148 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=750012 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 768012288 3164 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.28 2.26 2.20 3/179 14292
/proc/meminfo: memFree=29383416/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 26772 0 0 0 5 4 0 0 20 0 4 0 107991555 1332285440 27072 33554432000 4194304 16246674 140734186842736 140734186842048 7372101 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 325265 27088 798 2943 0 322159 0
[pid=14292/tid=14293] ppid=14289 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1332285440 27100 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1332285440 27111 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1332285440 27123 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1301060

[startup+0.200542 s]
/proc/loadavg: 2.28 2.26 2.20 3/179 14292
/proc/meminfo: memFree=29383416/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 46303 0 0 0 12 7 0 0 20 0 4 0 107991555 1344868352 47113 33554432000 4194304 16246674 140734186842736 140734186824640 7377765 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 328337 47113 798 2943 0 325231 0
[pid=14292/tid=14293] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 47113 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 47113 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 47113 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1313348

[startup+0.300514 s]
/proc/loadavg: 2.28 2.26 2.20 3/179 14292
/proc/meminfo: memFree=29383416/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 55277 0 0 0 21 8 0 0 20 0 4 0 107991555 1344868352 56087 33554432000 4194304 16246674 140734186842736 140734186824640 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 328337 56087 800 2943 0 325231 0
[pid=14292/tid=14293] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 56087 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 56087 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 56087 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1313348

[startup+0.700425 s]
/proc/loadavg: 2.28 2.26 2.20 3/179 14292
/proc/meminfo: memFree=29383416/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 63135 0 0 0 60 9 0 0 20 0 4 0 107991555 1344868352 63945 33554432000 4194304 16246674 140734186842736 140734186842048 13811731 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 328337 63945 838 2943 0 325231 0
[pid=14292/tid=14293] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 63945 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 63945 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1344868352 63945 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.26 2.26 2.20 3/183 14296
/proc/meminfo: memFree=29083664/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1321540 CPUtime=1.49 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 111298 0 0 0 134 15 0 0 20 0 4 0 107991555 1353256960 112108 33554432000 4194304 16246674 140734186842736 140734186824640 4220940 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 330385 112108 840 2943 0 327279 0
[pid=14292/tid=14293] ppid=14289 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1353256960 112108 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1353256960 112108 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1353256960 112108 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1321540

[startup+3.10044 s]
/proc/loadavg: 2.26 2.26 2.20 3/183 14296
/proc/meminfo: memFree=28635892/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1330756 CPUtime=3.09 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 235908 0 0 0 276 33 0 0 20 0 4 0 107991555 1362694144 236718 33554432000 4194304 16246674 140734186842736 140734186824640 4220536 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 332689 236718 900 2943 0 329583 0
[pid=14292/tid=14293] ppid=14289 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1362694144 236718 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1362694144 236718 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1362694144 236718 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1330756

[startup+6.30043 s]
/proc/loadavg: 2.32 2.27 2.20 3/184 14299
/proc/meminfo: memFree=28437732/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1330756 CPUtime=6.29 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 235927 0 0 0 596 33 0 0 20 0 4 0 107991555 1362694144 236737 33554432000 4194304 16246674 140734186842736 140734186824640 4206935 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 332689 236737 919 2943 0 329583 0
[pid=14292/tid=14293] ppid=14289 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1362694144 236737 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1362694144 236737 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1362694144 236737 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1330756

[startup+12.7004 s]
/proc/loadavg: 2.29 2.27 2.20 3/184 14299
/proc/meminfo: memFree=28437100/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1331780 CPUtime=12.69 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236183 0 0 0 1236 33 0 0 20 0 4 0 107991555 1363742720 236993 33554432000 4194304 16246674 140734186842736 140734186840576 4220850 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 332945 236993 919 2943 0 329839 0
[pid=14292/tid=14293] ppid=14289 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1363742720 236993 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1363742720 236993 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1363742720 236993 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1331780

[startup+25.5005 s]
/proc/loadavg: 2.32 2.27 2.20 4/184 14299
/proc/meminfo: memFree=28433484/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=25.49 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236439 0 0 0 2516 33 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 140734186840576 5754969 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 237249 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684013403312 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) 1332804

[startup+51.1005 s]
/proc/loadavg: 2.25 2.26 2.20 3/184 14299
/proc/meminfo: memFree=28400864/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=51.09 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236439 0 0 0 5075 34 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 140734186840576 13898209 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 237249 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1332804

[startup+102.301 s]
/proc/loadavg: 2.23 2.25 2.19 3/183 14301
/proc/meminfo: memFree=28309816/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=102.28 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236439 0 0 0 10193 35 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 140734186841832 12477857 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 237249 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 237249 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1332804


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

/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1332804

[startup+1302.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/184 14355
/proc/meminfo: memFree=28157116/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1302.05 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236519 0 0 0 130117 88 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840704 4220490 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1332804

[startup+1362.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/184 14356
/proc/meminfo: memFree=28157036/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1362.02 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236538 0 0 0 136112 90 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840576 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1332804

[startup+1422.3 s]
/proc/loadavg: 2.27 2.20 2.18 3/184 14357
/proc/meminfo: memFree=28157856/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1422.02 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 142110 92 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840576 13898695 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1332804

[startup+1482.3 s]
/proc/loadavg: 2.23 2.21 2.18 4/184 14358
/proc/meminfo: memFree=28157716/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1482 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 148106 94 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186841912 4206942 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1332804

[startup+1542.31 s]
/proc/loadavg: 2.26 2.21 2.18 3/184 14359
/proc/meminfo: memFree=28157812/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1541.99 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 154102 97 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186824640 6012041 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 1332804

[startup+1602.3 s]
/proc/loadavg: 2.34 2.23 2.19 3/183 14408
/proc/meminfo: memFree=28783768/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1601.98 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 160097 101 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840576 12478212 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1332804

[startup+1662.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/184 14410
/proc/meminfo: memFree=28783496/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1661.97 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 166094 103 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840576 4208661 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 1332804

[startup+1722.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/184 14411
/proc/meminfo: memFree=28783484/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1721.97 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 172091 106 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840576 12477844 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1332804

[startup+1782.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/184 14412
/proc/meminfo: memFree=28783244/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1781.96 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 178088 108 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186824640 4225171 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1332804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.28 2.22 2.18 3/184 14413
/proc/meminfo: memFree=28782872/32872528 swapFree=17452/1581112
[pid=14292] ppid=14289 vsize=1332804 CPUtime=1800.05 cores=1,3,5,7
/proc/14292/stat : 14292 (toysat) R 14289 14292 13546 0 -1 4202496 236543 0 0 0 179897 108 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 140734186840640 4225124 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14292/statm: 333201 274973 919 2943 0 330095 0
[pid=14292/tid=14293] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14293/stat : 14293 (toysat) S 14289 14292 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684108807408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14292/tid=14294] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14294/stat : 14294 (toysat) S 14289 14292 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684098317552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14292/tid=14295] ppid=14289 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/14292/task/14295/stat : 14295 (toysat) S 14289 14292 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107991555 1364791296 274973 33554432000 4194304 16246674 140734186842736 139684013403312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1332804

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.98
CPU system time (s): 1.08983
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 1332804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.08983
maximum resident set size= 1099892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236543
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= 119
involuntary context switches= 1846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5663 second user time and 6.89595 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-07 02:49:56
IDJOB=4080089
IDBENCH=48229
IDSOLVER=2542
FILE ID=node139/4080089-1465260596
RUNJOBID= node139-1465254943-13563
PBS_JOBID= 19843273
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080089-1465260596/watcher-4080089-1465260596 -o /tmp/evaluation-result-4080089-1465260596/solver-4080089-1465260596 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465254943-13563 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080089-1465260596.opb

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=757258945

node139.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.868
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.73
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.868
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.868
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.868
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.868
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.868
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.868
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.868
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:        29384052 kB
Buffers:           57376 kB
Cached:           167012 kB
SwapCached:         1488 kB
Active:          1086344 kB
Inactive:         115160 kB
Active(anon):     976364 kB
Inactive(anon):     2200 kB
Active(file):     109980 kB
Inactive(file):   112960 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099764 kB
Dirty:             18264 kB
Writeback:             0 kB
AnonPages:       2517728 kB
Mapped:            10948 kB
Shmem:                 0 kB
Slab:             570008 kB
SReclaimable:      14172 kB
SUnreclaim:       555836 kB
KernelStack:        1520 kB
PageTables:         9484 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2823640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1533952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node139 at 2016-06-07 03:19:57