Trace number 4080005

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-02UNSAT 36.1645 36.1696

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-785912.opb
MD5SUMed5b22b7ff980aba201e80ac017c6ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.38149
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1380
Total number of constraints1714
Number of constraints which are clauses1422
Number of constraints which are cardinality constraints (but not clauses)292
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint250
Number of terms in the objective function 1260
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 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T07:29:51+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-4080005-1465277391.opb"]
0.00/0.01	c use --random-gen="405252570 1919477679 1287358780 1350688503 3011321661 3867319477 2774302705 3019340276 4134550535 1080193775 3003272345 1918556137 25240890 759202562 35054429 1074581153 2739801568 222494041 1187021149 4191697839 3804129151 3907679634 182888559 1795768974 2572150291 3169171535 2819944915 4270708272 2328663330 2126332753 1388966354 1484386848 1731955458 161131813 141772411 4226131878 807715555 638361083 606769082 1333733217 3190959769 1158408935 1481161302 4211783280 3775862729 1831901527 295738397 529740909 4193873907 2626471252 3140430875 1045361222 3968629565 4000271676 2497087506 1008421121 4020234531 3523323277 2786267414 2065344995 3922616089 1747556915 3877015617 4201175100 3386646138 1520364869 3779383384 2970728185 4113583466 2408493052 3815237298 3019478725 2037207025 1464343406 766277940 3008758073 1284559047 2830732544 2657267751 2297263927 4161295776 1346366064 419631087 1210625622 3138436228 374030765 4230334332 2550871461 3651370077 1344338007 1568580520 3871395716 2593431318 618491008 4239356428 880052273 1769759647 395296826 3279367060 2335690837 3929625525 2150443073 1592829819 3140292335 1744806005 2741677036 3783663594 2363155711 3297124689 2008530156 3023327281 1543585126 3211687235 2068348785 1126994971 2404198591 975608005 1026912470 212594849 127872196 3114109074 2968452350 794524347 1059513440 2670738151 1476340159 3735474278 3373216202 60966609 2817439116 4104797273 113982475 2625061933 544083653 1890971885 2896985042 4137370705 2495230308 2228554513 2186156876 120025246 2816604463 962129982 2629465080 1197170444 3919606097 1490979636 2138456396 143350887 2563312117 2836315213 769591640 597519224 4266447434 2645358002 3407391051 3671815757 1302432024 4190635988 291164915 4093706896 1731653500 269450100 4233851675 1248363994 4006641322 2919058739 2156917639 2730688512 4032374299 1746432857 100193604 924859131 4216341756 1371446198 4086262719 620987866 2991084964 194268345 3076503729 2272735958 1670110554 22258543 1324644187 1794431287 2825072884 3484894651 4088281931 611596638 4162892549 2433302544 155416000 1616482005 3911753666 472035632 3814482505 3601232915 3089420059 2959072803 708150028 1128199132 1775490645 1126132858 199149952 3179141227 263371846 2482581460 2282539680 277858964 730886977 2134513183 3573732169 3759027220 3401767034 1757924431 1433425302 3221398808 745519176 913463561 1007228983 1306262958 2587618998 2426153106 3613377489 3575030801 604471877 2895995313 1690299249 1350144228 1685045053 1624075368 3138962338 669119784 1630047266 922889852 11989110 3059448105 4199302677 3405300972 1358838393 1193554286 2821668142 1028065695 2691521785 3282269392 1777119982 4289783869 4236067111 2168561561 1504479836 1767831760 2537996734 2342939476 3818346158 629114742 669063983 255 362436" option to reproduce the execution
0.00/0.06	c #vars 1380
0.00/0.06	c #constraints 1714
0.00/0.09	c BCD2: Hardening is enabled.
0.00/0.09	c BCD2: BiasedSearch is enabled.
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |     1031      0 |        0 |        0
0.09/0.12	c  0.0s |       1 |      161 |      100 |     1031      0 |        0 |        0
0.09/0.19	c  0.1s |       2 |      584 |      250 |     1135      0 |        0 |        0
0.29/0.32	c  0.2s |       3 |     1074 |      475 |     1249      0 |        0 |        0
0.39/0.47	c  0.4s |       4 |     1731 |      813 |     1374      0 |        0 |        0
0.69/0.70	c  0.6s |       5 |     2543 |     1320 |     1512      0 |        0 |        0
0.99/1.01	c  0.9s |       6 |     3571 |     2081 |     1831      1 |        0 |        0
1.29/1.34	c  1.3s |       7 |     5298 |     3223 |     2015      1 |        0 |        0
1.79/1.89	c  1.8s |       8 |     7649 |     4936 |     2217      3 |        0 |        0
2.79/2.81	c  2.7s |       9 |    11562 |     7506 |     2439      4 |        0 |        0
4.09/4.17	c  4.1s |      10 |    17287 |    11361 |     2683      7 |        0 |        0
5.89/5.91	c  5.8s |      11 |    25248 |    17144 |     2952     11 |        0 |        0
7.89/7.92	c  7.8s |      11 |    35048 |    23544 |     2952     14 |        0 |        0
8.59/8.68	c  8.6s |      12 |    38266 |    25819 |     3248     16 |        0 |        0
10.59/10.69	c 10.6s |      12 |    47507 |    31919 |     3248     19 |        0 |        0
12.68/12.70	c 12.6s |      12 |    56824 |    37819 |     3248     22 |        0 |        0
12.98/13.00	c 12.9s |      13 |    58155 |    38832 |     3573     23 |        0 |        0
14.98/15.03	c 14.9s |      13 |    68114 |    45032 |     3573     26 |        0 |        0
16.98/17.05	c 17.0s |      13 |    78034 |    51332 |     3573     29 |        0 |        0
18.98/19.07	c 19.0s |      13 |    87431 |    57132 |     3573     32 |        0 |        0
19.38/19.49	c 19.4s |      14 |    89297 |    58352 |     3931     33 |        0 |        0
21.48/21.51	c 21.4s |      14 |    99031 |    64652 |     3931     36 |        0 |        0
23.48/23.56	c 23.5s |      14 |   108362 |    70852 |     3931     39 |        0 |        0
25.48/25.58	c 25.5s |      14 |   117734 |    77352 |     3931     41 |        0 |        0
27.49/27.59	c 27.5s |      14 |   127571 |    84252 |     3931     45 |        0 |        0
28.48/28.59	c 28.5s |      15 |   132459 |    87632 |     4325     46 |        0 |        0
30.58/30.60	c 30.5s |      15 |   142073 |    94032 |     4325     49 |        0 |        0
32.58/32.61	c 32.5s |      15 |   151061 |   100032 |     4325     52 |        0 |        0
34.59/34.63	c 34.5s |      15 |   161626 |   106432 |     4325     54 |        0 |        0
36.09/36.11	c 36.0s |      15 |   169498 |   111025 |     4325     56 |      386 |      348
36.09/36.11	c #cpu_time = 35.922s
36.09/36.11	c #wall_clock_time = 36.015s
36.09/36.11	c #decision = 169498
36.09/36.11	c #random_decision = 643
36.09/36.11	c #conflict = 111025
36.09/36.11	c #restart = 15
36.09/36.11	s UNSATISFIABLE
36.09/36.11	c total CPU time = 36.016s
36.09/36.11	c total wall clock time = 36.109s

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

