Trace number 4078735

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 132.829 132.849

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark5.69813
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-06T16:08:26+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4078735-1465222105.opb"]
0.00/0.01	c use --random-gen="3456455831 73690108 3231275911 3510892918 1810791378 1657605958 1300798565 2167323315 1393124309 3872542491 3449119889 2105829386 4142029122 3104709023 3894856841 644873851 1755817165 1380932646 4051618079 101740800 1181486336 346599890 127338204 3338707204 2790683381 3992499624 83956751 1692187747 506383508 1757883662 3083454649 1943810204 2037640925 3007855786 1921723652 1039259447 1076430701 433373789 2850788100 2514424363 1798254295 2197340914 2378247714 2208119192 1729853167 3633208299 3159375254 715233233 2941663400 2239103711 4184922980 957635095 1635210784 3697199722 1949566870 540852661 3228148830 1374382275 36342557 296499335 3636197308 3711638551 2433160408 147815737 2158349604 3486641151 3973373709 2723353918 1708788629 2586157766 3509298686 2752814961 3952312191 1790166497 2720800413 3023898482 1409279802 3783865574 447842304 944907017 166156853 2761800637 2139415266 3382223928 2865426845 2024334474 1943731035 2793152287 2673206225 1871344695 2329867822 3312966712 300321384 2126570377 2108906181 955093457 2848410617 4193508630 397401811 1467113386 3483187080 3316178116 2181911813 824993762 1367266293 2375377192 3137030146 2235866683 1637704242 1273033607 414972704 531376026 2663379415 594334160 795068788 3893872070 966543191 774922981 3653928893 2300037775 2902495467 1720929707 3662983968 2964872893 3889873264 1434660498 3766179261 743443262 3073714745 2995107172 3942414573 2759152683 2248716088 67579006 1665933324 2838653686 362450799 4034825353 4273908796 1188491424 1347346757 2840239736 2601793092 942182896 1365126135 2784059591 1099699242 4244666713 3945940517 3543304971 3979045969 2395562037 341059623 1609555925 3397057409 3023059353 2877712927 2330058352 1824879369 3474550378 3080298457 4161486915 3854821389 2400791521 2625504740 2969887665 4104314583 2770852126 2294952754 538503799 2750604577 2523378534 1919089531 150730839 1123096105 127627018 974255078 1968853650 484620188 542514923 2269858306 525898023 3442441990 2029709963 231937061 4161325601 1533924014 1360635657 1254575087 3244400136 2545765746 3222184045 3950622294 521659827 3314857817 356212458 1040846099 4056421965 589083260 3290435548 3712276677 3278343236 1067020139 771553697 2024393762 1376414041 4234093067 580946422 3594967317 2740517319 3975268040 2423182928 4213935678 3016753268 3317409322 3660708322 1023889146 948610223 4122848081 3226090208 2461729010 2979606925 1996946490 1369134722 1283373480 2257950978 1970852066 943375343 1652317090 3351288846 34129479 374802023 2977614663 2086447503 3747332098 1905070447 2850454556 3618105993 3682537429 2747848527 2150045496 399706695 3027390255 1347043113 2854078995 3567442077 3301514277 2086549585 1142915657 833191909 1546648984 3599858771 418794242 2956601091 906338904 1634092655 255 362436" option to reproduce the execution
1.49/1.56	c #vars 87751
1.49/1.56	c #constraints 254772
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.29/5.39	c  0.0s |       0 |        0 |        0 |   114174      0 |     1954 |        0
5.99/6.09	c  0.7s |       1 |     3489 |      100 |   114174      0 |     1954 |     4973
7.89/7.91	c  2.5s |       2 |     4863 |      250 |   125592      0 |     1954 |     4973
10.29/10.33	c  4.9s |       2 |     6696 |      450 |   138152      0 |     1957 |     4982
10.39/10.40	c  5.0s |       3 |     6717 |      475 |   138152      0 |     1957 |     4982
12.69/12.76	c  7.4s |       3 |     7653 |      675 |   151968      0 |     1957 |     4982
14.99/15.06	c  9.7s |       4 |     8302 |      813 |   151968      0 |     1957 |     4982
17.29/17.37	c 12.0s |       4 |     9260 |     1213 |   167165      0 |     1957 |     4982
18.49/18.58	c 13.2s |       5 |     9576 |     1320 |   167165      0 |     1957 |     4982
21.19/21.28	c 15.9s |       5 |    10055 |     1620 |   183882      0 |     1957 |     4982
24.19/24.23	c 18.8s |       5 |    10439 |     1920 |   183882      0 |     1957 |     4982
25.79/25.86	c 20.5s |       6 |    10642 |     2081 |   202271      0 |     1957 |     4982
28.69/28.73	c 23.3s |       6 |    11852 |     2481 |   202271      0 |     1969 |     5018
31.08/31.18	c 25.8s |       6 |    12508 |     2781 |   202271      0 |     1969 |     5018
33.18/33.22	c 27.8s |       6 |    12863 |     2981 |   202271      0 |     1969 |     5018
35.38/35.40	c 30.0s |       6 |    13184 |     3181 |   202271      0 |     1969 |     5018
35.68/35.78	c 30.4s |       7 |    13237 |     3223 |   222499      0 |     1969 |     5018
38.28/38.35	c 33.0s |       7 |    13775 |     3523 |   222499      0 |     1969 |     5018
40.98/41.05	c 35.7s |       7 |    14340 |     3823 |   222499      0 |     1969 |     5018
42.99/43.08	c 37.7s |       7 |    14710 |     4023 |   222499      0 |     1969 |     5018
45.88/45.92	c 40.5s |       7 |    15142 |     4323 |   222499      0 |     1969 |     5018
48.28/48.31	c 42.9s |       7 |    15527 |     4523 |   222499      0 |     1969 |     5018
50.38/50.46	c 45.1s |       7 |    15897 |     4723 |   222499      0 |     1969 |     5018
52.68/52.72	c 47.3s |       7 |    16276 |     4923 |   244749      0 |     1969 |     5018
52.98/53.01	c 47.6s |       8 |    16312 |     4936 |   244749      0 |     1969 |     5018
55.58/55.60	c 50.2s |       8 |    16966 |     5236 |   244749      0 |     1969 |     5018
57.98/58.00	c 52.6s |       8 |    17894 |     5436 |   244749      0 |     1980 |     5060
61.48/61.56	c 56.2s |       8 |    18181 |     5636 |   244749      0 |     1980 |     5060
64.38/64.50	c 59.1s |       8 |    18660 |     5836 |   244749      0 |     1980 |     5060
67.48/67.55	c 62.2s |       8 |    19582 |     6136 |   244749      0 |     1996 |     5120
69.78/69.84	c 64.5s |       8 |    20194 |     6536 |   244749      0 |     1996 |     5120
72.18/72.20	c 66.8s |       8 |    20568 |     6736 |   244749      0 |     1996 |     5120
74.28/74.38	c 69.0s |       8 |    20969 |     6936 |   244749      0 |     1996 |     5120
76.58/76.69	c 71.3s |       8 |    21355 |     7136 |   244749      0 |     1996 |     5120
79.48/79.50	c 74.1s |       8 |    21796 |     7336 |   244749      0 |     1996 |     5120
81.08/81.14	c 75.8s |       9 |    22206 |     7506 |   269224      0 |     1996 |     5120
83.28/83.33	c 77.9s |       9 |    23350 |     7906 |   269224      0 |     1996 |     5120
85.88/85.91	c 80.5s |       9 |    23640 |     8106 |   269224      0 |     1996 |     5120
88.48/88.58	c 83.2s |       9 |    23978 |     8306 |   269224      0 |     1996 |     5120
91.08/91.10	c 85.7s |       9 |    24256 |     8506 |   269224      0 |     1996 |     5120
93.38/93.46	c 88.1s |       9 |    24655 |     8706 |   269224      0 |     1996 |     5120
95.78/95.83	c 90.4s |       9 |    25102 |     8906 |   269224      0 |     1996 |     5120
98.48/98.55	c 93.2s |       9 |    25843 |     9206 |   269224      0 |     1996 |     5120
101.18/101.27	c 95.9s |       9 |    26405 |     9506 |   269224      0 |     1996 |     5120
103.87/103.95	c 98.6s |       9 |    27035 |     9806 |   269224      0 |     1996 |     5120
106.27/106.35	c  100s |       9 |    27705 |    10106 |   269224      0 |     1996 |     5120
108.57/108.67	c  103s |       9 |    28086 |    10306 |   269224      0 |     1996 |     5120
110.97/111.09	c  105s |       9 |    28587 |    10606 |   269224      0 |     2007 |     5162
113.87/113.94	c  108s |       9 |    29074 |    10806 |   269224      0 |     2007 |     5162
116.58/116.61	c  111s |       9 |    29407 |    11006 |   269224      0 |     2007 |     5162
119.57/119.63	c  114s |       9 |    30242 |    11306 |   296147      0 |     2007 |     5162
120.17/120.26	c  114s |      10 |    30364 |    11361 |   296147      0 |     2007 |     5162
122.57/122.62	c  117s |      10 |    30785 |    11561 |   296147      0 |     2008 |     5162
124.67/124.78	c  119s |      10 |    31386 |    11761 |   296147      0 |     2008 |     5162
126.87/126.98	c  121s |      10 |    31777 |    11961 |   296147      0 |     2008 |     5162
129.78/129.88	c  124s |      10 |    32172 |    12161 |   296147      0 |     2009 |     5162
132.67/132.78	c  127s |      10 |    32571 |    12339 |   296147      0 |    19464 |    56922
132.67/132.78	c #cpu_time = 127.056s
132.67/132.78	c #wall_clock_time = 127.390s
132.67/132.78	c #decision = 32571
132.67/132.78	c #random_decision = 117
132.67/132.78	c #conflict = 12339
132.67/132.78	c #restart = 10
132.67/132.78	s UNSATISFIABLE
132.67/132.78	c total CPU time = 132.432s
132.67/132.78	c total wall clock time = 132.780s

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

