Trace number 4089995

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 63.0274 63.0387

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v031-n3.opb
MD5SUMb82c1b1211ffd62d6c96028190e762bb
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 benchmark0.026995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints31
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-16T02:22:10+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-4089995-1466036529.opb"]
0.00/0.01	c use --random-gen="58247861 4095047729 2255042859 952360377 2266848377 2150093358 286834397 1591795447 1214375595 535753099 2868686104 1657727769 2445006156 2179062351 2175367073 1250651334 3281103858 4205307319 887892818 3599665303 3046562594 140451585 1841205676 4048955896 1542510620 2879521857 1205930292 1985374293 730147529 2826836209 3193700201 1731948139 3057326643 939581994 2733841892 4134782622 1356257782 4060331859 3261776568 2802389576 2112699276 2199854470 2013449271 3581067876 3162254848 3713033918 1225859468 2043938657 1006970901 3834677115 3740481753 4267475573 2789569774 2316749635 2141504734 701553578 3992935701 3237700350 1458856897 784589421 1252426215 1748553549 2458215961 778774758 2058654404 984776039 1563407195 1684475239 304504009 3916893298 578504041 1869433384 290539911 1143551860 2284189184 2459248670 1253171178 2247542898 2877676643 2941356940 3988982749 3185292434 776775339 1066810202 892607260 809247631 695178919 1302747190 3575499906 3143837815 657341348 2035713186 3579973122 3504107280 3319471559 3728233489 1192230691 2384382172 2952347957 3096037001 82999424 1235116886 92142859 4033974754 748006633 2081875502 3731441837 573848936 1625543402 1027204966 150541761 1737830035 155306135 2450789145 855642630 4226981266 3464379561 4230216449 2279414920 977260474 37331600 1594970647 2996515983 2662739876 1939850595 3838824506 311524702 1798523129 2458762654 3831452734 3859771226 2898498556 752152140 854925866 2937609096 1192683906 2555612099 3054855437 392069248 2299983478 2351643214 3151551647 2282025382 4013392815 4095508981 2579980221 3055130562 1561041420 1873284272 1325187324 2579472015 2103263287 173549008 1087724566 1099919022 2852516289 1522273129 3819115842 2185369384 1801955481 1486450101 3966501995 3744861135 3088071105 2139657685 2118682473 2497441111 468283854 2624075594 3132096275 1020513105 449410364 2298514672 2584482217 2801780631 1123264227 1861239691 3442035405 2485797532 1913344057 3966983861 1720761711 734933101 2232556706 158224436 2948138226 2759195351 279577926 2467713611 3920974036 2057961253 2519552835 814511988 3434815547 1358765645 1551299253 2605290572 3031830634 8605189 3969486528 1759485353 348457720 2730718016 3917590047 407199809 3781367656 2024527951 3836303686 2388095126 3828650037 1469271272 421084250 243717791 1996868745 452993787 3268414520 4205079472 1220202705 3957247520 624704487 139091397 1765441740 937164193 2087648616 3963439824 272501966 2345818952 2283586102 487629133 1172239972 1809078531 2683426072 844843101 265481013 197165504 445172934 1075533675 2378702444 2873839194 3433781018 3704477367 2624303023 2096920638 2095477063 911738266 2234151310 2106916185 452911220 2209050872 167644746 2669813928 3554867846 884139394 2267182694 3730605689 3470421344 255 362436" option to reproduce the execution
0.00/0.01	c #vars 93
0.00/0.01	c #constraints 31
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       51      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      118 |      100 |       51      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      328 |      250 |       57      3 |        0 |        0
0.00/0.07	c  0.1s |       3 |      604 |      475 |       63      7 |        0 |        0
0.09/0.11	c  0.1s |       4 |      993 |      813 |       70     12 |        0 |        0
0.09/0.17	c  0.2s |       5 |     1561 |     1320 |       77     20 |        0 |        0
0.19/0.26	c  0.2s |       6 |     2439 |     2081 |       94     31 |        0 |        0
0.29/0.40	c  0.4s |       7 |     3741 |     3223 |      104     47 |        0 |        0
0.49/0.59	c  0.6s |       8 |     5726 |     4936 |      115     68 |        0 |        0
0.89/0.90	c  0.9s |       9 |     8700 |     7506 |      127     99 |        0 |        0
1.20/1.20	c  1.2s |      10 |    13213 |    11361 |      140    143 |        0 |        0
1.59/1.68	c  1.7s |      11 |    19785 |    17144 |      154    206 |        0 |        0
2.29/2.40	c  2.4s |      12 |    29349 |    25819 |      170    290 |        0 |        0
3.49/3.54	c  3.5s |      13 |    44521 |    38832 |      188    409 |        0 |        0
5.19/5.22	c  5.2s |      14 |    66968 |    58352 |      207    577 |        0 |        0
7.19/7.22	c  7.2s |      14 |    91235 |    80152 |      207    749 |        0 |        0
7.79/7.83	c  7.8s |      15 |    99614 |    87632 |      228    809 |        0 |        0
9.78/9.84	c  9.8s |      15 |   125921 |   111032 |      228    982 |        0 |        0
11.59/11.65	c 11.6s |      16 |   148852 |   131552 |      251   1132 |        0 |        0
13.59/13.65	c 13.6s |      16 |   175186 |   154652 |      251   1291 |        0 |        0
15.59/15.65	c 15.6s |      16 |   201390 |   177552 |      251   1446 |        0 |        0
17.39/17.42	c 17.4s |      17 |   224137 |   197432 |      277   1580 |        0 |        0
19.39/19.42	c 19.4s |      17 |   248016 |   218932 |      277   1713 |        0 |        0
21.39/21.43	c 21.4s |      17 |   271712 |   240332 |      277   1846 |        0 |        0
23.39/23.43	c 23.4s |      17 |   297493 |   263032 |      277   1986 |        0 |        0
25.39/25.44	c 25.4s |      17 |   324165 |   286032 |      277   2130 |        0 |        0
26.29/26.37	c 26.4s |      18 |   335742 |   296252 |      305   2192 |        0 |        0
28.28/28.38	c 28.4s |      18 |   359474 |   317352 |      305   2313 |        0 |        0
30.28/30.38	c 30.4s |      18 |   383676 |   338852 |      305   2436 |        0 |        0
32.28/32.39	c 32.4s |      18 |   407742 |   360152 |      305   2558 |        0 |        0
34.28/34.39	c 34.4s |      18 |   432328 |   381852 |      305   2683 |        0 |        0
36.29/36.39	c 36.4s |      18 |   456137 |   403352 |      305   2805 |        0 |        0
38.28/38.39	c 38.4s |      18 |   483105 |   426752 |      305   2940 |        0 |        0
39.88/39.93	c 39.9s |      19 |   504234 |   444482 |      336   3041 |        0 |        0
41.89/41.93	c 41.9s |      19 |   528578 |   466182 |      336   3156 |        0 |        0
43.89/43.93	c 43.9s |      19 |   552664 |   487782 |      336   3270 |        0 |        0
45.89/45.94	c 45.9s |      19 |   576775 |   509582 |      336   3384 |        0 |        0
47.89/47.94	c 47.9s |      19 |   601866 |   531582 |      336   3502 |        0 |        0
49.89/49.94	c 49.9s |      19 |   626286 |   552882 |      336   3613 |        0 |        0
51.89/51.94	c 51.9s |      19 |   652322 |   575782 |      336   3734 |        0 |        0
53.89/53.95	c 53.9s |      19 |   678783 |   599082 |      336   3856 |        0 |        0
55.88/55.95	c 55.9s |      19 |   703279 |   620982 |      336   3971 |        0 |        0
57.88/57.96	c 57.9s |      19 |   730094 |   644882 |      336   4095 |       11 |        4
59.88/59.93	c 59.9s |      20 |   754477 |   666827 |      370   4206 |       12 |        4
61.88/61.94	c 61.9s |      20 |   780202 |   690027 |      370   4317 |       12 |        4
62.88/62.97	c 63.0s |      20 |   794712 |   702940 |      370   4376 |       86 |       40
62.88/62.97	c #cpu_time = 62.803s
62.88/62.97	c #wall_clock_time = 62.964s
62.88/62.97	c #decision = 794712
62.88/62.97	c #random_decision = 2290
62.88/62.97	c #conflict = 702940
62.88/62.97	c #restart = 20
62.88/62.97	s UNSATISFIABLE
62.88/62.97	c total CPU time = 62.816s
62.88/62.97	c total wall clock time = 62.977s

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