pid=12595
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.25 2.22 3/178 12598
/proc/meminfo: memFree=29184592/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=742844 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 2778 0 0 0 0 0 0 0 20 0 4 0 109672439 760672256 2627 33554432000 4194304 16246674 140736830336448 140736830335872 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 186479 2636 441 2943 0 183373 0
[pid=12598/tid=12599] ppid=12595 vsize=761276 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 779546624 2699 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=766396 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 784789504 2715 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=769468 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109672439 787935232 2731 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100212 s]
/proc/loadavg: 2.28 2.25 2.22 3/178 12598
/proc/meminfo: memFree=29184592/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 22179 0 0 0 6 3 0 0 20 0 4 0 109672439 1250496512 21966 33554432000 4194304 16246674 140736830336448 140736830335760 5667600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 305297 21966 879 2943 0 302191 0
[pid=12598/tid=12599] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 21966 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 21966 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 21966 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200519 s]
/proc/loadavg: 2.28 2.25 2.22 3/178 12598
/proc/meminfo: memFree=29184592/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 48802 0 0 0 12 7 0 0 20 0 4 0 109672439 1250496512 48590 33554432000 4194304 16246674 140736830336448 140736830335760 5707858 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 305297 48604 879 2943 0 302191 0
[pid=12598/tid=12599] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 48613 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 48622 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 48631 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300488 s]
/proc/loadavg: 2.28 2.25 2.22 3/178 12598
/proc/meminfo: memFree=29184592/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 82417 0 0 0 18 11 0 0 20 0 4 0 109672439 1250496512 82204 33554432000 4194304 16246674 140736830336448 140736830318336 5661217 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 305297 82215 879 2943 0 302191 0
[pid=12598/tid=12599] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 82224 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 82237 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 82251 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700421 s]
/proc/loadavg: 2.28 2.25 2.22 3/178 12598
/proc/meminfo: memFree=29184592/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1221188 CPUtime=0.69 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 200375 0 0 0 43 26 0 0 20 0 4 0 109672439 1250496512 200163 33554432000 4194304 16246674 140736830336448 140736830318336 5545885 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 305297 200188 879 2943 0 302191 0
[pid=12598/tid=12599] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 200203 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 200215 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109672439 1250496512 200229 33554432000 4194304 16246674 140736830336448 140360895417520 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) 1221188

