Trace number 4078669

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 50.2154 50.2247

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
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 benchmark8.36373
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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-06T15:18:43+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-4078669-1465219123.opb"]
0.00/0.01	c use --random-gen="1016328738 2105441720 3576814531 3266190089 2012530007 1379439850 68291656 2207517874 2982749057 4226180706 3572987235 3152108879 1123949078 1456061398 539418568 54956550 3668367806 1414063336 3524554243 2000760175 614164208 608308283 1686427134 84643039 2589301866 220658160 2740773285 881154815 4224117117 1004527202 4111335222 3265654822 1648765711 3303003552 2203299603 3515666276 3842309936 973960858 2311676000 604409550 4050673336 1048348124 3420016746 1843868411 2932607160 3636106288 1988673754 2265385918 1863777002 1900268793 1231366430 2483145316 1875927202 1700895070 3989753316 2236641275 1824065836 3407620832 1821190618 2589867695 2149796923 989502381 135782776 1608973418 3995407615 3094447894 3246035818 3786442252 2345914542 3153145859 2835664075 538343989 2386058349 1713077648 2656068430 1426213304 1815424077 1620834488 512889506 1410082955 4177058781 2037323436 2259993003 2658261806 4040232176 2875841195 40067778 993244659 4168735749 3033328649 2291722946 4260725 191950725 3490749712 2985038461 4082314164 2459882123 2350029991 1178815577 4241366353 2562934533 2633726580 1527247209 2466267180 1549149775 3441421162 4150593583 1149891992 632311174 1502512903 3392737058 2398903556 910505796 401459838 4199462921 2867138981 1034868054 2012562602 3736140409 3134923477 3707893820 287622637 1578948441 3171213562 4075575096 1695646937 11794260 1501509772 1422046086 4225683620 290377205 263269727 3488146579 1849179759 3208382384 654067469 2419030793 1857384808 362044952 4118036390 1364840024 1480976283 957457070 3726697114 2421828676 3619724107 879364892 4035984080 855027918 2430406408 4135146183 1878425326 3638771286 3868569159 2838346662 3848347643 3959576574 1561732413 2481991519 3321429709 2690882176 871140088 1795763738 3410919868 3876633445 937108567 2763585073 3301255537 1712295957 7823687 3950048282 3373515884 2041407074 3759443412 3875746530 1329977666 367422659 1857285299 4284806835 1578767892 4135056049 1565479644 2658573099 67590744 806798914 2318292736 3824304035 1988956116 1608478395 116552106 1818478615 3548643764 3483502996 3411443112 3949939671 2621581251 3993422 823493808 2704054590 587963805 2874812026 2515277516 2862242866 1829590797 1980144090 233127510 717132503 399925470 1951771097 4139806664 3401546822 3358737561 3443199391 1371949336 4269499639 840794952 1602092980 1534825731 4011558382 2750127676 1405226509 311728121 1209979014 2298783360 3799893405 2862940015 2934265238 4234598410 3034996156 2713537559 2695007673 1826626070 2867960835 2632294015 1577177778 4079461624 4048142368 3872022777 2010910309 2172607376 858354068 4259568309 1882756871 3171646439 4128800095 3511705398 2070370021 4111025838 822566853 3764733008 3965506129 3607097439 2653592751 487911915 1650412943 2218465485 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      278 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      558 |      250 |     1077      0 |        0 |        0
0.09/0.18	c  0.1s |       3 |      915 |      475 |     1185      0 |        0 |        0
0.19/0.26	c  0.2s |       4 |     1453 |      813 |     1304      0 |        0 |        0
0.29/0.38	c  0.3s |       5 |     2215 |     1320 |     1435      0 |        0 |        0
0.59/0.60	c  0.5s |       6 |     3247 |     2081 |     1737      1 |        0 |        0
0.89/0.91	c  0.8s |       7 |     5051 |     3223 |     1911      2 |        0 |        0
1.39/1.42	c  1.3s |       8 |     7603 |     4936 |     2103      4 |        0 |        0
1.99/2.00	c  1.9s |       9 |    11722 |     7506 |     2314      6 |        0 |        0
2.89/2.96	c  2.9s |      10 |    17896 |    11361 |     2546      9 |        0 |        0
3.99/4.08	c  4.0s |      11 |    28070 |    17144 |     2801     11 |        2 |       22
5.79/5.88	c  5.8s |      12 |    42650 |    25819 |     3082     17 |        2 |       22
7.89/7.91	c  7.8s |      12 |    56059 |    33819 |     3082     22 |        2 |       22
9.09/9.15	c  9.1s |      13 |    64378 |    38832 |     3391     25 |        2 |       22
11.10/11.18	c 11.1s |      13 |    76189 |    46332 |     3391     29 |        2 |       22
13.20/13.21	c 13.1s |      13 |    87401 |    53432 |     3391     33 |        2 |       22
14.40/14.49	c 14.4s |      14 |    95026 |    58352 |     3731     36 |        2 |       22
16.39/16.50	c 16.4s |      14 |   106017 |    65252 |     3731     40 |        2 |       22
18.49/18.52	c 18.4s |      14 |   116395 |    72152 |     3731     43 |        2 |       22
20.49/20.54	c 20.5s |      14 |   126583 |    78752 |     3731     47 |        2 |       22
22.49/22.54	c 22.5s |      14 |   138547 |    85952 |     3731     49 |        3 |       33
22.99/23.01	c 22.9s |      15 |   141443 |    87632 |     4105     50 |        4 |       44
24.99/25.02	c 24.9s |      15 |   152055 |    94232 |     4105     52 |        4 |       44
26.99/27.04	c 27.0s |      15 |   162488 |   100732 |     4105     55 |        4 |       44
28.99/29.05	c 29.0s |      15 |   171920 |   106832 |     4105     58 |        4 |       44
30.99/31.07	c 31.0s |      15 |   181801 |   113032 |     4105     61 |        5 |       55
33.00/33.08	c 33.0s |      15 |   191436 |   119332 |     4105     62 |        6 |       66
34.99/35.08	c 35.0s |      15 |   201065 |   125332 |     4105     65 |        6 |       66
36.99/37.09	c 37.0s |      15 |   209850 |   131032 |     4516     68 |        7 |       77
37.19/37.21	c 37.1s |      16 |   210652 |   131552 |     4516     68 |        7 |       77
39.19/39.23	c 39.2s |      16 |   220378 |   137652 |     4516     70 |        7 |       77
41.18/41.25	c 41.2s |      16 |   229862 |   143652 |     4516     73 |        7 |       77
43.18/43.27	c 43.2s |      16 |   240844 |   149952 |     4516     75 |        8 |       88
45.19/45.28	c 45.2s |      16 |   251706 |   156552 |     4516     77 |        8 |       88
47.18/47.30	c 47.2s |      16 |   263391 |   163452 |     4516     81 |        8 |       88
49.28/49.31	c 49.2s |      16 |   281071 |   173652 |     4516     85 |        8 |       88
50.08/50.16	c 50.1s |      16 |   288286 |   177916 |     4516     86 |       49 |      517
50.08/50.16	c #cpu_time = 49.952s
50.08/50.16	c #wall_clock_time = 50.083s
50.08/50.16	c #decision = 288286
50.08/50.16	c #random_decision = 1023
50.08/50.16	c #conflict = 177916
50.08/50.16	c #restart = 16
50.08/50.16	s UNSATISFIABLE
50.08/50.16	c total CPU time = 50.031s
50.08/50.16	c total wall clock time = 50.162s

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

