Trace number 4409592

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 2.0 parallelOPT2 92.6334 14.0359

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-09-09.xml
MD5SUM72a1fa157874bc53acfadcbdb1252751
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.61293
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1297
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree66
Maximum variable degree66
Distribution of variable degrees[{"degree":66,"count":81}]
Minimum constraint arity4
Maximum constraint arity81
Distribution of constraint arities[{"arity":4,"count":1296},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints1296
Distribution of constraint types[{"type":"intension","count":1296},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

6.40/3.24	c
6.40/3.24	c This is cosoco 2.00 --  
6.40/3.24	c
6.40/3.24	c command line: cosoco -model -nbcores=8 HOME/instance-4409592-1569838890.xml 
6.40/3.24	c enable optimization
6.40/3.24	c ========================================[ Problem Statistics ]===========================================
6.40/3.24	c |                                                                                                       
6.40/3.24	c |  Parse time        :         2.67 s 
6.40/3.24	c |
6.40/3.24	c |               Variables: 81
6.40/3.24	c |            Domain Sizes: 81..81
6.40/3.24	c |
6.40/3.24	c |             Constraints: 1313
6.40/3.24	c |                   Arity: 4..81
6.40/3.24	c | 
6.40/3.24	c |                   Types: 
6.40/3.24	c |                          Intension: 1296
6.40/3.24	c |                          Lex: 16
6.40/3.24	c |                          Max constant: 1
6.40/3.24	c |                          
6.40/3.24	c |               Objective: Minimize Max constant
6.40/3.24	
6.40/3.24	c =========================================================================================================
6.40/3.24	c Parallel mode: Portfolio
6.40/3.24	c [pFactory][Group N°0] created (threads:8).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
6.40/3.24	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
6.40/3.24	c [pFactory][Group N°0] concurrent mode: enabled.
6.40/3.24	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
6.40/3.24	c [pFactory][Group N°0] task 7 launched on thread 0.
6.40/3.24	c [pFactory][Group N°0] task 6 launched on thread 1.
6.40/3.24	c [pFactory][Group N°0] task 5 launched on thread 2.
6.40/3.24	c [pFactory][Group N°0] task 4 launched on thread 6.
6.40/3.24	c [pFactory][Group N°0] task 3 launched on thread 7.
6.40/3.24	c [pFactory][Group N°0] task 2 launched on thread 4.
6.40/3.24	c [pFactory][Group N°0] task 1 launched on thread 5.
6.40/3.24	c [pFactory][Group N°0] task 0 launched on thread 3.
6.40/3.24	o 80
7.20/3.34	o 5
7.93/3.47	o 4
8.73/3.58	o 3
84.66/13.09	o 2
91.77/14.00	c [pFactory][Group N°0] concurent mode: thread 0 has won with the task 7.
91.77/14.00	c [pFactory][Group N°0] Thread N°0 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°1 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°2 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°3 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°4 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°5 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°6 is joined.
91.77/14.00	c [pFactory][Group N°0] Thread N°7 is joined.
91.77/14.00	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°0)
91.77/14.00	s OPTIMUM FOUND
91.77/14.00	c call to solver        : 4
91.77/14.00	c
91.77/14.00	c restarts              : 188         
91.77/14.00	c conflicts             : 1777         (19 /sec)
91.77/14.00	c decisions             : 8223         (89 /sec)
91.77/14.00	c propagations          : 68304       (742 /sec)
91.77/14.00	c root propagations     : 6490        
91.77/14.00	c filter calls          : 1703742        (18497 /sec)
91.77/14.00	c useless filter calls  : 1666897        (97 %)
91.77/14.00	c Memory used           : 694.39 MB
91.77/14.00	c Best bound time (wc)  : 13.0858 s
91.77/14.00	c CPU time              : 92.1079 s
91.77/14.00	c real time             : 14.0028 s
91.77/14.00	
91.77/14.00	
91.77/14.00	v <instantiation type='solution' cost='2'>
91.77/14.00	v <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
91.77/14.00	v <values>0 0 0 0 0 1 1 2 2 0 1 1 1 2 0 1 0 2 1 0 1 2 1 0 2 2 0 1 1 2 0 2 0 0 2 1 1 2 0 1 2 1 2 0 0 1 2 2 2 0 0 1 1 2 2 0 1 2 2 1 0 0 1 2 1 2 0 1 1 2 1 0 2 2 0 1 1 2 0 2 1 </values>
91.77/14.00	v </instantiation>
91.77/14.00	

Verifier Data

OK	2

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 (15212 MiB free)
  memory of node 1: 16384 MiB (15489 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409592-1569838890/watcher-4409592-1569838890 -o /tmp/evaluation-result-4409592-1569838890/solver-4409592-1569838890 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325353310-26745 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409592-1569838890.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26762, runsolver pid=26759
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 7.07 8.56 8.71 2/192 26763
/proc/meminfo: memFree=31435516/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=31208 memory=7548 CPUtime=0.1 cores=0-7
/proc/26762/stat : 26762 (cosoco) R 26759 26762 26718 0 -1 4202496 2078 0 0 0 10 0 0 0 20 0 1 0 559895041 31956992 1887 33554432000 4194304 6211132 140736910884176 140736910880712 140090620451813 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 7802 1887 823 493 0 1107 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31208 KiB
Current children cumulated memory: 7548 KiB

[startup+0.209905 s]*
/proc/loadavg: 7.07 8.56 8.71 2/192 26763
/proc/meminfo: memFree=31430556/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=36332 memory=12672 CPUtime=0.21 cores=0-7
/proc/26762/stat : 26762 (cosoco) R 26759 26762 26718 0 -1 4202496 3355 0 0 0 21 0 0 0 20 0 1 0 559895041 37203968 3168 33554432000 4194304 6211132 140736910884176 140736910880712 140090620451813 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 9083 3168 823 493 0 2388 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36332 KiB
Current children cumulated memory: 12672 KiB

[startup+0.309703 s]*
/proc/loadavg: 7.07 8.56 8.71 2/192 26763
/proc/meminfo: memFree=31426108/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=41040 memory=17380 CPUtime=0.3 cores=0-7
/proc/26762/stat : 26762 (cosoco) R 26759 26762 26718 0 -1 4202496 4511 0 0 0 30 0 0 0 20 0 1 0 559895041 42024960 4345 33554432000 4194304 6211132 140736910884176 140736910879112 140090620451813 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 10260 4345 823 493 0 3565 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41040 KiB
Current children cumulated memory: 17380 KiB

[startup+0.700241 s]
/proc/loadavg: 7.07 8.56 8.71 2/192 26763
/proc/meminfo: memFree=31416728/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=58788 memory=34996 CPUtime=0.69 cores=0-7
/proc/26762/stat : 26762 (cosoco) R 26759 26762 26718 0 -1 4202496 8960 0 0 0 68 1 0 0 20 0 1 0 559895041 60198912 8749 33554432000 4194304 6211132 140736910884176 140736910879272 140090620451813 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 14697 8749 823 493 0 8002 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 58788 KiB
Current children cumulated memory: 34996 KiB

[startup+1.50024 s]
/proc/loadavg: 7.07 8.56 8.71 2/192 26763
/proc/meminfo: memFree=31393912/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=96240 memory=72448 CPUtime=1.49 cores=0-7
/proc/26762/stat : 26762 (cosoco) R 26759 26762 26718 0 -1 4202496 18323 0 0 0 146 3 0 0 20 0 1 0 559895041 98549760 18112 33554432000 4194304 6211132 140736910884176 140736910875816 5457278 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 24060 18112 823 493 0 17365 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 96240 KiB
Current children cumulated memory: 72448 KiB

[startup+3.11101 s]
/proc/loadavg: 7.07 8.56 8.71 6/200 26771
/proc/meminfo: memFree=31281992/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=743832 memory=172728 CPUtime=5.62 cores=0-7
/proc/26762/stat : 26762 (cosoco) S 26759 26762 26718 0 -1 1077944320 65042 0 0 0 550 12 0 0 20 0 9 0 559895041 761683968 43182 33554432000 4194304 6211132 140736910884176 140736910882432 140090636492535 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 185958 43182 876 493 0 179263 0
[pid=26762/tid=26764] ppid=26759 vsize=743832 memory=151184 CPUtime=0.35 cores=0-7
/proc/26762/task/26764/stat : 26764 (cosoco) R 26759 26762 26718 0 -1 4202560 1802 0 0 0 35 0 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090613349032 5451568 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26765] ppid=26759 vsize=743832 memory=39860 CPUtime=0.35 cores=0-7
/proc/26762/task/26765/stat : 26765 (cosoco) R 26759 26762 26718 0 -1 4202560 2262 0 0 0 35 0 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090604956328 140090620447550 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26766] ppid=26759 vsize=743832 memory=3624 CPUtime=0.36 cores=0-7
/proc/26762/task/26766/stat : 26766 (cosoco) R 26759 26762 26718 0 -1 4202560 2222 0 0 0 35 1 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090596563624 5442988 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26767] ppid=26759 vsize=743832 memory=12000 CPUtime=0.35 cores=0-7
/proc/26762/task/26767/stat : 26767 (cosoco) R 26759 26762 26718 0 -1 4202560 3635 0 0 0 35 0 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090588170920 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26768] ppid=26759 vsize=743832 memory=984 CPUtime=0.36 cores=0-7
/proc/26762/task/26768/stat : 26768 (cosoco) R 26759 26762 26718 0 -1 4202560 2207 0 0 0 35 1 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090579778216 5443038 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26769] ppid=26759 vsize=743832 memory=2020 CPUtime=0.35 cores=0-7
/proc/26762/task/26769/stat : 26769 (cosoco) R 26759 26762 26718 0 -1 4202560 2252 0 0 0 35 0 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090571385512 140090620451813 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26770] ppid=26759 vsize=743832 memory=1420 CPUtime=0.36 cores=0-7
/proc/26762/task/26770/stat : 26770 (cosoco) R 26759 26762 26718 0 -1 4202560 2423 0 0 0 35 1 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090562992808 5069039 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26771] ppid=26759 vsize=743832 memory=776 CPUtime=0.35 cores=0-7
/proc/26762/task/26771/stat : 26771 (cosoco) R 26759 26762 26718 0 -1 4202560 2134 0 0 0 35 0 0 0 20 0 9 0 559895315 761683968 43182 33554432000 4194304 6211132 140736910884176 140090554600104 140090630396736 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 743832 KiB
Current children cumulated memory: 172728 KiB

