Trace number 4245700

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
R1: choco-solver 4.0.5 (2017-07-05)Wrong Opt.1617 7.74334 1.7155

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug21.xml
MD5SUMe5033dc7ed55784590c83dd9aaaff95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1228
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints211
Number of domains2
Minimum domain size8
Maximum domain size21
Distribution of domain sizes[{"size":8,"count":210},{"size":21,"count":21}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":21}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":210},{"arity":21,"count":1}]
Number of extensional constraints210
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":210},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245700-1500686135.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4245700-1500686135.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
0.00/0.92	c solve instance...
4.04/1.19	o 1737 
4.78/1.24	o 1711 
5.77/1.41	o 1707 
5.77/1.43	o 1681 
5.77/1.44	o 1648 
7.27/1.63	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
7.27/1.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.27/1.63		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
7.27/1.63		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
7.27/1.63		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
7.27/1.63		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
7.27/1.63	Caused by: java.lang.ArrayIndexOutOfBoundsException
7.27/1.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
7.27/1.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
7.27/1.63		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
7.27/1.63		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
7.27/1.63		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
7.27/1.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
7.27/1.63		... 4 more
7.27/1.63	Caused by: java.lang.ArrayIndexOutOfBoundsException
7.27/1.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
7.27/1.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
7.27/1.63		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
7.27/1.63		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
7.27/1.63		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
7.27/1.63		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
7.27/1.63		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
7.27/1.63		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
7.27/1.63		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
7.27/1.63		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
7.27/1.63		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
7.27/1.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
7.27/1.63		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
7.27/1.63		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
7.27/1.63		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.27/1.63		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.27/1.63		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.27/1.63		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.27/1.63	Caused by: java.lang.ArrayIndexOutOfBoundsException: 36
7.27/1.63		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:80)
7.27/1.63		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:64)
7.27/1.63		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:140)
7.27/1.63		at org.chocosolver.solver.Solver.restart(Solver.java:588)
7.27/1.63		at org.chocosolver.solver.search.loop.move.MoveLNS.doRestart(MoveLNS.java:253)
7.27/1.63		at org.chocosolver.solver.search.loop.move.MoveLNS.repair(MoveLNS.java:183)
7.27/1.63		at org.chocosolver.solver.Solver.repair(Solver.java:446)
7.27/1.63		at org.chocosolver.solver.Solver.searchLoop(Solver.java:302)
7.27/1.63		at org.chocosolver.solver.Solver.solve(Solver.java:264)
7.27/1.63		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
7.27/1.63		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.27/1.63		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.27/1.63		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.27/1.63		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.27/1.63		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.27/1.63		... 4 more
7.27/1.63	o 1639 
7.27/1.64	o 1626 
7.27/1.65	o 1617 
7.27/1.65	s OPTIMUM FOUND
7.27/1.65	v <instantiation>
7.27/1.65	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[0][20] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[1][20] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[2][20] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[3][20] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[4][20] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[5][20] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[6][20] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[7][20] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[8][20] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[9][20] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[10][20] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[11][20] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[12][20] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[13][20] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[14][20] d[15][16] d[15][17] d[15][18] d[15][19] d[15][20] d[16][17] d[16][18] d[16][19] d[16][20] d[17][18] d[17][19] d[17][20] d[18][19] d[18][20] d[19][20] </list>
7.27/1.65	v 	<values>6 8 15 18 10 0 11 7 12 20 9 2 17 5 3 13 1 16 14 19 4 10 10 10 10 10 10 10 6 5 5 5 1 1 0 0 0 2 0 1 2 3 0 2 0 1 1 5 4 10 5 2 2 2 2 2 0 0 0 0 0 1 0 0 4 4 2 5 4 3 5 5 1 0 0 4 2 0 0 3 0 10 1 5 5 3 5 0 1 3 0 2 0 0 0 2 0 5 0 0 5 4 2 4 6 1 1 0 2 0 0 5 5 0 1 5 2 6 2 0 0 3 5 2 0 0 0 5 0 5 1 0 10 0 5 0 0 2 2 2 0 0 3 5 2 2 2 0 0 5 2 6 0 6 6 0 2 10 2 2 5 2 0 0 0 3 5 2 0 2 0 6 0 0 5 2 1 0 1 0 0 2 5 1 2 0 6 0 3 4 4 0 0 2 4 5 1 5 2 2 1 1 1 0 2 4 0 5 0 5 5 0 1 2 1 0 0 0 2 10 0 0 0 1 10 5 0 2 1 0 0 </values>
7.27/1.65	v </instantiation>