pid=14621
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.36 2.26 2.25 3/179 14624
/proc/meminfo: memFree=29391820/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=765372 CPUtime=0 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 2860 0 0 0 0 0 0 0 20 0 4 0 104142927 783740928 3220 33554432000 4194304 16246674 140736499633232 140736499632656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 191855 3230 441 2943 0 188749 0
[pid=14624/tid=14625] ppid=14621 vsize=782780 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 801566720 3291 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=787900 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 806809600 3308 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=791996 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 104142927 811003904 3325 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100128 s]
/proc/loadavg: 2.36 2.26 2.25 3/179 14624
/proc/meminfo: memFree=29391820/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 26169 0 0 0 6 3 0 0 20 0 4 0 104142927 1332285440 26468 33554432000 4194304 16246674 140736499633232 140736499632544 8056990 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 325265 26484 800 2943 0 322159 0
[pid=14624/tid=14625] ppid=14621 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1332285440 26495 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1332285440 26507 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1332285440 26517 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200536 s]
/proc/loadavg: 2.36 2.26 2.25 3/179 14624
/proc/meminfo: memFree=29391820/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1313348 CPUtime=0.18 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 47483 0 0 0 13 5 0 0 20 0 4 0 104142927 1344868352 48292 33554432000 4194304 16246674 140736499633232 140736499632544 7369781 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 328337 48292 800 2943 0 325231 0
[pid=14624/tid=14625] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 48292 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 48292 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 48292 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300512 s]
/proc/loadavg: 2.36 2.26 2.25 3/179 14624
/proc/meminfo: memFree=29391820/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 53483 0 0 0 23 6 0 0 20 0 4 0 104142927 1344868352 54292 33554432000 4194304 16246674 140736499633232 140736499632544 4206613 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 328337 54292 801 2943 0 325231 0
[pid=14624/tid=14625] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 54292 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 54292 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 54292 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700427 s]
/proc/loadavg: 2.36 2.26 2.25 3/179 14624
/proc/meminfo: memFree=29391820/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 65263 0 0 0 61 8 0 0 20 0 4 0 104142927 1344868352 66072 33554432000 4194304 16246674 140736499633232 140736499616224 7377418 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 328337 66072 802 2943 0 325231 0
[pid=14624/tid=14625] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 66072 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 66072 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 66072 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50037 s]
/proc/loadavg: 2.36 2.26 2.25 3/183 14628
/proc/meminfo: memFree=29090612/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 89492 0 0 0 137 12 0 0 20 0 4 0 104142927 1344868352 90301 33554432000 4194304 16246674 140736499633232 140736499631040 7376282 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 328337 90322 802 2943 0 325231 0
[pid=14624/tid=14625] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 90333 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 90345 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1344868352 90357 33554432000 4194304 16246674 140736499633232 140512424086704 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) 1313348

