Trace number 4409700

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 196.942 27.0303

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
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 benchmark18.3246
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"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.15/3.11	c
6.15/3.11	c This is cosoco 2.00 --  
6.15/3.11	c
6.15/3.11	c command line: cosoco -model -nbcores=8 HOME/instance-4409700-1569838907.xml 
6.15/3.11	c enable optimization
6.15/3.11	c ========================================[ Problem Statistics ]===========================================
6.15/3.11	c |                                                                                                       
6.15/3.11	c |  Parse time        :         2.60 s 
6.15/3.11	c |
6.15/3.11	c |               Variables: 80
6.15/3.11	c |            Domain Sizes: 80..80
6.15/3.11	c |
6.15/3.11	c |             Constraints: 1277
6.15/3.11	c |                   Arity: 4..80
6.15/3.11	c | 
6.15/3.11	c |                   Types: 
6.15/3.11	c |                          Intension: 1260
6.15/3.11	c |                          Lex: 16
6.15/3.11	c |                          Max constant: 1
6.15/3.11	c |                          
6.15/3.11	c |               Objective: Minimize Max constant
6.15/3.11	
6.15/3.11	c =========================================================================================================
6.15/3.11	c Parallel mode: Portfolio
6.15/3.11	c [pFactory][Group N°0] created (threads:8).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
6.15/3.11	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
6.15/3.11	c [pFactory][Group N°0] concurrent mode: enabled.
6.15/3.11	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
6.15/3.11	c [pFactory][Group N°0] task 7 launched on thread 0.
6.15/3.11	c [pFactory][Group N°0] task 6 launched on thread 1.
6.15/3.11	c [pFactory][Group N°0] task 5 launched on thread 2.
6.15/3.11	c [pFactory][Group N°0] task 4 launched on thread 6.
6.15/3.11	c [pFactory][Group N°0] task 3 launched on thread 5.
6.15/3.11	c [pFactory][Group N°0] task 2 launched on thread 3.
6.15/3.11	c [pFactory][Group N°0] task 1 launched on thread 4.
6.15/3.11	c [pFactory][Group N°0] task 0 launched on thread 7.
6.15/3.11	o 79
6.86/3.24	o 4
8.46/3.43	o 3
184.91/25.50	o 2
196.91/27.01	c [pFactory][Group N°0] concurent mode: thread 3 has won with the task 2.
196.91/27.01	c [pFactory][Group N°0] Thread N°0 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°1 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°2 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°3 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°4 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°5 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°6 is joined.
196.91/27.01	c [pFactory][Group N°0] Thread N°7 is joined.
196.91/27.01	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°3)
196.91/27.01	s OPTIMUM FOUND
196.91/27.01	c call to solver        : 3
196.91/27.01	c
196.91/27.01	c restarts              : 858         
196.91/27.01	c conflicts             : 5347         (27 /sec)
196.91/27.01	c decisions             : 22537        (115 /sec)
196.91/27.01	c propagations          : 133170      (678 /sec)
196.91/27.01	c root propagations     : 6957        
196.91/27.01	c filter calls          : 3891588        (19823 /sec)
196.91/27.01	c useless filter calls  : 3820265        (98 %)
196.91/27.01	c Memory used           : 689.70 MB
196.91/27.01	c Best bound time (wc)  : 25.506 s
196.91/27.01	c CPU time              : 196.319 s
196.91/27.01	c real time             : 27.0079 s
196.91/27.01	
196.91/27.01	
196.91/27.01	v <instantiation type='solution' cost='2'>
196.91/27.01	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[0][9] 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[1][9] 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[2][9] 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[3][9] 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[4][9] 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[5][9] 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[6][9] 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[7][9] </list>
196.91/27.01	v <values>0 0 0 0 1 1 1 2 2 2 0 1 1 1 0 0 2 0 1 2 0 1 2 2 1 2 0 1 2 0 1 1 0 2 2 1 2 0 0 1 1 2 0 1 2 0 1 1 2 0 1 2 1 0 0 2 2 2 0 0 2 0 2 1 1 0 0 2 0 1 2 2 0 2 0 1 0 1 1 2 </values>
196.91/27.01	v </instantiation>
196.91/27.01	

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 (15211 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-4409700-1569838907/watcher-4409700-1569838907 -o /tmp/evaluation-result-4409700-1569838907/solver-4409700-1569838907 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325353310-26745 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409700-1569838907.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=26910, runsolver pid=26907
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 6.72 8.42 8.66 2/192 26911
/proc/meminfo: memFree=31434184/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=31320 memory=7528 CPUtime=0.1 cores=0-7
/proc/26910/stat : 26910 (cosoco) R 26907 26910 26718 0 -1 4202496 2106 0 0 0 10 0 0 0 20 0 1 0 559896785 32071680 1882 33554432000 4194304 6211132 140725829207632 140725829204168 140411074343008 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 7830 1882 823 493 0 1135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31320 KiB
Current children cumulated memory: 7528 KiB

[startup+0.209996 s]*
/proc/loadavg: 6.72 8.42 8.66 2/192 26911
/proc/meminfo: memFree=31429364/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=36436 memory=12776 CPUtime=0.21 cores=0-7
/proc/26910/stat : 26910 (cosoco) R 26907 26910 26718 0 -1 4202496 3368 0 0 0 21 0 0 0 20 0 1 0 559896785 37310464 3194 33554432000 4194304 6211132 140725829207632 140725829202728 140411070847973 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 9109 3194 823 493 0 2414 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36436 KiB
Current children cumulated memory: 12776 KiB

[startup+0.30974 s]*
/proc/loadavg: 6.72 8.42 8.66 2/192 26911
/proc/meminfo: memFree=31424652/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=41032 memory=17368 CPUtime=0.31 cores=0-7
/proc/26910/stat : 26910 (cosoco) R 26907 26910 26718 0 -1 4202496 4518 0 0 0 30 1 0 0 20 0 1 0 559896785 42016768 4342 33554432000 4194304 6211132 140725829207632 140725829202728 140411070847973 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 10258 4342 823 493 0 3563 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41032 KiB
Current children cumulated memory: 17368 KiB

[startup+0.70032 s]
/proc/loadavg: 6.72 8.42 8.66 2/192 26911
/proc/meminfo: memFree=31415048/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=58600 memory=34940 CPUtime=0.69 cores=0-7
/proc/26910/stat : 26910 (cosoco) R 26907 26910 26718 0 -1 4202496 8910 0 0 0 68 1 0 0 20 0 1 0 559896785 60006400 8735 33554432000 4194304 6211132 140725829207632 140725829202728 140411070847973 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 14650 8735 823 493 0 7955 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 58600 KiB
Current children cumulated memory: 34940 KiB

[startup+1.50032 s]
/proc/loadavg: 6.72 8.42 8.66 2/192 26911
/proc/meminfo: memFree=31392772/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=95416 memory=71756 CPUtime=1.49 cores=0-7
/proc/26910/stat : 26910 (cosoco) R 26907 26910 26718 0 -1 4202496 18123 0 0 0 146 3 0 0 20 0 1 0 559896785 97705984 17939 33554432000 4194304 6211132 140725829207632 140725829202568 140411070847973 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 23854 17939 823 493 0 17159 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 95416 KiB
Current children cumulated memory: 71756 KiB

[startup+3.11064 s]
/proc/loadavg: 6.26 8.29 8.62 9/200 26919
/proc/meminfo: memFree=31280868/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=739028 memory=169852 CPUtime=6.15 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 64501 0 0 0 602 13 0 0 20 0 9 0 559896785 756764672 42463 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 184757 42463 880 493 0 178062 0
[pid=26910/tid=26912] ppid=26907 vsize=739028 memory=155904 CPUtime=0.43 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 2480 0 0 0 42 1 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411063745192 5454208 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=739028 memory=39528 CPUtime=0.43 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 2197 0 0 0 43 0 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411055352488 5454208 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=739028 memory=3624 CPUtime=0.42 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 2114 0 0 0 42 0 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411046959784 5009641 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=739028 memory=12000 CPUtime=0.43 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 2292 0 0 0 43 0 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411038566968 5193364 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=739028 memory=984 CPUtime=0.43 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 1969 0 0 0 42 1 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411030174376 5451604 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=739028 memory=2020 CPUtime=0.43 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 2204 0 0 0 42 1 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411021781416 5446217 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=739028 memory=1420 CPUtime=0.43 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 2582 0 0 0 43 0 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411013388968 5179495 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=739028 memory=776 CPUtime=0.43 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 3705 0 0 0 43 0 0 0 20 0 9 0 559897052 756764672 42463 33554432000 4194304 6211132 140725829207632 140411004996264 5443128 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 739028 KiB
Current children cumulated memory: 169852 KiB

[startup+6.30065 s]
/proc/loadavg: 6.26 8.29 8.62 9/200 26919
/proc/meminfo: memFree=31255524/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=740580 memory=186768 CPUtime=31.62 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 157630 0 0 0 3133 29 0 0 20 0 9 0 559896785 758353920 46692 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 185145 46692 881 493 0 178450 0
[pid=26910/tid=26912] ppid=26907 vsize=740580 memory=186768 CPUtime=3.62 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 14203 0 0 0 359 3 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411063745624 5442980 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=740580 memory=186768 CPUtime=3.62 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 12686 0 0 0 360 2 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411055352504 5068958 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=740580 memory=186768 CPUtime=3.56 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 11051 0 0 0 354 2 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411046959528 5446680 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=740580 memory=0 CPUtime=3.61 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 14590 0 0 0 360 1 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411038567096 5443038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=740580 memory=7667493188871285330 CPUtime=3.62 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 15217 0 0 0 358 4 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411030174344 5397407 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=740580 memory=3624 CPUtime=3.61 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 11823 0 0 0 358 3 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411021781640 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=740580 memory=12000 CPUtime=3.61 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 13221 0 0 0 360 1 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411013388984 140411080792906 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=740580 memory=984 CPUtime=3.62 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 19881 0 0 0 360 2 0 0 20 0 9 0 559897052 758353920 46692 33554432000 4194304 6211132 140725829207632 140411004996232 5480285 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 31.62 s
Current children cumulated vsize: 740580 KiB
Current children cumulated memory: 186768 KiB

[startup+12.7006 s]
/proc/loadavg: 6.61 8.30 8.62 9/201 26921
/proc/meminfo: memFree=31255164/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=740060 memory=186332 CPUtime=82.71 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 331833 0 0 0 8222 49 0 0 20 0 9 0 559896785 757821440 46583 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 185015 46583 881 493 0 178320 0
[pid=26910/tid=26912] ppid=26907 vsize=740060 memory=981 CPUtime=10.02 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 35250 0 0 0 996 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411063745624 5164781 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=740060 memory=186332 CPUtime=10.01 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 31480 0 0 0 998 3 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411055352504 140411080792906 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=740060 memory=140026620413567 CPUtime=9.87 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 30641 0 0 0 983 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411046960456 5164809 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=740060 memory=3624 CPUtime=10.01 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 36376 0 0 0 997 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411038567096 5480288 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=740060 memory=186332 CPUtime=10.01 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 40550 0 0 0 993 8 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411030174344 5443093 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=740060 memory=186332 CPUtime=10.01 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 31555 0 0 0 996 5 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411021782344 5480327 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=740060 memory=186332 CPUtime=10.02 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 33104 0 0 0 999 3 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411013388984 5451514 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=740060 memory=186332 CPUtime=10.01 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 47919 0 0 0 997 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411004996232 5165028 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 82.71 s
Current children cumulated vsize: 740060 KiB
Current children cumulated memory: 186332 KiB

[startup+25.5006 s]
/proc/loadavg: 6.82 8.29 8.62 9/200 26921
/proc/meminfo: memFree=31255044/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=740060 memory=186332 CPUtime=184.91 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 424966 0 0 0 18431 60 0 0 20 0 9 0 559896785 757821440 46583 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 185015 46583 881 493 0 178320 0
[pid=26910/tid=26912] ppid=26907 vsize=740060 memory=186332 CPUtime=22.81 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 45538 0 0 0 2274 7 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411063745624 5008987 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=740060 memory=186332 CPUtime=22.81 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 41698 0 0 0 2277 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411055352504 5451627 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=740060 memory=186332 CPUtime=22.48 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 40845 0 0 0 2242 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411046960456 5193364 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=740060 memory=186332 CPUtime=22.81 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 46929 0 0 0 2276 5 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411038567096 5193361 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=740060 memory=164 CPUtime=22.81 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 54805 0 0 0 2270 11 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411030174344 5446936 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=740060 memory=186332 CPUtime=22.81 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 41692 0 0 0 2275 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411021782344 5164706 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=740060 memory=186332 CPUtime=22.82 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 43379 0 0 0 2278 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411013388984 5008918 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=740060 memory=1420 CPUtime=22.81 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 65122 0 0 0 2275 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411004996232 5008971 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 184.91 s
Current children cumulated vsize: 740060 KiB
Current children cumulated memory: 186332 KiB

[startup+27.0303 s]
# the end of solver process 26910 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=196.319 s, system=0.622585 s

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

[startup+25.6016 s]
/proc/loadavg: 6.82 8.29 8.62 9/200 26921
/proc/meminfo: memFree=31255044/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=740060 memory=186332 CPUtime=185.71 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 424980 0 0 0 18511 60 0 0 20 0 9 0 559896785 757821440 46583 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 185015 46583 881 493 0 178320 0
[pid=26910/tid=26912] ppid=26907 vsize=740060 memory=186332 CPUtime=22.91 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 45538 0 0 0 2284 7 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411063745624 5451580 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=740060 memory=0 CPUtime=22.91 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 41698 0 0 0 2287 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411055352504 5452251 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=740060 memory=186332 CPUtime=22.58 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 40845 0 0 0 2252 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411046960456 5397407 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=740060 memory=12000 CPUtime=22.91 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 46943 0 0 0 2286 5 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411038567696 5193380 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=740060 memory=660 CPUtime=22.91 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 54805 0 0 0 2280 11 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411030174344 5009615 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=740060 memory=1556 CPUtime=22.91 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 41692 0 0 0 2285 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411021782344 5068955 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=740060 memory=9588 CPUtime=22.92 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 43379 0 0 0 2288 4 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411013388984 5446292 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=740060 memory=6935054825532540783 CPUtime=22.91 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 65122 0 0 0 2285 6 0 0 20 0 9 0 559897052 757821440 46583 33554432000 4194304 6211132 140725829207632 140411004996232 5440652 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 185.71 s
Current children cumulated vsize: 740060 KiB
Current children cumulated memory: 186332 KiB

[startup+26.4006 s]
/proc/loadavg: 6.82 8.29 8.62 9/200 26921
/proc/meminfo: memFree=31255044/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=739544 memory=186044 CPUtime=192.09 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 425065 0 0 0 19149 60 0 0 20 0 9 0 559896785 757293056 46511 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 184886 46511 881 493 0 178191 0
[pid=26910/tid=26912] ppid=26907 vsize=739544 memory=186332 CPUtime=23.71 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 45538 0 0 0 2364 7 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411063745624 5453936 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=739544 memory=-6984111446299076700 CPUtime=23.71 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 41698 0 0 0 2367 4 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411055352504 5164995 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=739544 memory=-2247047206207641111 CPUtime=23.36 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 40845 0 0 0 2330 6 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411046960456 5443104 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=739544 memory=6935054825532540783 CPUtime=23.71 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 47003 0 0 0 2366 5 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411038567696 140411071768464 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=739544 memory=576587674381544995 CPUtime=23.71 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 54823 0 0 0 2360 11 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411030174344 5193361 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=739544 memory=288286658309391229 CPUtime=23.71 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 41692 0 0 0 2365 6 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411021782344 5068981 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=739544 memory=7596562551486634348 CPUtime=23.72 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 43379 0 0 0 2368 4 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411013388984 5164781 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=739544 memory=3762257430744939217 CPUtime=23.71 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 65129 0 0 0 2365 6 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411004996936 5451632 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 192.09 s
Current children cumulated vsize: 739544 KiB
Current children cumulated memory: 186044 KiB

[startup+26.8006 s]
/proc/loadavg: 6.82 8.29 8.62 9/200 26921
/proc/meminfo: memFree=31255044/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=739544 memory=186044 CPUtime=195.29 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 425074 0 0 0 19469 60 0 0 20 0 9 0 559896785 757293056 46511 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 184886 46511 881 493 0 178191 0
[pid=26910/tid=26912] ppid=26907 vsize=739544 memory=3066 CPUtime=24.11 cores=0-7
/proc/26910/task/26912/stat : 26912 (cosoco) R 26907 26910 26718 0 -1 4202560 45538 0 0 0 2404 7 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411063745624 5443074 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26913] ppid=26907 vsize=739544 memory=2262 CPUtime=24.11 cores=0-7
/proc/26910/task/26913/stat : 26913 (cosoco) R 26907 26910 26718 0 -1 4202560 41699 0 0 0 2407 4 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411055352504 5008944 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26914] ppid=26907 vsize=739544 memory=6935054825532540783 CPUtime=23.76 cores=0-7
/proc/26910/task/26914/stat : 26914 (cosoco) R 26907 26910 26718 0 -1 4202560 40845 0 0 0 2370 6 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411046960456 5443035 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26915] ppid=26907 vsize=739544 memory=-7521736447810188379 CPUtime=24.11 cores=0-7
/proc/26910/task/26915/stat : 26915 (cosoco) R 26907 26910 26718 0 -1 4202560 47003 0 0 0 2406 5 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411038567696 140411071774111 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26916] ppid=26907 vsize=739544 memory=-8412652160765825907 CPUtime=24.11 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 54823 0 0 0 2400 11 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411030174344 5451501 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26917] ppid=26907 vsize=739544 memory=7897517683652307531 CPUtime=24.11 cores=0-7
/proc/26910/task/26917/stat : 26917 (cosoco) R 26907 26910 26718 0 -1 4202560 41692 0 0 0 2405 6 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411021782344 140411080792902 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26918] ppid=26907 vsize=739544 memory=8514726395715349656 CPUtime=24.12 cores=0-7
/proc/26910/task/26918/stat : 26918 (cosoco) R 26907 26910 26718 0 -1 4202560 43386 0 0 0 2408 4 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411013388984 140411071772222 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
[pid=26910/tid=26919] ppid=26907 vsize=739544 memory=-8634980985311628903 CPUtime=24.11 cores=0-7
/proc/26910/task/26919/stat : 26919 (cosoco) R 26907 26910 26718 0 -1 4202560 65130 0 0 0 2405 6 0 0 20 0 9 0 559897052 757293056 46511 33554432000 4194304 6211132 140725829207632 140411004996936 140411071768483 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 195.29 s
Current children cumulated vsize: 739544 KiB
Current children cumulated memory: 186044 KiB

