Trace number 4268198

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 1.12SAT 33.1171 33.201099

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-85-85.xml
MD5SUMba1c49fa80fd17c1a348725aa5db0d15
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 benchmark10.8889
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":85}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints3570
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

33.01/33.19	c root propagations     : 3689        
33.01/33.19	c restarts enabled, print stats at every restarts
33.01/33.19	c
33.01/33.19	c
33.01/33.19	c
33.01/33.19	c This is cosoco 1.12 --  
33.01/33.19	c
33.01/33.19	c command line: cosoco -lc -model -restarts HOME/instance-4268198-1502524933.xml 
33.01/33.19	c ========================================[ Problem Statistics ]===========================================
33.01/33.19	c |                                                                                                       
33.01/33.19	c |  Parse time        :        33.06 s 
33.01/33.19	c |
33.01/33.19	c |               Variables: 85
33.01/33.19	c |            Domain Sizes: 86..86
33.01/33.19	c |
33.01/33.19	c |             Constraints: 3570
33.01/33.19	c |                   Arity: 2..2  -- Binary: 3570
33.01/33.19	c | 
33.01/33.19	c |                   Types: 
33.01/33.19	c |                          Extension: 3570  (nb tuples: 3612..3612) -- (shared: 0)
33.01/33.19	c |                          
33.01/33.19	c =========================================================================================================
33.01/33.19	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
33.01/33.19	c solution 1
33.01/33.19	
33.01/33.19	v <instantiation type='solution'>
33.01/33.19	v <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] </list>
33.01/33.19	v <values>0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
33.01/33.19	v </instantiation>
33.01/33.19	
33.01/33.19	c restarts              : 0           
33.01/33.19	c conflicts             : 0            (0 /sec)
33.01/33.19	c decisions             : 85           (3 /sec)
33.01/33.19	c propagations          : 3781        (114 /sec)
33.01/33.19	c root propagations     : 3689        
33.01/33.19	c filter calls          : 12036          (364 /sec)
33.01/33.19	c useless filter calls  : 11784          (97 %)
33.01/33.19	c Memory used           : 62.38 MB
33.01/33.19	c CPU time              : 33.0726 s
33.01/33.19	
33.01/33.19	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268198-1502524933/watcher-4268198-1502524933 -o /tmp/evaluation-result-4268198-1502524933/solver-4268198-1502524933 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268198-1502524933.xml 

pid=31593
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.98 2.03 2.04 3/184 31596
/proc/meminfo: memFree=30887160/32770624 swapFree=0/588036
[pid=31596] ppid=31593 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31596/stat : 31596 (runsolver) D 31593 31596 24445 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 99999710 24240128 106 18446744073709551615 4194304 4338465 140722570157104 140722570154744 139691865842391 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 38141952 140722570162369 140722570162761 140722570162761 140722570166218 0
/proc/31596/statm: 5918 106 53 36 0 2156 0

[startup+0.100688 s]
/proc/loadavg: 1.98 2.03 2.04 3/184 31596
/proc/meminfo: memFree=30887160/32770624 swapFree=0/588036
[pid=31596] ppid=31593 vsize=27416 CPUtime=0.01 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 1085 0 0 0 1 0 0 0 20 0 1 0 99999710 28073984 898 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5669462 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 6854 898 716 435 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27416

[startup+0.200686 s]
/proc/loadavg: 1.98 2.03 2.04 3/184 31596
/proc/meminfo: memFree=30887160/32770624 swapFree=0/588036
[pid=31596] ppid=31593 vsize=27548 CPUtime=0.11 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 1114 0 0 0 11 0 0 0 20 0 1 0 99999710 28209152 898 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5669558 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 6887 898 716 435 0 250 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 27548

[startup+0.300688 s]
/proc/loadavg: 1.98 2.03 2.04 3/184 31596
/proc/meminfo: memFree=30887160/32770624 swapFree=0/588036
[pid=31596] ppid=31593 vsize=27680 CPUtime=0.21 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 1140 0 0 0 21 0 0 0 20 0 1 0 99999710 28344320 964 18446744073709551615 4194304 5972588 140722696950256 140722696946824 139635771901548 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 6920 964 722 435 0 283 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 27680

[startup+0.700278 s]
/proc/loadavg: 1.98 2.03 2.04 3/184 31596
/proc/meminfo: memFree=30887160/32770624 swapFree=0/588036
[pid=31596] ppid=31593 vsize=28076 CPUtime=0.61 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 1243 0 0 0 61 0 0 0 20 0 1 0 99999710 28749824 1030 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5418956 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 7019 1030 722 435 0 382 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 28076

[startup+1.50028 s]
/proc/loadavg: 1.98 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30885136/32770624 swapFree=0/587860
[pid=31596] ppid=31593 vsize=29000 CPUtime=1.41 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 1453 0 0 0 141 0 0 0 20 0 1 0 99999710 29696000 1228 18446744073709551615 4194304 5972588 140722696950256 140722696946824 139635772341248 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 7250 1228 722 435 0 613 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 29000

