Trace number 4098115

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 59.9609 59.9712

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression8_14.opb
MD5SUMd664568d39f4b760b8dad6d3df38ce08
Bench CategoryDEC-SMALLINT-LIN (no 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 benchmark2.39664
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints2337
Number of constraints which are clauses2332
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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-17T01:27:50+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-4098115-1466119670.opb"]
0.00/0.01	c use --random-gen="4163438349 574693361 2562303008 1721188847 3209138840 1368222917 2364610388 900049093 2610072714 3303203646 2053595945 3158776997 315798852 3960517732 2031272104 2863932464 313798948 1834342742 2169226903 1614450518 2070612810 2464073235 3120831548 4241927857 4218756115 2305562351 862306333 1500538155 802442665 3344261075 2256758329 3943137894 504356395 3782072848 3036497752 3460450730 3080966541 2789052356 4093350808 875818141 2388208095 2025404060 2009538803 2980721182 647747345 794682243 2299899515 3406216223 3162582567 3906264864 947522177 3076225953 1558164282 1152417162 4021830813 2711796461 1986192099 3551950769 334064486 3441760481 3532058498 1260289545 2175704839 437057313 1764048869 2535488013 1616130131 324137115 1804651447 2723944385 1931417238 937168490 1098448898 982943018 2546990454 453012133 4019464687 1244363532 971615163 3694397206 3902606672 4268186797 4221768340 7272378 439126919 2904478123 3850227693 3080484758 159106843 4109660681 2649175921 1583943450 2597113970 1677339925 3558194947 993220477 2675822174 1742787460 1064551404 4050221923 1498316439 310085793 2987005635 689442094 1899603266 1348760312 1857215075 218707817 1764029584 3768801826 875056926 1875010936 2104615491 3882058017 1116593103 2948184117 3500900852 651470817 1775112360 192050258 2483189556 3053301810 2369688131 819481194 2343060747 2724739143 1176211609 1540485766 1357033978 1949094650 3604480967 1250008067 2667355143 1188312623 1725875433 2081386122 3266605029 1005445988 1298156702 936685494 941347966 1669675903 1303985689 626448806 3825040784 1741041745 3770378785 1506392180 3255846772 792315782 403992047 26962227 1608728098 3089023069 3665269582 69513057 939501278 52197887 2525573300 3223860323 775123177 3965009380 2733966271 170673516 2040914646 3102302339 836038578 156326110 475470764 665454900 2301387646 3202624475 1333586051 3536652629 1649426965 1198646237 147713620 264333033 2085871374 2545373077 3887924650 68724120 2153871488 3043150158 3207676408 463981290 2752671016 3212889220 2889560089 1820099046 3179266093 332237239 3135807416 3569955716 3682306705 3840846895 2359441253 719338416 1565126826 4100308181 404564100 3564533663 2476772559 592116689 361033370 3448341628 3446882405 4176144816 2803706545 1169590611 1520593192 2323360413 333024493 2477890809 110892676 673060055 1706010291 2853145136 2153987249 3205395896 428626692 1477396988 599944712 1068316655 3614400985 3634448948 2301083931 2518517550 332148146 3693660048 71094159 65380903 4256532395 379734794 2931846275 213367627 3345526006 1831633925 3901280676 1104702682 50270959 3878417273 2178048690 424658252 2704642070 3996810695 3800516908 2992898134 2643231560 1019702340 1652882034 2730304212 3951763877 396118630 1859993758 3905987960 255 362436" option to reproduce the execution
0.00/0.03	c #vars 506
0.00/0.03	c #constraints 2337
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      946      0 |        5 |        0
0.00/0.10	c  0.0s |       1 |      118 |      100 |      946      0 |        5 |      176
0.09/0.14	c  0.1s |       2 |      288 |      250 |     1041      0 |        5 |      176
0.19/0.22	c  0.2s |       3 |      536 |      475 |     1146      0 |        5 |      176
0.29/0.34	c  0.3s |       4 |      912 |      813 |     1261      0 |        5 |      176
0.49/0.55	c  0.5s |       5 |     1467 |     1320 |     1388      0 |        5 |      176
0.89/0.90	c  0.8s |       6 |     2356 |     2081 |     1680      1 |        5 |      176
1.28/1.33	c  1.3s |       7 |     3627 |     3223 |     1849      2 |        5 |      176
1.88/1.94	c  1.9s |       8 |     5500 |     4936 |     2034      4 |        5 |      176
2.78/2.80	c  2.7s |       9 |     8293 |     7506 |     2238      6 |        5 |      176
4.08/4.14	c  4.1s |      10 |    12625 |    11361 |     2462      9 |        5 |      176
6.08/6.17	c  6.1s |      10 |    18871 |    17061 |     2709     13 |        5 |      176
6.19/6.20	c  6.1s |      11 |    18963 |    17144 |     2709     13 |        5 |      176
8.19/8.23	c  8.2s |      11 |    25564 |    23144 |     2709     17 |        5 |      176
9.09/9.17	c  9.1s |      12 |    28433 |    25819 |     2980     19 |        5 |      176
11.10/11.18	c 11.1s |      12 |    34360 |    31119 |     2980     22 |        5 |      176
13.09/13.19	c 13.1s |      12 |    39993 |    36219 |     2980     26 |        5 |      176
14.09/14.16	c 14.1s |      13 |    42885 |    38832 |     3279     27 |        5 |      176
16.09/16.17	c 16.1s |      13 |    48533 |    44032 |     3279     30 |        5 |      176
18.09/18.19	c 18.1s |      13 |    54166 |    49232 |     3279     33 |        5 |      176
20.09/20.19	c 20.1s |      13 |    59519 |    54132 |     3279     36 |        5 |      176
21.79/21.81	c 21.7s |      14 |    64124 |    58352 |     3607     38 |        5 |      176
23.79/23.82	c 23.8s |      14 |    69650 |    63152 |     3607     41 |        5 |      176
25.79/25.83	c 25.8s |      14 |    74873 |    67952 |     3607     43 |        5 |      176
27.79/27.83	c 27.8s |      14 |    80257 |    72852 |     3607     46 |        5 |      176
29.79/29.87	c 29.8s |      14 |    85679 |    77852 |     3607     49 |        5 |      176
31.79/31.87	c 31.8s |      14 |    91425 |    83052 |     3607     51 |        5 |      176
33.49/33.58	c 33.5s |      15 |    96718 |    87632 |     3968     53 |        8 |      221
35.59/35.60	c 35.5s |      15 |   102406 |    92632 |     3968     55 |        8 |      221
37.59/37.62	c 37.5s |      15 |   107862 |    97532 |     3968     57 |        8 |      221
39.59/39.63	c 39.6s |      15 |   113174 |   102332 |     3968     59 |        8 |      221
41.59/41.63	c 41.6s |      15 |   118475 |   107032 |     3968     62 |        8 |      221
43.59/43.64	c 43.6s |      15 |   123873 |   111932 |     3968     64 |        8 |      221
45.59/45.65	c 45.6s |      15 |   129096 |   116532 |     3968     66 |        9 |      264
47.58/47.67	c 47.6s |      15 |   134541 |   121432 |     3968     68 |        9 |      264
49.59/49.68	c 49.6s |      15 |   139548 |   126032 |     3968     70 |        9 |      264
51.58/51.70	c 51.6s |      15 |   144904 |   130832 |     4365     73 |        9 |      264
51.98/52.01	c 51.9s |      16 |   145680 |   131552 |     4365     73 |        9 |      264
53.99/54.01	c 53.9s |      16 |   150643 |   136152 |     4365     75 |        9 |      264
55.98/56.05	c 56.0s |      16 |   156163 |   141252 |     4365     76 |       14 |      313
57.98/58.08	c 58.0s |      16 |   161848 |   146452 |     4365     78 |       16 |      399
59.88/59.91	c 59.8s |      16 |   167146 |   151357 |     4365     79 |      270 |     1434
59.88/59.91	c #cpu_time = 59.681s
59.88/59.91	c #wall_clock_time = 59.837s
59.88/59.91	c #decision = 167146
59.88/59.91	c #random_decision = 487
59.88/59.91	c #conflict = 151357
59.88/59.91	c #restart = 16
59.88/59.91	s UNSATISFIABLE
59.88/59.91	c total CPU time = 59.753s
59.88/59.91	c total wall clock time = 59.909s

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

pid=21409
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.03 2.05 2.05 3/179 21412
/proc/meminfo: memFree=30659792/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=674236 CPUtime=0 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 2507 0 0 0 0 0 0 0 20 0 4 0 14017529 690417664 2358 33554432000 4194304 16246674 140735971394384 140735971393808 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 169071 2367 441 2943 0 165965 0
[pid=21412/tid=21413] ppid=21409 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 708243456 2428 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=695740 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 712437760 2444 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=699836 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14017529 716632064 2460 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.03 2.05 2.05 3/179 21412
/proc/meminfo: memFree=30659792/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 26700 0 0 0 5 4 0 0 20 0 4 0 14017529 1247350784 26540 33554432000 4194304 16246674 140735971394384 140735971393808 5532301 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 304529 26549 718 2943 0 301423 0
[pid=21412/tid=21413] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 26557 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 26565 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 26572 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200494 s]
/proc/loadavg: 2.03 2.05 2.05 3/179 21412
/proc/meminfo: memFree=30659792/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 48557 0 0 0 12 7 0 0 20 0 4 0 14017529 1247350784 48396 33554432000 4194304 16246674 140735971394384 140735971393808 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 304529 48404 718 2943 0 301423 0
[pid=21412/tid=21413] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 48411 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 48424 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 48432 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300478 s]
/proc/loadavg: 2.03 2.05 2.05 3/179 21412
/proc/meminfo: memFree=30659792/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 69298 0 0 0 20 9 0 0 20 0 4 0 14017529 1247350784 69138 33554432000 4194304 16246674 140735971394384 140735971393808 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 304529 69148 718 2943 0 301423 0
[pid=21412/tid=21413] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 69151 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 69155 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 69160 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.03 2.05 2.05 3/179 21412
/proc/meminfo: memFree=30659792/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 155951 0 0 0 48 20 0 0 20 0 4 0 14017529 1247350784 155790 33554432000 4194304 16246674 140735971394384 140735971376256 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 304529 155799 718 2943 0 301423 0
[pid=21412/tid=21413] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 155803 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 155808 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14017529 1247350784 155813 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 21416
/proc/meminfo: memFree=29687848/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1221188 CPUtime=1.48 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 246107 0 0 0 118 30 0 0 20 0 4 0 14017529 1250496512 245926 33554432000 4194304 16246674 140735971394384 140735971376256 5861736 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 305297 245926 792 2943 0 302191 0
[pid=21412/tid=21413] ppid=21409 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1250496512 245926 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1250496512 245926 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1250496512 245926 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1221188