[startup+27.0006 s]*
/proc/loadavg: 6.91 8.29 8.61 6/197 26921
/proc/meminfo: memFree=31255092/32770688 swapFree=66927776/67108860
[pid=26910] ppid=26907 vsize=739028 memory=185716 CPUtime=196.91 cores=0-7
/proc/26910/stat : 26910 (cosoco) S 26907 26910 26718 0 -1 1077944320 425162 0 0 0 19631 60 0 0 20 0 2 0 559896785 756764672 46429 33554432000 4194304 6211132 140725829207632 140725829205888 140411086888695 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
/proc/26910/statm: 184757 46429 882 493 0 178062 0
[pid=26910/tid=26916] ppid=26907 vsize=739028 memory=1398722017469774279 CPUtime=24.32 cores=0-7
/proc/26910/task/26916/stat : 26916 (cosoco) R 26907 26910 26718 0 -1 4202560 54854 0 0 0 2421 11 0 0 20 0 2 0 559897052 756764672 46429 33554432000 4194304 6211132 140725829207632 140411030174344 5069297 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 29896704 140725829215249 140725829215341 140725829215341 140725829218254 0
Current children cumulated CPU time: 196.91 s
Current children cumulated vsize: 739028 KiB
Current children cumulated memory: 185716 KiB

