Trace number 4098976

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 42.8165 42.827

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900577940.opb
MD5SUM07abcf74f2aa8e328290ac3dd6aefa51
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 benchmark3.59145
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 661
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-18T01:28:15+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-4098976-1466206095.opb"]
0.00/0.01	c use --random-gen="1323418756 3065593624 929742153 71970484 1688499870 2650707702 1029167900 1214629581 3745425442 3455115346 2254345531 3520738616 661201142 2199486011 1239258301 3440630185 1290832734 714201190 1532309437 3601757470 39916721 1344982895 2701282857 2152719949 2916993343 3477532955 2275974072 2134914157 3263051478 2955577566 1737757354 3480271743 3585258387 23121406 3793741705 1291919714 1930573301 3596828513 1451876249 3193273728 836894525 2549271064 3733799760 1552473920 4090113891 3825954807 3478585457 1339635224 3714014507 2978356819 2473901604 2566604970 142549618 787700071 1871394568 174372279 2945274650 3512841377 1932235497 3844312146 519960174 461758152 3712268283 1941708304 830550788 3101929941 1258702234 3055767994 1256756447 1144162398 2036294309 3798296910 2819380800 1881718973 281767914 4111220146 1407844527 4101024881 3891762769 401608261 780253755 2863734588 1212149348 3999040205 3140389210 3579358793 2322528800 3727689196 2793771518 723882278 3238329883 1168200033 3813040957 3783624995 1952720795 3918980447 3891357499 2198150390 4041649994 2284824462 707853650 166430099 1189649670 2034845324 835986875 3778448045 101564822 44015960 1338390229 950003549 353628324 4035215428 783471963 1315405729 180171887 745900534 3514829083 343887548 952968713 3310358982 1491218646 2098228625 3404245404 585976246 4272928269 3204493221 1118141858 938185937 2457420372 1021551345 2846292348 3799239490 1358638100 1421968794 1087560422 2132326484 1149146141 907060747 1250007203 1950098360 1881547726 2107326414 1083896761 721618665 612880583 622041265 2292452267 586623864 1804090364 3972143877 3341729696 2734312367 3273519431 1549497664 1740992020 1155971797 2658052812 369486394 1736091912 3354579048 1980672049 248537243 4014718819 839642429 1920314743 4123369325 3673448698 1290064693 3899669773 3906752699 923424599 629834070 2747479245 1820186909 3813678625 678927201 38552434 2763743619 2660081293 1487531599 4170169690 1053384635 3788624885 3306359264 509175827 4168801544 2704663002 3243452737 1770173778 4100018528 1433486261 3247320083 106215908 2069413985 329910234 2372347031 1419085075 1669366984 1746985414 682097825 3691612776 4121626749 649371188 2596628551 822792940 782792833 953960470 642877245 4119556737 2702348928 1076227024 2023007715 3299734240 1771376266 2121939162 2083044816 4012530457 1268103243 3150660755 4209354600 2343461162 2880530504 828891321 2075613182 1518282412 100244240 455183639 108179314 2318228314 1423824465 4174932313 1653177515 2015614210 2683239331 1405380448 2411740242 764643656 1501416715 3189066009 3770626271 3432644388 2873305176 3366310197 796159835 3956213017 1231490651 2701459579 390776894 2661972482 2459209608 3796735628 886211519 1396399639 2801302562 3403549489 3036204570 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 |      247 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      510 |      250 |     1077      0 |        0 |        0
0.09/0.17	c  0.1s |       3 |      836 |      475 |     1185      0 |        0 |        0
0.19/0.24	c  0.2s |       4 |     1393 |      813 |     1304      0 |        0 |        0
0.28/0.38	c  0.3s |       5 |     2191 |     1320 |     1435      0 |        0 |        0
0.49/0.59	c  0.5s |       6 |     3367 |     2081 |     1737      1 |        0 |        0
0.79/0.88	c  0.8s |       7 |     5206 |     3223 |     1911      2 |        0 |        0
1.29/1.38	c  1.3s |       8 |     8012 |     4936 |     2103      4 |        0 |        0
1.89/1.91	c  1.8s |       9 |    12109 |     7506 |     2314      6 |        1 |       11
2.79/2.84	c  2.8s |      10 |    17854 |    11361 |     2546      8 |        1 |       11
4.19/4.22	c  4.1s |      11 |    27257 |    17144 |     2801     13 |        1 |       11
5.79/5.84	c  5.8s |      12 |    42111 |    25819 |     3082     17 |        2 |       22
7.79/7.84	c  7.8s |      12 |    57516 |    35319 |     3082     23 |        2 |       22
8.49/8.57	c  8.5s |      13 |    63431 |    38832 |     3391     25 |        2 |       22
10.49/10.57	c 10.5s |      13 |    81909 |    49832 |     3391     29 |        4 |       44
12.49/12.57	c 12.5s |      13 |    93829 |    58332 |     3731     34 |        4 |       44
12.49/12.58	c 12.5s |      14 |    93851 |    58352 |     3731     34 |        4 |       44
14.48/14.58	c 14.5s |      14 |   106040 |    66252 |     3731     37 |        5 |       55
16.49/16.59	c 16.5s |      14 |   118759 |    74252 |     3731     41 |        5 |       55
18.58/18.61	c 18.5s |      14 |   136069 |    84252 |     3731     45 |        6 |       66
19.38/19.40	c 19.3s |      15 |   141677 |    87632 |     4105     47 |        6 |       66
21.38/21.41	c 21.3s |      15 |   159923 |    98232 |     4105     50 |        8 |       88
23.38/23.41	c 23.3s |      15 |   179513 |   108932 |     4105     55 |        8 |       88
25.39/25.44	c 25.4s |      15 |   195814 |   118432 |     4105     60 |        8 |       88
27.38/27.46	c 27.4s |      15 |   213496 |   128532 |     4105     64 |        8 |       88
27.88/27.99	c 27.9s |      16 |   219001 |   131552 |     4516     66 |        8 |       88
29.98/30.01	c 29.9s |      16 |   233098 |   140152 |     4516     69 |        8 |       88
31.99/32.03	c 32.0s |      16 |   249538 |   149652 |     4516     71 |       10 |      110
33.98/34.05	c 34.0s |      16 |   265954 |   159252 |     4516     73 |       12 |      132
35.98/36.07	c 36.0s |      16 |   281937 |   168452 |     4516     77 |       12 |      132
37.98/38.09	c 38.0s |      16 |   297278 |   177352 |     4516     79 |       13 |      143
40.08/40.10	c 40.0s |      16 |   314468 |   187352 |     4516     81 |       15 |      165
42.08/42.10	c 42.0s |      16 |   330486 |   197052 |     4968     83 |       18 |      198
42.08/42.17	c 42.1s |      17 |   331165 |   197432 |     4968     83 |       18 |      198
42.68/42.76	c 42.7s |      17 |   336743 |   200878 |     4968     83 |      214 |     2172
42.68/42.76	c #cpu_time = 42.685s
42.68/42.76	c #wall_clock_time = 42.683s
42.68/42.76	c #decision = 336743
42.68/42.76	c #random_decision = 1182
42.68/42.76	c #conflict = 200878
42.68/42.76	c #restart = 17
42.68/42.76	s UNSATISFIABLE
42.68/42.76	c total CPU time = 42.762s
42.68/42.76	c total wall clock time = 42.760s

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