pid=12023
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.33 2.26 2.19 3/181 12026
/proc/meminfo: memFree=29295404/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=673212 CPUtime=0 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 2501 0 0 0 0 0 0 0 20 0 4 0 5699372 689369088 3372 33554432000 4194304 16246674 140733588514064 140733588513488 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 168815 3381 441 2943 0 165709 0
[pid=12026/tid=12027] ppid=12023 vsize=690620 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 707194880 3442 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=694716 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 711389184 3459 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=698812 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 715583488 3475 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100134 s]
/proc/loadavg: 2.33 2.26 2.19 3/181 12026
/proc/meminfo: memFree=29295404/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 27961 0 0 0 5 4 0 0 20 0 4 0 5699372 1247350784 28821 33554432000 4194304 16246674 140733588514064 140733588513488 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 304529 28829 715 2943 0 301423 0
[pid=12026/tid=12027] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 28840 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 28852 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 28858 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200579 s]
/proc/loadavg: 2.33 2.26 2.19 3/181 12026
/proc/meminfo: memFree=29295404/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 55277 0 0 0 11 8 0 0 20 0 4 0 5699372 1247350784 56137 33554432000 4194304 16246674 140733588514064 140733588513488 5545885 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 304529 56154 715 2943 0 301423 0
[pid=12026/tid=12027] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 56162 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 56168 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 56174 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300531 s]
/proc/loadavg: 2.33 2.26 2.19 3/181 12026
/proc/meminfo: memFree=29295404/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 82209 0 0 0 18 11 0 0 20 0 4 0 5699372 1247350784 83070 33554432000 4194304 16246674 140733588514064 140733588513488 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 304529 83080 715 2943 0 301423 0
[pid=12026/tid=12027] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 83088 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 83098 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 83105 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700452 s]
/proc/loadavg: 2.33 2.26 2.19 3/181 12026
/proc/meminfo: memFree=29295404/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 191377 0 0 0 43 26 0 0 20 0 4 0 5699372 1247350784 192238 33554432000 4194304 16246674 140733588514064 140733588513488 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 304529 192246 715 2943 0 301423 0
[pid=12026/tid=12027] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 192251 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 192260 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 192266 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.33 2.26 2.19 3/185 12030
/proc/meminfo: memFree=28311544/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 245465 0 0 0 115 34 0 0 20 0 4 0 5699372 1247350784 246305 33554432000 4194304 16246674 140733588514064 140733588497064 12477752 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 304529 246305 789 2943 0 301423 0
[pid=12026/tid=12027] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 246305 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 246305 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1247350784 246305 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10043 s]
/proc/loadavg: 2.33 2.26 2.19 3/185 12030
/proc/meminfo: memFree=28222992/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267395 0 0 0 273 36 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 140733588495936 5677784 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268235 789 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30047 s]
/proc/loadavg: 2.30 2.25 2.19 3/185 12030
/proc/meminfo: memFree=28223180/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267395 0 0 0 593 36 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 140733588495936 12483632 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268235 789 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268235 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.28 2.25 2.19 4/185 12030
/proc/meminfo: memFree=28222732/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267402 0 0 0 1232 37 0 0 20 0 4 0 5699372 1337528320 268242 33554432000 4194304 16246674 140733588514064 140733588497064 5652729 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268242 789 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268242 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268242 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268242 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5006 s]
/proc/loadavg: 2.29 2.25 2.19 3/185 12030
/proc/meminfo: memFree=28223040/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267410 0 0 0 2512 37 0 0 20 0 4 0 5699372 1337528320 268250 33554432000 4194304 16246674 140733588514064 140733588497064 5822492 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268250 791 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268250 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268250 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268250 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1006 s]
/proc/loadavg: 2.25 2.25 2.19 3/185 12030
/proc/meminfo: memFree=28223516/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=51.09 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267417 0 0 0 5071 38 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 140733588495936 13934341 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268257 792 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2006 s]
/proc/loadavg: 2.25 2.25 2.19 3/185 12030
/proc/meminfo: memFree=28223516/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=51.19 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267417 0 0 0 5081 38 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 140733588495936 5675857 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268257 792 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268257 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 1306180

