Trace number 4099235

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.9485 42.9566

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900667195.opb
MD5SUM80da336e36371770b02ed1fca93b5c11
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 benchmark9.36258
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 655
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:42+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-4099235-1466206122.opb"]
0.00/0.01	c use --random-gen="1366037913 2991222356 919514278 1927478537 3714013115 773076080 1302099026 2221415605 3895966241 2655132279 3677337293 2667300140 3372354830 1684796750 3792715869 2229960716 4114289498 3219384881 449505564 2288084921 3769536623 3936133864 3145583679 228424665 2297636740 4000139615 3903865916 3475261091 3110631901 776471945 3551109062 3895406109 142341985 3758326916 2925640565 319413496 4044191888 3294729563 2884691839 2273699935 1213041554 3494958104 1575469858 4152335666 1756984359 976903742 3160493038 1276931862 2872826889 1543320700 3949145051 2168385355 4177615229 811670204 2368566911 2367152531 3588656792 3566491240 2375103921 2178067084 2760245336 2608330896 2331185304 3800745703 1048500021 2656165084 825587418 751605471 2790654087 3456945938 674224379 746352324 2612187491 226104236 3364294014 2331713743 1261131554 3225208274 4278427566 1745297368 565716808 1000907182 219119265 2648971040 276057078 3291313402 4263815324 2460851677 190945518 2510600019 2946350149 1841190095 2073982418 2378682290 3589623561 2706221496 1909092782 1218496854 2606688798 4137800333 2156717917 1607334650 2985807389 267784472 3680766073 1175248170 1676201081 2680197665 2140998144 3102629845 2366003843 1725683491 466631803 1661592603 2424473017 1267843315 1559615109 1177284079 2351378506 1501851026 2212292899 3135234905 147061755 847335414 2889625816 3422050597 2099290449 3499095163 3382456435 1165319509 13696529 3353979035 539564515 623689082 2177407454 427786943 3826916410 4275978586 1045519418 364004209 38088118 3049325834 3731043813 3405969052 2986513017 3822120896 3513834068 1714873772 1122688773 2938088593 826105898 3470115732 2003270529 1322549902 2620706718 3349892494 361057679 2027689468 1761615976 4208239770 4252752587 2046232124 1763338638 3189821932 4053056593 1036154899 3652290387 979643878 3566297989 2456997822 1248005452 4244754176 543214014 1999382079 2003640027 2743563297 2759233065 3596861569 3191466137 2921042188 1722755142 2781703159 283802191 3837747658 4129018163 1510058629 1133955847 526736920 2152215360 1556456753 1557317504 2425797582 121261447 1121758780 1294102318 4158209287 116283355 2379753623 1396384338 648517417 2195943007 898999004 2981311425 2014508001 2048267353 1468542588 2927884124 246491818 191807574 1170941311 1759548027 376623657 142822398 1400693267 626039406 409313595 1549699284 4018845905 1833752083 4010214736 3303181144 4115271575 2587082266 2995317794 1308836759 2958281212 3264027523 1543422093 241548851 3646193773 312077267 3753160190 1491484919 3493048185 3820977638 2879702991 4168726341 2287691405 3958584058 1116574523 2200828342 4285006846 1346488065 1583760559 1746179836 2737501130 4158611106 2368506410 3092522086 75177734 1003840710 2744894598 658367110 1496346334 1224436518 3369040692 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      251 |      100 |      979      0 |        0 |        0
0.08/0.12	c  0.0s |       2 |      471 |      250 |     1077      0 |        0 |        0
0.08/0.16	c  0.1s |       3 |      795 |      475 |     1185      0 |        0 |        0
0.19/0.22	c  0.1s |       4 |     1311 |      813 |     1304      0 |        0 |        0
0.28/0.32	c  0.2s |       5 |     2151 |     1320 |     1435      0 |        0 |        0
0.49/0.52	c  0.4s |       6 |     3281 |     2081 |     1737      1 |        0 |        0
0.79/0.83	c  0.8s |       7 |     4894 |     3223 |     1911      2 |        0 |        0
1.20/1.28	c  1.2s |       8 |     7427 |     4936 |     2103      4 |        0 |        0
1.79/1.87	c  1.8s |       9 |    10957 |     7506 |     2314      6 |        0 |        0
2.69/2.77	c  2.7s |      10 |    16282 |    11361 |     2546      9 |        0 |        0
4.09/4.16	c  4.1s |      11 |    25034 |    17144 |     2801     13 |        0 |        0
6.09/6.17	c  6.1s |      11 |    37365 |    25244 |     2801     19 |        0 |        0
6.29/6.32	c  6.2s |      12 |    38257 |    25819 |     3082     19 |        0 |        0
8.29/8.32	c  8.2s |      12 |    55576 |    35819 |     3082     26 |        0 |        0
8.90/8.90	c  8.8s |      13 |    60652 |    38832 |     3391     27 |        0 |        0
10.89/10.91	c 10.8s |      13 |    76515 |    48032 |     3391     31 |        1 |       11
12.88/12.93	c 12.9s |      13 |    91464 |    56732 |     3391     36 |        1 |       11
13.19/13.24	c 13.2s |      14 |    94454 |    58352 |     3731     37 |        1 |       11
15.18/15.26	c 15.2s |      14 |   110581 |    67752 |     3731     42 |        1 |       11
17.19/17.27	c 17.2s |      14 |   122166 |    75452 |     3731     45 |        2 |       22
19.19/19.27	c 19.2s |      14 |   134845 |    83752 |     3731     49 |        2 |       22
20.19/20.22	c 20.1s |      15 |   140545 |    87632 |     4105     51 |        2 |       22
22.19/22.24	c 22.2s |      15 |   152244 |    95132 |     4105     54 |        2 |       22
24.20/24.26	c 24.2s |      15 |   168364 |   104632 |     4105     58 |        3 |       33
26.19/26.26	c 26.2s |      15 |   185112 |   114232 |     4105     60 |        5 |       55
28.19/28.28	c 28.2s |      15 |   199101 |   122832 |     4105     63 |        5 |       55
30.19/30.29	c 30.2s |      15 |   213103 |   131232 |     4516     67 |        5 |       55
30.29/30.38	c 30.3s |      16 |   213597 |   131552 |     4516     67 |        5 |       55
32.29/32.39	c 32.3s |      16 |   228699 |   140352 |     4516     70 |        6 |       66
34.29/34.39	c 34.3s |      16 |   245687 |   150152 |     4516     72 |        8 |       88
36.39/36.40	c 36.3s |      16 |   261429 |   159452 |     4516     75 |       10 |      110
38.39/38.41	c 38.3s |      16 |   275825 |   168452 |     4516     77 |       13 |      143
40.39/40.43	c 40.4s |      16 |   290270 |   177252 |     4516     79 |       14 |      154
42.39/42.44	c 42.4s |      16 |   304832 |   186152 |     4516     83 |       14 |      154
42.79/42.89	c 42.8s |      16 |   307611 |   187852 |     4516     83 |      167 |     1178
42.79/42.89	c #cpu_time = 42.706s
42.79/42.89	c #wall_clock_time = 42.818s
42.79/42.89	c #decision = 307611
42.79/42.89	c #random_decision = 1038
42.79/42.89	c #conflict = 187852
42.79/42.89	c #restart = 16
42.79/42.89	s UNSATISFIABLE
42.79/42.89	c total CPU time = 42.784s
42.79/42.89	c total wall clock time = 42.895s

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

