Trace number 4098955

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 28.7436 28.7401

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670234.opb
MD5SUM92f66beef1a16468af1cdeb8f0308249
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.88341
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 641
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-4098955-1466206094.opb"]
0.00/0.01	c use --random-gen="3865858392 3137208835 2194142299 2589365804 1484035729 796991968 3781509071 4069828978 485249677 2125281778 3812593706 3877079461 979935501 164840175 839822632 2823703065 3900753225 1559327767 2228480945 1558445653 3251817273 2116173847 4086894175 603826992 3162304149 874275073 2693221202 4250365118 2613906499 1301509464 3524383673 1417072218 2625009926 856866582 3500921930 1325607848 3831358527 2740867763 1164302583 2490364498 3274817864 1058370957 1897468940 4026666300 4067588570 1953704543 319851377 2981611232 1886367710 1496244164 2348656047 1252113881 1147040152 1378595963 2332507027 1419198554 4186038673 2782967194 2439981851 3933098862 2973940252 3264930290 1970305579 3583218402 2987477596 328577552 3375006092 2779751613 3048740897 1223715749 671452952 2839091080 322471068 3633522841 3797485169 2936667385 2036346546 240580332 3499914378 2213046179 4124466542 4052248919 2729309907 2255298138 3837708124 3804060723 1442332767 3259345200 3576298098 4037004477 3175400954 2711161428 3985382490 3346608047 2254010834 2186901950 611556314 573981 4024894577 152577798 218726631 4231546224 862736360 1717029800 2445108479 2942233204 4189544854 3125499078 1159251843 668689080 2088195228 1250048292 917861209 2845152813 3680875983 2820267048 333304586 470031519 3075576928 3482618539 1590343351 488789887 3375717808 702851528 1118654456 2834407016 1996136344 1022147999 2639010195 2670356919 3518019800 3256628835 2803482839 1764997078 72741527 1053037725 1763193115 594983956 3672132149 3266497636 1408213460 1550756135 3230238927 2419285356 2063205076 584233574 1523457663 2878571316 893229197 328816754 2048313392 2551590292 580601689 693894624 1677420850 3543076912 1423042495 2227725308 2339602465 2569628077 4249500508 4158238899 2211711178 2434688337 4236759854 2977872368 3503442229 275887987 3726411501 2035645160 2229697674 747517973 3533164986 340927183 899537393 2552172683 2136289634 1326813596 2885488231 695279194 1682153003 400180465 3069785547 3437277468 1736786437 2012322489 618851468 1881388945 3139381255 656148325 2034373324 3352087863 1188097246 3686527730 1232643705 3906202158 3913451032 2943872713 347371706 1154858154 3922844199 1097798553 916337909 1423672584 3658674645 3653332309 1851484673 3498107130 3987851376 620376361 244541006 204242102 1489896631 2835651083 4174961873 3478601043 950775967 2065846474 545787012 3868868622 3112664003 4187293294 2775706916 4000233969 2657026027 1899664826 2009134820 408857874 2709321931 2555268099 1477908720 3176078536 906747602 1117092599 25557719 1624724685 3233788522 1904808220 3098918146 3436462006 1151216508 3468173363 1203487812 3614279532 1938150381 2802116825 3419790680 3263099665 811819929 3347045246 3919629041 2231786562 1540302165 530060170 3938724969 3710406310 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 |      372 |      100 |      979      0 |        0 |        0
0.09/0.13	c  0.1s |       2 |      609 |      250 |     1077      0 |        0 |        0
0.09/0.19	c  0.1s |       3 |      962 |      475 |     1185      0 |        0 |        0
0.19/0.27	c  0.2s |       4 |     1467 |      813 |     1304      0 |        0 |        0
0.39/0.41	c  0.3s |       5 |     2125 |     1320 |     1435      0 |        0 |        0
0.59/0.63	c  0.6s |       6 |     3197 |     2081 |     1737      1 |        0 |        0
0.89/0.99	c  0.9s |       7 |     4842 |     3223 |     1911      2 |        0 |        0
1.49/1.53	c  1.4s |       8 |     7374 |     4936 |     2103      4 |        0 |        0
1.99/2.05	c  2.0s |       9 |    11618 |     7506 |     2314      6 |        0 |        0
2.99/3.01	c  2.9s |      10 |    17803 |    11361 |     2546      9 |        0 |        0
4.40/4.45	c  4.4s |      11 |    27168 |    17144 |     2801     13 |        0 |        0
6.39/6.46	c  6.4s |      11 |    39914 |    24844 |     2801     19 |        0 |        0
6.70/6.72	c  6.6s |      12 |    41518 |    25819 |     3082     19 |        0 |        0
8.69/8.73	c  8.7s |      12 |    55052 |    33919 |     3082     24 |        1 |       11
9.79/9.85	c  9.8s |      13 |    63398 |    38832 |     3391     26 |        1 |       11
11.79/11.85	c 11.8s |      13 |    84015 |    49732 |     3391     33 |        1 |       11
13.39/13.44	c 13.4s |      14 |   100353 |    58352 |     3731     36 |        2 |       22
15.39/15.45	c 15.4s |      14 |   119146 |    68652 |     3731     40 |        3 |       33
17.39/17.45	c 17.4s |      14 |   135878 |    78052 |     3731     45 |        3 |       33
18.99/19.00	c 18.9s |      15 |   153344 |    87632 |     4105     50 |        3 |       33
21.00/21.01	c 20.9s |      15 |   171145 |    98132 |     4105     54 |        4 |       44
22.99/23.02	c 22.9s |      15 |   189340 |   108632 |     4105     58 |        5 |       76
24.99/25.03	c 25.0s |      15 |   206457 |   118232 |     4105     62 |        6 |       87
26.99/27.03	c 27.0s |      15 |   227173 |   129532 |     4105     65 |        9 |      120
27.29/27.37	c 27.3s |      16 |   230641 |   131552 |     4516     65 |        9 |      120
28.60/28.66	c 28.6s |      16 |   246236 |   140234 |     4516     66 |      179 |     1003
28.60/28.66	c #cpu_time = 28.512s
28.60/28.66	c #wall_clock_time = 28.587s
28.60/28.66	c #decision = 246236
28.60/28.66	c #random_decision = 896
28.60/28.66	c #conflict = 140234
28.60/28.66	c #restart = 16
28.60/28.66	s UNSATISFIABLE
28.60/28.66	c total CPU time = 28.591s
28.60/28.66	c total wall clock time = 28.666s

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