pid=27680
running on 8 cores: 0-3,8-11

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.08 2.10 2.09 3/261 27683
/proc/meminfo: memFree=30988696/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1101244 CPUtime=0 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 4178 0 0 0 0 0 0 0 20 0 4 0 103754339 1127673856 4027 33554432000 4194304 16246674 140733574901648 140733574901072 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 276079 4035 441 2943 0 272973 0
[pid=27683/tid=27684] ppid=27680 vsize=1123772 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1150742528 4114 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1127868 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1154936832 4131 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1132988 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103754340 1160179712 4148 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100192 s]
/proc/loadavg: 2.08 2.10 2.09 3/261 27683
/proc/meminfo: memFree=30988696/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1218116 CPUtime=0.09 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 25127 0 0 0 5 4 0 0 20 0 4 0 103754339 1247350784 24965 33554432000 4194304 16246674 140733574901648 140733574901072 12460548 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 304529 24968 723 2943 0 301423 0
[pid=27683/tid=27684] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 24973 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 24978 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 24984 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200521 s]
/proc/loadavg: 2.08 2.10 2.09 3/261 27683
/proc/meminfo: memFree=30988696/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1218116 CPUtime=0.19 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 41221 0 0 0 13 6 0 0 20 0 4 0 103754339 1247350784 41059 33554432000 4194304 16246674 140733574901648 140733574901072 5523634 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 304529 41064 723 2943 0 301423 0
[pid=27683/tid=27684] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 41069 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 41075 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 41080 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30051 s]
/proc/loadavg: 2.08 2.10 2.09 3/261 27683
/proc/meminfo: memFree=30988696/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 57073 0 0 0 21 8 0 0 20 0 4 0 103754339 1247350784 56911 33554432000 4194304 16246674 140733574901648 140733574883520 5674353 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 304529 56918 723 2943 0 301423 0
[pid=27683/tid=27684] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 56920 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 56923 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 56927 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700395 s]
/proc/loadavg: 2.08 2.10 2.09 3/261 27683
/proc/meminfo: memFree=30988696/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1218116 CPUtime=0.69 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 119956 0 0 0 53 16 0 0 20 0 4 0 103754339 1247350784 119794 33554432000 4194304 16246674 140733574901648 140733574883520 5546181 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 304529 119802 729 2943 0 301423 0
[pid=27683/tid=27684] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 119807 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 119810 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103754340 1247350784 119815 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.08 2.10 2.09 3/265 27687
/proc/meminfo: memFree=30252244/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1221188 CPUtime=1.49 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 246117 0 0 0 115 34 0 0 20 0 4 0 103754339 1250496512 245935 33554432000 4194304 16246674 140733574901648 140733574900960 5545907 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 305297 245935 796 2943 0 302191 0
[pid=27683/tid=27684] ppid=27680 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1250496512 245935 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1250496512 245935 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1250496512 245935 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10041 s]
/proc/loadavg: 2.08 2.10 2.09 3/265 27687
/proc/meminfo: memFree=30005112/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1303108 CPUtime=3.09 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 266597 0 0 0 273 36 0 0 20 0 4 0 103754339 1334382592 266415 33554432000 4194304 16246674 140733574901648 140733574883520 5522913 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 325777 266415 798 2943 0 322671 0
[pid=27683/tid=27684] ppid=27680 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1334382592 266415 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1334382592 266415 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1334382592 266415 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1303108