pid=24155
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: 0.96 0.32 0.11 3/179 24158
/proc/meminfo: memFree=30969968/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 2759 0 0 0 0 0 0 0 20 0 4 0 22657038 756477952 3119 33554432000 4194304 16246674 140735603306912 140735603306336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 185455 3129 441 2943 0 182349 0
[pid=24158/tid=24159] ppid=24155 vsize=757180 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 775352320 3191 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=762300 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 780595200 3208 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657039 784789504 3225 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 0.96 0.32 0.11 3/179 24158
/proc/meminfo: memFree=30969968/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 25520 0 0 0 5 3 0 0 20 0 4 0 22657038 1247350784 25869 33554432000 4194304 16246674 140735603306912 140735603306336 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 304529 25874 725 2943 0 301423 0
[pid=24158/tid=24159] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 25879 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 25881 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 25886 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200493 s]
/proc/loadavg: 0.96 0.32 0.11 3/179 24158
/proc/meminfo: memFree=30969968/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 41499 0 0 0 14 5 0 0 20 0 4 0 22657038 1247350784 41848 33554432000 4194304 16246674 140735603306912 140735603306336 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 304529 41853 725 2943 0 301423 0
[pid=24158/tid=24159] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 41857 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 41862 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 41867 33554432000 4194304 16246674 140735603306912 139735915809968 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.30047 s]
/proc/loadavg: 0.96 0.32 0.11 3/179 24158
/proc/meminfo: memFree=30969968/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 56811 0 0 0 21 7 0 0 20 0 4 0 22657038 1247350784 57160 33554432000 4194304 16246674 140735603306912 140735603306336 5600539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 304529 57167 725 2943 0 301423 0
[pid=24158/tid=24159] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 57169 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 57175 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 57184 33554432000 4194304 16246674 140735603306912 139735915809968 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.700391 s]
/proc/loadavg: 0.96 0.32 0.11 3/179 24158
/proc/meminfo: memFree=30969968/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 121236 0 0 0 53 16 0 0 20 0 4 0 22657038 1247350784 121585 33554432000 4194304 16246674 140735603306912 140735603289912 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 304529 121593 731 2943 0 301423 0
[pid=24158/tid=24159] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 121597 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 121600 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22657039 1247350784 121604 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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: 0.96 0.32 0.11 3/183 24162
/proc/meminfo: memFree=30197240/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1221188 CPUtime=1.49 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 246162 0 0 0 117 32 0 0 20 0 4 0 22657038 1250496512 246491 33554432000 4194304 16246674 140735603306912 140735603306224 5523315 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 305297 246491 797 2943 0 302191 0
[pid=24158/tid=24159] ppid=24155 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1250496512 246491 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1250496512 246491 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1250496512 246491 33554432000 4194304 16246674 140735603306912 139735915809968 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.1004 s]
/proc/loadavg: 0.96 0.32 0.11 3/183 24162
/proc/meminfo: memFree=29869740/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1303108 CPUtime=3.09 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 266653 0 0 0 274 35 0 0 20 0 4 0 22657038 1334382592 266982 33554432000 4194304 16246674 140735603306912 140735603288832 5675505 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 325777 266982 797 2943 0 322671 0
[pid=24158/tid=24159] ppid=24155 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1334382592 266982 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1334382592 266982 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1334382592 266982 33554432000 4194304 16246674 140735603306912 139735915809968 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.3004 s]
/proc/loadavg: 1.04 0.35 0.12 3/183 24162
/proc/meminfo: memFree=29778172/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 267512 0 0 0 594 35 0 0 20 0 4 0 22657038 1337528320 267841 33554432000 4194304 16246674 140735603306912 140735603288832 6021808 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 326545 267841 798 2943 0 323439 0
[pid=24158/tid=24159] ppid=24155 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1337528320 267841 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1337528320 267841 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1337528320 267841 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 1.12 0.37 0.13 2/174 24193
/proc/meminfo: memFree=30866456/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 268605 0 0 0 1234 35 0 0 20 0 4 0 22657038 1341722624 268934 33554432000 4194304 16246674 140735603306912 140735603289912 6020973 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 327569 268934 798 2943 0 324463 0
[pid=24158/tid=24159] ppid=24155 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1341722624 268934 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1341722624 268934 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1341722624 268934 33554432000 4194304 16246674 140735603306912 139735915809968 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) 1310276

