Trace number 4106346

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-02OPT3 13.9549 13.9596

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=271-P1=293-B.opb
MD5SUM2e3c7287841521f4043e8a0d4ae495d6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.026995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables27
Total number of constraints3
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 522796
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)81
Sum of products size (including duplicates)162
Number of different products81
Sum of products size162

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T19:15:26+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-4106346-1466270126.opb"]
0.00/0.01	c use --random-gen="487816842 2162017112 1813830072 4075737839 532867260 4200319107 1894224170 3567901274 3654147277 613013093 1079695260 1349364334 30629995 3467767424 1669259634 301640233 1602664596 2306022002 3613544289 2005917134 3066050009 1194565982 2814355679 1191653997 2934902960 25559794 964600348 15769885 2278772556 696813909 2113834170 2922837141 1556770994 314647024 24560383 1300420808 3744387579 1509079204 3760041438 1338585493 1697775286 54405870 2478369280 1830810040 2086281832 3709006323 1553961272 1060388535 495053072 3124331440 1254452872 3910718658 1627582697 2993527551 3803552926 2820978791 3192454324 2665088133 2090508454 1680356622 1631643823 933600447 3517443965 343630205 2986593699 962731456 1618550065 1154227564 3356789660 2441837523 3863007343 417068999 835820278 3928070197 3977099540 2268014043 234737680 778493406 2451844202 545591748 2968031385 355092767 3623458993 573178615 1613542824 1712024469 3292404387 4285066107 883751960 438944207 2586761059 473426403 4193421689 619791550 2088698751 3413813636 116471501 3796394849 770137192 2330592622 2616283291 2346239201 1287580202 1422965835 184203338 1782826471 3597641138 673940479 4134496335 1796365566 2593862996 3100997822 3580984731 2239074377 2863523050 2689367308 2306597813 1241374578 2368746570 1467448203 2897594515 4089069073 3365539936 2304118064 3406135714 1082657304 623557489 2092061886 2199953990 1192434911 346490628 2207449032 2310416341 1420448558 3441039133 418889521 1999185714 856375296 3014155724 2397915197 59572876 1823461679 3766967227 3530807132 3336983245 1823365175 1394311237 1766571433 3476283153 2604492823 650466293 3475453283 3549598004 3766501588 1296841675 3368904810 3841750149 945949035 1638042056 2165623612 2350877411 2796345587 1422978871 1160481763 2802162931 2588178482 1813177937 104630437 1364405868 1077215143 1325643513 1574736442 841555098 2509146349 1066330035 559909831 1437539048 1469867721 3261750226 1550953501 642677301 3108303783 2994558342 2661590321 1223910332 759400617 3389154464 4291503059 1466068202 1192570401 750599689 148334189 1523007763 1045795843 515156855 3002559696 3681001650 2928688361 4156538367 1107336829 3275094642 708659270 3745981592 2329540389 369914703 1966989333 2011275442 4228463404 318986441 1807723688 75265130 3181641115 2076437185 1852409719 1445333952 1941594359 3249056936 2160019280 2864391051 2776252273 4044200668 147196050 703715350 47418246 1239071265 3839320849 3555738336 2726158155 1391820970 2655775003 2856402894 898099896 1019734138 2225940390 1977908780 3086371283 1239342092 1937011160 1410863084 620844253 1184340163 2253910906 1550067990 2967892096 2465433998 876409451 2117185952 1671235451 498391905 3564539030 4139778593 2779152145 2753568036 701947120 1940556062 208787201 255 362436" option to reproduce the execution
0.00/0.01	c #vars 27
0.00/0.01	c #constraints 3
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      118      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       39 |       27 |      118      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.010s
0.00/0.02	c #wall_clock_time = 0.010s
0.00/0.02	c #decision = 39
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 27
0.00/0.02	c #restart = 0
0.00/0.02	o 511
0.00/0.02	c BCD2: updating upper bound: 511 -> 510
0.00/0.02	c BCD2: 0 <= obj <= 510
0.00/0.02	c BCD2: #cores=0, #unrelaxed=9, #relaxed=0, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      118      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |        7 |        0 |      118      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 7
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 8: cost of the new core is >=2
0.00/0.02	c lower bound updated to 2
0.00/0.02	c BCD2: 2 <= obj <= 510
0.00/0.02	c BCD2: #cores=1, #unrelaxed=1, #relaxed=8, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      118      0 |        0 |        0
0.00/0.05	c  0.0s |       1 |      134 |      100 |      130      0 |        0 |        0
0.00/0.09	c  0.1s |       2 |      297 |      250 |      143      1 |        0 |        0
0.09/0.14	c  0.1s |       3 |      541 |      475 |      158      3 |        0 |        0
0.19/0.22	c  0.2s |       4 |      915 |      813 |      174      6 |        0 |        0
0.29/0.35	c  0.3s |       5 |     1486 |     1320 |      192     10 |        0 |        0
0.49/0.54	c  0.5s |       6 |     2264 |     2081 |      212     16 |        0 |        0
0.78/0.83	c  0.8s |       7 |     3430 |     3223 |      234     24 |        0 |        0
1.19/1.27	c  1.2s |       8 |     5240 |     4936 |      258     36 |        0 |        0
1.68/1.72	c  1.7s |       9 |     7836 |     7506 |      284     52 |        0 |        0
2.39/2.41	c  2.4s |      10 |    11779 |    11361 |      313     74 |        0 |        0
3.29/3.39	c  3.4s |      11 |    17646 |    17144 |      345    104 |        0 |        0
4.88/4.93	c  4.9s |      12 |    26429 |    25819 |      380    147 |        0 |        0
6.88/6.95	c  6.9s |      12 |    37874 |    37119 |      380    198 |        0 |        0
7.18/7.25	c  7.2s |      13 |    39602 |    38832 |      419    205 |        0 |        0
9.18/9.25	c  9.2s |      13 |    50884 |    49932 |      419    252 |        0 |        0
10.68/10.76	c 10.7s |      14 |    59395 |    58352 |      461    286 |        0 |        0
12.69/12.77	c 12.7s |      14 |    69367 |    68252 |      461    324 |        0 |        0
13.69/13.78	c 13.8s |      14 |    74883 |    73720 |      461    345 |        0 |        0
13.69/13.78	c #cpu_time = 13.718s
13.69/13.78	c #wall_clock_time = 13.754s
13.69/13.78	c #decision = 74883
13.69/13.78	c #random_decision = 138
13.69/13.78	c #conflict = 73720
13.69/13.78	c #restart = 14
13.69/13.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
13.69/13.78	c lower bound updated to 3
13.69/13.78	c BCD2: 3 <= obj <= 510
13.69/13.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=0
13.69/13.78	c BCD2: #sat=1 #unsat=3 bias=3/4
13.69/13.78	c Solving starts ...
13.69/13.78	c ============================[ Search Statistics ]============================
13.69/13.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.78	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.78	c =============================================================================
13.69/13.78	c  0.0s |       0 |        0 |        0 |      461      0 |        1 |        0
13.69/13.80	c  0.0s |       1 |      115 |      100 |      461      0 |        1 |        1
13.79/13.82	c  0.0s |       2 |      287 |      250 |      461      1 |        1 |        1
13.79/13.83	c  0.1s |       2 |      374 |      313 |      461      1 |        1 |        1
13.79/13.83	c #cpu_time = 0.057s
13.79/13.83	c #wall_clock_time = 0.057s
13.79/13.83	c #decision = 374
13.79/13.83	c #random_decision = 0
13.79/13.83	c #conflict = 313
13.79/13.83	c #restart = 2
13.79/13.83	o 95
13.79/13.83	c BCD2: hardening fixes 2 literals
13.79/13.83	c BCD2: updating upper bound: 510 -> 94
13.79/13.84	c BCD2: 3 <= obj <= 94
13.79/13.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=2
13.79/13.84	c BCD2: #sat=2 #unsat=3 bias=3/5
13.79/13.84	c Solving starts ...
13.79/13.84	c ============================[ Search Statistics ]============================
13.79/13.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.84	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.84	c =============================================================================
13.79/13.84	c  0.0s |       0 |        0 |        0 |      461      0 |       23 |        2
13.79/13.85	c  0.0s |       1 |      109 |      100 |      461      0 |       23 |       57
13.79/13.88	c  0.0s |       2 |      266 |      250 |      461      0 |       23 |       57
13.79/13.88	c  0.0s |       2 |      285 |      261 |      461      1 |       23 |       57
13.79/13.88	c #cpu_time = 0.044s
13.79/13.88	c #wall_clock_time = 0.044s
13.79/13.88	c #decision = 285
13.79/13.88	c #random_decision = 0
13.79/13.88	c #conflict = 261
13.79/13.88	c #restart = 2
13.79/13.88	o 53
13.79/13.88	c BCD2: hardening fixes 1 literals
13.79/13.88	c BCD2: updating upper bound: 94 -> 52
13.79/13.88	c BCD2: 3 <= obj <= 52
13.79/13.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=3
13.79/13.88	c BCD2: #sat=3 #unsat=3 bias=3/6
13.79/13.88	c Solving starts ...
13.79/13.88	c ============================[ Search Statistics ]============================
13.79/13.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.88	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.88	c =============================================================================
13.79/13.88	c  0.0s |       0 |        0 |        0 |      461      0 |       34 |       59
13.79/13.89	c  0.0s |       0 |      102 |       92 |      461      0 |       34 |       86
13.79/13.89	c #cpu_time = 0.012s
13.79/13.89	c #wall_clock_time = 0.012s
13.79/13.89	c #decision = 102
13.79/13.89	c #random_decision = 0
13.79/13.89	c #conflict = 92
13.79/13.89	c #restart = 0
13.79/13.89	o 17
13.79/13.89	c BCD2: hardening fixes 1 literals
13.79/13.89	c BCD2: updating upper bound: 52 -> 16
13.79/13.89	c BCD2: 3 <= obj <= 16
13.79/13.89	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=4
13.79/13.89	c BCD2: #sat=4 #unsat=3 bias=3/7
13.79/13.89	c Solving starts ...
13.79/13.89	c ============================[ Search Statistics ]============================
13.79/13.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.89	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.89	c =============================================================================
13.79/13.89	c  0.0s |       0 |        0 |        0 |      461      0 |       45 |       87
13.79/13.89	c  0.0s |       0 |       11 |        1 |      461      0 |       45 |      115
13.79/13.89	c #cpu_time = 0.001s
13.79/13.89	c #wall_clock_time = 0.001s
13.79/13.89	c #decision = 11
13.79/13.89	c #random_decision = 0
13.79/13.89	c #conflict = 1
13.79/13.89	c #restart = 0
13.79/13.89	o 3
13.79/13.89	s OPTIMUM FOUND
13.79/13.89	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
13.79/13.89	v -x11 -x12 x13 x14 x15 -x16 x17 -x18 x19 -x20
13.79/13.89	v -x21 -x22 -x23 -x24 -x25 -x26 -x27
13.79/13.89	c total CPU time = 13.861s
13.79/13.89	c total wall clock time = 13.896s

