Trace number 4389418

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 2? (TO) 2519.99 2520.01

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
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 benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"count":8}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

3.59/3.60	c root propagations     : 319256      
3.59/3.60	c restarts enabled, print stats at every restarts
3.59/3.60	c
3.59/3.60	c
3.59/3.60	c
3.59/3.60	c This is cosoco 2.00 --  
3.59/3.60	c
3.59/3.60	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389418-1568358028.xml 
3.59/3.60	c ========================================[ Problem Statistics ]===========================================
3.59/3.60	c |                                                                                                       
3.59/3.60	c |  Parse time        :         3.49 s 
3.59/3.60	c |
3.59/3.60	c |               Variables: 450
3.59/3.60	c |            Domain Sizes: 1184..1282
3.59/3.60	c |
3.59/3.60	c |             Constraints: 5580
3.59/3.60	c |                   Arity: 2..2  -- Binary: 5580
3.59/3.60	c | 
3.59/3.60	c |                   Types: 
3.59/3.60	c |                          (X != Y): 225
3.59/3.60	c |                          (X -Y <= k): 630
3.59/3.60	c |                          Intension: 4725
3.59/3.60	c |                          
3.59/3.60	c =========================================================================================================
3.59/3.60	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
8.39/8.45	c 101            175            98377          889956         450            0              10   73   62   
27.48/27.54	c 211            468            542719         2597517        450            0              1   38   16    
45.38/45.49	c 332            823            918921         3220918        450            0              1   33   9     
71.48/71.50	c 465            1171           1441251        4011121        450            0              1   43   25    
89.26/89.34	c 611            1400           1766183        5338904        450            0              1   67   55    
104.08/104.16	c 771            1836           2039610        5989751        450            0              3   55   28    
138.76/138.88	c 947            2132           2488197        8854910        450            0              1   68   51    
155.46/155.57	c 1140           2418           2766734        10233721       450            0              2   43   40    
172.86/172.97	c 1352           2841           3123813        11123324       450            0              1   90   66    
187.65/187.76	c 1585           3253           3367051        12045575       450            0              6   45   42    
210.07/210.12	c 1841           3661           3702122        13662631       450            0              2   79   62    
231.15/231.20	c 2122           4106           3999294        15255053       450            0              18   95   88   
264.96/265.06	c 2431           4597           4493353        17129869       450            0              1   86   70    
305.35/305.44	c 2770           4978           4818949        19864736       450            0              2   24   23    
361.76/361.82	c 3142           5485           5294334        24400649       450            0              1   32   28    
406.15/406.23	c 3551           6100           5952931        27422695       450            0              5   76   69    
413.65/413.78	c 4000           6657           6101916        28260023       450            0              4   87   85    
475.96/476.03	c 4493           7215           6831605        32261199       450            0              18   49   48   
590.75/590.81	c 5035           7915           8180377        38476055       450            0              9   72   68    
622.65/622.71	c 5631           8775           8875196        42072861       450            0              1   48   46    
820.06/820.19	c 6286           9512           11539006       59179173       450            0              2   39   37    
876.36/876.44	c 7006           10994          12517986       61475808       450            0              3   96   55    
1048.85/1049.00	c 7798           11924          15111516       76464176       450            0              1   51   46    
1127.75/1127.80	c 8669           13123          16193112       82891644       450            0              3   82   77    
1149.85/1150.00	c 9627           14305          16624853       84216001       450            0              11   66   63   
1271.75/1271.82	c 10680          15603          18153956       90589635       450            0              3   88   79    
1438.36/1438.41	c 11838          17204          20669403       104747913      450            0              1   52   46    
1575.56/1575.61	c 13111          18841          22486741       110890432      450            0              3   60   54    
1879.76/1879.87	c 14511          20493          26497502       133093100      450            0              8   51   49    
2273.76/2273.81	c 16051          22702          31294472       154927464      450            0              5   40   29    
2359.07/2359.14	c 17745          26544          33387654       158619084      450            0              6   39   36    
2519.97/2520.00	
2519.97/2520.00	c *** INTERRUPTED ***
2519.97/2520.00	c restarts              : 31          
2519.97/2520.00	c conflicts             : 19251        (8 /sec)
2519.97/2520.00	c decisions             : 28120        (11 /sec)
2519.97/2520.00	c propagations          : 171928694   (68234 /sec)
2519.97/2520.00	c root propagations     : 319256      
2519.97/2520.00	c filter calls          : 34231483       (13586 /sec)
2519.97/2520.00	c useless filter calls  : 31158241       (91 %)
2519.97/2520.00	c Memory used           : 446.34 MB
2519.97/2520.00	c CPU time              : 2519.68 s
2519.97/2520.00	c real time             : 2520 s
2519.97/2520.00	
2519.97/2520.00	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 (13875 MiB free)
  memory of node 1: 16384 MiB (13735 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389418-1568358028/watcher-4389418-1568358028 -o /tmp/evaluation-result-4389418-1568358028/solver-4389418-1568358028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568329019-3496 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389418-1568358028.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=10275, runsolver pid=10272
Current StackSize limit: 8192 KiB


[startup+0.100299 s]*
/proc/loadavg: 2.00 2.00 2.04 3/199 10276
/proc/meminfo: memFree=28268464/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=32560 memory=8648 CPUtime=0.09 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 2370 0 0 0 9 0 0 0 20 0 1 0 412071676 33341440 2162 33554432000 4194304 6210612 140731883583232 140731883578088 5815972 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 8140 2162 796 493 0 1445 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 32560 KiB
Current children cumulated memory: 8648 KiB

[startup+0.209602 s]*
/proc/loadavg: 2.00 2.00 2.04 3/199 10276
/proc/meminfo: memFree=28267824/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=33400 memory=9576 CPUtime=0.2 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 2576 0 0 0 20 0 0 0 20 0 1 0 412071676 34201600 2394 33554432000 4194304 6210612 140731883583232 140731883578088 5070781 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 8350 2394 808 493 0 1655 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9576 KiB

[startup+0.308939 s]*
/proc/loadavg: 2.00 2.00 2.04 3/199 10276
/proc/meminfo: memFree=28259268/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=42568 memory=18620 CPUtime=0.3 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 4859 0 0 0 30 0 0 0 20 0 1 0 412071676 43589632 4655 33554432000 4194304 6210612 140731883583232 140731883578088 5070781 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 10642 4655 815 493 0 3947 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42568 KiB
Current children cumulated memory: 18620 KiB

[startup+0.700338 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 10276
/proc/meminfo: memFree=28240668/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=77580 memory=53736 CPUtime=0.69 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 13606 0 0 0 68 1 0 0 20 0 1 0 412071676 79441920 13434 33554432000 4194304 6210612 140731883583232 140731883578088 140052809219045 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 19395 13434 815 493 0 12700 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 77580 KiB
Current children cumulated memory: 53736 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.04 3/199 10276
/proc/meminfo: memFree=28195476/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=151064 memory=127216 CPUtime=1.48 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 31990 0 0 0 144 4 0 0 20 0 1 0 412071676 154689536 31804 33554432000 4194304 6210612 140731883583232 140731883578008 140052809219045 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 37766 31804 815 493 0 31071 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 151064 KiB
Current children cumulated memory: 127216 KiB

[startup+3.10958 s]
/proc/loadavg: 1.92 1.98 2.03 3/199 10276
/proc/meminfo: memFree=28012452/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=298372 memory=274544 CPUtime=3.09 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 69295 0 0 0 302 7 0 0 20 0 1 0 412071676 305532928 68636 33554432000 4194304 6210612 140731883583232 140731883573208 5070781 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 74593 68636 815 493 0 67898 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 298372 KiB
Current children cumulated memory: 274544 KiB

[startup+6.3003 s]
/proc/loadavg: 1.92 1.98 2.03 3/200 10278
/proc/meminfo: memFree=27950740/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=349848 memory=326328 CPUtime=6.28 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 112603 0 0 0 618 10 0 0 20 0 1 0 412071676 358244352 81582 33554432000 4194304 6210612 140731883583232 140731883580888 5440645 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 87462 81582 857 493 0 80767 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 349848 KiB
Current children cumulated memory: 326328 KiB

[startup+12.7004 s]
/proc/loadavg: 1.92 1.98 2.03 3/199 10278
/proc/meminfo: memFree=27945540/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=354996 memory=331600 CPUtime=12.68 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 139066 0 0 0 1257 11 0 0 20 0 1 0 412071676 363515904 82900 33554432000 4194304 6210612 140731883583232 140731883580888 5442812 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 88749 82900 860 493 0 82054 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 354996 KiB
Current children cumulated memory: 331600 KiB

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 2.03 3/200 10286
/proc/meminfo: memFree=27938228/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=361332 memory=337896 CPUtime=25.49 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 171638 0 0 0 2535 14 0 0 20 0 1 0 412071676 370003968 84474 33554432000 4194304 6210612 140731883583232 140731883580888 5452074 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 90333 84474 860 493 0 83638 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 361332 KiB
Current children cumulated memory: 337896 KiB

[startup+51.1097 s]
/proc/loadavg: 1.96 1.99 2.03 3/200 10289
/proc/meminfo: memFree=27932804/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=366480 memory=343084 CPUtime=51.09 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 202649 0 0 0 5094 15 0 0 20 0 1 0 412071676 375275520 85771 33554432000 4194304 6210612 140731883583232 140731883581192 5446066 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 91620 85771 860 493 0 84925 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 366480 KiB
Current children cumulated memory: 343084 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/202 10317
/proc/meminfo: memFree=27912128/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=386148 memory=362768 CPUtime=102.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 269719 0 0 0 10207 19 0 0 20 0 1 0 412071676 395415552 90692 33554432000 4194304 6210612 140731883583232 140731883580888 5452066 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 96537 90692 860 493 0 89842 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 386148 KiB
Current children cumulated memory: 362768 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/202 10321
/proc/meminfo: memFree=27882304/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=407400 memory=384040 CPUtime=162.27 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 322750 0 0 0 16204 23 0 0 20 0 1 0 412071676 417177600 96010 33554432000 4194304 6210612 140731883583232 140731883580888 5446070 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 101850 96010 860 493 0 95155 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 407400 KiB
Current children cumulated memory: 384040 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/202 10325
/proc/meminfo: memFree=27858716/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=429200 memory=405828 CPUtime=222.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 373401 0 0 0 22201 25 0 0 20 0 1 0 412071676 439500800 101457 33554432000 4194304 6210612 140731883583232 140731883580888 140052810143312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 107300 101457 860 493 0 100605 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 429200 KiB
Current children cumulated memory: 405828 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/202 10331
/proc/meminfo: memFree=27849340/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=436988 memory=413616 CPUtime=282.25 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 393342 0 0 0 28199 26 0 0 20 0 1 0 412071676 447475712 103404 33554432000 4194304 6210612 140731883583232 140731883580888 5442901 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 109247 103404 860 493 0 102552 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 436988 KiB
Current children cumulated memory: 413616 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/201 10335
/proc/meminfo: memFree=27845588/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=439892 memory=416524 CPUtime=342.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 395880 0 0 0 34199 27 0 0 20 0 1 0 412071676 450449408 104131 33554432000 4194304 6210612 140731883583232 140731883580888 5451335 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 109973 104131 860 493 0 103278 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 439892 KiB
Current children cumulated memory: 416524 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10339
/proc/meminfo: memFree=27843192/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=440948 memory=417536 CPUtime=402.25 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 396657 0 0 0 40198 27 0 0 20 0 1 0 412071676 451530752 104384 33554432000 4194304 6210612 140731883583232 140731883580888 5455490 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 110237 104384 860 493 0 103542 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 440948 KiB
Current children cumulated memory: 417536 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10406
/proc/meminfo: memFree=27969732/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=444644 memory=421148 CPUtime=462.25 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 398585 0 0 0 46198 27 0 0 20 0 1 0 412071676 455315456 105287 33554432000 4194304 6210612 140731883583232 140731883580888 4982272 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 111161 105287 860 493 0 104466 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 444644 KiB
Current children cumulated memory: 421148 KiB


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

/proc/10275/statm: 113603 107748 860 493 0 106908 0
Current children cumulated CPU time: 1722.26 s
Current children cumulated vsize: 454412 KiB
Current children cumulated memory: 430992 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10526
/proc/meminfo: memFree=27957292/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=454412 memory=431044 CPUtime=1782.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 411513 0 0 0 178197 29 0 0 20 0 1 0 412071676 465317888 107761 33554432000 4194304 6210612 140731883583232 140731883580888 5442943 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 113603 107761 860 493 0 106908 0
Current children cumulated CPU time: 1782.26 s
Current children cumulated vsize: 454412 KiB
Current children cumulated memory: 431044 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 10538
/proc/meminfo: memFree=27957852/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=454412 memory=431044 CPUtime=1842.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 411997 0 0 0 184197 29 0 0 20 0 1 0 412071676 465317888 107761 33554432000 4194304 6210612 140731883583232 140731883580888 5451274 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 113603 107761 860 493 0 106908 0
Current children cumulated CPU time: 1842.26 s
Current children cumulated vsize: 454412 KiB
Current children cumulated memory: 431044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 10544
/proc/meminfo: memFree=27957124/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=454544 memory=431160 CPUtime=1902.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 412492 0 0 0 190197 29 0 0 20 0 1 0 412071676 465453056 107790 33554432000 4194304 6210612 140731883583232 140731883580888 5476703 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 113636 107790 860 493 0 106941 0
Current children cumulated CPU time: 1902.26 s
Current children cumulated vsize: 454544 KiB
Current children cumulated memory: 431160 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 10548
/proc/meminfo: memFree=27955444/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=455336 memory=431984 CPUtime=1962.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 413208 0 0 0 196197 29 0 0 20 0 1 0 412071676 466264064 107996 33554432000 4194304 6210612 140731883583232 140731883580888 5452074 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 113834 107996 860 493 0 107139 0
Current children cumulated CPU time: 1962.26 s
Current children cumulated vsize: 455336 KiB
Current children cumulated memory: 431984 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 10552
/proc/meminfo: memFree=27955636/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=455600 memory=432088 CPUtime=2022.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 413758 0 0 0 202197 29 0 0 20 0 1 0 412071676 466534400 108022 33554432000 4194304 6210612 140731883583232 140731883580888 5068590 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 113900 108022 860 493 0 107205 0
Current children cumulated CPU time: 2022.26 s
Current children cumulated vsize: 455600 KiB
Current children cumulated memory: 432088 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 10558
/proc/meminfo: memFree=27955200/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=456128 memory=432640 CPUtime=2082.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 414485 0 0 0 208197 29 0 0 20 0 1 0 412071676 467075072 108160 33554432000 4194304 6210612 140731883583232 140731883580888 5446462 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114032 108160 860 493 0 107337 0
Current children cumulated CPU time: 2082.26 s
Current children cumulated vsize: 456128 KiB
Current children cumulated memory: 432640 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10562
/proc/meminfo: memFree=27955000/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=456392 memory=432916 CPUtime=2142.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 415152 0 0 0 214197 29 0 0 20 0 1 0 412071676 467345408 108229 33554432000 4194304 6210612 140731883583232 140731883580888 5072080 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114098 108229 860 493 0 107403 0
Current children cumulated CPU time: 2142.26 s
Current children cumulated vsize: 456392 KiB
Current children cumulated memory: 432916 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10566
/proc/meminfo: memFree=27955212/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=456392 memory=433068 CPUtime=2202.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 415556 0 0 0 220197 29 0 0 20 0 1 0 412071676 467345408 108267 33554432000 4194304 6210612 140731883583232 140731883580888 5451361 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114098 108267 860 493 0 107403 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 456392 KiB
Current children cumulated memory: 433068 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10572
/proc/meminfo: memFree=27954684/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=456392 memory=433072 CPUtime=2262.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 415845 0 0 0 226197 29 0 0 20 0 1 0 412071676 467345408 108268 33554432000 4194304 6210612 140731883583232 140731883580888 5446454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114098 108268 860 493 0 107403 0
Current children cumulated CPU time: 2262.26 s
Current children cumulated vsize: 456392 KiB
Current children cumulated memory: 433072 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10576
/proc/meminfo: memFree=27955196/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=456656 memory=433300 CPUtime=2322.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 416200 0 0 0 232197 29 0 0 20 0 1 0 412071676 467615744 108325 33554432000 4194304 6210612 140731883583232 140731883580888 5446764 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114164 108325 860 493 0 107469 0
Current children cumulated CPU time: 2322.26 s
Current children cumulated vsize: 456656 KiB
Current children cumulated memory: 433300 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10580
/proc/meminfo: memFree=27955028/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=456920 memory=433480 CPUtime=2382.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 416522 0 0 0 238197 29 0 0 20 0 1 0 412071676 467886080 108370 33554432000 4194304 6210612 140731883583232 140731883580888 5440952 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114230 108370 860 493 0 107535 0
Current children cumulated CPU time: 2382.26 s
Current children cumulated vsize: 456920 KiB
Current children cumulated memory: 433480 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10593
/proc/meminfo: memFree=27953784/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=457052 memory=433624 CPUtime=2442.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 416777 0 0 0 244197 29 0 0 20 0 1 0 412071676 468021248 108406 33554432000 4194304 6210612 140731883583232 140731883580888 5446752 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114263 108406 860 493 0 107568 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 457052 KiB
Current children cumulated memory: 433624 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 10597
/proc/meminfo: memFree=27954264/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=457052 memory=433648 CPUtime=2502.26 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 417099 0 0 0 250197 29 0 0 20 0 1 0 412071676 468021248 108412 33554432000 4194304 6210612 140731883583232 140731883580888 5451340 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114263 108412 860 493 0 107568 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 457052 KiB
Current children cumulated memory: 433648 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 2.03 3/199 10597
/proc/meminfo: memFree=27954536/32770624 swapFree=66998520/67108860
[pid=10275] ppid=10272 vsize=457052 memory=433648 CPUtime=2519.97 cores=1,3,5,7
/proc/10275/stat : 10275 (cosoco) R 10272 10275 3464 0 -1 4202496 417215 0 0 0 251968 29 0 0 20 0 1 0 412071676 468021248 108412 33554432000 4194304 6210612 140731883583232 140731883580888 5476700 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 23064576 140731883586571 140731883586673 140731883586673 140731883589582 0
/proc/10275/statm: 114263 108412 860 493 0 107568 0
Current children cumulated CPU time: 2519.97 s
Current children cumulated vsize: 457052 KiB
Current children cumulated memory: 433648 KiB

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

[startup+2520.01 s]
# the end of solver process 10275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.68 s, system=0.301999 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.99
CPU user time (s): 2519.68
CPU system time (s): 0.301999
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 457052
Max. memory (cumulated for all children) (KiB): 433648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.68
system time used= 0.301999
maximum resident set size= 433720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417259
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= 49
involuntary context switches= 1300


# summary of solver processes directly reported to runsolver:
#   pid: 10275
#   total CPU time (s): 2519.99
#   total CPU user time (s): 2519.68
#   total CPU system time (s): 0.301999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.67844 second user time and 17.8198 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 08:59:48
IDJOB=4389418
IDBENCH=138482
IDSOLVER=2829
FILE ID=node127/4389418-1568358028
RUNJOBID= node127-1568329019-3496
PBS_JOBID= 21701156
Free space on /tmp= 58820 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389418-1568358028/watcher-4389418-1568358028 -o /tmp/evaluation-result-4389418-1568358028/solver-4389418-1568358028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568329019-3496 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389418-1568358028.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=1071601242

node127.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.55
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.55
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:        28273356 kB
MemAvailable:   31740356 kB
Buffers:          148896 kB
Cached:          3571708 kB
SwapCached:         6780 kB
Active:          2122456 kB
Inactive:        1732000 kB
Active(anon):     126644 kB
Inactive(anon):    48636 kB
Active(file):    1995812 kB
Inactive(file):  1683364 kB
Unevictable:      109044 kB
Mlocked:          109044 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:              2744 kB
Writeback:             0 kB
AnonPages:        238036 kB
Mapped:            45644 kB
Shmem:             32692 kB
Slab:             237452 kB
SReclaimable:     207320 kB
SUnreclaim:        30132 kB
KernelStack:        3456 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     650376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58816 MiB
End job on node127 at 2019-09-13 09:41:48