[startup+57.6005 s]
/proc/loadavg: 2.23 2.24 2.19 4/185 12030
/proc/meminfo: memFree=28223376/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=57.58 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267418 0 0 0 5720 38 0 0 20 0 4 0 5699372 1337528320 268258 33554432000 4194304 16246674 140733588514064 140733588497064 6021728 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268258 793 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268258 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268258 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268258 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1306180

[startup+60.8004 s]
/proc/loadavg: 2.29 2.26 2.19 3/185 12031
/proc/meminfo: memFree=28223244/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=60.78 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267425 0 0 0 6040 38 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 140733588497064 6016063 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268265 793 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 60.78
Current children cumulated vsize (KiB) 1306180

[startup+62.4004 s]
/proc/loadavg: 2.29 2.26 2.19 3/185 12031
/proc/meminfo: memFree=28222732/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=62.38 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267425 0 0 0 6200 38 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 140733588497064 5672743 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268265 793 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 62.38
Current children cumulated vsize (KiB) 1306180

[startup+62.8075 s]
/proc/loadavg: 2.27 2.25 2.19 3/185 12031
/proc/meminfo: memFree=28222856/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=1306180 CPUtime=62.79 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202496 267425 0 0 0 6241 38 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 140733588497064 5523536 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 326545 268265 793 2943 0 323439 0
[pid=12026/tid=12027] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12027/stat : 12027 (toysat) S 12023 12026 6232 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690954960112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=12026/tid=12028] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12028/stat : 12028 (toysat) S 12023 12026 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690944470256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=12026/tid=12029] ppid=12023 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12026/task/12029/stat : 12029 (toysat) S 12023 12026 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5699372 1337528320 268265 33554432000 4194304 16246674 140733588514064 139690858507440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 62.79
Current children cumulated vsize (KiB) 1306180