Verifier Data

OK	3

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

pid=14545
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.13 2.18 2.16 4/179 14548
/proc/meminfo: memFree=30096996/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 2541 0 0 0 0 0 0 0 20 0 4 0 29061834 699854848 3413 33554432000 4194304 16246674 140735530095184 140735530094608 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 171375 3422 441 2943 0 168269 0
[pid=14548/tid=14549] ppid=14545 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 717680640 3482 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 721874944 3499 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 726069248 3515 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.13 2.18 2.16 4/179 14548
/proc/meminfo: memFree=30096996/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 21916 0 0 0 6 3 0 0 20 0 4 0 29061834 1247350784 22774 33554432000 4194304 16246674 140735530095184 140735530094608 5712452 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 304529 22780 795 2943 0 301423 0
[pid=14548/tid=14549] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 22790 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 22796 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 22807 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200553 s]
/proc/loadavg: 2.13 2.18 2.16 4/179 14548
/proc/meminfo: memFree=30096996/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 41557 0 0 0 13 6 0 0 20 0 4 0 29061834 1247350784 42415 33554432000 4194304 16246674 140735530095184 140735530094608 5831697 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 304529 42419 795 2943 0 301423 0
[pid=14548/tid=14549] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 42420 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 42425 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 42432 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300429 s]
/proc/loadavg: 2.13 2.18 2.16 4/179 14548
/proc/meminfo: memFree=30096996/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 60285 0 0 0 20 9 0 0 20 0 4 0 29061834 1247350784 61143 33554432000 4194304 16246674 140735530095184 140735530094608 5723873 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 304529 61152 795 2943 0 301423 0
[pid=14548/tid=14549] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 61156 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 61164 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 61170 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700395 s]
/proc/loadavg: 2.13 2.18 2.16 4/179 14548
/proc/meminfo: memFree=30096996/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 138110 0 0 0 49 20 0 0 20 0 4 0 29061834 1247350784 138968 33554432000 4194304 16246674 140735530095184 140735530077056 5662075 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 304529 138977 796 2943 0 301423 0
[pid=14548/tid=14549] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 138984 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 138993 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1247350784 139002 33554432000 4194304 16246674 140735530095184 140107604552880 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) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.13 2.18 2.16 3/183 14552
/proc/meminfo: memFree=29223604/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 245682 0 0 0 114 34 0 0 20 0 4 0 29061834 1248399360 246519 33554432000 4194304 16246674 140735530095184 140735530077056 5545708 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 304785 246519 853 2943 0 301679 0
[pid=14548/tid=14549] ppid=14545 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1248399360 246519 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1248399360 246519 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1248399360 246519 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.13 2.18 2.16 3/183 14552
/proc/meminfo: memFree=29025072/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 267497 0 0 0 272 37 0 0 20 0 4 0 29061834 1337528320 268334 33554432000 4194304 16246674 140735530095184 140735530077056 5711644 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 326545 268334 855 2943 0 323439 0
[pid=14548/tid=14549] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268334 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268334 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268334 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.12 2.17 2.16 3/183 14552
/proc/meminfo: memFree=29024756/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 267498 0 0 0 591 37 0 0 20 0 4 0 29061834 1337528320 268335 33554432000 4194304 16246674 140735530095184 140735530077056 15015658 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 326545 268335 855 2943 0 323439 0
[pid=14548/tid=14549] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268335 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268335 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268335 33554432000 4194304 16246674 140735530095184 140107604552880 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.11 2.17 2.15 3/183 14552
/proc/meminfo: memFree=29024408/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 267588 0 0 0 1231 38 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140735530077056 13006794 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 326545 268425 855 2943 0 323439 0
[pid=14548/tid=14549] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8006 s]
/proc/loadavg: 2.11 2.17 2.15 3/183 14552
/proc/meminfo: memFree=29024408/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 267588 0 0 0 1241 38 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140735530077056 5712188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 326545 268425 855 2943 0 323439 0
[pid=14548/tid=14549] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+13.6004 s]
/proc/loadavg: 2.11 2.17 2.15 3/183 14552
/proc/meminfo: memFree=29024416/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1306180 CPUtime=13.59 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 267588 0 0 0 1321 38 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140735530077056 5722604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 326545 268425 855 2943 0 323439 0
[pid=14548/tid=14549] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 1306180