[startup+6.30043 s]
/proc/loadavg: 2.08 2.10 2.09 3/265 27687
/proc/meminfo: memFree=29918608/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1307204 CPUtime=6.29 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 267684 0 0 0 593 36 0 0 20 0 4 0 103754339 1338576896 267502 33554432000 4194304 16246674 140733574901648 140733574883520 12415827 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 326801 267502 798 2943 0 323695 0
[pid=27683/tid=27684] ppid=27680 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1338576896 267502 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1338576896 267502 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1338576896 267502 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.07 2.10 2.09 3/265 27687
/proc/meminfo: memFree=29913672/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1311300 CPUtime=12.69 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 268862 0 0 0 1232 37 0 0 20 0 4 0 103754339 1342771200 268680 33554432000 4194304 16246674 140733574901648 140733574883520 6026371 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 327825 268680 798 2943 0 324719 0
[pid=27683/tid=27684] ppid=27680 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1342771200 268680 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1342771200 268680 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1311300 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1342771200 268680 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1311300

[startup+25.5005 s]
/proc/loadavg: 2.06 2.09 2.09 3/265 27687
/proc/meminfo: memFree=29904468/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=25.49 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 2512 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574883520 5822484 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1321540

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

[startup+25.6005 s]
/proc/loadavg: 2.06 2.09 2.09 3/265 27687
/proc/meminfo: memFree=29904468/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=25.59 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 2522 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574883520 5822252 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1321540