pid=11312
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.30 0.09 1/170 11315
/proc/meminfo: memFree=31474656/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=489916 CPUtime=0 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 1787 0 0 0 0 0 0 0 20 0 4 0 22655137 501673984 2147 33554432000 4194304 16246674 140733544834800 140733544834224 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 122991 2157 441 2943 0 119885 0
[pid=11315/tid=11316] ppid=11312 vsize=506300 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 518451200 2213 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=511420 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 523694080 2233 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=515516 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655137 527888384 2247 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100193 s]
/proc/loadavg: 1.00 0.30 0.09 1/170 11315
/proc/meminfo: memFree=31474656/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 25258 0 0 0 6 3 0 0 20 0 4 0 22655137 1247350784 25607 33554432000 4194304 16246674 140733544834800 140733544834224 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 304529 25612 728 2943 0 301423 0
[pid=11315/tid=11316] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 25617 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 25620 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 25624 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200755 s]
/proc/loadavg: 1.00 0.30 0.09 1/170 11315
/proc/meminfo: memFree=31474656/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 41455 0 0 0 14 5 0 0 20 0 4 0 22655137 1247350784 41804 33554432000 4194304 16246674 140733544834800 140733544834224 5523634 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 304529 41810 728 2943 0 301423 0
[pid=11315/tid=11316] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 41814 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 41818 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 41820 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300445 s]
/proc/loadavg: 1.00 0.30 0.09 1/170 11315
/proc/meminfo: memFree=31474656/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 57438 0 0 0 21 7 0 0 20 0 4 0 22655137 1247350784 57787 33554432000 4194304 16246674 140733544834800 140733544834224 6010073 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 304529 57797 728 2943 0 301423 0
[pid=11315/tid=11316] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 57802 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 57812 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 57819 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700389 s]
/proc/loadavg: 1.00 0.30 0.09 1/170 11315
/proc/meminfo: memFree=31474656/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 122812 0 0 0 53 15 0 0 20 0 4 0 22655137 1247350784 123161 33554432000 4194304 16246674 140733544834800 140733544817800 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 304529 123167 734 2943 0 301423 0
[pid=11315/tid=11316] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 123174 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 123180 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655137 1247350784 123184 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 1.00 0.30 0.09 3/183 11337
/proc/meminfo: memFree=30089768/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1221188 CPUtime=1.49 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 246153 0 0 0 117 32 0 0 20 0 4 0 22655137 1250496512 246482 33554432000 4194304 16246674 140733544834800 140733544834112 13965578 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 305297 246482 800 2943 0 302191 0
[pid=11315/tid=11316] ppid=11312 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1250496512 246482 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1250496512 246482 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1250496512 246482 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10039 s]
/proc/loadavg: 1.00 0.30 0.09 3/183 11337
/proc/meminfo: memFree=29484028/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1303108 CPUtime=3.09 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 266680 0 0 0 273 36 0 0 20 0 4 0 22655137 1334382592 267009 33554432000 4194304 16246674 140733544834800 140733544817800 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 325777 267009 801 2943 0 322671 0
[pid=11315/tid=11316] ppid=11312 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1334382592 267009 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1334382592 267009 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1334382592 267009 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1303108