[startup+6.30101 s]
/proc/loadavg: 7.15 8.55 8.71 9/200 26771
/proc/meminfo: memFree=31245284/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=745384 memory=197312 CPUtime=31.09 cores=0-7
/proc/26762/stat : 26762 (cosoco) S 26759 26762 26718 0 -1 1077944320 165658 0 0 0 3078 31 0 0 20 0 9 0 559895041 763273216 49328 33554432000 4194304 6211132 140736910884176 140736910882432 140090636492535 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 186346 49328 877 493 0 179651 0
[pid=26762/tid=26764] ppid=26759 vsize=745384 memory=197312 CPUtime=3.55 cores=0-7
/proc/26762/task/26764/stat : 26764 (cosoco) R 26759 26762 26718 0 -1 4202560 12911 0 0 0 351 4 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090613349464 5164706 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26765] ppid=26759 vsize=745384 memory=197312 CPUtime=3.54 cores=0-7
/proc/26762/task/26765/stat : 26765 (cosoco) R 26759 26762 26718 0 -1 4202560 13637 0 0 0 353 1 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090604956344 5446662 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26766] ppid=26759 vsize=745384 memory=197312 CPUtime=3.54 cores=0-7
/proc/26762/task/26766/stat : 26766 (cosoco) R 26759 26762 26718 0 -1 4202560 16135 0 0 0 350 4 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090596563592 140090630396756 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26767] ppid=26759 vsize=745384 memory=0 CPUtime=3.54 cores=0-7
/proc/26762/task/26767/stat : 26767 (cosoco) R 26759 26762 26718 0 -1 4202560 21091 0 0 0 353 1 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090588170888 5439818 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26768] ppid=26759 vsize=745384 memory=8029184123147673937 CPUtime=3.54 cores=0-7
/proc/26762/task/26768/stat : 26768 (cosoco) R 26759 26762 26718 0 -1 4202560 12608 0 0 0 351 3 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090579778888 5446143 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26769] ppid=26759 vsize=745384 memory=3624 CPUtime=3.54 cores=0-7
/proc/26762/task/26769/stat : 26769 (cosoco) R 26759 26762 26718 0 -1 4202560 18027 0 0 0 352 2 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090571385384 5164768 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26770] ppid=26759 vsize=745384 memory=12000 CPUtime=3.49 cores=0-7
/proc/26762/task/26770/stat : 26770 (cosoco) R 26759 26762 26718 0 -1 4202560 11930 0 0 0 346 3 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090562992824 140090629784736 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26771] ppid=26759 vsize=745384 memory=984 CPUtime=3.54 cores=0-7
/proc/26762/task/26771/stat : 26771 (cosoco) R 26759 26762 26718 0 -1 4202560 13206 0 0 0 352 2 0 0 20 0 9 0 559895315 763273216 49328 33554432000 4194304 6211132 140736910884176 140090554600720 5164877 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
Current children cumulated CPU time: 31.09 s
Current children cumulated vsize: 745384 KiB
Current children cumulated memory: 197312 KiB

