Trace number 4267388

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
cosoco-mini 1.12? (TO) 2400.0601 2400.2

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
Optimization problemNO
Type of objective

Solver Data

0.42/0.60	c root propagations     : 362         
0.42/0.60	c restarts enabled, print stats at every restarts
0.42/0.60	c
0.42/0.60	c
0.42/0.60	c
0.42/0.60	c This is cosoco 1.12 --  
0.42/0.60	c
0.42/0.60	c command line: cosoco -lc -model -restarts HOME/instance-4267388-1502612624.xml 
0.42/0.60	c ========================================[ Problem Statistics ]===========================================
0.42/0.60	c |                                                                                                       
0.42/0.60	c |  Parse time        :         0.37 s 
0.42/0.60	c |
0.42/0.60	c |               Variables: 6596
0.42/0.60	c |            Domain Sizes: 2..2
0.42/0.60	c |
0.42/0.60	c |             Constraints: 6792
0.42/0.60	c |                   Arity: 1..97  -- Unary: 2  -- Binary: 1248  -- Ternary: 2592
0.42/0.60	c | 
0.42/0.60	c |                   Types: 
0.42/0.60	c |                          Sum: 6792
0.42/0.60	c |                          
0.42/0.60	c =========================================================================================================
0.42/0.60	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
1.51/1.60	c 101            4015           388767         143200         362            0              1163   3111   2770
5.71/5.86	c 211            8775           2278135        762659         362            0              288   671   531
6.51/6.63	c 332            18556          2522217        856789         362            0              206   4082   2550
7.31/7.41	c 465            27686          2744789        951138         362            0              410   2137   1318
12.51/12.62	c 611            46677          4992210        1701669        362            0              556   1516   1207
13.41/13.55	c 771            55770          5324857        1833397        362            0              133   2144   1810
14.92/15.05	c 947            65891          5952289        2056668        362            0              147   1803   1649
15.81/15.95	c 1140           75584          6256648        2173480        362            0              156   2292   1893
17.20/17.31	c 1352           83549          6859806        2393854        362            0              158   1991   1838
20.01/20.20	c 1585           99871          8030260        2811001        362            0              169   1601   1220
21.70/21.88	c 1841           109802         8692526        3016714        362            0              206   1548   1400
23.20/23.33	c 2122           123668         9267264        3228079        362            0              215   2004   1799
24.91/25.10	c 2431           136784         10000016       3498565        362            0              874   1913   1725
27.60/27.73	c 2770           159185         10902688       3828863        362            0              424   1495   1288
29.91/30.10	c 3142           183031         11828729       4132936        362            0              184   3250   2334
34.09/34.20	c 3551           225379         13331440       4640681        362            0              716   2527   2061
38.60/38.75	c 4000           264110         15219278       5285505        362            0              645   2263   2029
43.09/43.25	c 4493           309390         16827145       5841583        362            0              463   2994   2297
48.39/48.53	c 5035           359688         18693096       6493106        362            0              1327   2254   1983
56.29/56.42	c 5631           412736         21963438       7593430        362            0              1194   2947   1976
61.99/62.13	c 6286           465378         23827163       8247307        362            0              494   2066   1781
67.48/67.65	c 7006           523613         25870282       9003982        362            0              591   2944   2395
77.48/77.66	c 7798           599433         29080308       10147528       362            0              747   1981   1340
84.48/84.60	c 8669           677505         31631062       11041245       362            0              1201   3157   2405
94.08/94.22	c 9627           762182         35104544       12208512       362            0              680   2648   1843
111.18/111.30	c 10680          857418         41487994       14291731       362            0              974   1863   1389
121.07/121.26	c 11838          948063         45305132       15558699       362            0              423   3199   2408
129.76/129.93	c 13111          1040996        48474909       16649647       362            0              565   2802   2184
145.88/146.02	c 14511          1164167        53373392       18270911       362            0              706   1847   1047
161.47/161.69	c 16051          1295332        59603893       20422457       362            0              1166   2526   1865
182.36/182.53	c 17745          1429020        67215731       22913060       362            0              376   1837   1415
202.36/202.53	c 19608          1715753        73285942       25087586       362            0              459   3035   2224
223.06/223.22	c 21657          1894950        81088858       27793267       362            0              607   2127   1782
237.05/237.24	c 23910          2087476        86115620       29580067       362            0              772   3347   2621
253.15/253.30	c 26388          2241161        92444101       31783046       362            0              1023   2905   2221
289.45/289.60	c 29113          2557227        104577943      35589242       362            0              971   2349   1834
315.74/315.94	c 32110          2819197        114550993      39084332       362            0              806   2545   2141
347.94/348.17	c 35406          3085047        127948218      43638979       362            0              917   2399   2028
366.73/366.97	c 39031          3323665        134591446      45961550       362            0              588   3784   2497
392.94/393.17	c 43018          3514364        145110990      49664820       362            0              792   2236   2023
430.23/430.46	c 47403          3808774        159613376      54906796       362            0              906   2580   2037
491.12/491.39	c 52226          4254759        180601130      62069473       362            0              568   1883   1485
570.22/570.47	c 57531          4776364        209532868      71739645       362            0              831   2641   1541
621.22/621.40	c 63366          5350163        226860296      77446339       362            0              389   3108   2305
705.02/705.22	c 69784          5929978        263957251      89891207       362            0              486   3034   2017
811.62/811.89	c 76843          6650829        303813067      102185806      362            0              672   2354   1734
891.12/891.38	c 84607          7390212        336177718      113376365      362            0              773   3356   2169
961.62/961.83	c 93147          7883967        366759008      123411210      362            0              598   2437   2206
1105.72/1105.93	c 102541         8728799        430324680      143140146      362            0              762   2308   1987
1192.33/1192.57	c 112874         9315077        468488192      156555700      362            0              960   2482   1852
1304.43/1304.64	c 124240         10173211       512669622      170410419      362            0              604   2201   1894
1405.73/1406.00	c 136742         11487120       549611364      184796772      362            0              655   3888   2531
1546.74/1546.95	c 150494         13007527       601776642      202993964      362            0              1563   2522   2151
1783.04/1783.27	c 165621         14465022       695854518      232847716      362            0              1078   2619   1865
1966.44/1966.60	c 182260         15930787       764572606      255543268      362            0              453   2462   1889
2108.64/2108.81	c 200562         18155985       812522845      274123372      362            0              619   3999   2911
2341.05/2341.26	c 220694         20461891       895193846      302462696      362            0              1095   3009   2250
2400.05/2400.20	
2400.05/2400.20	c *** INTERRUPTED ***
2400.05/2400.20	c restarts              : 57          
2400.05/2400.20	c conflicts             : 224310       (93 /sec)
2400.05/2400.20	c decisions             : 21023279     (8760 /sec)
2400.05/2400.20	c propagations          : 307945690   (128320 /sec)
2400.05/2400.20	c root propagations     : 362         
2400.05/2400.20	c filter calls          : 912691732      (380314 /sec)
2400.05/2400.20	c useless filter calls  : 793935759      (86 %)
2400.05/2400.20	c Memory used           : 318.47 MB
2400.05/2400.20	c CPU time              : 2399.84 s
2400.05/2400.20	
2400.05/2400.20	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15422 MiB free)
  memory of node 1: 16384 MiB (15656 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267388-1502612624/watcher-4267388-1502612624 -o /tmp/evaluation-result-4267388-1502612624/solver-4267388-1502612624 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502597167-15985 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267388-1502612624.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19118, runsolver pid=19115
Current StackSize limit: 8192 KiB


[startup+0.100194 s]*
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31823740/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=29792 memory=6072 CPUtime=0.02 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 1705 0 0 0 2 0 0 0 20 0 1 0 49603102 30507008 1518 18446744073709551615 4194304 5748600 140728207984048 140728207980696 140219597933541 0 0 1 0 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 7448 1518 698 380 0 866 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 29792 KiB
Current children cumulated memory: 6072 KiB

[startup+0.209263 s]*
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31799312/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=59540 memory=35956 CPUtime=0.12 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 9164 0 0 0 12 0 0 0 20 0 1 0 49603102 60968960 8989 18446744073709551615 4194304 5748600 140728207984048 140728207980696 140219597933541 0 0 1 0 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 14885 8989 727 380 0 8303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 59540 KiB
Current children cumulated memory: 35956 KiB

[startup+0.309507 s]*
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31732104/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=119492 memory=95760 CPUtime=0.23 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 24137 0 0 0 21 2 0 0 20 0 1 0 49603102 122359808 23940 18446744073709551615 4194304 5748600 140728207984048 140728207980696 5299917 0 0 1 0 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 29873 23940 727 380 0 23291 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 119492 KiB
Current children cumulated memory: 95760 KiB

[startup+0.700421 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31640592/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=214656 memory=191184 CPUtime=0.6 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 47972 0 0 0 55 5 0 0 20 0 1 0 49603102 219807744 47796 18446744073709551615 4194304 5748600 140728207984048 140728207981240 140219597933541 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 53664 47796 760 380 0 47082 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 214656 KiB
Current children cumulated memory: 191184 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31583228/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=279360 memory=255268 CPUtime=1.41 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 64004 0 0 0 134 7 0 0 20 0 1 0 49603102 286064640 63817 18446744073709551615 4194304 5748600 140728207984048 140728207981128 5025697 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 69840 63817 760 380 0 63258 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 279360 KiB
Current children cumulated memory: 255268 KiB

[startup+3.10934 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31571944/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=279500 memory=255504 CPUtime=3.02 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 74328 0 0 0 294 8 0 0 20 0 1 0 49603102 286208000 63876 18446744073709551615 4194304 5748600 140728207984048 140728207981128 4947736 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 69875 63876 762 380 0 63293 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 279500 KiB
Current children cumulated memory: 255504 KiB

[startup+6.30041 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31571944/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=299600 memory=275452 CPUtime=6.21 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 103986 0 0 0 611 10 0 0 20 0 1 0 49603102 306790400 68863 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5135108 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 74900 68863 762 380 0 68318 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 299600 KiB
Current children cumulated memory: 275452 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19119
/proc/meminfo: memFree=31551232/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=299600 memory=275468 CPUtime=12.6 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 123838 0 0 0 1249 11 0 0 20 0 1 0 49603102 306790400 68867 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4995440 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 74900 68867 762 380 0 68318 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 299600 KiB
Current children cumulated memory: 275468 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19120
/proc/meminfo: memFree=31550248/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=299600 memory=275468 CPUtime=25.4 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 156393 0 0 0 2527 13 0 0 20 0 1 0 49603102 306790400 68867 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5025875 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 74900 68867 762 380 0 68318 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 299600 KiB
Current children cumulated memory: 275468 KiB

[startup+51.1096 s]
/proc/loadavg: 2.13 2.04 2.05 3/185 19135
/proc/meminfo: memFree=31538668/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=308832 memory=284408 CPUtime=50.99 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 187317 0 0 0 5084 15 0 0 20 0 1 0 49603102 316243968 71102 18446744073709551615 4194304 5748600 140728207984048 140728207980968 4947134 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 77208 71102 762 380 0 70626 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 308832 KiB
Current children cumulated memory: 284408 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/185 19137
/proc/meminfo: memFree=31533328/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=313536 memory=289104 CPUtime=102.17 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 213096 0 0 0 10200 17 0 0 20 0 1 0 49603102 321060864 72276 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4948687 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 78384 72276 762 380 0 71802 0
Current children cumulated CPU time: 102.17 s
Current children cumulated vsize: 313536 KiB
Current children cumulated memory: 289104 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/182 19139
/proc/meminfo: memFree=31533440/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=316308 memory=292260 CPUtime=162.17 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 234185 0 0 0 16198 19 0 0 20 0 1 0 49603102 323899392 73065 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5144153 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 79077 73065 762 380 0 72495 0
Current children cumulated CPU time: 162.17 s
Current children cumulated vsize: 316308 KiB
Current children cumulated memory: 292260 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 19141
/proc/meminfo: memFree=31533304/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=316844 memory=293344 CPUtime=222.16 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 235884 0 0 0 22197 19 0 0 20 0 1 0 49603102 324448256 73336 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4948032 0 0 1 8405026 0 0 0 17 0 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 79211 73336 762 380 0 72629 0
Current children cumulated CPU time: 222.16 s
Current children cumulated vsize: 316844 KiB
Current children cumulated memory: 293344 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 19265
/proc/meminfo: memFree=31532116/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=318476 memory=294996 CPUtime=282.15 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 236829 0 0 0 28196 19 0 0 20 0 1 0 49603102 326119424 73749 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5144157 0 0 1 8405026 0 0 0 17 0 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 79619 73749 762 380 0 73037 0
Current children cumulated CPU time: 282.15 s
Current children cumulated vsize: 318476 KiB
Current children cumulated memory: 294996 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 19267
/proc/meminfo: memFree=31531652/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=318476 memory=294996 CPUtime=342.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 237308 0 0 0 34195 19 0 0 20 0 1 0 49603102 326119424 73749 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5025642 0 0 1 8405026 0 0 0 17 0 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 79619 73749 762 380 0 73037 0
Current children cumulated CPU time: 342.14 s
Current children cumulated vsize: 318476 KiB
Current children cumulated memory: 294996 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19269
/proc/meminfo: memFree=31529420/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=320704 memory=297084 CPUtime=402.13 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 238763 0 0 0 40193 20 0 0 20 0 1 0 49603102 328400896 74271 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5025680 0 0 1 8405026 0 0 0 17 0 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 80176 74271 762 380 0 73594 0
Current children cumulated CPU time: 402.13 s
Current children cumulated vsize: 320704 KiB
Current children cumulated memory: 297084 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19271
/proc/meminfo: memFree=31529052/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=320704 memory=297204 CPUtime=462.12 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 238982 0 0 0 46192 20 0 0 20 0 1 0 49603102 328400896 74301 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5144169 0 0 1 8405026 0 0 0 17 0 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 80176 74301 762 380 0 73594 0
Current children cumulated CPU time: 462.12 s
Current children cumulated vsize: 320704 KiB
Current children cumulated memory: 297204 KiB


################
# More data... #
################

/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1602.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19343
/proc/meminfo: memFree=31524484/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=324144 memory=300708 CPUtime=1662.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 245460 0 0 0 166193 21 0 0 20 0 1 0 49603102 331923456 75177 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5025632 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1662.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19345
/proc/meminfo: memFree=31524712/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=324144 memory=300708 CPUtime=1722.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 245617 0 0 0 172193 21 0 0 20 0 1 0 49603102 331923456 75177 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5025642 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1722.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19347
/proc/meminfo: memFree=31524664/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=324144 memory=300708 CPUtime=1782.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 245799 0 0 0 178193 21 0 0 20 0 1 0 49603102 331923456 75177 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4948032 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1782.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+1842.3 s]
/proc/loadavg: 2.41 2.12 2.08 3/184 19363
/proc/meminfo: memFree=31519184/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=324144 memory=300708 CPUtime=1842.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 246009 0 0 0 184193 21 0 0 20 0 1 0 49603102 331923456 75177 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5025706 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+1902.3 s]
/proc/loadavg: 2.15 2.10 2.07 3/184 19365
/proc/meminfo: memFree=31519152/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=324144 memory=300708 CPUtime=1902.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 246208 0 0 0 190193 21 0 0 20 0 1 0 49603102 331923456 75177 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4948032 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.08 2.07 3/181 19367
/proc/meminfo: memFree=31523216/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=324144 memory=300708 CPUtime=1962.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 246377 0 0 0 196193 21 0 0 20 0 1 0 49603102 331923456 75177 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5144165 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81036 75177 762 380 0 74454 0
Current children cumulated CPU time: 1962.14 s
Current children cumulated vsize: 324144 KiB
Current children cumulated memory: 300708 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/181 19369
/proc/meminfo: memFree=31521960/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=325692 memory=302116 CPUtime=2022.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 247082 0 0 0 202193 21 0 0 20 0 1 0 49603102 333508608 75529 18446744073709551615 4194304 5748600 140728207984048 140728207980968 5000368 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81423 75529 762 380 0 74841 0
Current children cumulated CPU time: 2022.14 s
Current children cumulated vsize: 325692 KiB
Current children cumulated memory: 302116 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/181 19371
/proc/meminfo: memFree=31521852/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=325968 memory=302236 CPUtime=2082.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 247391 0 0 0 208193 21 0 0 20 0 1 0 49603102 333791232 75559 18446744073709551615 4194304 5748600 140728207984048 140728207981080 4947117 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81492 75559 762 380 0 74910 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 325968 KiB
Current children cumulated memory: 302236 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 19373
/proc/meminfo: memFree=31522096/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=325968 memory=302416 CPUtime=2142.14 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 247858 0 0 0 214193 21 0 0 20 0 1 0 49603102 333791232 75604 18446744073709551615 4194304 5748600 140728207984048 140728207981448 5144157 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81492 75604 762 380 0 74910 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 325968 KiB
Current children cumulated memory: 302416 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 19375
/proc/meminfo: memFree=31521976/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=325968 memory=302416 CPUtime=2202.15 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 248100 0 0 0 220193 22 0 0 20 0 1 0 49603102 333791232 75604 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4947496 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81492 75604 762 380 0 74910 0
Current children cumulated CPU time: 2202.15 s
Current children cumulated vsize: 325968 KiB
Current children cumulated memory: 302416 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 19377
/proc/meminfo: memFree=31521912/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=326108 memory=302660 CPUtime=2262.15 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 248474 0 0 0 226193 22 0 0 20 0 1 0 49603102 333934592 75665 18446744073709551615 4194304 5748600 140728207984048 140728207981080 5025680 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81527 75665 762 380 0 74945 0
Current children cumulated CPU time: 2262.15 s
Current children cumulated vsize: 326108 KiB
Current children cumulated memory: 302660 KiB

[startup+2322.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/181 19379
/proc/meminfo: memFree=31522144/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=326108 memory=302676 CPUtime=2322.15 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 248631 0 0 0 232193 22 0 0 20 0 1 0 49603102 333934592 75669 18446744073709551615 4194304 5748600 140728207984048 140728207981080 5025680 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81527 75669 762 380 0 74945 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 326108 KiB
Current children cumulated memory: 302676 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 19381
/proc/meminfo: memFree=31522212/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=326108 memory=302676 CPUtime=2382.15 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 248828 0 0 0 238193 22 0 0 20 0 1 0 49603102 333934592 75669 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4947293 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81527 75669 762 380 0 74945 0
Current children cumulated CPU time: 2382.15 s
Current children cumulated vsize: 326108 KiB
Current children cumulated memory: 302676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 19381
/proc/meminfo: memFree=31522464/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=326108 memory=302676 CPUtime=2400.05 cores=0,2,4,6
/proc/19118/stat : 19118 (cosoco) R 19115 19118 11586 0 -1 4202496 248956 0 0 0 239983 22 0 0 20 0 1 0 49603102 333934592 75669 18446744073709551615 4194304 5748600 140728207984048 140728207981448 4949936 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 7849824 7854664 39755776 140728207991241 140728207991336 140728207991336 140728207994830 0
/proc/19118/statm: 81527 75669 762 380 0 74945 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 326108 KiB
Current children cumulated memory: 302676 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2400.2 s]
# the end of solver process 19118 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.84 s, system=0.222998 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2400.2
CPU time (s): 2400.06
CPU user time (s): 2399.84
CPU system time (s): 0.222998
CPU usage (%): 99.994
Max. virtual memory (cumulated for all children) (KiB): 326108
Max. memory (cumulated for all children) (KiB): 302676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.84
system time used= 0.222998
maximum resident set size= 302748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249008
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= 89
involuntary context switches= 1719


# summary of solver processes directly reported to runsolver:
#   pid: 19118
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.84
#   total CPU system time (s): 0.222998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.02755 second user time and 16.5372 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 10:09:28
IDJOB=4267388
IDBENCH=135026
IDSOLVER=2657
FILE ID=node124/4267388-1502612624
RUNJOBID= node124-1502597167-15985
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-mini 1.12
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267388-1502612624/watcher-4267388-1502612624 -o /tmp/evaluation-result-4267388-1502612624/solver-4267388-1502612624 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502597167-15985 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267388-1502612624.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=340326879

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31824844 kB
MemAvailable:   32003164 kB
Buffers:          154712 kB
Cached:           314132 kB
SwapCached:            0 kB
Active:           361268 kB
Inactive:         160260 kB
Active(anon):       4304 kB
Inactive(anon):    73880 kB
Active(file):     356964 kB
Inactive(file):    86380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2540 kB
Writeback:             0 kB
AnonPages:         52916 kB
Mapped:            43680 kB
Shmem:             25320 kB
Slab:             127868 kB
SReclaimable:     101620 kB
SUnreclaim:        26248 kB
KernelStack:        3184 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 10:49:29