Trace number 4267746

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12? (TO) 2519.71 2520

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-14.xml
MD5SUM7bee45910aa9ad1c56e5a256c184a2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables241
Number of constraints240
Number of domains2
Minimum domain size2
Maximum domain size196
Distribution of domain sizes[{"size":2,"count":44},{"size":196,"count":197}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":150},{"degree":4,"count":44},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":195},{"arity":3,"count":44},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints239
Distribution of constraint types[{"type":"intension","count":239},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.24/0.32	c best=?? lower=-44 upper=0 
2519.70/2520.00	c
2519.70/2520.00	c This is cosoco 1.12 --  
2519.70/2520.00	c
2519.70/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267746-1502537272.xml 
2519.70/2520.00	c enable optimization
2519.70/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.70/2520.00	c |                                                                                                       
2519.70/2520.00	c |  Parse time        :         0.27 s 
2519.70/2520.00	c |
2519.70/2520.00	c |               Variables: 241
2519.70/2520.00	c |            Domain Sizes: 2..196
2519.70/2520.00	c |
2519.70/2520.00	c |             Constraints: 241
2519.70/2520.00	c |                   Arity: 2..196  -- Binary: 195  -- Ternary: 44
2519.70/2520.00	c | 
2519.70/2520.00	c |                   Types: 
2519.70/2520.00	c |                          All Different: 1
2519.70/2520.00	c |                          Intension: 239
2519.70/2520.00	c |                          Sum: 1
2519.70/2520.00	c |                          
2519.70/2520.00	c =========================================================================================================
2519.70/2520.00	
2519.70/2520.00	c *** INTERRUPTED ***
2519.70/2520.00	c restarts              : 76          
2519.70/2520.00	c conflicts             : 1355617      (538 /sec)
2519.70/2520.00	c decisions             : 4285485      (1701 /sec)
2519.70/2520.00	c propagations          : 629671821   (249900 /sec)
2519.70/2520.00	c root propagations     : 0           
2519.70/2520.00	c filter calls          : 75978143       (30154 /sec)
2519.70/2520.00	c useless filter calls  : 40213910       (52 %)
2519.70/2520.00	c Memory used           : 32.43 MB
2519.70/2520.00	c CPU time              : 2519.7 s
2519.70/2520.00	
2519.70/2520.00	c No Bound found!
2519.70/2520.00	
2519.70/2520.00	s UNKNOWN

Verifier Data


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-4267746-1502537272/watcher-4267746-1502537272 -o /tmp/evaluation-result-4267746-1502537272/solver-4267746-1502537272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267746-1502537272.xml 

pid=13992
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: 2.02 2.02 2.05 3/181 13995
/proc/meminfo: memFree=31184624/32770624 swapFree=0/562244
[pid=13995] ppid=13992 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/13995/stat : 13995 (runsolver) D 13992 13995 6677 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 55920583 24240128 106 18446744073709551615 4194304 4338465 140732829485216 140732829482856 140139183416023 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 24645632 140732829487298 140732829487689 140732829487689 140732829491146 0
/proc/13995/statm: 5918 106 53 36 0 2156 0

[startup+0.101039 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 13995
/proc/meminfo: memFree=31184624/32770624 swapFree=0/562244
[pid=13995] ppid=13992 vsize=27892 CPUtime=0.04 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 1257 0 0 0 4 0 0 0 20 0 1 0 55920583 28561408 1089 18446744073709551615 4194304 5972588 140726770415200 140726770409000 139757477761597 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 6973 1089 791 435 0 336 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27892

[startup+0.201038 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 13995
/proc/meminfo: memFree=31184624/32770624 swapFree=0/562244
[pid=13995] ppid=13992 vsize=28900 CPUtime=0.14 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 1517 0 0 0 14 0 0 0 20 0 1 0 55920583 29593600 1343 18446744073709551615 4194304 5972588 140726770415200 140726770409000 139757487096400 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 7225 1343 792 435 0 588 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 28900

[startup+0.301039 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 13995
/proc/meminfo: memFree=31184624/32770624 swapFree=0/562244
[pid=13995] ppid=13992 vsize=29912 CPUtime=0.24 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 1778 0 0 0 24 0 0 0 20 0 1 0 55920583 30629888 1599 18446744073709551615 4194304 5972588 140726770415200 140726770409000 139757481242736 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 7478 1599 797 435 0 841 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 29912

[startup+0.700281 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 13995
/proc/meminfo: memFree=31184624/32770624 swapFree=0/562244
[pid=13995] ppid=13992 vsize=31352 CPUtime=0.64 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 2191 0 0 0 64 0 0 0 20 0 1 0 55920583 32104448 1991 18446744073709551615 4194304 5972588 140726770415200 140726770412056 139757477764069 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 7838 1991 839 435 0 1201 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 31352

[startup+1.50027 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 13996
/proc/meminfo: memFree=31179872/32770624 swapFree=0/562232
[pid=13995] ppid=13992 vsize=32276 CPUtime=1.44 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 2414 0 0 0 144 0 0 0 20 0 1 0 55920583 33050624 2189 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4975600 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8069 2189 839 435 0 1432 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 32276

[startup+3.10027 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 13996
/proc/meminfo: memFree=31179252/32770624 swapFree=0/562228
[pid=13995] ppid=13992 vsize=32672 CPUtime=3.04 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 3904 0 0 0 304 0 0 0 20 0 1 0 55920583 33456128 2329 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4978730 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8168 2329 839 435 0 1531 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 32672

[startup+6.30028 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 13996
/proc/meminfo: memFree=31178156/32770624 swapFree=0/562228
[pid=13995] ppid=13992 vsize=32936 CPUtime=6.23 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 4623 0 0 0 623 0 0 0 20 0 1 0 55920583 33726464 2411 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5071785 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8234 2411 839 435 0 1597 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 32936

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 13997
/proc/meminfo: memFree=31178032/32770624 swapFree=0/562232
[pid=13995] ppid=13992 vsize=33068 CPUtime=12.63 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 5143 0 0 0 1263 0 0 0 20 0 1 0 55920583 33861632 2429 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4962405 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2429 839 435 0 1630 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 33068

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 13997
/proc/meminfo: memFree=31178536/32770624 swapFree=0/562236
[pid=13995] ppid=13992 vsize=33068 CPUtime=25.43 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 6176 0 0 0 2543 0 0 0 20 0 1 0 55920583 33861632 2447 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4978096 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2447 839 435 0 1630 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 33068

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 13997
/proc/meminfo: memFree=31178536/32770624 swapFree=0/562236
[pid=13995] ppid=13992 vsize=33068 CPUtime=51.03 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 6704 0 0 0 5103 0 0 0 20 0 1 0 55920583 33861632 2453 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5053071 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2453 839 435 0 1630 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 33068

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13999
/proc/meminfo: memFree=31178800/32770624 swapFree=0/562244
[pid=13995] ppid=13992 vsize=33068 CPUtime=102.23 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 7228 0 0 0 10223 0 0 0 20 0 1 0 55920583 33861632 2454 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4978713 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2454 839 435 0 1630 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 33068

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14001
/proc/meminfo: memFree=31178676/32770624 swapFree=0/562252
[pid=13995] ppid=13992 vsize=33068 CPUtime=162.22 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 7757 0 0 0 16222 0 0 0 20 0 1 0 55920583 33861632 2458 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5071021 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2458 839 435 0 1630 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33068

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14003
/proc/meminfo: memFree=31178940/32770624 swapFree=0/562268
[pid=13995] ppid=13992 vsize=33068 CPUtime=222.22 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 8286 0 0 0 22222 0 0 0 20 0 1 0 55920583 33861632 2459 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070984 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2459 839 435 0 1630 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33068

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14005
/proc/meminfo: memFree=31179196/32770624 swapFree=0/562276
[pid=13995] ppid=13992 vsize=33068 CPUtime=282.2 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 8814 0 0 0 28220 0 0 0 20 0 1 0 55920583 33861632 2459 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070944 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2459 839 435 0 1630 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 33068

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14007
/proc/meminfo: memFree=31178940/32770624 swapFree=0/562296
[pid=13995] ppid=13992 vsize=33068 CPUtime=342.2 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 9343 0 0 0 34220 0 0 0 20 0 1 0 55920583 33861632 2459 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5053094 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2459 839 435 0 1630 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 33068

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 14024
/proc/meminfo: memFree=31173692/32770624 swapFree=0/562308
[pid=13995] ppid=13992 vsize=33068 CPUtime=402.19 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 9872 0 0 0 40219 0 0 0 20 0 1 0 55920583 33861632 2460 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4968862 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2460 839 435 0 1630 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 33068

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 14026
/proc/meminfo: memFree=31174284/32770624 swapFree=0/562328
[pid=13995] ppid=13992 vsize=33068 CPUtime=462.19 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 10402 0 0 0 46219 0 0 0 20 0 1 0 55920583 33861632 2461 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5053069 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2461 839 435 0 1630 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 33068

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 14089
/proc/meminfo: memFree=31171604/32770624 swapFree=0/562348
[pid=13995] ppid=13992 vsize=33068 CPUtime=522.18 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 10926 0 0 0 52218 0 0 0 20 0 1 0 55920583 33861632 2461 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5072028 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2461 839 435 0 1630 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 33068

[startup+582.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/182 14091
/proc/meminfo: memFree=31170872/32770624 swapFree=0/562368
[pid=13995] ppid=13992 vsize=33068 CPUtime=582.18 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 11456 0 0 0 58218 0 0 0 20 0 1 0 55920583 33861632 2461 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070944 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8267 2461 839 435 0 1630 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 33068


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


[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 14155
/proc/meminfo: memFree=31166168/32770624 swapFree=0/562576
[pid=13995] ppid=13992 vsize=33200 CPUtime=1602.08 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 18536 0 0 0 160208 0 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070944 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1602.08
Current children cumulated vsize (KiB) 33200

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 14157
/proc/meminfo: memFree=31165920/32770624 swapFree=0/562596
[pid=13995] ppid=13992 vsize=33200 CPUtime=1662.08 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 18698 0 0 0 166208 0 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070704 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 33200

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14159
/proc/meminfo: memFree=31169180/32770624 swapFree=0/562596
[pid=13995] ppid=13992 vsize=33200 CPUtime=1722.07 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 19219 0 0 0 172207 0 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070962 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 33200

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14161
/proc/meminfo: memFree=31168932/32770624 swapFree=0/562608
[pid=13995] ppid=13992 vsize=33200 CPUtime=1782.07 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 19512 0 0 0 178207 0 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4975114 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 33200

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 14163
/proc/meminfo: memFree=31169068/32770624 swapFree=0/562624
[pid=13995] ppid=13992 vsize=33200 CPUtime=1842.06 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 19818 0 0 0 184206 0 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070984 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1842.06
Current children cumulated vsize (KiB) 33200

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14165
/proc/meminfo: memFree=31169192/32770624 swapFree=0/562632
[pid=13995] ppid=13992 vsize=33200 CPUtime=1902.06 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 20103 0 0 0 190205 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5071032 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1902.06
Current children cumulated vsize (KiB) 33200

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14167
/proc/meminfo: memFree=31169192/32770624 swapFree=0/562632
[pid=13995] ppid=13992 vsize=33200 CPUtime=1962.06 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 20635 0 0 0 196205 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4978779 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 33200

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14169
/proc/meminfo: memFree=31169316/32770624 swapFree=0/562636
[pid=13995] ppid=13992 vsize=33200 CPUtime=2022.05 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 20795 0 0 0 202204 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4977541 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2022.05
Current children cumulated vsize (KiB) 33200

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14171
/proc/meminfo: memFree=31169192/32770624 swapFree=0/562648
[pid=13995] ppid=13992 vsize=33200 CPUtime=2082.05 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 20947 0 0 0 208204 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5070711 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2082.05
Current children cumulated vsize (KiB) 33200

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14173
/proc/meminfo: memFree=31169068/32770624 swapFree=0/562664
[pid=13995] ppid=13992 vsize=33200 CPUtime=2142.04 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 21475 0 0 0 214203 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4970976 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2142.04
Current children cumulated vsize (KiB) 33200

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14189
/proc/meminfo: memFree=31165176/32770624 swapFree=0/562704
[pid=13995] ppid=13992 vsize=33200 CPUtime=2202.04 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 21767 0 0 0 220203 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4975104 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2202.04
Current children cumulated vsize (KiB) 33200

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14191
/proc/meminfo: memFree=31165176/32770624 swapFree=0/562736
[pid=13995] ppid=13992 vsize=33200 CPUtime=2262.03 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 22052 0 0 0 226202 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4978058 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2262.03
Current children cumulated vsize (KiB) 33200

[startup+2322.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14193
/proc/meminfo: memFree=31168076/32770624 swapFree=0/562740
[pid=13995] ppid=13992 vsize=33200 CPUtime=2322.02 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 22449 0 0 0 232201 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4962376 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2322.02
Current children cumulated vsize (KiB) 33200

[startup+2382.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 14195
/proc/meminfo: memFree=31168060/32770624 swapFree=0/562744
[pid=13995] ppid=13992 vsize=33200 CPUtime=2382.02 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 22602 0 0 0 238201 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5071906 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2382.02
Current children cumulated vsize (KiB) 33200

[startup+2442.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 14197
/proc/meminfo: memFree=31168072/32770624 swapFree=0/562744
[pid=13995] ppid=13992 vsize=33200 CPUtime=2442.01 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 22755 0 0 0 244200 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 4970987 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2442.01
Current children cumulated vsize (KiB) 33200

[startup+2502.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 14200
/proc/meminfo: memFree=31168196/32770624 swapFree=0/562752
[pid=13995] ppid=13992 vsize=33200 CPUtime=2502.01 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 22904 0 0 0 250200 1 0 0 20 0 1 0 55920583 33996800 2463 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5071853 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2463 839 435 0 1663 0
Current children cumulated CPU time (s) 2502.01
Current children cumulated vsize (KiB) 33200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 14200
/proc/meminfo: memFree=31168196/32770624 swapFree=0/562748
[pid=13995] ppid=13992 vsize=33200 CPUtime=2519.7 cores=0,2,4,6
/proc/13995/stat : 13995 (cosoco) R 13992 13995 6677 0 -1 4202496 23560 0 0 0 251969 1 0 0 20 0 1 0 55920583 33996800 2464 18446744073709551615 4194304 5972588 140726770415200 140726770412056 5053069 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 23515136 140726770422254 140726770422349 140726770422349 140726770425806 0
/proc/13995/statm: 8300 2464 839 435 0 1663 0
Current children cumulated CPU time (s) 2519.7
Current children cumulated vsize (KiB) 33200

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

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

Child status: 1
Real time (s): 2520
CPU time (s): 2519.71
CPU user time (s): 2519.7
CPU system time (s): 0.011998
CPU usage (%): 99.9885
Max. virtual memory (cumulated for all children) (KiB): 33200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.7
system time used= 0.011998
maximum resident set size= 9928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23611
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= 12
involuntary context switches= 3155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76628 second user time and 8.7392 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 13:13:44
IDJOB=4267746
IDBENCH=130621
IDSOLVER=2658
FILE ID=node127/4267746-1502537272
RUNJOBID= node127-1502500309-6740
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-14.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267746-1502537272/watcher-4267746-1502537272 -o /tmp/evaluation-result-4267746-1502537272/solver-4267746-1502537272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267746-1502537272.xml

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

MD5SUM BENCH= 7bee45910aa9ad1c56e5a256c184a2b3
RANDOM SEED=156651240

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.92
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.92
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.92
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.92
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:        31185276 kB
MemAvailable:   31992140 kB
Buffers:          271488 kB
Cached:           824512 kB
SwapCached:            0 kB
Active:           574356 kB
Inactive:         587152 kB
Active(anon):      65832 kB
Inactive(anon):    24908 kB
Active(file):     508524 kB
Inactive(file):   562244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             8 kB
AnonPages:         65500 kB
Mapped:            45904 kB
Shmem:             25252 kB
Slab:             129288 kB
SReclaimable:     103860 kB
SUnreclaim:        25428 kB
KernelStack:        3200 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-12 13:55:44