[startup+3.10043 s]
/proc/loadavg: 2.36 2.26 2.25 3/183 14628
/proc/meminfo: memFree=28686612/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=3.09 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277655 0 0 0 270 39 0 0 20 0 4 0 104142927 1380519936 278464 33554432000 4194304 16246674 140736499633232 140736499615104 12369032 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278464 836 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278464 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278464 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278464 33554432000 4194304 16246674 140736499633232 140512424086704 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) 1348164

[startup+6.30044 s]
/proc/loadavg: 2.33 2.25 2.25 3/183 14628
/proc/meminfo: memFree=28278708/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=6.29 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277707 0 0 0 590 39 0 0 20 0 4 0 104142927 1380519936 278516 33554432000 4194304 16246674 140736499633232 140736499615104 5754924 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278516 885 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278516 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278516 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278516 33554432000 4194304 16246674 140736499633232 140512424086704 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) 1348164

[startup+12.7004 s]
/proc/loadavg: 2.30 2.25 2.25 4/183 14628
/proc/meminfo: memFree=28278856/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=12.69 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277711 0 0 0 1230 39 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140736499615104 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278520 888 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1348164

[startup+25.5005 s]
/proc/loadavg: 2.31 2.25 2.25 4/183 14628
/proc/meminfo: memFree=28279388/32872528 swapFree=16640/1570080
[pid=14624] ppid=14621 vsize=1348164 CPUtime=25.49 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277711 0 0 0 2510 39 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140736499615104 5822964 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278520 888 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1348164