[startup+6.30035 s]
/proc/loadavg: 1.08 0.32 0.10 4/183 11386
/proc/meminfo: memFree=29396508/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1307204 CPUtime=6.29 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 267758 0 0 0 593 36 0 0 20 0 4 0 22655137 1338576896 268087 33554432000 4194304 16246674 140733544834800 140733544816704 6861676 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 326801 268087 803 2943 0 323695 0
[pid=11315/tid=11316] ppid=11312 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1338576896 268087 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1338576896 268087 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1338576896 268087 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 1.07 0.33 0.11 2/174 11417
/proc/meminfo: memFree=30377504/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=12.69 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 1232 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5827950 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1330756

[startup+25.5005 s]
/proc/loadavg: 1.27 0.41 0.13 2/174 11466
/proc/meminfo: memFree=30378800/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=25.48 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 2511 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1330756

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

[startup+25.6005 s]
/proc/loadavg: 1.27 0.41 0.13 2/174 11466
/proc/meminfo: memFree=30378800/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=25.58 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 2521 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5722036 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1330756

[startup+32.0073 s]
/proc/loadavg: 1.33 0.44 0.14 3/183 11484
/proc/meminfo: memFree=29292424/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=31.99 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 3162 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5677403 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1330756

[startup+38.4004 s]
/proc/loadavg: 1.31 0.45 0.15 2/174 11515
/proc/meminfo: memFree=30378976/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=38.38 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 3801 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5600384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1330756