[startup+63.0005 s]
/proc/loadavg: 2.27 2.25 2.19 3/185 12031
/proc/meminfo: memFree=28222856/32872528 swapFree=1481856/1661728
[pid=12026] ppid=12023 vsize=0 CPUtime=62.98 cores=1,3,5,7
/proc/12026/stat : 12026 (toysat) R 12023 12026 6232 0 -1 4202500 267430 0 0 0 6258 40 0 0 20 0 1 0 5699372 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12026/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 62.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 63.0387
CPU time (s): 63.0274
CPU user time (s): 62.5865
CPU system time (s): 0.440932
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.5865
system time used= 0.440932
maximum resident set size= 1073072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 65

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.38994 second user time and 0.539917 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-16 02:22:10
IDJOB=4089995
IDBENCH=107486
IDSOLVER=2542
FILE ID=node134/4089995-1466036529
RUNJOBID= node134-1466019588-9689
PBS_JOBID= 19902814
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v031-n3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089995-1466036529/watcher-4089995-1466036529 -o /tmp/evaluation-result-4089995-1466036529/solver-4089995-1466036529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466019588-9689 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4089995-1466036529.opb

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

MD5SUM BENCH= b82c1b1211ffd62d6c96028190e762bb
RANDOM SEED=890187986

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29296048 kB
Buffers:           39904 kB
Cached:            83496 kB
SwapCached:        17352 kB
Active:          1141480 kB
Inactive:          71888 kB
Active(anon):    1074348 kB
Inactive(anon):    18004 kB
Active(file):      67132 kB
Inactive(file):    53884 kB
Unevictable:     1661728 kB
Mlocked:         1481856 kB
SwapTotal:      67108856 kB
SwapFree:       67083704 kB
Dirty:             16440 kB
Writeback:            56 kB
AnonPages:       2734728 kB
Mapped:            10444 kB
Shmem:                 0 kB
Slab:             567880 kB
SReclaimable:      11808 kB
SUnreclaim:       556072 kB
KernelStack:        1496 kB
PageTables:         9220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2879268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 71704 MiB
End job on node134 at 2016-06-16 02:23:13