[startup+51.1005 s]
/proc/loadavg: 2.26 2.24 2.24 3/183 14628
/proc/meminfo: memFree=28279484/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=51.08 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277711 0 0 0 5069 39 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140736499615104 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278520 888 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278520 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1348164

[startup+102.3 s]
/proc/loadavg: 2.15 2.22 2.23 4/184 14632
/proc/meminfo: memFree=28278896/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=102.28 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277715 0 0 0 10189 39 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140736499615104 5523416 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278524 891 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1348164

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

[startup+102.407 s]
/proc/loadavg: 2.15 2.22 2.23 4/184 14632
/proc/meminfo: memFree=28278896/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=102.38 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277715 0 0 0 10199 39 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140736499615104 5822704 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278524 891 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1348164

[startup+115.2 s]
/proc/loadavg: 2.19 2.22 2.24 3/184 14632
/proc/meminfo: memFree=28279020/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=115.17 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277715 0 0 0 11478 39 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140736499615104 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278524 891 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 115.17
Current children cumulated vsize (KiB) 1348164

[startup+121.6 s]
/proc/loadavg: 2.25 2.24 2.24 3/184 14633
/proc/meminfo: memFree=28279144/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=121.57 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277715 0 0 0 12118 39 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140736499631168 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278524 891 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278524 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 121.57
Current children cumulated vsize (KiB) 1348164