[startup+40.0004 s]
/proc/loadavg: 1.28 0.46 0.15 2/174 11515
/proc/meminfo: memFree=30379000/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=39.98 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 3961 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544832640 5823615 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1330756

[startup+41.6004 s]
/proc/loadavg: 1.28 0.46 0.15 3/183 11533
/proc/meminfo: memFree=30018476/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=41.58 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 4121 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5829309 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1330756

[startup+42.4004 s]
/proc/loadavg: 1.28 0.46 0.15 3/183 11533
/proc/meminfo: memFree=29378504/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=1330756 CPUtime=42.38 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) R 11312 11315 10353 0 -1 4202496 273731 0 0 0 4201 37 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140733544816704 5827653 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 332689 274060 803 2943 0 329583 0
[pid=11315/tid=11316] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) S 11312 11315 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298376162544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11315/tid=11317] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11317/stat : 11317 (toysat) S 11312 11315 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298365672688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11315/tid=11318] ppid=11312 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/11315/task/11318/stat : 11318 (toysat) S 11312 11315 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22655137 1362694144 274060 33554432000 4194304 16246674 140733544834800 140298355199152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.38
Current children cumulated vsize (KiB) 1330756

[startup+42.8004 s]
/proc/loadavg: 1.28 0.46 0.15 3/183 11533
/proc/meminfo: memFree=29378504/32872528 swapFree=534252/566956
[pid=11315] ppid=11312 vsize=0 CPUtime=42.78 cores=0,2,4,6
/proc/11315/stat : 11315 (toysat) Z 11312 11315 10353 0 -1 4202508 273737 0 0 0 4237 41 0 0 20 0 2 0 22655137 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11315/statm: 0 0 0 0 0 0 0
[pid=11315/tid=11316] ppid=11312 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/11315/task/11316/stat : 11316 (toysat) R 11312 11315 10353 0 -1 4203588 9 0 0 0 0 2 0 0 20 0 2 0 22655137 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 42.827
CPU time (s): 42.8165
CPU user time (s): 42.3766
CPU system time (s): 0.439933
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 1330756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.3766
system time used= 0.439933
maximum resident set size= 1096256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273737
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= 17
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12598 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 01:28:15
IDJOB=4098976
IDBENCH=1282
IDSOLVER=2542
FILE ID=node138/4098976-1466206095
RUNJOBID= node138-1466206053-10369
PBS_JOBID= 19918139
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.1900577940.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098976-1466206095/watcher-4098976-1466206095 -o /tmp/evaluation-result-4098976-1466206095/solver-4098976-1466206095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466206053-10369 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4098976-1466206095.opb

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

MD5SUM BENCH= 07abcf74f2aa8e328290ac3dd6aefa51
RANDOM SEED=631228184

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31474920 kB
Buffers:           38184 kB
Cached:            82444 kB
SwapCached:         1056 kB
Active:            66820 kB
Inactive:          56648 kB
Active(anon):       4008 kB
Inactive(anon):     1192 kB
Active(file):      62812 kB
Inactive(file):    55456 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:             16708 kB
Writeback:             0 kB
AnonPages:        569412 kB
Mapped:             7044 kB
Shmem:                 0 kB
Slab:             574088 kB
SReclaimable:      16740 kB
SUnreclaim:       557348 kB
KernelStack:        1392 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     663676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71700 MiB
End job on node138 at 2016-06-18 01:28:58