[startup+3.10041 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 21416
/proc/meminfo: memFree=29594972/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 267336 0 0 0 276 32 0 0 20 0 4 0 14017529 1337528320 267155 33554432000 4194304 16246674 140735971394384 140735971376256 5523404 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 326545 267155 792 2943 0 323439 0
[pid=21412/tid=21413] ppid=21409 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1337528320 267155 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1337528320 267155 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1337528320 267155 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 21416
/proc/meminfo: memFree=29590548/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 267551 0 0 0 596 33 0 0 20 0 4 0 14017529 1337528320 267370 33554432000 4194304 16246674 140735971394384 140735971376256 5522913 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 326545 267370 792 2943 0 323439 0
[pid=21412/tid=21413] ppid=21409 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1337528320 267370 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1337528320 267370 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1337528320 267370 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.02 2.05 2.05 3/183 21416
/proc/meminfo: memFree=29590088/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1307204 CPUtime=12.69 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 267834 0 0 0 1236 33 0 0 20 0 4 0 14017529 1338576896 267653 33554432000 4194304 16246674 140735971394384 140735971376256 5721468 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 326801 267653 794 2943 0 323695 0
[pid=21412/tid=21413] ppid=21409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1338576896 267653 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1338576896 267653 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1338576896 267653 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.17 2.08 2.06 3/183 21416
/proc/meminfo: memFree=29588952/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1309252 CPUtime=25.49 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 268349 0 0 0 2516 33 0 0 20 0 4 0 14017529 1340674048 268168 33554432000 4194304 16246674 140735971394384 140735971376256 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 327313 268168 797 2943 0 324207 0
[pid=21412/tid=21413] ppid=21409 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1340674048 268168 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1340674048 268168 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1340674048 268168 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1309252

[startup+51.1005 s]
/proc/loadavg: 2.11 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29585828/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1312324 CPUtime=51.08 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269117 0 0 0 5075 33 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140735971376256 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328081 268936 797 2943 0 324975 0
[pid=21412/tid=21413] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1312324

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

[startup+51.2005 s]
/proc/loadavg: 2.11 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29585828/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1312324 CPUtime=51.18 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269117 0 0 0 5085 33 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140735971376256 5676656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328081 268936 797 2943 0 324975 0
[pid=21412/tid=21413] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1312324

[startup+54.4004 s]
/proc/loadavg: 2.10 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29585816/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1312324 CPUtime=54.38 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269117 0 0 0 5405 33 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140735971376256 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328081 268936 797 2943 0 324975 0
[pid=21412/tid=21413] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1343819776 268936 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1312324

[startup+57.6004 s]
/proc/loadavg: 2.10 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29584452/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1314372 CPUtime=57.58 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269567 0 0 0 5725 33 0 0 20 0 4 0 14017529 1345916928 269386 33554432000 4194304 16246674 140735971394384 140735971376256 5827728 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328593 269386 797 2943 0 325487 0
[pid=21412/tid=21413] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269386 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269386 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269386 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1314372

[startup+59.2004 s]
/proc/loadavg: 2.10 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29584080/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1314372 CPUtime=59.18 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269629 0 0 0 5885 33 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140735971376256 5823947 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328593 269448 797 2943 0 325487 0
[pid=21412/tid=21413] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.18
Current children cumulated vsize (KiB) 1314372

[startup+59.6004 s]
/proc/loadavg: 2.10 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29583832/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1314372 CPUtime=59.58 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269629 0 0 0 5925 33 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140735971376256 5677888 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328593 269448 797 2943 0 325487 0
[pid=21412/tid=21413] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.58
Current children cumulated vsize (KiB) 1314372

[startup+59.8004 s]
/proc/loadavg: 2.10 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29583832/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1314372 CPUtime=59.78 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269629 0 0 0 5945 33 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140735971376256 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328593 269448 797 2943 0 325487 0
[pid=21412/tid=21413] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.78
Current children cumulated vsize (KiB) 1314372

[startup+59.9005 s]
/proc/loadavg: 2.10 2.07 2.06 3/183 21416
/proc/meminfo: memFree=29583832/32872528 swapFree=188940/188940
[pid=21412] ppid=21409 vsize=1314372 CPUtime=59.88 cores=0,2,4,6
/proc/21412/stat : 21412 (toysat) R 21409 21412 17164 0 -1 4202496 269629 0 0 0 5955 33 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140735971376256 5991508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21412/statm: 328593 269448 797 2943 0 325487 0
[pid=21412/tid=21413] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21413/stat : 21413 (toysat) S 21409 21412 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454998813936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21412/tid=21414] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (toysat) S 21409 21412 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454988324080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21412/tid=21415] ppid=21409 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (toysat) S 21409 21412 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14017529 1345916928 269448 33554432000 4194304 16246674 140735971394384 140454977850544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.88
Current children cumulated vsize (KiB) 1314372