[startup+1.50043 s]
/proc/loadavg: 2.28 2.25 2.22 3/182 12602
/proc/meminfo: memFree=28120624/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1302084 CPUtime=1.49 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 266522 0 0 0 114 35 0 0 20 0 4 0 109672439 1333334016 266309 33554432000 4194304 16246674 140736830336448 140736830318336 5545776 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 325521 266309 886 2943 0 322415 0
[pid=12598/tid=12599] ppid=12595 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1333334016 266309 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1333334016 266309 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1333334016 266309 33554432000 4194304 16246674 140736830336448 140360895417520 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) 1302084

[startup+3.10043 s]
/proc/loadavg: 2.28 2.25 2.22 3/182 12602
/proc/meminfo: memFree=28114316/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1307204 CPUtime=3.09 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 267992 0 0 0 274 35 0 0 20 0 4 0 109672439 1338576896 267779 33554432000 4194304 16246674 140736830336448 140736830319448 5717716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 326801 267779 890 2943 0 323695 0
[pid=12598/tid=12599] ppid=12595 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1338576896 267779 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1338576896 267779 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1338576896 267779 33554432000 4194304 16246674 140736830336448 140360895417520 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) 1307204

[startup+6.30042 s]
/proc/loadavg: 2.26 2.25 2.22 3/183 12603
/proc/meminfo: memFree=28114504/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=6.29 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268250 0 0 0 594 35 0 0 20 0 4 0 109672439 1339625472 268037 33554432000 4194304 16246674 140736830336448 140736830319448 13820888 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268037 892 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268037 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268037 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268037 33554432000 4194304 16246674 140736830336448 140360895417520 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) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.32 2.26 2.23 3/184 12606
/proc/meminfo: memFree=28113048/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=12.68 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 1233 35 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830319448 13950230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1308228

[startup+25.5005 s]
/proc/loadavg: 2.25 2.25 2.22 3/184 12606
/proc/meminfo: memFree=28114416/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=25.48 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 2513 35 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 13191819 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1308228

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

