Trace number 4240419

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
R1: cosoco 1.1? (TO) 2400.08 2401

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-124.xml
MD5SUM0b191f89e8c533aa19cec6ff372cdf5f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.3578
Satisfiable
(Un)Satisfiability was proved
Number of variables248
Number of constraints132
Number of domains2
Minimum domain size124
Maximum domain size15376
Distribution of domain sizes[{"size":124,"count":124},{"size":15376,"count":124}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":124},{"degree":4,"count":123},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity124
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":124},{"arity":62,"count":6},{"arity":124,"count":1}]
Number of extensional constraints0
Number of intensional constraints125
Distribution of constraint types[{"type":"intension","count":125},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.19/0.23	c root propagations     : 7688        
0.19/0.23	c restarts enabled, print stats at every restarts
0.19/0.23	c
0.19/0.23	c
0.19/0.23	c
0.19/0.23	c This is cosoco 1.0 --  
0.19/0.23	c
0.19/0.23	c ========================================[ Problem Statistics ]===========================================
0.19/0.23	c |                                                                                                       
0.19/0.23	c |  Parse time        :         0.20 s 
0.19/0.23	c |
0.19/0.23	c |               Variables: 248
0.19/0.23	c |            Domain Sizes: 124..15376
0.19/0.23	c |
0.19/0.23	c |             Constraints: 252
0.19/0.23	c |                   Arity: 1..124  -- Unary: 1  -- Binary: 246
0.19/0.23	c | 
0.19/0.23	c |                   Types: 
0.19/0.23	c |                          (X - Y < k): 122
0.19/0.23	c |                          All Different: 1
0.19/0.23	c |                          Intension: 125
0.19/0.23	c |                          Sum: 4
0.19/0.23	c |                          
0.19/0.23	c =========================================================================================================
0.19/0.23	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.79/0.89	c 101            225            16815          11964          124            0              125   125   123
1.49/1.53	c 211            335            17255          12294          125            0              1   1   0      
2.19/2.24	c 332            456            17739          12657          125            0              1   1   0      
2.98/3.01	c 465            589            18271          13056          125            0              1   1   0      
3.78/3.86	c 611            735            18855          13494          125            0              1   1   0      
4.68/4.78	c 771            895            19495          13974          125            0              1   1   0      
5.78/5.81	c 947            1071           20199          14502          125            0              1   1   0      
6.89/6.93	c 1140           1264           20971          15081          125            0              1   1   0      
8.09/8.16	c 1352           1476           21819          15717          125            0              1   1   0      
9.49/9.51	c 1585           1709           22751          16416          125            0              1   1   0      
10.89/10.99	c 1841           1965           23775          17184          125            0              1   1   0      
12.59/12.61	c 2122           2246           24899          18027          125            0              1   1   0      
14.39/14.40	c 2431           2555           26135          18954          125            0              1   1   0      
16.28/16.36	c 2770           2894           27491          19971          125            0              1   1   0      
18.48/18.51	c 3142           3266           28979          21087          125            0              1   1   0      
20.78/20.87	c 3551           3675           30615          22314          125            0              1   1   0      
23.38/23.45	c 4000           4124           32411          23661          125            0              1   1   0      
26.28/26.30	c 4493           4617           35366          48038          125            0              1   1   0      
29.37/29.42	c 5035           5159           38522          72554          125            0              1   1   0      
32.77/32.85	c 5631           5755           41894          97118          125            0              1   1   0      
36.57/36.61	c 6286           6410           45502          121627         125            0              1   1   0      
40.67/40.75	c 7006           7130           49617          151611         125            0              1   1   0      
45.26/45.31	c 7798           7922           53773          175873         125            0              1   1   0      
50.26/50.35	c 8669           8793           58492          205266         125            0              1   1   0      
55.35/55.44	c 9627           9885           63651          215838         125            0              1   135   121  
61.26/61.36	c 10680          11072          69433          314882         126            0              1   135   83   
67.75/67.81	c 11838          12366          75635          400661         127            0              1   137   79   
74.85/74.91	c 13111          13775          82282          473203         128            0              1   137   75   
82.64/82.72	c 14511          15313          89426          532546         129            0              1   139   72   
91.24/91.31	c 16051          16991          97126          578727         130            0              1   139   69   
100.64/100.77	c 17745          18825          105435         611790         131            0              1   141   66   
110.93/111.04	c 19608          20828          114217         631810         132            0              1   141   64   
122.53/122.63	c 21657          23005          125753         669798         133            0              1   129   41   
135.02/135.18	c 23910          25385          136069         690975         133            0              127   128   127
148.12/148.21	c 26388          27999          148848         715959         133            0              3   137   130  
162.61/162.79	c 29113          30857          164063         760354         133            0              23   134   128 
179.21/179.40	c 32110          33982          180734         807603         133            0              29   129   127 
197.80/197.99	c 35406          37404          195220         831908         133            0              127   127   126
215.89/216.00	c 39031          41171          212599         860339         133            0              3   143   133  
238.08/238.20	c 43018          45288          234177         931566         134            0              1   131   68   
262.47/262.61	c 47403          49800          256947         993485         134            0              15   128   126 
289.46/289.67	c 52226          54751          277546         1032371        134            0              127   129   127
316.55/316.74	c 57531          60197          303669         1090457        134            0              2   142   132  
347.34/347.54	c 63366          66169          329454         1143633        135            0              1   138   130  
382.13/382.35	c 69784          72722          358648         1203374        135            0              10   136   129 
420.91/421.17	c 76843          79911          391038         1270063        135            0              13   131   128 
463.90/464.18	c 84607          87803          427327         1352118        135            0              15   129   127 
510.88/511.19	c 93147          96485          462823         1412167        135            0              127   143   128
560.46/560.76	c 102541         106017         506757         1523158        136            0              1   139   99   
614.84/615.17	c 112874         116486         552004         1606434        136            0              10   137   130 
676.02/676.39	c 124240         127985         601629         1696045        136            0              12   134   129 
744.29/744.68	c 136742         140617         656983         1792568        136            0              13   131   128 
819.87/820.26	c 150494         154498         719618         1917515        136            0              13   130   127 
888.64/889.01	c 165621         169770         785765         2045183        136            0              3   146   138  
975.51/975.96	c 182260         186547         861151         2240001        137            0              1   139   106  
1071.87/1072.36	c 200562         204986         938347         2368641        137            0              12   138   130 
1178.63/1179.16	c 220694         225251         1024258        2505254        137            0              12   134   130 
1296.49/1297.09	c 242839         247538         1118210        2650714        137            0              13   143   130 
1410.54/1411.18	c 267198         272044         1218934        2798136        138            0              1   148   137  
1547.79/1548.41	c 293992         298978         1333953        3007928        139            0              1   141   112  
1695.03/1695.78	c 323465         328598         1457022        3191299        139            0              11   148   133 
1859.18/1859.94	c 355885         361161         1598527        3495345        140            0              1   144   114  
2027.02/2027.83	c 391547         396973         1746101        3714104        140            0              10   151   136 
2224.14/2225.09	c 430775         436344         1911546        3976156        141            0              1   144   114  

Verifier Data

One s line expected

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-4240419-1500626407/watcher-4240419-1500626407 -o /tmp/evaluation-result-4240419-1500626407/solver-4240419-1500626407 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500623778-3188 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4240419-1500626407.xml 

pid=4666
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.05 1.91 3/188 4669
/proc/meminfo: memFree=31209644/32770624 swapFree=7224/441700
[pid=4669] ppid=4666 vsize=30004 CPUtime=0 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 1702 0 0 0 0 0 0 0 20 0 1 0 15917085 30724096 1493 33554432000 4194304 5970956 140735547825328 140735547823128 5125549 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 7501 1493 702 434 0 865 0

[startup+0.100118 s]
/proc/loadavg: 2.11 2.05 1.91 3/188 4669
/proc/meminfo: memFree=31209644/32770624 swapFree=7224/441700
[pid=4669] ppid=4666 vsize=51588 CPUtime=0.09 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 7204 0 0 0 9 0 0 0 20 0 1 0 15917085 52826112 6988 33554432000 4194304 5970956 140735547825328 140735547818920 139812849163803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 12897 6988 792 434 0 6261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51588

[startup+0.200309 s]
/proc/loadavg: 2.11 2.05 1.91 3/188 4669
/proc/meminfo: memFree=31209644/32770624 swapFree=7224/441700
[pid=4669] ppid=4666 vsize=69660 CPUtime=0.19 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 11692 0 0 0 18 1 0 0 20 0 1 0 15917085 71331840 11488 33554432000 4194304 5970956 140735547825328 140735547818920 139812849164012 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 17415 11488 792 434 0 10779 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69660

[startup+0.300246 s]
/proc/loadavg: 2.11 2.05 1.91 3/188 4669
/proc/meminfo: memFree=31209644/32770624 swapFree=7224/441700
[pid=4669] ppid=4666 vsize=73348 CPUtime=0.29 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 12661 0 0 0 28 1 0 0 20 0 1 0 15917085 75108352 12478 33554432000 4194304 5970956 140735547825328 140735547822312 4974138 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12478 822 434 0 11701 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73348

[startup+0.700157 s]
/proc/loadavg: 2.11 2.05 1.91 3/188 4669
/proc/meminfo: memFree=31209644/32770624 swapFree=7224/441700
[pid=4669] ppid=4666 vsize=73348 CPUtime=0.69 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 12663 0 0 0 68 1 0 0 20 0 1 0 15917085 75108352 12478 33554432000 4194304 5970956 140735547825328 140735547822312 5039162 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12478 822 434 0 11701 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73348

[startup+1.50015 s]
/proc/loadavg: 2.10 2.05 1.91 3/189 4670
/proc/meminfo: memFree=31163344/32770624 swapFree=7224/441680
[pid=4669] ppid=4666 vsize=73348 CPUtime=1.49 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 12664 0 0 0 148 1 0 0 20 0 1 0 15917085 75108352 12478 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12478 822 434 0 11701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73348

[startup+3.10017 s]
/proc/loadavg: 2.10 2.05 1.91 3/189 4670
/proc/meminfo: memFree=31162972/32770624 swapFree=7224/441680
[pid=4669] ppid=4666 vsize=73348 CPUtime=3.08 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 13701 0 0 0 307 1 0 0 20 0 1 0 15917085 75108352 12504 33554432000 4194304 5970956 140735547825328 140735547822664 5039186 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12504 838 434 0 11701 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 73348

[startup+6.30017 s]
/proc/loadavg: 2.10 2.05 1.91 3/189 4670
/proc/meminfo: memFree=31163096/32770624 swapFree=7224/441680
[pid=4669] ppid=4666 vsize=73348 CPUtime=6.29 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 14742 0 0 0 627 2 0 0 20 0 1 0 15917085 75108352 12504 33554432000 4194304 5970956 140735547825328 140735547822664 5039186 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12504 838 434 0 11701 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73348

[startup+12.7002 s]
/proc/loadavg: 2.09 2.05 1.92 3/189 4670
/proc/meminfo: memFree=31161516/32770624 swapFree=7224/441684
[pid=4669] ppid=4666 vsize=73348 CPUtime=12.69 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 15789 0 0 0 1267 2 0 0 20 0 1 0 15917085 75108352 12504 33554432000 4194304 5970956 140735547825328 140735547822664 5039186 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12504 838 434 0 11701 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73348

[startup+25.5002 s]
/proc/loadavg: 2.07 2.05 1.92 3/189 4670
/proc/meminfo: memFree=31161916/32770624 swapFree=7224/441708
[pid=4669] ppid=4666 vsize=73348 CPUtime=25.48 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 17030 0 0 0 2546 2 0 0 20 0 1 0 15917085 75108352 12504 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12504 838 434 0 11701 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 73348

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 1.92 5/202 4952
/proc/meminfo: memFree=31484356/32770624 swapFree=7224/441808
[pid=4669] ppid=4666 vsize=73348 CPUtime=51.05 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 17410 0 0 0 5103 2 0 0 20 0 1 0 15917085 75108352 12504 33554432000 4194304 5970956 140735547825328 140735547822664 5039204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12504 838 434 0 11701 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 73348

[startup+102.3 s]
/proc/loadavg: 2.23 2.10 1.95 3/188 5660
/proc/meminfo: memFree=31492912/32770624 swapFree=7224/442760
[pid=4669] ppid=4666 vsize=73348 CPUtime=102.24 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 17846 0 0 0 10219 5 0 0 20 0 1 0 15917085 75108352 12507 33554432000 4194304 5970956 140735547825328 140735547822664 5039178 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12507 838 434 0 11701 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 73348

[startup+162.3 s]
/proc/loadavg: 2.08 2.08 1.95 3/188 5721
/proc/meminfo: memFree=31498160/32770624 swapFree=7224/442836
[pid=4669] ppid=4666 vsize=73348 CPUtime=162.21 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 18251 0 0 0 16216 5 0 0 20 0 1 0 15917085 75108352 12516 33554432000 4194304 5970956 140735547825328 140735547822664 5039193 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12516 838 434 0 11701 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 73348

[startup+222.306 s]
/proc/loadavg: 2.10 2.09 1.96 3/188 5722
/proc/meminfo: memFree=31498424/32770624 swapFree=7224/442904
[pid=4669] ppid=4666 vsize=73348 CPUtime=222.19 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 18663 0 0 0 22214 5 0 0 20 0 1 0 15917085 75108352 12517 33554432000 4194304 5970956 140735547825328 140735547822664 5039178 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12517 838 434 0 11701 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 73348

[startup+282.3 s]
/proc/loadavg: 2.04 2.08 1.96 3/188 5723
/proc/meminfo: memFree=31498052/32770624 swapFree=7224/442948
[pid=4669] ppid=4666 vsize=73348 CPUtime=282.17 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 19066 0 0 0 28212 5 0 0 20 0 1 0 15917085 75108352 12520 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12520 838 434 0 11701 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 73348

[startup+342.3 s]
/proc/loadavg: 2.01 2.06 1.96 3/187 5724
/proc/meminfo: memFree=31498320/32770624 swapFree=7224/442996
[pid=4669] ppid=4666 vsize=73348 CPUtime=342.14 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 19487 0 0 0 34209 5 0 0 20 0 1 0 15917085 75108352 12522 33554432000 4194304 5970956 140735547825328 140735547822664 5039190 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12522 838 434 0 11701 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 73348

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 1.96 3/187 5725
/proc/meminfo: memFree=31497568/32770624 swapFree=7224/443024
[pid=4669] ppid=4666 vsize=73348 CPUtime=402.12 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 19902 0 0 0 40207 5 0 0 20 0 1 0 15917085 75108352 12525 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18337 12525 838 434 0 11701 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 73348

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 1.96 3/187 5726
/proc/meminfo: memFree=31497576/32770624 swapFree=7224/443060
[pid=4669] ppid=4666 vsize=73480 CPUtime=462.1 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 20314 0 0 0 46205 5 0 0 20 0 1 0 15917085 75243520 12527 33554432000 4194304 5970956 140735547825328 140735547822696 5039152 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18370 12527 838 434 0 11734 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 73480

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 1.96 3/187 5727
/proc/meminfo: memFree=31497824/32770624 swapFree=7224/443100
[pid=4669] ppid=4666 vsize=73480 CPUtime=522.07 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 20700 0 0 0 52202 5 0 0 20 0 1 0 15917085 75243520 12530 33554432000 4194304 5970956 140735547825328 140735547822664 5039193 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18370 12530 838 434 0 11734 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 73480

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/187 5728
/proc/meminfo: memFree=31497824/32770624 swapFree=7224/443132
[pid=4669] ppid=4666 vsize=73480 CPUtime=582.05 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 21157 0 0 0 58200 5 0 0 20 0 1 0 15917085 75243520 12531 33554432000 4194304 5970956 140735547825328 140735547822664 5039152 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18370 12531 838 434 0 11734 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 73480


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


[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/188 5783
/proc/meminfo: memFree=31497480/32770624 swapFree=7224/443676
[pid=4669] ppid=4666 vsize=73768 CPUtime=1481.71 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 26620 0 0 0 148165 6 0 0 20 0 1 0 15917085 75538432 12607 33554432000 4194304 5970956 140735547825328 140735547822664 5039162 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12607 838 434 0 11806 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 73768

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 5784
/proc/meminfo: memFree=31497124/32770624 swapFree=7224/443712
[pid=4669] ppid=4666 vsize=73768 CPUtime=1541.7 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 26850 0 0 0 154164 6 0 0 20 0 1 0 15917085 75538432 12609 33554432000 4194304 5970956 140735547825328 140735547822664 5039204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12609 838 434 0 11806 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 73768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5785
/proc/meminfo: memFree=31497240/32770624 swapFree=7224/443744
[pid=4669] ppid=4666 vsize=73768 CPUtime=1601.67 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 27251 0 0 0 160161 6 0 0 20 0 1 0 15917085 75538432 12612 33554432000 4194304 5970956 140735547825328 140735547822664 5039162 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12612 838 434 0 11806 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 73768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5786
/proc/meminfo: memFree=31496868/32770624 swapFree=7224/443776
[pid=4669] ppid=4666 vsize=73768 CPUtime=1661.65 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 27466 0 0 0 166159 6 0 0 20 0 1 0 15917085 75538432 12612 33554432000 4194304 5970956 140735547825328 140735547822664 5039193 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12612 838 434 0 11806 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 73768

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/187 5787
/proc/meminfo: memFree=31497380/32770624 swapFree=7224/443816
[pid=4669] ppid=4666 vsize=73768 CPUtime=1721.62 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 27903 0 0 0 172156 6 0 0 20 0 1 0 15917085 75538432 12617 33554432000 4194304 5970956 140735547825328 140735547822664 5039186 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12617 838 434 0 11806 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 73768

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 5788
/proc/meminfo: memFree=31497256/32770624 swapFree=7224/443852
[pid=4669] ppid=4666 vsize=73768 CPUtime=1781.6 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 28115 0 0 0 178154 6 0 0 20 0 1 0 15917085 75538432 12617 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12617 838 434 0 11806 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 73768

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 5796
/proc/meminfo: memFree=31496820/32770624 swapFree=7224/443888
[pid=4669] ppid=4666 vsize=73768 CPUtime=1841.59 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 28353 0 0 0 184152 7 0 0 20 0 1 0 15917085 75538432 12617 33554432000 4194304 5970956 140735547825328 140735547822664 5039204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12617 838 434 0 11806 0
Current children cumulated CPU time (s) 1841.59
Current children cumulated vsize (KiB) 73768

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5797
/proc/meminfo: memFree=31496696/32770624 swapFree=7224/443920
[pid=4669] ppid=4666 vsize=73768 CPUtime=1901.56 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 28839 0 0 0 190149 7 0 0 20 0 1 0 15917085 75538432 12623 33554432000 4194304 5970956 140735547825328 140735547822664 5039204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12623 838 434 0 11806 0
Current children cumulated CPU time (s) 1901.56
Current children cumulated vsize (KiB) 73768

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5798
/proc/meminfo: memFree=31496932/32770624 swapFree=7224/443956
[pid=4669] ppid=4666 vsize=73768 CPUtime=1961.54 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 29028 0 0 0 196147 7 0 0 20 0 1 0 15917085 75538432 12623 33554432000 4194304 5970956 140735547825328 140735547822664 5039204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12623 838 434 0 11806 0
Current children cumulated CPU time (s) 1961.54
Current children cumulated vsize (KiB) 73768

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5799
/proc/meminfo: memFree=31496652/32770624 swapFree=7224/443992
[pid=4669] ppid=4666 vsize=73768 CPUtime=2021.52 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 29305 0 0 0 202145 7 0 0 20 0 1 0 15917085 75538432 12623 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12623 838 434 0 11806 0
Current children cumulated CPU time (s) 2021.52
Current children cumulated vsize (KiB) 73768

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5800
/proc/meminfo: memFree=31496764/32770624 swapFree=7224/444028
[pid=4669] ppid=4666 vsize=73768 CPUtime=2081.5 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 29898 0 0 0 208143 7 0 0 20 0 1 0 15917085 75538432 12629 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12629 838 434 0 11806 0
Current children cumulated CPU time (s) 2081.5
Current children cumulated vsize (KiB) 73768

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 5801
/proc/meminfo: memFree=31496904/32770624 swapFree=7224/444060
[pid=4669] ppid=4666 vsize=73768 CPUtime=2141.47 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 30096 0 0 0 214140 7 0 0 20 0 1 0 15917085 75538432 12629 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12629 838 434 0 11806 0
Current children cumulated CPU time (s) 2141.47
Current children cumulated vsize (KiB) 73768

[startup+2202.31 s]
/proc/loadavg: 2.09 2.04 2.00 3/187 5802
/proc/meminfo: memFree=31497152/32770624 swapFree=7224/444088
[pid=4669] ppid=4666 vsize=73768 CPUtime=2201.46 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 30348 0 0 0 220139 7 0 0 20 0 1 0 15917085 75538432 12629 33554432000 4194304 5970956 140735547825328 140735547822664 5311659 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18442 12629 838 434 0 11806 0
Current children cumulated CPU time (s) 2201.46
Current children cumulated vsize (KiB) 73768

[startup+2262.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/187 5803
/proc/meminfo: memFree=31496948/32770624 swapFree=7224/444124
[pid=4669] ppid=4666 vsize=73908 CPUtime=2261.43 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 30840 0 0 0 226136 7 0 0 20 0 1 0 15917085 75681792 12636 33554432000 4194304 5970956 140735547825328 140735547822664 5336088 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18477 12636 838 434 0 11841 0
Current children cumulated CPU time (s) 2261.43
Current children cumulated vsize (KiB) 73908

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/187 5804
/proc/meminfo: memFree=31497072/32770624 swapFree=7224/444160
[pid=4669] ppid=4666 vsize=73908 CPUtime=2321.4 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 31025 0 0 0 232133 7 0 0 20 0 1 0 15917085 75681792 12636 33554432000 4194304 5970956 140735547825328 140735547822664 5039190 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18477 12636 838 434 0 11841 0
Current children cumulated CPU time (s) 2321.4
Current children cumulated vsize (KiB) 73908

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/187 5805
/proc/meminfo: memFree=31497072/32770624 swapFree=7224/444192
[pid=4669] ppid=4666 vsize=73908 CPUtime=2381.38 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 31276 0 0 0 238131 7 0 0 20 0 1 0 15917085 75681792 12636 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18477 12636 838 434 0 11841 0
Current children cumulated CPU time (s) 2381.38
Current children cumulated vsize (KiB) 73908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401 s]
/proc/loadavg: 2.00 2.02 2.00 3/187 5813
/proc/meminfo: memFree=31495988/32770624 swapFree=7224/444220
[pid=4669] ppid=4666 vsize=73908 CPUtime=2400.07 cores=0,2,4,6
/proc/4669/stat : 4669 (cosoco) R 4666 4669 3157 0 -1 4202496 31483 0 0 0 240000 7 0 0 20 0 1 0 15917085 75681792 12636 33554432000 4194304 5970956 140735547825328 140735547822664 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 17887232 140735547831489 140735547831619 140735547831619 140735547834318 0
/proc/4669/statm: 18477 12636 838 434 0 11841 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 73908

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

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

Child status: 1
Real time (s): 2401
CPU time (s): 2400.08
CPU user time (s): 2400.01
CPU system time (s): 0.075971
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 73908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.075971
maximum resident set size= 50588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31513
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= 7
involuntary context switches= 122546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.25532 second user time and 8.45448 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-21 10:40:07
IDJOB=4240419
IDBENCH=122903
IDSOLVER=2620
FILE ID=node126/4240419-1500626407
RUNJOBID= node126-1500623778-3188
PBS_JOBID= 20623007
Free space on /tmp= 61916 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-124.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240419-1500626407/watcher-4240419-1500626407 -o /tmp/evaluation-result-4240419-1500626407/solver-4240419-1500626407 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500623778-3188 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4240419-1500626407.xml

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

MD5SUM BENCH= 0b191f89e8c533aa19cec6ff372cdf5f
RANDOM SEED=1398630821

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

/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		: 1600.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	: 5334.03
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		: 1600.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	: 5334.03
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		: 1600.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		: 1600.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	: 5334.03
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		: 1600.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		: 1600.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	: 5334.03
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		: 1600.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:        31210428 kB
MemAvailable:   31748020 kB
Buffers:          156104 kB
Cached:           660764 kB
SwapCached:            0 kB
Active:           685104 kB
Inactive:         450548 kB
Active(anon):     321472 kB
Inactive(anon):     8848 kB
Active(file):     363632 kB
Inactive(file):   441700 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:        325896 kB
Mapped:            34152 kB
Shmem:              8848 kB
Slab:             121388 kB
SReclaimable:      96188 kB
SUnreclaim:        25200 kB
KernelStack:        3360 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     594424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-07-21 11:20:08