Child status: 0
Real time (s): 27.0303
CPU time (s): 196.942
CPU user time (s): 196.319
CPU system time (s): 0.622585
CPU usage (%): 728.596
Max. virtual memory (cumulated for all children) (KiB): 740712
Max. memory (cumulated for all children) (KiB): 186768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.319
system time used= 0.622585
maximum resident set size= 186768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425190
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= 2771
involuntary context switches= 1719


# summary of solver processes directly reported to runsolver:
#   pid: 26910
#   total CPU time (s): 196.942
#   total CPU user time (s): 196.319
#   total CPU system time (s): 0.622585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.169505 second user time and 0.2882 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-31 18:42:07
IDJOB=4409700
IDBENCH=139745
IDSOLVER=2877
FILE ID=node120/4409700-1569838907
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-s2/ChessboardColoration-int-08-10.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409700-1569838907/watcher-4409700-1569838907 -o /tmp/evaluation-result-4409700-1569838907/solver-4409700-1569838907 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325353310-26745 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409700-1569838907.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=1787699739

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:        31438200 kB
MemAvailable:   31795652 kB
Buffers:          224724 kB
Cached:           462352 kB
SwapCached:        68828 kB
Active:           329424 kB
Inactive:         430336 kB
Active(anon):      24540 kB
Inactive(anon):   129512 kB
Active(file):     304884 kB
Inactive(file):   300824 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66927776 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:        112796 kB
Mapped:            27828 kB
Shmem:             72460 kB
Slab:             164904 kB
SReclaimable:     135160 kB
SUnreclaim:        29744 kB
KernelStack:        3456 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     547452 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:34