[startup+13.8004 s]
/proc/loadavg: 2.11 2.17 2.15 3/183 14552
/proc/meminfo: memFree=29024416/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=1306180 CPUtime=13.79 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202496 267588 0 0 0 1341 38 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140735530077056 14073233 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 326545 268425 855 2943 0 323439 0
[pid=14548/tid=14549] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14549/stat : 14549 (toysat) S 14545 14548 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107736657136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14548/tid=14550] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14550/stat : 14550 (toysat) S 14545 14548 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107726167280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14548/tid=14551] ppid=14545 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/14548/task/14551/stat : 14551 (toysat) S 14545 14548 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29061834 1337528320 268425 33554432000 4194304 16246674 140735530095184 140107604552880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.79
Current children cumulated vsize (KiB) 1306180

[startup+13.9004 s]
/proc/loadavg: 2.11 2.17 2.15 3/183 14552
/proc/meminfo: memFree=29024416/32872528 swapFree=681964/737152
[pid=14548] ppid=14545 vsize=0 CPUtime=13.89 cores=0,2,4,6
/proc/14548/stat : 14548 (toysat) R 14545 14548 13233 0 -1 4202500 267593 0 0 0 1351 38 0 0 20 0 1 0 29061834 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 13.9596
CPU time (s): 13.9549
CPU user time (s): 13.5139
CPU system time (s): 0.440932
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5139
system time used= 0.440932
maximum resident set size= 1073712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267593
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= 24
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.113982 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 19:15:26
IDJOB=4106346
IDBENCH=48026
IDSOLVER=2542
FILE ID=node112/4106346-1466270126
RUNJOBID= node112-1466264161-13249
PBS_JOBID= 19918218
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=271-P1=293-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106346-1466270126/watcher-4106346-1466270126 -o /tmp/evaluation-result-4106346-1466270126/solver-4106346-1466270126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466264161-13249 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106346-1466270126.opb

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

MD5SUM BENCH= 2e3c7287841521f4043e8a0d4ae495d6
RANDOM SEED=774380657

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30097268 kB
Buffers:           66636 kB
Cached:           156120 kB
SwapCached:         2028 kB
Active:          1171884 kB
Inactive:         130720 kB
Active(anon):    1080116 kB
Inactive(anon):     2096 kB
Active(file):      91768 kB
Inactive(file):   128624 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       1914508 kB
Mapped:            10416 kB
Shmem:                 0 kB
Slab:             601948 kB
SReclaimable:      45816 kB
SUnreclaim:       556132 kB
KernelStack:        1520 kB
PageTables:         7648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1960344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node112 at 2016-06-18 19:15:40