[startup+12.701 s]
/proc/loadavg: 7.21 8.54 8.71 9/200 26771
/proc/meminfo: memFree=31245912/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=744348 memory=196572 CPUtime=82.19 cores=0-7
/proc/26762/stat : 26762 (cosoco) S 26759 26762 26718 0 -1 1077944320 308591 0 0 0 8170 49 0 0 20 0 9 0 559895041 762212352 49143 33554432000 4194304 6211132 140736910884176 140736910882432 140090636492535 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 186087 49143 877 493 0 179392 0
[pid=26762/tid=26764] ppid=26759 vsize=744348 memory=973 CPUtime=9.95 cores=0-7
/proc/26762/task/26764/stat : 26764 (cosoco) R 26759 26762 26718 0 -1 4202560 29506 0 0 0 989 6 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090613349704 4982624 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26765] ppid=26759 vsize=744348 memory=196572 CPUtime=9.94 cores=0-7
/proc/26762/task/26765/stat : 26765 (cosoco) R 26759 26762 26718 0 -1 4202560 30197 0 0 0 990 4 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090604956344 5480282 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26766] ppid=26759 vsize=744348 memory=139845402916479 CPUtime=9.94 cores=0-7
/proc/26762/task/26766/stat : 26766 (cosoco) R 26759 26762 26718 0 -1 4202560 32325 0 0 0 987 7 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090596563592 5439818 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26767] ppid=26759 vsize=744348 memory=3624 CPUtime=9.94 cores=0-7
/proc/26762/task/26767/stat : 26767 (cosoco) R 26759 26762 26718 0 -1 4202560 46489 0 0 0 991 3 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090588171592 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26768] ppid=26759 vsize=744348 memory=196572 CPUtime=9.94 cores=0-7
/proc/26762/task/26768/stat : 26768 (cosoco) R 26759 26762 26718 0 -1 4202560 29543 0 0 0 988 6 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090579778888 5451604 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26769] ppid=26759 vsize=744348 memory=196572 CPUtime=9.94 cores=0-7
/proc/26762/task/26769/stat : 26769 (cosoco) R 26759 26762 26718 0 -1 4202560 38936 0 0 0 990 4 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090571386184 5451642 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26770] ppid=26759 vsize=744348 memory=196572 CPUtime=9.8 cores=0-7
/proc/26762/task/26770/stat : 26770 (cosoco) R 26759 26762 26718 0 -1 4202560 26855 0 0 0 975 5 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090562992824 5451539 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26771] ppid=26759 vsize=744348 memory=196572 CPUtime=9.93 cores=0-7
/proc/26762/task/26771/stat : 26771 (cosoco) R 26759 26762 26718 0 -1 4202560 28627 0 0 0 990 3 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090554600720 5164989 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
Current children cumulated CPU time: 82.19 s
Current children cumulated vsize: 744348 KiB
Current children cumulated memory: 196572 KiB