Verifier Data

OK	1617

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245700-1500686135/watcher-4245700-1500686135 -o /tmp/evaluation-result-4245700-1500686135/solver-4245700-1500686135 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2111115402 HOME/instance-4245700-1500686135.xml 

pid=29055
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 16.13 15.77 14.06 9/271 29058
/proc/meminfo: memFree=30771876/32770624 swapFree=5800/239756
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0

[startup+0.100062 s]
/proc/loadavg: 16.13 15.77 14.06 9/271 29058
/proc/meminfo: memFree=30771876/32770624 swapFree=5800/239756
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200311 s]
/proc/loadavg: 16.13 15.77 14.06 9/271 29058
/proc/meminfo: memFree=30771876/32770624 swapFree=5800/239756
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300382 s]
/proc/loadavg: 16.13 15.77 14.06 9/271 29058
/proc/meminfo: memFree=30771876/32770624 swapFree=5800/239756
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700184 s]
/proc/loadavg: 16.13 15.77 14.06 9/271 29058
/proc/meminfo: memFree=30771876/32770624 swapFree=5800/239756
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50112 s]
/proc/loadavg: 15.72 15.69 14.04 20/300 29087
/proc/meminfo: memFree=30644140/32770624 swapFree=5800/239788
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
[pid=29059] ppid=29058 vsize=13801768 CPUtime=6.47 cores=1,3,5,7,9,11,13,15
/proc/29059/stat : 29059 (java) S 29058 29058 7621 0 -1 1077944320 16298 0 0 0 631 16 0 0 20 0 28 0 3881222 14133010432 49205 33554432000 4194304 4196468 140727968210864 140727968193408 139813626834679 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
/proc/29059/statm: 3450442 49205 3241 1 0 3437675 0
[pid=29059/tid=29060] ppid=29058 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29060/stat : 29060 (java) S 29058 29058 7621 0 -1 1077944384 6417 0 0 0 87 3 0 0 20 0 28 0 3881222 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813631075456 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29062] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29062/stat : 29062 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813545315088 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29063] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29063/stat : 29063 (java) S 29058 29058 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813544262544 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29064] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29064/stat : 29064 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813543210000 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29065] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29065/stat : 29065 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813542157456 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29066] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29066/stat : 29066 (java) S 29058 29058 7621 0 -1 1077944384 12 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813541103888 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29067] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29067/stat : 29067 (java) S 29058 29058 7621 0 -1 1077944384 19 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813540051344 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29068] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29068/stat : 29068 (java) S 29058 29058 7621 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813538998800 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29069] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29069/stat : 29069 (java) S 29058 29058 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49205 33554432000 4194304 4196468 140727968210864 139813537946256 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29070] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29070/stat : 29070 (java) S 29058 29058 7621 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 3881225 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812954835440 139813626845826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29071] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29071/stat : 29071 (java) S 29058 29058 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3881226 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812953781664 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29072] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29072/stat : 29072 (java) S 29058 29058 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3881226 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812952729088 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29073] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29073/stat : 29073 (java) S 29058 29058 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3881230 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812951677648 139813626853275 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29074] ppid=29058 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29074/stat : 29074 (java) R 29058 29058 7621 0 -1 4202560 1562 0 0 0 79 0 0 0 20 0 28 0 3881230 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812950612560 139813610366158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29075] ppid=29058 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29075/stat : 29075 (java) R 29058 29058 7621 0 -1 4202560 1858 0 0 0 76 1 0 0 20 0 28 0 3881230 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812949557920 139813608378774 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29076] ppid=29058 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29076/stat : 29076 (java) R 29058 29058 7621 0 -1 4202560 1692 0 0 0 78 0 0 0 20 0 28 0 3881230 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812948518048 139813610326405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29077] ppid=29058 vsize=13801768 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29077/stat : 29077 (java) S 29058 29058 7621 0 -1 1077944384 2123 0 0 0 72 1 0 0 20 0 28 0 3881230 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812947462480 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29078] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29078/stat : 29078 (java) S 29058 29058 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3881231 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812946414304 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29079] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29079/stat : 29079 (java) S 29058 29058 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3881231 14133010432 49205 33554432000 4194304 4196468 140727968210864 139812945361840 139813626845826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 13811280

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