pid=31809
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.90 0.31 0.16 3/179 31812
/proc/meminfo: memFree=29976800/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=626244 CPUtime=0 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 2319 0 0 0 0 0 0 0 20 0 4 0 22655978 641273856 3191 33554432000 4194304 16246674 140733996146416 140733996145840 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 157329 3200 442 2943 0 154223 0
[pid=31812/tid=31813] ppid=31809 vsize=643652 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 659099648 3259 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=648772 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 664342528 3276 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=652868 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 668536832 3292 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 0.90 0.31 0.16 3/179 31812
/proc/meminfo: memFree=29976800/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 25305 0 0 0 5 4 0 0 20 0 4 0 22655978 1247350784 26167 33554432000 4194304 16246674 140733996146416 140733996145840 5532589 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 304529 26174 724 2943 0 301423 0
[pid=31812/tid=31813] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 26179 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 26184 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 26189 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200491 s]
/proc/loadavg: 0.90 0.31 0.16 3/179 31812
/proc/meminfo: memFree=29976800/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 42215 0 0 0 13 6 0 0 20 0 4 0 22655978 1247350784 43076 33554432000 4194304 16246674 140733996146416 140733996145840 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 304529 43080 724 2943 0 301423 0
[pid=31812/tid=31813] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 43084 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 43092 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 43098 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300465 s]
/proc/loadavg: 0.90 0.31 0.16 3/179 31812
/proc/meminfo: memFree=29976800/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 58222 0 0 0 21 8 0 0 20 0 4 0 22655978 1247350784 59083 33554432000 4194304 16246674 140733996146416 140733996145840 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 304529 59087 724 2943 0 301423 0
[pid=31812/tid=31813] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 59090 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 59094 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 59100 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700344 s]
/proc/loadavg: 0.90 0.31 0.16 3/179 31812
/proc/meminfo: memFree=29976800/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 121166 0 0 0 52 17 0 0 20 0 4 0 22655978 1247350784 122028 33554432000 4194304 16246674 140733996146416 140733996145840 5831697 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 304529 122035 730 2943 0 301423 0
[pid=31812/tid=31813] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 122041 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 122047 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1247350784 122052 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 0.99 0.34 0.17 3/183 31816
/proc/meminfo: memFree=28994552/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1221188 CPUtime=1.49 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 246142 0 0 0 115 34 0 0 20 0 4 0 22655978 1250496512 246983 33554432000 4194304 16246674 140733996146416 140733996145728 5677376 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 305297 246983 797 2943 0 302191 0
[pid=31812/tid=31813] ppid=31809 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1250496512 246983 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1250496512 246983 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1250496512 246983 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.99 0.34 0.17 3/183 31816
/proc/meminfo: memFree=28662860/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1303108 CPUtime=3.09 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 266729 0 0 0 272 37 0 0 20 0 4 0 22655978 1334382592 267570 33554432000 4194304 16246674 140733996146416 140733996128320 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 325777 267570 797 2943 0 322671 0
[pid=31812/tid=31813] ppid=31809 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1334382592 267570 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1334382592 267570 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1334382592 267570 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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: 0.99 0.34 0.17 3/183 31816
/proc/meminfo: memFree=28573424/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1307204 CPUtime=6.29 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 267591 0 0 0 591 38 0 0 20 0 4 0 22655978 1338576896 268432 33554432000 4194304 16246674 140733996146416 140733996128320 6845877 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 326801 268432 797 2943 0 323695 0
[pid=31812/tid=31813] ppid=31809 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1338576896 268432 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1338576896 268432 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1338576896 268432 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.14 0.39 0.19 3/183 31816
/proc/meminfo: memFree=28569964/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1308228 CPUtime=12.69 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 267878 0 0 0 1231 38 0 0 20 0 4 0 22655978 1339625472 268719 33554432000 4194304 16246674 140733996146416 140733996128320 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 327057 268719 797 2943 0 323951 0
[pid=31812/tid=31813] ppid=31809 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1339625472 268719 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1339625472 268719 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1339625472 268719 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1308228