[startup+14.0358 s]
# the end of solver process 26762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=92.1087 s, system=0.524727 s

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

[startup+12.801 s]
/proc/loadavg: 7.21 8.54 8.71 9/200 26771
/proc/meminfo: memFree=31245912/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=744348 memory=196572 CPUtime=82.99 cores=0-7
/proc/26762/stat : 26762 (cosoco) S 26759 26762 26718 0 -1 1077944320 308603 0 0 0 8250 49 0 0 20 0 9 0 559895041 762212352 49143 33554432000 4194304 6211132 140736910884176 140736910882432 140090636492535 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 186087 49143 877 493 0 179392 0
[pid=26762/tid=26764] ppid=26759 vsize=744348 memory=2404 CPUtime=10.05 cores=0-7
/proc/26762/task/26764/stat : 26764 (cosoco) R 26759 26762 26718 0 -1 4202560 29518 0 0 0 999 6 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090613349704 5451653 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26765] ppid=26759 vsize=744348 memory=6935054825532540783 CPUtime=10.04 cores=0-7
/proc/26762/task/26765/stat : 26765 (cosoco) R 26759 26762 26718 0 -1 4202560 30197 0 0 0 1000 4 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090604956344 140090621376076 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26766] ppid=26759 vsize=744348 memory=279681963011936 CPUtime=10.04 cores=0-7
/proc/26762/task/26766/stat : 26766 (cosoco) R 26759 26762 26718 0 -1 4202560 32325 0 0 0 997 7 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090596563592 5446143 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26767] ppid=26759 vsize=744348 memory=139840981451856 CPUtime=10.04 cores=0-7
/proc/26762/task/26767/stat : 26767 (cosoco) R 26759 26762 26718 0 -1 4202560 46489 0 0 0 1001 3 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090588171592 5164900 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26768] ppid=26759 vsize=744348 memory=0 CPUtime=10.04 cores=0-7
/proc/26762/task/26768/stat : 26768 (cosoco) R 26759 26762 26718 0 -1 4202560 29543 0 0 0 998 6 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090579778888 5009641 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26769] ppid=26759 vsize=744348 memory=2110191588365524 CPUtime=10.04 cores=0-7
/proc/26762/task/26769/stat : 26769 (cosoco) R 26759 26762 26718 0 -1 4202560 38936 0 0 0 1000 4 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090571386184 140090621372323 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26770] ppid=26759 vsize=744348 memory=8945 CPUtime=9.9 cores=0-7
/proc/26762/task/26770/stat : 26770 (cosoco) R 26759 26762 26718 0 -1 4202560 26855 0 0 0 985 5 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090562992824 5164700 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26771] ppid=26759 vsize=744348 memory=311593014806184240 CPUtime=10.03 cores=0-7
/proc/26762/task/26771/stat : 26771 (cosoco) R 26759 26762 26718 0 -1 4202560 28627 0 0 0 1000 3 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090554600720 5068958 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
Current children cumulated CPU time: 82.99 s
Current children cumulated vsize: 744348 KiB
Current children cumulated memory: 196572 KiB

