Trace number 4389661

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) 2520.1 2519.9

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-080-25.xml
MD5SUM86f21c6f99b90e2b5de67b4ee346bae4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark51.5215
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size6400
Maximum domain size6400
Distribution of domain sizes[{"size":6400,"count":25}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.10/0.12	c root propagations     : 0           
0.10/0.12	c restarts enabled, print stats at every restarts
0.10/0.12	c
0.10/0.12	c
0.10/0.12	c
0.10/0.12	c This is cosoco 2.00 --  
0.10/0.12	c
0.10/0.12	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389661-1568317473.xml 
0.10/0.12	c ========================================[ Problem Statistics ]===========================================
0.10/0.12	c |                                                                                                       
0.10/0.12	c |  Parse time        :         0.11 s 
0.10/0.12	c |
0.10/0.12	c |               Variables: 25
0.10/0.12	c |            Domain Sizes: 6400..6400
0.10/0.12	c |
0.10/0.12	c |             Constraints: 300
0.10/0.12	c |                   Arity: 2..2  -- Binary: 300
0.10/0.12	c | 
0.10/0.12	c |                   Types: 
0.10/0.12	c |                          (X != Y): 275
0.10/0.12	c |                          Intension: 25
0.10/0.12	c |                          
0.10/0.12	c =========================================================================================================
0.10/0.12	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.89/0.90	c 101            130            11344          887222         0              0              21   23   21   
1.59/1.69	c 211            281            25392          1761879        0              0              21   23   22   
2.19/2.21	c 332            439            38746          2362606        0              0              21   23   21   
3.49/3.50	c 465            627            56771          3702898        0              0              21   23   22   
4.00/4.01	c 611            805            70863          4252859        0              0              5   23   21    
5.10/5.14	c 771            997            85545          5554785        0              0              21   23   21   
6.59/6.64	c 947            1238           107260         7271464        0              0              21   23   22   
7.79/7.86	c 1140           1500           128696         8643911        0              0              21   23   22   
9.89/9.98	c 1352           1832           159609         11069081       0              0              20   23   22   
12.00/12.03	c 1585           2162           188383         13391622       0              0              21   23   22   
14.10/14.12	c 1841           2503           215695         15790645       0              0              20   23   22   
16.40/16.49	c 2122           2882           247708         18445001       0              0              21   23   22   
19.00/19.01	c 2431           3293           280942         21271567       0              0              21   23   22   
22.30/22.31	c 2770           3749           320259         24888888       0              0              20   23   22   
25.30/25.32	c 3142           4230           358327         28206663       0              0              21   23   22   
28.49/28.55	c 3551           4752           398392         31907338       0              0              20   23   21   
31.29/31.32	c 4000           5319           441912         35015309       0              0              16   23   22   
34.89/34.90	c 4493           5976           493640         39048569       0              0              20   23   22   
37.79/37.87	c 5035           6624           540283         42450460       0              0              20   23   21   
40.59/40.63	c 5631           7373           592989         45558057       0              0              20   23   21   
44.89/44.99	c 6286           8212           657539         50465230       0              0              21   23   22   
49.89/49.90	c 7006           9149           729565         56055234       0              0              21   23   22   
55.00/55.10	c 7798           10150          804418         61920065       0              0              20   23   22   
61.70/61.74	c 8669           11233          884926         69346003       0              0              21   23   22   
67.90/67.95	c 9627           12350          969303         76479715       0              0              20   23   21   
72.40/72.46	c 10680          13585          1053002        81599225       0              0              21   23   22   
78.90/79.00	c 11838          15082          1159634        88911880       0              0              19   23   21   
90.30/90.31	c 13111          16779          1293780        101864413      0              0              20   23   22   
99.50/99.54	c 14511          18525          1414621        112290940      0              0              20   23   21   
110.90/110.95	c 16051          20589          1566502        125413003      0              0              20   23   22   
122.90/122.97	c 17745          22728          1721682        139130398      0              0              20   23   22   
136.11/136.15	c 19608          25099          1901665        153909009      0              0              20   23   22   
151.20/151.24	c 21657          27586          2078574        170787078      0              0              20   23   22   
166.50/166.59	c 23910          30139          2244065        188096094      0              0              20   23   21   
183.60/183.68	c 26388          33161          2462594        207691488      0              0              20   23   21   
202.80/202.89	c 29113          36768          2727965        229268676      0              0              19   23   22   
217.70/217.72	c 32110          40348          2965884        246266368      0              0              20   23   21   
240.01/240.06	c 35406          44328          3246167        271816721      0              0              20   23   22   
262.21/262.28	c 39031          48953          3571137        296667084      0              0              19   23   22   
284.41/284.45	c 43018          54051          3924188        321108545      0              0              19   23   21   
312.02/312.06	c 47403          59397          4296277        352248407      0              0              20   23   22   
342.31/342.35	c 52226          65175          4692790        386035172      0              0              20   23   22   
381.42/381.45	c 57531          71970          5186393        429872064      0              0              19   23   22   
425.52/425.54	c 63366          78790          5667217        480088366      0              0              20   23   21   
462.32/462.31	c 69784          85889          6080059        521396144      0              0              19   23   20   
477.72/477.73	c 76843          93616          6523766        538617294      0              0              20   23   20   
519.23/519.23	c 84607          103144         7175771        586064507      0              0              19   23   21   
652.63/652.69	c 93147          117768         8662911        738735842      0              0              19   23   20   
690.94/691.00	c 102541         128498         9348500        781611852      0              0              20   23   21   
765.74/765.77	c 112874         140678         10174307       864523466      0              0              20   23   22   
833.95/833.98	c 124240         154009         11027507       942763729      0              0              19   23   21   
918.16/918.17	c 136742         169371         12093121       1035841314     0              0              19   23   22   
1042.17/1042.11	c 150494         184690         13297305       1174488788     0              0              20   23   21   
1132.57/1132.51	c 165621         202666         14463886       1275211925     0              0              19   23   21   
1203.77/1203.71	c 182260         221395         15628165       1353642204     0              0              19   23   21   
1391.68/1391.60	c 200562         240643         17302415       1567682921     0              0              20   23   20   
1527.30/1527.26	c 220694         262927         18899773       1716757234     0              0              20   23   20   
1696.42/1696.36	c 242839         288064         20734681       1909782144     0              0              20   23   21   
1843.83/1843.72	c 267198         315600         22641393       2074395675     0              0              19   23   21   
1929.14/1929.09	c 293992         346148         24496684       2170220038     0              0              19   23   21   
2220.66/2220.54	c 323465         377416         26994198       2481862403     0              0              20   23   20   
2345.28/2345.12	c 355885         414007         29158957       2623044216     0              0              19   23   20   
2520.08/2519.90	
2520.08/2519.90	c *** INTERRUPTED ***
2520.08/2519.90	c restarts              : 62          
2520.08/2519.90	c conflicts             : 383420       (152 /sec)
2520.08/2519.90	c decisions             : 445010       (177 /sec)
2520.08/2519.90	c propagations          : 2810319043  (1115177 /sec)
2520.08/2519.90	c root propagations     : 0           
2520.08/2519.90	c filter calls          : 31269004       (12408 /sec)
2520.08/2519.90	c useless filter calls  : 30023145       (96 %)
2520.08/2519.90	c Memory used           : 40.21 MB
2520.08/2519.90	c CPU time              : 2520.07 s
2520.08/2519.90	c real time             : 2519.9 s
2520.08/2519.90	
2520.08/2519.90	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: 16375 MiB (13204 MiB free)
  memory of node 1: 16384 MiB (15711 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389661-1568317473/watcher-4389661-1568317473 -o /tmp/evaluation-result-4389661-1568317473/solver-4389661-1568317473 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568311136-6438 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389661-1568317473.xml 

running on 4 cores: 0-3

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

solver pid=7719, runsolver pid=7716

[startup+0.100157 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 7720
/proc/meminfo: memFree=29603356/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=35044 memory=11400 CPUtime=0.1 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 3012 0 0 0 10 0 0 0 20 0 1 0 407688977 35885056 2850 33554432000 4194304 6210612 140720847215200 140720847211736 5440006 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 8761 2850 823 493 0 2066 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35044 KiB
Current children cumulated memory: 11400 KiB

[startup+0.210817 s]*
/proc/loadavg: 2.00 2.01 2.05 4/200 7720
/proc/meminfo: memFree=29600984/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36256 memory=12724 CPUtime=0.21 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 3379 0 0 0 21 0 0 0 20 0 1 0 407688977 37126144 3181 33554432000 4194304 6210612 140720847215200 140720847211736 5446115 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9064 3181 825 493 0 2369 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36256 KiB
Current children cumulated memory: 12724 KiB

[startup+0.310433 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 7720
/proc/meminfo: memFree=29600984/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36256 memory=12724 CPUtime=0.31 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 3379 0 0 0 31 0 0 0 20 0 1 0 407688977 37126144 3181 33554432000 4194304 6210612 140720847215200 140720847211736 139826978515796 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9064 3181 825 493 0 2369 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 36256 KiB
Current children cumulated memory: 12724 KiB

[startup+0.700287 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7720
/proc/meminfo: memFree=29600984/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36256 memory=12724 CPUtime=0.69 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 3379 0 0 0 69 0 0 0 20 0 1 0 407688977 37126144 3181 33554432000 4194304 6210612 140720847215200 140720847211736 5440511 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9064 3181 825 493 0 2369 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36256 KiB
Current children cumulated memory: 12724 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7720
/proc/meminfo: memFree=29600884/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36256 memory=12724 CPUtime=1.49 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 3380 0 0 0 149 0 0 0 20 0 1 0 407688977 37126144 3181 33554432000 4194304 6210612 140720847215200 140720847213160 5442951 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9064 3181 825 493 0 2369 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 36256 KiB
Current children cumulated memory: 12724 KiB

[startup+3.11042 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7721
/proc/meminfo: memFree=29601076/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36256 memory=12876 CPUtime=3.1 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 3859 0 0 0 310 0 0 0 20 0 1 0 407688977 37126144 3219 33554432000 4194304 6210612 140720847215200 140720847213160 5451350 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9064 3219 862 493 0 2369 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 36256 KiB
Current children cumulated memory: 12876 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7721
/proc/meminfo: memFree=29601228/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36388 memory=12904 CPUtime=6.29 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 7084 0 0 0 629 0 0 0 20 0 1 0 407688977 37261312 3226 33554432000 4194304 6210612 140720847215200 140720847213160 5440971 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9097 3226 862 493 0 2402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 36388 KiB
Current children cumulated memory: 12904 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7721
/proc/meminfo: memFree=29601288/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36388 memory=12944 CPUtime=12.69 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 9870 0 0 0 1269 0 0 0 20 0 1 0 407688977 37261312 3236 33554432000 4194304 6210612 140720847215200 140720847213160 5475594 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9097 3236 862 493 0 2402 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 36388 KiB
Current children cumulated memory: 12944 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 7723
/proc/meminfo: memFree=29600900/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36388 memory=13020 CPUtime=25.5 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 13962 0 0 0 2549 1 0 0 20 0 1 0 407688977 37261312 3255 33554432000 4194304 6210612 140720847215200 140720847213160 5440456 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9097 3255 862 493 0 2402 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 36388 KiB
Current children cumulated memory: 13020 KiB

[startup+51.1102 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7723
/proc/meminfo: memFree=29601484/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36520 memory=13084 CPUtime=51.1 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 14702 0 0 0 5109 1 0 0 20 0 1 0 407688977 37396480 3271 33554432000 4194304 6210612 140720847215200 140720847213160 5446070 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9130 3271 862 493 0 2435 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 36520 KiB
Current children cumulated memory: 13084 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7727
/proc/meminfo: memFree=29601692/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36652 memory=13148 CPUtime=102.3 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 15045 0 0 0 10229 1 0 0 20 0 1 0 407688977 37531648 3287 33554432000 4194304 6210612 140720847215200 140720847213160 5442936 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9163 3287 862 493 0 2468 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 36652 KiB
Current children cumulated memory: 13148 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7733
/proc/meminfo: memFree=29601304/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36652 memory=13260 CPUtime=162.3 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 15402 0 0 0 16229 1 0 0 20 0 1 0 407688977 37531648 3315 33554432000 4194304 6210612 140720847215200 140720847213160 139826969491344 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9163 3315 862 493 0 2468 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 36652 KiB
Current children cumulated memory: 13260 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7737
/proc/meminfo: memFree=29601908/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36784 memory=13344 CPUtime=222.3 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 15785 0 0 0 22229 1 0 0 20 0 1 0 407688977 37666816 3336 33554432000 4194304 6210612 140720847215200 140720847213160 139826969494608 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9196 3336 862 493 0 2501 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 36784 KiB
Current children cumulated memory: 13344 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7741
/proc/meminfo: memFree=29601024/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36784 memory=13344 CPUtime=282.31 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 15797 0 0 0 28230 1 0 0 20 0 1 0 407688977 37666816 3336 33554432000 4194304 6210612 140720847215200 140720847213160 5389800 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9196 3336 862 493 0 2501 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 36784 KiB
Current children cumulated memory: 13344 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7747
/proc/meminfo: memFree=29600656/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36916 memory=13436 CPUtime=342.31 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 16127 0 0 0 34230 1 0 0 20 0 1 0 407688977 37801984 3359 33554432000 4194304 6210612 140720847215200 140720847213160 5453748 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9229 3359 862 493 0 2534 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 36916 KiB
Current children cumulated memory: 13436 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7759
/proc/meminfo: memFree=29600720/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=36916 memory=13452 CPUtime=402.32 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 16202 0 0 0 40231 1 0 0 20 0 1 0 407688977 37801984 3363 33554432000 4194304 6210612 140720847215200 140720847213160 5480096 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9229 3363 862 493 0 2534 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 36916 KiB
Current children cumulated memory: 13452 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7763
/proc/meminfo: memFree=29601716/32770688 swapFree=66960928/67108860
[pid=7719] ppid=7716 vsize=37312 memory=13840 CPUtime=462.32 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 16676 0 0 0 46231 1 0 0 20 0 1 0 407688977 38207488 3460 33554432000 4194304 6210612 140720847215200 140720847212856 5453744 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 9328 3460 862 493 0 2633 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 37312 KiB
Current children cumulated memory: 13840 KiB


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

/proc/7719/statm: 10062 4208 862 493 0 3367 0
Current children cumulated CPU time: 1782.42 s
Current children cumulated vsize: 40248 KiB
Current children cumulated memory: 16832 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7912
/proc/meminfo: memFree=29596664/32770688 swapFree=66960932/67108860
[pid=7719] ppid=7716 vsize=40644 memory=17052 CPUtime=1842.43 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 20342 0 0 0 184241 2 0 0 20 0 1 0 407688977 41619456 4263 33554432000 4194304 6210612 140720847215200 140720847212856 5439442 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10161 4263 862 493 0 3466 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 40644 KiB
Current children cumulated memory: 17052 KiB

[startup+1902.3 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 8101
/proc/meminfo: memFree=29609332/32770688 swapFree=66960932/67108860
[pid=7719] ppid=7716 vsize=40644 memory=17200 CPUtime=1902.43 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 20719 0 0 0 190241 2 0 0 20 0 1 0 407688977 41619456 4300 33554432000 4194304 6210612 140720847215200 140720847213160 5440451 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10161 4300 862 493 0 3466 0
Current children cumulated CPU time: 1902.43 s
Current children cumulated vsize: 40644 KiB
Current children cumulated memory: 17200 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/200 8298
/proc/meminfo: memFree=29231124/32770688 swapFree=66960932/67108860
[pid=7719] ppid=7716 vsize=40644 memory=17200 CPUtime=1962.43 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 20823 0 0 0 196241 2 0 0 20 0 1 0 407688977 41619456 4300 33554432000 4194304 6210612 140720847215200 140720847213160 5069185 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10161 4300 862 493 0 3466 0
Current children cumulated CPU time: 1962.43 s
Current children cumulated vsize: 40644 KiB
Current children cumulated memory: 17200 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 8302
/proc/meminfo: memFree=28968136/32770688 swapFree=66960932/67108860
[pid=7719] ppid=7716 vsize=41040 memory=17616 CPUtime=2022.44 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 21099 0 0 0 202242 2 0 0 20 0 1 0 407688977 42024960 4404 33554432000 4194304 6210612 140720847215200 140720847212856 5164362 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10260 4404 862 493 0 3565 0
Current children cumulated CPU time: 2022.44 s
Current children cumulated vsize: 41040 KiB
Current children cumulated memory: 17616 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8307
/proc/meminfo: memFree=28961620/32770688 swapFree=66960932/67108860
[pid=7719] ppid=7716 vsize=41040 memory=17616 CPUtime=2082.44 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 21121 0 0 0 208242 2 0 0 20 0 1 0 407688977 42024960 4404 33554432000 4194304 6210612 140720847215200 140720847212856 139826969491363 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10260 4404 862 493 0 3565 0
Current children cumulated CPU time: 2082.44 s
Current children cumulated vsize: 41040 KiB
Current children cumulated memory: 17616 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8313
/proc/meminfo: memFree=28954500/32770688 swapFree=66960932/67108860
[pid=7719] ppid=7716 vsize=41040 memory=17672 CPUtime=2142.45 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 21382 0 0 0 214243 2 0 0 20 0 1 0 407688977 42024960 4418 33554432000 4194304 6210612 140720847215200 140720847212856 5164409 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10260 4418 862 493 0 3565 0
Current children cumulated CPU time: 2142.45 s
Current children cumulated vsize: 41040 KiB
Current children cumulated memory: 17672 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/200 8324
/proc/meminfo: memFree=28946876/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41040 memory=17672 CPUtime=2202.46 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 21392 0 0 0 220244 2 0 0 20 0 1 0 407688977 42024960 4418 33554432000 4194304 6210612 140720847215200 140720847212856 5440982 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10260 4418 862 493 0 3565 0
Current children cumulated CPU time: 2202.46 s
Current children cumulated vsize: 41040 KiB
Current children cumulated memory: 17672 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 8328
/proc/meminfo: memFree=28940968/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41040 memory=17672 CPUtime=2262.46 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 21823 0 0 0 226244 2 0 0 20 0 1 0 407688977 42024960 4418 33554432000 4194304 6210612 140720847215200 140720847213160 5068613 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10260 4418 862 493 0 3565 0
Current children cumulated CPU time: 2262.46 s
Current children cumulated vsize: 41040 KiB
Current children cumulated memory: 17672 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/201 8334
/proc/meminfo: memFree=28933684/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41172 memory=17680 CPUtime=2322.46 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 21828 0 0 0 232244 2 0 0 20 0 1 0 407688977 42160128 4420 33554432000 4194304 6210612 140720847215200 140720847212856 5475594 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10293 4420 862 493 0 3598 0
Current children cumulated CPU time: 2322.46 s
Current children cumulated vsize: 41172 KiB
Current children cumulated memory: 17680 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/199 8338
/proc/meminfo: memFree=28933800/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41172 memory=17696 CPUtime=2382.47 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 22265 0 0 0 238245 2 0 0 20 0 1 0 407688977 42160128 4424 33554432000 4194304 6210612 140720847215200 140720847213160 5451442 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10293 4424 862 493 0 3598 0
Current children cumulated CPU time: 2382.47 s
Current children cumulated vsize: 41172 KiB
Current children cumulated memory: 17696 KiB

[startup+2442.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/199 8342
/proc/meminfo: memFree=28934200/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41172 memory=17696 CPUtime=2442.47 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 22265 0 0 0 244245 2 0 0 20 0 1 0 407688977 42160128 4424 33554432000 4194304 6210612 140720847215200 140720847213160 5446119 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10293 4424 862 493 0 3598 0
Current children cumulated CPU time: 2442.47 s
Current children cumulated vsize: 41172 KiB
Current children cumulated memory: 17696 KiB

[startup+2502.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/200 8349
/proc/meminfo: memFree=28933932/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41172 memory=17696 CPUtime=2502.48 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 22520 0 0 0 250246 2 0 0 20 0 1 0 407688977 42160128 4424 33554432000 4194304 6210612 140720847215200 140720847213160 5440657 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10293 4424 862 493 0 3598 0
Current children cumulated CPU time: 2502.48 s
Current children cumulated vsize: 41172 KiB
Current children cumulated memory: 17696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.05 2.04 2.05 3/199 8349
/proc/meminfo: memFree=28933636/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41172 memory=17696 CPUtime=2520.08 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 22537 0 0 0 252006 2 0 0 20 0 1 0 407688977 42160128 4424 33554432000 4194304 6210612 140720847215200 140720847213160 5451412 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10293 4424 862 493 0 3598 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 41172 KiB
Current children cumulated memory: 17696 KiB

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

[startup+2519.9 s]
# the end of solver process 7719 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.07 s, system=0.029002 s

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

[startup+2519.9 s]
/proc/loadavg: 2.05 2.04 2.05 3/199 8349
/proc/meminfo: memFree=28933636/32770688 swapFree=66960936/67108860
[pid=7719] ppid=7716 vsize=41172 memory=17696 CPUtime=2520.08 cores=0-3
/proc/7719/stat : 7719 (cosoco) R 7716 7719 6407 0 -1 4202496 22537 0 0 0 252006 2 0 0 20 0 1 0 407688977 42160128 4424 33554432000 4194304 6210612 140720847215200 140720847213160 5451412 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 37359616 140720847217675 140720847217777 140720847217777 140720847220686 0
/proc/7719/statm: 10293 4424 862 493 0 3598 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 41172 KiB
Current children cumulated memory: 17696 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.1
CPU user time (s): 2520.07
CPU system time (s): 0.029002
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 41172
Max. memory (cumulated for all children) (KiB): 17696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.07
system time used= 0.029002
maximum resident set size= 17764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 1235


# summary of solver processes directly reported to runsolver:
#   pid: 7719
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2520.07
#   total CPU system time (s): 0.029002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1612 second user time and 17.9226 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-12 21:43:52
IDJOB=4389661
IDBENCH=120660
IDSOLVER=2829
FILE ID=node116/4389661-1568317473
RUNJOBID= node116-1568311136-6438
PBS_JOBID= 21701125
Free space on /tmp= 56884 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-080-25.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389661-1568317473/watcher-4389661-1568317473 -o /tmp/evaluation-result-4389661-1568317473/solver-4389661-1568317473 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568311136-6438 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389661-1568317473.xml

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

MD5SUM BENCH= 86f21c6f99b90e2b5de67b4ee346bae4
RANDOM SEED=473256410

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29610732 kB
MemAvailable:   31830772 kB
Buffers:           73780 kB
Cached:          2421124 kB
SwapCached:        46488 kB
Active:           822856 kB
Inactive:        1736808 kB
Active(anon):      16008 kB
Inactive(anon):    89332 kB
Active(file):     806848 kB
Inactive(file):  1647476 kB
Unevictable:      110244 kB
Mlocked:          110244 kB
SwapTotal:      67108860 kB
SwapFree:       66960928 kB
Dirty:              2728 kB
Writeback:             0 kB
AnonPages:        129516 kB
Mapped:            44120 kB
Shmem:             31844 kB
Slab:             191820 kB
SReclaimable:     163100 kB
SUnreclaim:        28720 kB
KernelStack:        3488 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     541476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 56776 MiB
End job on node116 at 2019-09-12 22:25:52