[startup+1.6015 s]
/proc/loadavg: 15.72 15.69 14.04 20/300 29087
/proc/meminfo: memFree=30644140/32770624 swapFree=5800/239788
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
[pid=29059] ppid=29058 vsize=13801768 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/29059/stat : 29059 (java) S 29058 29058 7621 0 -1 1077944320 16470 0 0 0 711 16 0 0 20 0 28 0 3881222 14133010432 49408 33554432000 4194304 4196468 140727968210864 140727968193408 139813626834679 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
/proc/29059/statm: 3450442 49408 3242 1 0 3437675 0
[pid=29059/tid=29060] ppid=29058 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29060/stat : 29060 (java) S 29058 29058 7621 0 -1 1077944384 6417 0 0 0 87 3 0 0 20 0 28 0 3881222 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813631075456 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29062] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29062/stat : 29062 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813545315088 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29063] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29063/stat : 29063 (java) S 29058 29058 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813544262544 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29064] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29064/stat : 29064 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813543210000 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29065] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29065/stat : 29065 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813542157456 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29066] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29066/stat : 29066 (java) S 29058 29058 7621 0 -1 1077944384 12 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813541103888 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29067] ppid=29058 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29067/stat : 29067 (java) S 29058 29058 7621 0 -1 1077944384 19 0 0 0 0 1 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813540051344 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29068] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29068/stat : 29068 (java) S 29058 29058 7621 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813538998800 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29069] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29069/stat : 29069 (java) S 29058 29058 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3881223 14133010432 49408 33554432000 4194304 4196468 140727968210864 139813537946256 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29070] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29070/stat : 29070 (java) S 29058 29058 7621 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 3881225 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812954835440 139813626845826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29071] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29071/stat : 29071 (java) S 29058 29058 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3881226 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812953781664 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29072] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29072/stat : 29072 (java) S 29058 29058 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3881226 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812952729088 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29073] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29073/stat : 29073 (java) S 29058 29058 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3881230 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812951677648 139813626853275 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29074] ppid=29058 vsize=13801768 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29074/stat : 29074 (java) R 29058 29058 7621 0 -1 4202560 1562 0 0 0 89 0 0 0 20 0 28 0 3881230 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812950610464 139813608378906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29075] ppid=29058 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29075/stat : 29075 (java) R 29058 29058 7621 0 -1 4202560 1871 0 0 0 85 1 0 0 20 0 28 0 3881230 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812949556784 139813611226656 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29076] ppid=29058 vsize=13801768 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29076/stat : 29076 (java) R 29058 29058 7621 0 -1 4202560 1757 0 0 0 87 0 0 0 20 0 28 0 3881230 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812948500168 139813606688240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29077] ppid=29058 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29077/stat : 29077 (java) S 29058 29058 7621 0 -1 1077944384 2212 0 0 0 75 1 0 0 20 0 28 0 3881230 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812947466608 139813626845826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29078] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29078/stat : 29078 (java) S 29058 29058 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3881231 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812946414304 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29079] ppid=29058 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29079/stat : 29079 (java) S 29058 29058 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3881231 14133010432 49408 33554432000 4194304 4196468 140727968210864 139812945361840 139813626845826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 13811280