[startup+25.6005 s]
/proc/loadavg: 2.25 2.25 2.22 3/184 12606
/proc/meminfo: memFree=28114416/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=25.58 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 2523 35 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 5763334 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1308228

[startup+32.0074 s]
/proc/loadavg: 2.31 2.26 2.23 4/184 12606
/proc/meminfo: memFree=28114172/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=31.99 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 3164 35 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1308228

[startup+33.6004 s]
/proc/loadavg: 2.31 2.26 2.23 4/184 12606
/proc/meminfo: memFree=28114296/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=33.59 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 3323 36 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 12477791 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 33.59
Current children cumulated vsize (KiB) 1308228

[startup+35.2004 s]
/proc/loadavg: 2.28 2.25 2.22 3/184 12606
/proc/meminfo: memFree=28114296/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=35.2 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 3484 36 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830319448 6022344 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.2
Current children cumulated vsize (KiB) 1308228

[startup+35.6004 s]
/proc/loadavg: 2.28 2.25 2.22 3/184 12606
/proc/meminfo: memFree=28114296/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=35.59 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 3523 36 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.59
Current children cumulated vsize (KiB) 1308228

[startup+36.0004 s]
/proc/loadavg: 2.28 2.25 2.22 3/184 12606
/proc/meminfo: memFree=28114296/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=35.99 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 3563 36 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 5813768 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.99
Current children cumulated vsize (KiB) 1308228

[startup+36.1004 s]
/proc/loadavg: 2.28 2.25 2.22 3/184 12606
/proc/meminfo: memFree=28114296/32872528 swapFree=15272/1656604
[pid=12598] ppid=12595 vsize=1308228 CPUtime=36.09 cores=1,3,5,7
/proc/12598/stat : 12598 (toysat) R 12595 12598 9894 0 -1 4202496 268251 0 0 0 3573 36 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140736830318336 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12598/statm: 327057 268038 893 2943 0 323951 0
[pid=12598/tid=12599] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12599/stat : 12599 (toysat) S 12595 12598 9894 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360916380912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12598/tid=12600] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12600/stat : 12600 (toysat) S 12595 12598 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360905891056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12598/tid=12601] ppid=12595 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/12598/task/12601/stat : 12601 (toysat) S 12595 12598 9894 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109672439 1339625472 268038 33554432000 4194304 16246674 140736830336448 140360895417520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.09
Current children cumulated vsize (KiB) 1308228

Child status: 0
Real time (s): 36.1696
CPU time (s): 36.1645
CPU user time (s): 35.7436
CPU system time (s): 0.420936
CPU usage (%): 99.9859
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7436
system time used= 0.420936
maximum resident set size= 1072172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268256
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= 20
involuntary context switches= 44

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-07 07:29:51
IDJOB=4080005
IDBENCH=89822
IDSOLVER=2542
FILE ID=node136/4080005-1465277391
RUNJOBID= node136-1465261284-9911
PBS_JOBID= 19843291
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-785912.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080005-1465277391/watcher-4080005-1465277391 -o /tmp/evaluation-result-4080005-1465277391/solver-4080005-1465277391 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465261284-9911 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080005-1465277391.opb

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

MD5SUM BENCH= ed5b22b7ff980aba201e80ac017c6ab9
RANDOM SEED=489895794

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.959
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.959
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.59
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.959
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.959
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:        29185236 kB
Buffers:           40532 kB
Cached:           136244 kB
SwapCached:          592 kB
Active:          1196492 kB
Inactive:          99540 kB
Active(anon):    1117412 kB
Inactive(anon):     4084 kB
Active(file):      79080 kB
Inactive(file):    95456 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:       2775708 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             597968 kB
SReclaimable:      41612 kB
SUnreclaim:       556356 kB
KernelStack:        1480 kB
PageTables:         9316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2918224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1650688 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 node136 at 2016-06-07 07:30:27