[startup+13.601 s]
/proc/loadavg: 7.21 8.54 8.71 9/200 26771
/proc/meminfo: memFree=31245912/32770688 swapFree=66927776/67108860
[pid=26762] ppid=26759 vsize=744348 memory=196572 CPUtime=89.37 cores=0-7
/proc/26762/stat : 26762 (cosoco) S 26759 26762 26718 0 -1 1077944320 308702 0 0 0 8888 49 0 0 20 0 9 0 559895041 762212352 49143 33554432000 4194304 6211132 140736910884176 140736910882432 140090636492535 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
/proc/26762/statm: 186087 49143 877 493 0 179392 0
[pid=26762/tid=26764] ppid=26759 vsize=744348 memory=984 CPUtime=10.85 cores=0-7
/proc/26762/task/26764/stat : 26764 (cosoco) R 26759 26762 26718 0 -1 4202560 29595 0 0 0 1079 6 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090613349648 140090630396736 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26765] ppid=26759 vsize=744348 memory=6935054825532540783 CPUtime=10.84 cores=0-7
/proc/26762/task/26765/stat : 26765 (cosoco) R 26759 26762 26718 0 -1 4202560 30201 0 0 0 1080 4 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090604956344 5443025 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26766] ppid=26759 vsize=744348 memory=0 CPUtime=10.84 cores=0-7
/proc/26762/task/26766/stat : 26766 (cosoco) R 26759 26762 26718 0 -1 4202560 32330 0 0 0 1077 7 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090596563592 5456342 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26767] ppid=26759 vsize=744348 memory=279681962370768 CPUtime=10.84 cores=0-7
/proc/26762/task/26767/stat : 26767 (cosoco) R 26759 26762 26718 0 -1 4202560 46489 0 0 0 1081 3 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090588171592 5443096 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26768] ppid=26759 vsize=744348 memory=3184237761057248160 CPUtime=10.84 cores=0-7
/proc/26762/task/26768/stat : 26768 (cosoco) R 26759 26762 26718 0 -1 4202560 29544 0 0 0 1078 6 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090579778888 5193361 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26769] ppid=26759 vsize=744348 memory=1712 CPUtime=10.84 cores=0-7
/proc/26762/task/26769/stat : 26769 (cosoco) R 26759 26762 26718 0 -1 4202560 38946 0 0 0 1080 4 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090571386184 5451650 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26770] ppid=26759 vsize=744348 memory=164 CPUtime=10.69 cores=0-7
/proc/26762/task/26770/stat : 26770 (cosoco) R 26759 26762 26718 0 -1 4202560 26855 0 0 0 1064 5 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090562992824 140090630396746 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
[pid=26762/tid=26771] ppid=26759 vsize=744348 memory=-6737208495982354336 CPUtime=10.83 cores=0-7
/proc/26762/task/26771/stat : 26771 (cosoco) R 26759 26762 26718 0 -1 4202560 28629 0 0 0 1080 3 0 0 20 0 9 0 559895315 762212352 49143 33554432000 4194304 6211132 140736910884176 140090554600720 5069376 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 12447744 140736910890001 140736910890093 140736910890093 140736910893006 0
Current children cumulated CPU time: 89.37 s
Current children cumulated vsize: 744348 KiB
Current children cumulated memory: 196572 KiB