[startup+38.4004 s]
/proc/loadavg: 2.05 2.09 2.09 3/265 27687
/proc/meminfo: memFree=29904816/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=38.39 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 3802 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574884648 5711326 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1321540

[startup+44.8004 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 27687
/proc/meminfo: memFree=29905068/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=44.78 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 4441 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574884648 5711518 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 1321540

[startup+48.0004 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 27687
/proc/meminfo: memFree=29905068/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=47.98 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 4761 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574884648 5522960 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 1321540

[startup+49.6106 s]
/proc/loadavg: 2.04 2.08 2.08 3/265 27687
/proc/meminfo: memFree=29905068/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=49.59 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 4922 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574884648 5808184 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 1321540

[startup+50.0004 s]
/proc/loadavg: 2.04 2.08 2.08 3/265 27687
/proc/meminfo: memFree=29905068/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=1321540 CPUtime=49.98 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202496 271422 0 0 0 4961 37 0 0 20 0 4 0 103754339 1353256960 271240 33554432000 4194304 16246674 140733574901648 140733574884648 5673428 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 330385 271240 798 2943 0 327279 0
[pid=27683/tid=27684] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27684/stat : 27684 (toysat) S 27680 27683 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160132951280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27683/tid=27685] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27685/stat : 27685 (toysat) S 27680 27683 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160122461424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27683/tid=27686] ppid=27680 vsize=1321540 CPUtime=0 cores=0-3,8-11
/proc/27683/task/27686/stat : 27686 (toysat) S 27680 27683 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103754340 1353256960 271240 33554432000 4194304 16246674 140733574901648 140160111987888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 1321540

[startup+50.2004 s]
/proc/loadavg: 2.04 2.08 2.08 3/265 27687
/proc/meminfo: memFree=29905068/32872528 swapFree=9196/9196
[pid=27683] ppid=27680 vsize=0 CPUtime=50.18 cores=0-3,8-11
/proc/27683/stat : 27683 (toysat) R 27680 27683 25889 0 -1 4202500 271427 0 0 0 4978 40 0 0 20 0 1 0 103754339 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27683/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 50.2247
CPU time (s): 50.2154
CPU user time (s): 49.7824
CPU system time (s): 0.432934
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 1321540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.7824
system time used= 0.432934
maximum resident set size= 1084976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271427
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= 19
involuntary context switches= 52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.219966 second user time and 0.334949 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:18:43
IDJOB=4078669
IDBENCH=1274
IDSOLVER=2542
FILE ID=node132/4078669-1465219123
RUNJOBID= node132-1465216787-25905
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078669-1465219123/watcher-4078669-1465219123 -o /tmp/evaluation-result-4078669-1465219123/solver-4078669-1465219123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078669-1465219123.opb

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=638172571

node132.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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.41
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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30988300 kB
Buffers:            6824 kB
Cached:            71200 kB
SwapCached:         3236 kB
Active:          1143180 kB
Inactive:          20888 kB
Active(anon):    1085228 kB
Inactive(anon):     3236 kB
Active(file):      57952 kB
Inactive(file):    17652 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             16632 kB
Writeback:             0 kB
AnonPages:       1092016 kB
Mapped:            10644 kB
Shmem:                 0 kB
Slab:             573648 kB
SReclaimable:      12572 kB
SUnreclaim:       561076 kB
KernelStack:        2240 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1236912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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= 71716 MiB
End job on node132 at 2016-06-06 15:19:34