[startup+25.5005 s]
/proc/loadavg: 1.31 0.45 0.16 3/183 24260
/proc/meminfo: memFree=29771784/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1316420 CPUtime=25.49 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 270143 0 0 0 2513 36 0 0 20 0 4 0 22657038 1348014080 270472 33554432000 4194304 16246674 140735603306912 140735603288832 13194825 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 329105 270472 800 2943 0 325999 0
[pid=24158/tid=24159] ppid=24155 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1348014080 270472 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1348014080 270472 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1348014080 270472 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1316420

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

[startup+25.6005 s]
/proc/loadavg: 1.31 0.45 0.16 3/183 24260
/proc/meminfo: memFree=29771784/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1316420 CPUtime=25.59 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 270143 0 0 0 2523 36 0 0 20 0 4 0 22657038 1348014080 270472 33554432000 4194304 16246674 140735603306912 140735603288832 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 329105 270472 800 2943 0 325999 0
[pid=24158/tid=24159] ppid=24155 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1348014080 270472 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1348014080 270472 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1348014080 270472 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1316420

[startup+32.0072 s]
/proc/loadavg: 1.37 0.48 0.17 3/183 24260
/proc/meminfo: memFree=29766884/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1321540 CPUtime=31.99 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 271423 0 0 0 3163 36 0 0 20 0 4 0 22657038 1353256960 271752 33554432000 4194304 16246674 140735603306912 140735603289912 5598165 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 330385 271752 800 2943 0 327279 0
[pid=24158/tid=24159] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735915809968 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) 1321540