Child status: 0
Real time (s): 59.9712
CPU time (s): 59.9609
CPU user time (s): 59.5669
CPU system time (s): 0.39394
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.5669
system time used= 0.39394
maximum resident set size= 1077808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269634
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= 18
involuntary context switches= 63

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.145977 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-17 01:27:50
IDJOB=4098115
IDBENCH=107854
IDSOLVER=2542
FILE ID=node102/4098115-1466119670
RUNJOBID= node102-1466115959-20139
PBS_JOBID= 19904127
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression8_14.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098115-1466119670/watcher-4098115-1466119670 -o /tmp/evaluation-result-4098115-1466119670/solver-4098115-1466119670 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466115959-20139 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4098115-1466119670.opb

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

MD5SUM BENCH= d664568d39f4b760b8dad6d3df38ce08
RANDOM SEED=115077774

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.746
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.746
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.746
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.746
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.746
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30661056 kB
Buffers:           52804 kB
Cached:           172504 kB
SwapCached:         1412 kB
Active:          1223216 kB
Inactive:          96324 kB
Active(anon):    1095416 kB
Inactive(anon):     1076 kB
Active(file):     127800 kB
Inactive(file):    95248 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       1276448 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             570380 kB
SReclaimable:      14456 kB
SUnreclaim:       555924 kB
KernelStack:        1520 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1424316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71692 MiB
End job on node102 at 2016-06-17 01:28:50