[startup+25.5005 s]
/proc/loadavg: 1.27 0.44 0.20 3/183 31816
/proc/meminfo: memFree=28546452/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1324612 CPUtime=25.49 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 272188 0 0 0 2510 39 0 0 20 0 4 0 22655978 1356402688 273029 33554432000 4194304 16246674 140733996146416 140733996128320 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 331153 273029 801 2943 0 328047 0
[pid=31812/tid=31813] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1324612

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

[startup+25.6005 s]
/proc/loadavg: 1.27 0.44 0.20 3/183 31816
/proc/meminfo: memFree=28546452/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1324612 CPUtime=25.59 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 272188 0 0 0 2520 39 0 0 20 0 4 0 22655978 1356402688 273029 33554432000 4194304 16246674 140733996146416 140733996128320 6836768 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 331153 273029 801 2943 0 328047 0
[pid=31812/tid=31813] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1324612

[startup+27.2004 s]
/proc/loadavg: 1.33 0.47 0.21 3/183 31816
/proc/meminfo: memFree=28546452/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1324612 CPUtime=27.19 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 272188 0 0 0 2680 39 0 0 20 0 4 0 22655978 1356402688 273029 33554432000 4194304 16246674 140733996146416 140733996128320 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 331153 273029 801 2943 0 328047 0
[pid=31812/tid=31813] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 1324612