[startup+1.70118 s]
/proc/loadavg: 15.72 15.69 14.04 20/300 29087
/proc/meminfo: memFree=30644140/32770624 swapFree=5800/239788
[pid=29058] ppid=29055 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29058/stat : 29058 (xcsp3-exec) S 29055 29058 7621 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3881221 9740288 346 33554432000 4194304 5098028 140726382413888 140726382411992 140102271922812 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15392768 140726382417038 140726382417248 140726382417248 140726382419947 0
/proc/29058/statm: 2378 346 289 221 0 87 0
[pid=29059] ppid=29058 vsize=13868332 CPUtime=7.72 cores=1,3,5,7,9,11,13,15
/proc/29059/stat : 29059 (java) S 29058 29058 7621 0 -1 1077944320 18277 0 0 0 755 17 0 0 20 0 19 0 3881222 14201171968 50809 33554432000 4194304 4196468 140727968210864 140727968193408 139813626834679 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
/proc/29059/statm: 3467083 50809 3242 1 0 3454316 0
[pid=29059/tid=29060] ppid=29058 vsize=13868332 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29060/stat : 29060 (java) S 29058 29058 7621 0 -1 1077944384 6424 0 0 0 88 3 0 0 20 0 19 0 3881222 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813631077520 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29062] ppid=29058 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29062/stat : 29062 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813545315088 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29063] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29063/stat : 29063 (java) S 29058 29058 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813544262544 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29064] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29064/stat : 29064 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813543210000 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29065] ppid=29058 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29065/stat : 29065 (java) S 29058 29058 7621 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813542157456 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29066] ppid=29058 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29066/stat : 29066 (java) S 29058 29058 7621 0 -1 1077944384 12 0 0 0 0 1 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813541103888 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29067] ppid=29058 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29067/stat : 29067 (java) S 29058 29058 7621 0 -1 1077944384 19 0 0 0 0 1 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813540051344 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29068] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29068/stat : 29068 (java) S 29058 29058 7621 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813538998800 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29069] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29069/stat : 29069 (java) S 29058 29058 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 3881223 14201171968 50809 33554432000 4194304 4196468 140727968210864 139813537946256 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29070] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29070/stat : 29070 (java) S 29058 29058 7621 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 3881225 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812954835648 139813626845826 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29071] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29071/stat : 29071 (java) S 29058 29058 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 3881226 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812953781664 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29072] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29072/stat : 29072 (java) S 29058 29058 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 3881226 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812952729088 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29073] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29073/stat : 29073 (java) S 29058 29058 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 3881230 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812951676704 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29074] ppid=29058 vsize=13868332 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29074/stat : 29074 (java) S 29058 29058 7621 0 -1 1077944384 1573 0 0 0 95 0 0 0 20 0 19 0 3881230 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812950604640 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29075] ppid=29058 vsize=13868332 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29075/stat : 29075 (java) S 29058 29058 7621 0 -1 1077944384 1893 0 0 0 89 1 0 0 20 0 19 0 3881230 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812949552096 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29076] ppid=29058 vsize=13868332 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29076/stat : 29076 (java) R 29058 29058 7621 0 -1 4202560 3088 0 0 0 95 1 0 0 20 0 19 0 3881230 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812948503560 139813608379640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29077] ppid=29058 vsize=13868332 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29077/stat : 29077 (java) S 29058 29058 7621 0 -1 1077944384 2252 0 0 0 77 1 0 0 20 0 19 0 3881230 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812947466608 139813626845826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
[pid=29059/tid=29078] ppid=29058 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29059/task/29078/stat : 29078 (java) S 29058 29058 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 3881231 14201171968 50809 33554432000 4194304 4196468 140727968210864 139812946414304 139813626844885 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36438016 140727968212156 140727968212332 140727968212332 140727968214991 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 13877844

Child status: 0
Real time (s): 1.7155
CPU time (s): 7.74334
CPU user time (s): 7.5615
CPU system time (s): 0.181842
CPU usage (%): 451.375
Max. virtual memory (cumulated for all children) (KiB): 13877844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.56149
system time used= 0.181842
maximum resident set size= 204356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3730
involuntary context switches= 878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016797 second user time and 0.026246 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 03:15:35
IDJOB=4245700
IDBENCH=123063
IDSOLVER=2625
FILE ID=node124/4245700-1500686135
RUNJOBID= node124-1500683887-7653
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug21.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245700-1500686135/watcher-4245700-1500686135 -o /tmp/evaluation-result-4245700-1500686135/solver-4245700-1500686135 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2111115402 HOME/instance-4245700-1500686135.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= e5033dc7ed55784590c83dd9aaaff95e
RANDOM SEED=2111115402

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30771956 kB
MemAvailable:   30817016 kB
Buffers:           50420 kB
Cached:           305492 kB
SwapCached:            0 kB
Active:          1378308 kB
Inactive:         248512 kB
Active(anon):    1273560 kB
Inactive(anon):     8756 kB
Active(file):     104748 kB
Inactive(file):   239756 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7944 kB
Writeback:             0 kB
AnonPages:       1286384 kB
Mapped:            42560 kB
Shmem:              8872 kB
Slab:              66276 kB
SReclaimable:      32784 kB
SUnreclaim:        33492 kB
KernelStack:        5008 kB
PageTables:         8212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3279268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1169408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61992 MiB
End job on node124 at 2017-07-22 03:15:37