[startup+14.001 s]*
/proc/loadavg: 7.21 8.54 8.71 8/199 26771
/proc/meminfo: memFree=31246116/32770688 swapFree=66927776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 14.0359
CPU time (s): 92.6334
CPU user time (s): 92.1087
CPU system time (s): 0.524727
CPU usage (%): 659.975
Max. virtual memory (cumulated for all children) (KiB): 745384
Max. memory (cumulated for all children) (KiB): 197312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.1087
system time used= 0.524727
maximum resident set size= 197312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308799
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= 2651
involuntary context switches= 773


# summary of solver processes directly reported to runsolver:
#   pid: 26762
#   total CPU time (s): 92.6334
#   total CPU user time (s): 92.1087
#   total CPU system time (s): 0.524727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.08306 second user time and 0.174151 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-31 18:41:50
IDJOB=4409592
IDBENCH=139724
IDSOLVER=2877
FILE ID=node120/4409592-1569838890
RUNJOBID= node120-1325353310-26745
PBS_JOBID= 21705961
Free space on /tmp= 61844 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-09-09.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409592-1569838890/watcher-4409592-1569838890 -o /tmp/evaluation-result-4409592-1569838890/solver-4409592-1569838890 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325353310-26745 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409592-1569838890.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 72a1fa157874bc53acfadcbdb1252751
RANDOM SEED=1242452475

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        31439312 kB
MemAvailable:   31796472 kB
Buffers:          224668 kB
Cached:           461860 kB
SwapCached:        68828 kB
Active:           329112 kB
Inactive:         430528 kB
Active(anon):      24432 kB
Inactive(anon):   129772 kB
Active(file):     304680 kB
Inactive(file):   300756 kB
Unevictable:      107740 kB
Mlocked:          107740 kB
SwapTotal:      67108860 kB
SwapFree:       66927776 kB
Dirty:              2628 kB
Writeback:             0 kB
AnonPages:        112692 kB
Mapped:            27212 kB
Shmem:             72460 kB
Slab:             165044 kB
SReclaimable:     135120 kB
SUnreclaim:        29924 kB
KernelStack:        3296 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     547296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61840 MiB
End job on node120 at 2011-12-31 18:42:04