[startup+128 s]
/proc/loadavg: 2.23 2.23 2.24 3/184 14633
/proc/meminfo: memFree=28279232/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=127.97 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277720 0 0 0 12758 39 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140736499615104 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278529 892 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 127.97
Current children cumulated vsize (KiB) 1348164

[startup+131.2 s]
/proc/loadavg: 2.29 2.25 2.24 3/184 14633
/proc/meminfo: memFree=28279232/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=131.17 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277720 0 0 0 13078 39 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140736499615104 6861764 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278529 892 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 131.17
Current children cumulated vsize (KiB) 1348164

[startup+132 s]
/proc/loadavg: 2.29 2.25 2.24 3/184 14633
/proc/meminfo: memFree=28279232/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=131.98 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277720 0 0 0 13159 39 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140736499615104 5842962 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278529 892 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 131.98
Current children cumulated vsize (KiB) 1348164

[startup+132.4 s]
/proc/loadavg: 2.29 2.25 2.24 3/184 14633
/proc/meminfo: memFree=28279232/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=1348164 CPUtime=132.37 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202496 277720 0 0 0 13198 39 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140736499615104 5842920 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 337041 278529 892 2943 0 333935 0
[pid=14624/tid=14625] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14625/stat : 14625 (toysat) S 14621 14624 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512445050096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14624/tid=14626] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14626/stat : 14626 (toysat) S 14621 14624 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512434560240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14624/tid=14627] ppid=14621 vsize=1348164 CPUtime=0 cores=1,3,5,7
/proc/14624/task/14627/stat : 14627 (toysat) S 14621 14624 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104142927 1380519936 278529 33554432000 4194304 16246674 140736499633232 140512424086704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 132.37
Current children cumulated vsize (KiB) 1348164

[startup+132.8 s]
/proc/loadavg: 2.29 2.25 2.24 3/184 14633
/proc/meminfo: memFree=28279232/32872528 swapFree=16636/1570076
[pid=14624] ppid=14621 vsize=0 CPUtime=132.77 cores=1,3,5,7
/proc/14624/stat : 14624 (toysat) R 14621 14624 13075 0 -1 4202500 277724 0 0 0 13237 40 0 0 20 0 1 0 104142927 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14624/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 132.77
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 132.849
CPU time (s): 132.829
CPU user time (s): 132.371
CPU system time (s): 0.45793
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 1348164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.371
system time used= 0.45793
maximum resident set size= 1114128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277724
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= 27
involuntary context switches= 153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.305953 second user time and 0.545917 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-06 16:08:26
IDJOB=4078735
IDBENCH=1495
IDSOLVER=2542
FILE ID=node140/4078735-1465222105
RUNJOBID= node140-1465216678-13092
PBS_JOBID= 19843199
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078735-1465222105/watcher-4078735-1465222105 -o /tmp/evaluation-result-4078735-1465222105/solver-4078735-1465222105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465216678-13092 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078735-1465222105.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=1183266431

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29392952 kB
Buffers:           11288 kB
Cached:            92292 kB
SwapCached:         1736 kB
Active:          1172832 kB
Inactive:          31248 kB
Active(anon):    1099844 kB
Inactive(anon):     2644 kB
Active(file):      72988 kB
Inactive(file):    28604 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67097924 kB
Dirty:             24452 kB
Writeback:             0 kB
AnonPages:       2671984 kB
Mapped:            10580 kB
Shmem:                 0 kB
Slab:             567520 kB
SReclaimable:      11552 kB
SUnreclaim:       555968 kB
KernelStack:        1456 kB
PageTables:         9336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2816116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1910784 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 node140 at 2016-06-06 16:10:39