[startup+38.4004 s]
/proc/loadavg: 1.42 0.50 0.18 3/183 24260
/proc/meminfo: memFree=29766424/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1321540 CPUtime=38.39 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 271423 0 0 0 3803 36 0 0 20 0 4 0 22657038 1353256960 271752 33554432000 4194304 16246674 140735603306912 140735603288832 5717780 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 330385 271752 800 2943 0 327279 0
[pid=24158/tid=24159] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1321540

[startup+40.0004 s]
/proc/loadavg: 1.42 0.50 0.18 3/183 24260
/proc/meminfo: memFree=29765800/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1321540 CPUtime=39.99 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 271423 0 0 0 3963 36 0 0 20 0 4 0 22657038 1353256960 271752 33554432000 4194304 16246674 140735603306912 140735603288832 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 330385 271752 800 2943 0 327279 0
[pid=24158/tid=24159] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (KiB) 1321540

[startup+41.6004 s]
/proc/loadavg: 1.47 0.53 0.19 3/183 24260
/proc/meminfo: memFree=29765800/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1321540 CPUtime=41.59 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 271423 0 0 0 4123 36 0 0 20 0 4 0 22657038 1353256960 271752 33554432000 4194304 16246674 140735603306912 140735603289912 6023713 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 330385 271752 800 2943 0 327279 0
[pid=24158/tid=24159] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 1321540

[startup+42.4004 s]
/proc/loadavg: 1.47 0.53 0.19 3/183 24260
/proc/meminfo: memFree=29765924/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1321540 CPUtime=42.39 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 271423 0 0 0 4203 36 0 0 20 0 4 0 22657038 1353256960 271752 33554432000 4194304 16246674 140735603306912 140735603288832 5600384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 330385 271752 800 2943 0 327279 0
[pid=24158/tid=24159] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.39
Current children cumulated vsize (KiB) 1321540

[startup+42.8004 s]
/proc/loadavg: 1.47 0.53 0.19 3/183 24260
/proc/meminfo: memFree=29765924/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=1321540 CPUtime=42.79 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202496 271423 0 0 0 4243 36 0 0 20 0 4 0 22657038 1353256960 271752 33554432000 4194304 16246674 140735603306912 140735603288832 5754801 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 330385 271752 800 2943 0 327279 0
[pid=24158/tid=24159] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24159/stat : 24159 (toysat) S 24155 24158 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735936773360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24158/tid=24160] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24160/stat : 24160 (toysat) S 24155 24158 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735926283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24158/tid=24161] ppid=24155 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/24158/task/24161/stat : 24161 (toysat) S 24155 24158 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22657039 1353256960 271752 33554432000 4194304 16246674 140735603306912 139735915809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.79
Current children cumulated vsize (KiB) 1321540

[startup+42.9004 s]
/proc/loadavg: 1.47 0.53 0.19 3/180 24260
/proc/meminfo: memFree=29811064/32872528 swapFree=7780/7780
[pid=24158] ppid=24155 vsize=0 CPUtime=42.89 cores=0,2,4,6
/proc/24158/stat : 24158 (toysat) R 24155 24158 23276 0 -1 4202500 271429 0 0 0 4252 37 0 0 20 0 1 0 22657038 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 42.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 42.9566
CPU time (s): 42.9485
CPU user time (s): 42.5285
CPU system time (s): 0.419936
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 1321540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.5285
system time used= 0.419936
maximum resident set size= 1087024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271429
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= 47

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109983 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 01:28:42
IDJOB=4099235
IDBENCH=1338
IDSOLVER=2542
FILE ID=node151/4099235-1466206122
RUNJOBID= node151-1466206051-23292
PBS_JOBID= 19918135
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.1900667195.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099235-1466206122/watcher-4099235-1466206122 -o /tmp/evaluation-result-4099235-1466206122/solver-4099235-1466206122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099235-1466206122.opb

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

MD5SUM BENCH= 80da336e36371770b02ed1fca93b5c11
RANDOM SEED=614048820

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31053196 kB
Buffers:           38336 kB
Cached:           193464 kB
SwapCached:         2016 kB
Active:           956920 kB
Inactive:         146864 kB
Active(anon):     872520 kB
Inactive(anon):     1744 kB
Active(file):      84400 kB
Inactive(file):   145120 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099164 kB
Dirty:             33196 kB
Writeback:             0 kB
AnonPages:        879120 kB
Mapped:            11060 kB
Shmem:                 0 kB
Slab:             574312 kB
SReclaimable:      17064 kB
SUnreclaim:       557248 kB
KernelStack:        1448 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1136548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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 node151 at 2016-06-18 01:29:25