[startup+28.0003 s]
/proc/loadavg: 1.33 0.47 0.21 4/183 31816
/proc/meminfo: memFree=28546328/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1324612 CPUtime=27.99 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 272188 0 0 0 2760 39 0 0 20 0 4 0 22655978 1356402688 273029 33554432000 4194304 16246674 140733996146416 140733996128320 12995176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 331153 273029 801 2943 0 328047 0
[pid=31812/tid=31813] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.99
Current children cumulated vsize (KiB) 1324612

[startup+28.4003 s]
/proc/loadavg: 1.33 0.47 0.21 4/183 31816
/proc/meminfo: memFree=28546328/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1324612 CPUtime=28.39 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 272188 0 0 0 2800 39 0 0 20 0 4 0 22655978 1356402688 273029 33554432000 4194304 16246674 140733996146416 140733996128320 6842716 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 331153 273029 801 2943 0 328047 0
[pid=31812/tid=31813] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 1324612

[startup+28.6003 s]
/proc/loadavg: 1.33 0.47 0.21 4/183 31816
/proc/meminfo: memFree=28546204/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=1324612 CPUtime=28.6 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202496 272188 0 0 0 2821 39 0 0 20 0 4 0 22655978 1356402688 273029 33554432000 4194304 16246674 140733996146416 140733996128320 5523553 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 331153 273029 801 2943 0 328047 0
[pid=31812/tid=31813] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31813/stat : 31813 (toysat) S 31809 31812 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604338056432 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=31812/tid=31814] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31814/stat : 31814 (toysat) S 31809 31812 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604327566576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=31812/tid=31815] ppid=31809 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/31812/task/31815/stat : 31815 (toysat) S 31809 31812 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22655979 1356402688 273029 33554432000 4194304 16246674 140733996146416 140604210146480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 1324612

[startup+28.7074 s]
/proc/loadavg: 1.33 0.47 0.21 4/183 31816
/proc/meminfo: memFree=28546204/32872528 swapFree=1200228/1314692
[pid=31812] ppid=31809 vsize=0 CPUtime=28.7 cores=0,2,4,6
/proc/31812/stat : 31812 (toysat) R 31809 31812 31224 0 -1 4202500 272193 0 0 0 2828 42 0 0 20 0 1 0 22655978 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31812/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.7
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 28.7401
CPU time (s): 28.7436
CPU user time (s): 28.2817
CPU system time (s): 0.461929
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 1324612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.2817
system time used= 0.461929
maximum resident set size= 1092128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272193
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= 30

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071989 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 01:28:14
IDJOB=4098955
IDBENCH=1279
IDSOLVER=2542
FILE ID=node131/4098955-1466206094
RUNJOBID= node131-1466206062-31240
PBS_JOBID= 19918146
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 92f66beef1a16468af1cdeb8f0308249
RANDOM SEED=1786061124

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.752
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.56
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.752
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.57
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.752
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:        29988472 kB
Buffers:           36796 kB
Cached:            96432 kB
SwapCached:         1500 kB
Active:           807112 kB
Inactive:          55552 kB
Active(anon):     729100 kB
Inactive(anon):     2640 kB
Active(file):      78012 kB
Inactive(file):    52912 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099820 kB
Dirty:             33644 kB
Writeback:             0 kB
AnonPages:       2043624 kB
Mapped:            10028 kB
Shmem:                 0 kB
Slab:             571444 kB
SReclaimable:      14344 kB
SUnreclaim:       557100 kB
KernelStack:        1456 kB
PageTables:         8468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2442072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71672 MiB
End job on node131 at 2016-06-18 01:28:43