[startup+3.10028 s]
/proc/loadavg: 1.98 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30883648/32770624 swapFree=0/587860
[pid=31596] ppid=31593 vsize=30584 CPUtime=3.01 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 2234 0 0 0 301 0 0 0 20 0 1 0 99999710 31318016 1654 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5675794 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 7646 1654 722 435 0 1009 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 30584

[startup+6.30028 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30879668/32770624 swapFree=0/587856
[pid=31596] ppid=31593 vsize=33884 CPUtime=6.21 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 3653 0 0 0 621 0 0 0 20 0 1 0 99999710 34697216 2517 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5380120 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 8471 2517 722 435 0 1834 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 33884

[startup+12.7003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30871972/32770624 swapFree=0/587856
[pid=31596] ppid=31593 vsize=40484 CPUtime=12.6 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 6274 0 0 0 1259 1 0 0 20 0 1 0 99999710 41455616 4191 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5673564 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 10121 4191 722 435 0 3484 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 40484

[startup+25.5003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30858748/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=53684 CPUtime=25.41 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 12086 0 0 0 2538 3 0 0 20 0 1 0 99999710 54972416 7478 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5421795 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 13421 7478 722 435 0 6784 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 53684

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

[startup+25.6003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30858748/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=53816 CPUtime=25.51 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 12110 0 0 0 2548 3 0 0 20 0 1 0 99999710 55107584 7478 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5380104 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 13454 7478 722 435 0 6817 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 53816

[startup+28.8003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30855152/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=57116 CPUtime=28.71 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 12929 0 0 0 2868 3 0 0 20 0 1 0 99999710 58486784 8269 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5675324 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 14279 8269 722 435 0 7642 0
Current children cumulated CPU time (s) 28.71
Current children cumulated vsize (KiB) 57116

[startup+30.4003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30854160/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=58676 CPUtime=30.3 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 13421 0 0 0 3027 3 0 0 20 0 1 0 99999710 60084224 8742 18446744073709551615 4194304 5972588 140722696950256 140722696946824 139635772363756 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 14669 8742 722 435 0 8032 0
Current children cumulated CPU time (s) 30.3
Current children cumulated vsize (KiB) 58676

[startup+32.0059 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30851808/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=60440 CPUtime=31.91 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 13998 0 0 0 3187 4 0 0 20 0 1 0 99999710 61890560 9148 18446744073709551615 4194304 5972588 140722696950256 140722696944888 5675324 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 15110 9148 722 435 0 8473 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (KiB) 60440

[startup+32.8003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30851808/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=61108 CPUtime=32.71 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202496 14285 0 0 0 3267 4 0 0 20 0 1 0 99999710 62574592 9351 18446744073709551615 4194304 5972588 140722696950256 140722696946824 5676112 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 40136704 140722696954350 140722696954445 140722696954445 140722696957902 0
/proc/31596/statm: 15277 9351 722 435 0 8640 0
Current children cumulated CPU time (s) 32.71
Current children cumulated vsize (KiB) 61108

[startup+33.2003 s]
/proc/loadavg: 1.99 2.03 2.04 3/185 31597
/proc/meminfo: memFree=30850692/32770624 swapFree=0/587852
[pid=31596] ppid=31593 vsize=0 CPUtime=33.11 cores=0,2,4,6
/proc/31596/stat : 31596 (cosoco) R 31593 31596 24445 0 -1 4202500 17301 0 0 0 3307 4 0 0 20 0 1 0 99999710 0 0 18446744073709551615 0 0 0 0 0 0 0 1 8405026 18446744073709551615 0 0 17 4 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/31596/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.2011
CPU time (s): 33.1171
CPU user time (s): 33.0731
CPU system time (s): 0.043999
CPU usage (%): 99.7472
Max. virtual memory (cumulated for all children) (KiB): 61556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.0731
system time used= 0.043999
maximum resident set size= 40348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17301
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= 13
involuntary context switches= 37

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.081702 second user time and 0.128074 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 09:48:18
IDJOB=4268198
IDBENCH=125603
IDSOLVER=2658
FILE ID=node134/4268198-1502524933
RUNJOBID= node134-1502500343-24508
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-85-85.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268198-1502524933/watcher-4268198-1502524933 -o /tmp/evaluation-result-4268198-1502524933/solver-4268198-1502524933 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268198-1502524933.xml

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

MD5SUM BENCH= ba1c49fa80fd17c1a348725aa5db0d15
RANDOM SEED=602202963

node134.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.43
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.43
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.43
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.43
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:        30887268 kB
MemAvailable:   31954508 kB
Buffers:          299884 kB
Cached:          1067076 kB
SwapCached:            0 kB
Active:           817264 kB
Inactive:         627444 kB
Active(anon):      79880 kB
Inactive(anon):    39408 kB
Active(file):     737384 kB
Inactive(file):   588036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             86420 kB
Writeback:             0 kB
AnonPages:         77628 kB
Mapped:            54912 kB
Shmem:             41660 kB
Slab:             141756 kB
SReclaimable:     115308 kB
SUnreclaim:        26448 kB
KernelStack:        3264 kB
PageTables:         5000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61944 MiB
End job on node134 at 2017-08-12 09:48:52