Trace number 4249749

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 5a (2017-07-05)Wrong Opt.3732 9.33859 1.86927

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff54.xml
MD5SUM76d2700a299711a8f7ac3a1d3d618278
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3420
Best CPU time to get the best result obtained on this benchmark0.41634801
Satisfiable
(Un)Satisfiability was proved
Number of variables199
Number of constraints197
Number of domains36
Minimum domain size34
Maximum domain size36
Distribution of domain sizes[{"size":34,"count":4},{"size":35,"count":76},{"size":36,"count":119}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":196},{"degree":50,"count":3}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":147},{"arity":3,"count":1},{"arity":4,"count":49}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147},{"type":"ordered","count":1},{"type":"minimum","count":49}]
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-4249749-1500695942.xml"  -tl '2400s' -p 8 -x 3
0.00/0.17	c [HOME/instance-4249749-1500695942.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
5.19/1.28	c solve instance...
6.76/1.52	o 16710 
6.76/1.53	o 4040 
7.44/1.67	o 4028 
7.44/1.68	o 3910 
7.44/1.69	o 3750 
8.94/1.84	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
8.94/1.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.94/1.84		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
8.94/1.84		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
8.94/1.84		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
8.94/1.84		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
8.94/1.84	Caused by: java.lang.ArrayIndexOutOfBoundsException
8.94/1.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.94/1.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.94/1.84		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.94/1.84		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.94/1.84		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.94/1.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
8.94/1.84		... 4 more
8.94/1.84	Caused by: java.lang.ArrayIndexOutOfBoundsException
8.94/1.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.94/1.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.94/1.84		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.94/1.84		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.94/1.84		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.94/1.84		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
8.94/1.84		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
8.94/1.84		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
8.94/1.84		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
8.94/1.84		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
8.94/1.84		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
8.94/1.84		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
8.94/1.84		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
8.94/1.84		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
8.94/1.84		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.94/1.84		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.94/1.84		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.94/1.84		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.94/1.84	Caused by: java.lang.ArrayIndexOutOfBoundsException: 15
8.94/1.84		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:86)
8.94/1.84		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:64)
8.94/1.84		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:140)
8.94/1.84		at org.chocosolver.solver.Solver.restart(Solver.java:588)
8.94/1.84		at org.chocosolver.solver.search.loop.move.MoveLNS.doRestart(MoveLNS.java:253)
8.94/1.84		at org.chocosolver.solver.search.loop.move.MoveLNS.repair(MoveLNS.java:183)
8.94/1.84		at org.chocosolver.solver.Solver.repair(Solver.java:446)
8.94/1.84		at org.chocosolver.solver.Solver.searchLoop(Solver.java:302)
8.94/1.84		at org.chocosolver.solver.Solver.solve(Solver.java:264)
8.94/1.84		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
8.94/1.84		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.94/1.84		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.94/1.84		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.94/1.84		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.94/1.84		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.94/1.84		... 4 more
8.94/1.84	o 3732 
8.94/1.85	s OPTIMUM FOUND
8.94/1.85	v <instantiation>
8.94/1.85	v 	<list>x[0] x[1] x[2] drd[0][0] drd[0][1] drd[0][2] drd[1][0] drd[1][1] drd[1][2] drd[2][0] drd[2][1] drd[2][2] drd[3][0] drd[3][1] drd[3][2] drd[4][0] drd[4][1] drd[4][2] drd[5][0] drd[5][1] drd[5][2] drd[6][0] drd[6][1] drd[6][2] drd[7][0] drd[7][1] drd[7][2] drd[8][0] drd[8][1] drd[8][2] drd[9][0] drd[9][1] drd[9][2] drd[10][0] drd[10][1] drd[10][2] drd[11][0] drd[11][1] drd[11][2] drd[12][0] drd[12][1] drd[12][2] drd[13][0] drd[13][1] drd[13][2] drd[14][0] drd[14][1] drd[14][2] drd[15][0] drd[15][1] drd[15][2] drd[16][0] drd[16][1] drd[16][2] drd[17][0] drd[17][1] drd[17][2] drd[18][0] drd[18][1] drd[18][2] drd[19][0] drd[19][1] drd[19][2] drd[20][0] drd[20][1] drd[20][2] drd[21][0] drd[21][1] drd[21][2] drd[22][0] drd[22][1] drd[22][2] drd[23][0] drd[23][1] drd[23][2] drd[24][0] drd[24][1] drd[24][2] drd[25][0] drd[25][1] drd[25][2] drd[26][0] drd[26][1] drd[26][2] drd[27][0] drd[27][1] drd[27][2] drd[28][0] drd[28][1] drd[28][2] drd[29][0] drd[29][1] drd[29][2] drd[30][0] drd[30][1] drd[30][2] drd[31][0] drd[31][1] drd[31][2] drd[32][0] drd[32][1] drd[32][2] drd[33][0] drd[33][1] drd[33][2] drd[34][0] drd[34][1] drd[34][2] drd[35][0] drd[35][1] drd[35][2] drd[36][0] drd[36][1] drd[36][2] drd[37][0] drd[37][1] drd[37][2] drd[38][0] drd[38][1] drd[38][2] drd[39][0] drd[39][1] drd[39][2] drd[40][0] drd[40][1] drd[40][2] drd[41][0] drd[41][1] drd[41][2] drd[42][0] drd[42][1] drd[42][2] drd[43][0] drd[43][1] drd[43][2] drd[44][0] drd[44][1] drd[44][2] drd[45][0] drd[45][1] drd[45][2] drd[46][0] drd[46][1] drd[46][2] drd[47][0] drd[47][1] drd[47][2] drd[48][0] drd[48][1] drd[48][2] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] dr[45] dr[46] dr[47] dr[48] </list>
8.94/1.85	v 	<values>69 173 647 24 80 554 37 67 541 37 67 541 841 737 263 841 737 263 33 71 545 18 122 596 18 122 596 69 173 647 700 596 122 700 596 122 202 98 376 203 99 375 474 370 104 473 369 105 91 13 487 86 18 492 105 1 473 104 0 474 271 167 307 271 167 307 47 151 625 88 16 490 88 16 490 67 37 511 67 37 511 14 118 592 14 118 592 805 701 227 805 701 227 245 141 333 243 139 335 455 351 123 749 645 171 749 645 171 636 532 58 636 532 58 534 430 44 534 430 44 579 475 1 578 474 0 154 50 424 163 59 415 48 152 626 510 406 68 510 406 68 35 139 613 41 145 619 0 104 578 24 37 37 263 263 33 18 18 69 122 122 98 99 104 105 13 18 1 0 167 167 47 16 16 37 37 14 14 227 227 141 139 123 171 171 58 58 44 44 1 0 50 59 48 68 68 35 41 0 </values>
8.94/1.85	v </instantiation>

Verifier Data

OK	3732

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-4249749-1500695942/watcher-4249749-1500695942 -o /tmp/evaluation-result-4249749-1500695942/solver-4249749-1500695942 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 558976534 HOME/instance-4249749-1500695942.xml 

pid=16947
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: 11.99 14.20 14.24 10/262 16950
/proc/meminfo: memFree=26280952/32770624 swapFree=5656/334732
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 11.99 14.20 14.24 10/262 16950
/proc/meminfo: memFree=26280952/32770624 swapFree=5656/334732
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200406 s]
/proc/loadavg: 11.99 14.20 14.24 10/262 16950
/proc/meminfo: memFree=26280952/32770624 swapFree=5656/334732
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300268 s]
/proc/loadavg: 11.99 14.20 14.24 10/262 16950
/proc/meminfo: memFree=26280952/32770624 swapFree=5656/334732
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700177 s]
/proc/loadavg: 11.99 14.20 14.24 10/262 16950
/proc/meminfo: memFree=26280952/32770624 swapFree=5656/334732
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50125 s]
/proc/loadavg: 11.99 14.20 14.24 10/283 16971
/proc/meminfo: memFree=25883368/32770624 swapFree=5656/334764
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
[pid=16951] ppid=16950 vsize=13801768 CPUtime=6.76 cores=1,3,5,7,9,11,13,15
/proc/16951/stat : 16951 (java) S 16950 16950 7102 0 -1 1077944320 18729 0 0 0 538 138 0 0 20 0 28 0 4861664 14133010432 108204 33554432000 4194304 4196468 140732713647184 140732713629728 139887934693111 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
/proc/16951/statm: 3450442 108204 3241 1 0 3437675 0
[pid=16951/tid=16952] ppid=16950 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16952/stat : 16952 (java) S 16950 16950 7102 0 -1 1077944384 7056 0 0 0 96 5 0 0 20 0 28 0 4861664 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887938933888 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16954] ppid=16950 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16954/stat : 16954 (java) S 16950 16950 7102 0 -1 1077944384 122 0 0 0 8 16 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887891245328 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16955] ppid=16950 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16955/stat : 16955 (java) S 16950 16950 7102 0 -1 1077944384 114 0 0 0 9 15 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887533291920 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16956] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16956/stat : 16956 (java) S 16950 16950 7102 0 -1 1077944384 116 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887532239376 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16957] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16957/stat : 16957 (java) S 16950 16950 7102 0 -1 1077944384 115 0 0 0 8 15 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887531186832 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16958] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16958/stat : 16958 (java) S 16950 16950 7102 0 -1 1077944384 108 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887530134288 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16959] ppid=16950 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16959/stat : 16959 (java) S 16950 16950 7102 0 -1 1077944384 100 0 0 0 6 15 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887529081744 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16960] ppid=16950 vsize=13801768 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16960/stat : 16960 (java) S 16950 16950 7102 0 -1 1077944384 111 0 0 0 7 15 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887528029200 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16961] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16961/stat : 16961 (java) S 16950 16950 7102 0 -1 1077944384 114 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887526976656 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16962] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16962/stat : 16962 (java) S 16950 16950 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4861667 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887195613168 139887934704258 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16963] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16963/stat : 16963 (java) S 16950 16950 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4861668 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887194559456 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16964] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16964/stat : 16964 (java) S 16950 16950 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4861668 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887193506816 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16965] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16965/stat : 16965 (java) S 16950 16950 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861671 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887192455376 139887934711707 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16966] ppid=16950 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16966/stat : 16966 (java) R 16950 16950 7102 0 -1 4202560 2174 0 0 0 71 0 0 0 20 0 28 0 4861671 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887191392160 139887919803192 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16967] ppid=16950 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16967/stat : 16967 (java) R 16950 16950 7102 0 -1 4202560 1960 0 0 0 69 0 0 0 20 0 28 0 4861671 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887190337712 139887916215681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16968] ppid=16950 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16968/stat : 16968 (java) R 16950 16950 7102 0 -1 4202560 2091 0 0 0 78 1 0 0 20 0 28 0 4861671 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887189284448 139887914183471 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16969] ppid=16950 vsize=13801768 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16969/stat : 16969 (java) S 16950 16950 7102 0 -1 1077944384 2820 0 0 0 72 1 0 0 20 0 28 0 4861671 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887188245360 139887934704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16970] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16970/stat : 16970 (java) S 16950 16950 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4861672 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887187192032 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16971] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16971/stat : 16971 (java) S 16950 16950 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861672 14133010432 108204 33554432000 4194304 4196468 140732713647184 139887186139568 139887934704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 13811280

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

[startup+1.60152 s]
/proc/loadavg: 11.99 14.20 14.24 10/283 16971
/proc/meminfo: memFree=25883368/32770624 swapFree=5656/334764
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
[pid=16951] ppid=16950 vsize=13801768 CPUtime=7.44 cores=1,3,5,7,9,11,13,15
/proc/16951/stat : 16951 (java) S 16950 16950 7102 0 -1 1077944320 19131 0 0 0 606 138 0 0 20 0 28 0 4861664 14133010432 110981 33554432000 4194304 4196468 140732713647184 140732713629728 139887934693111 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
/proc/16951/statm: 3450442 110981 3243 1 0 3437675 0
[pid=16951/tid=16952] ppid=16950 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16952/stat : 16952 (java) S 16950 16950 7102 0 -1 1077944384 7059 0 0 0 96 5 0 0 20 0 28 0 4861664 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887938933888 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16954] ppid=16950 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16954/stat : 16954 (java) S 16950 16950 7102 0 -1 1077944384 122 0 0 0 8 16 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887891245328 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16955] ppid=16950 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16955/stat : 16955 (java) S 16950 16950 7102 0 -1 1077944384 114 0 0 0 9 15 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887533291920 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16956] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16956/stat : 16956 (java) S 16950 16950 7102 0 -1 1077944384 116 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887532239376 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16957] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16957/stat : 16957 (java) S 16950 16950 7102 0 -1 1077944384 115 0 0 0 8 15 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887531186832 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16958] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16958/stat : 16958 (java) S 16950 16950 7102 0 -1 1077944384 108 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887530134288 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16959] ppid=16950 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16959/stat : 16959 (java) S 16950 16950 7102 0 -1 1077944384 100 0 0 0 6 15 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887529081744 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16960] ppid=16950 vsize=13801768 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16960/stat : 16960 (java) S 16950 16950 7102 0 -1 1077944384 111 0 0 0 7 15 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887528029200 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16961] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16961/stat : 16961 (java) S 16950 16950 7102 0 -1 1077944384 114 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887526976656 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16962] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16962/stat : 16962 (java) S 16950 16950 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4861667 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887195613168 139887934704258 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16963] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16963/stat : 16963 (java) S 16950 16950 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4861668 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887194559456 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16964] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16964/stat : 16964 (java) S 16950 16950 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4861668 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887193506816 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16965] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16965/stat : 16965 (java) S 16950 16950 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861671 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887192455376 139887934711707 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16966] ppid=16950 vsize=13801768 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16966/stat : 16966 (java) R 16950 16950 7102 0 -1 4202560 2178 0 0 0 81 0 0 0 20 0 28 0 4861671 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887191389424 139887919614864 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16967] ppid=16950 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16967/stat : 16967 (java) R 16950 16950 7102 0 -1 1077944384 1979 0 0 0 77 0 0 0 20 0 28 0 4861671 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887190336960 139887934703317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16968] ppid=16950 vsize=13801768 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16968/stat : 16968 (java) R 16950 16950 7102 0 -1 4202560 2091 0 0 0 88 1 0 0 20 0 28 0 4861671 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887189284448 139887919801155 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16969] ppid=16950 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16969/stat : 16969 (java) R 16950 16950 7102 0 -1 1077944384 2857 0 0 0 75 1 0 0 20 0 28 0 4861671 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887188245360 139887934704258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16970] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16970/stat : 16970 (java) S 16950 16950 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4861672 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887187192032 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16971] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16971/stat : 16971 (java) S 16950 16950 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861672 14133010432 110981 33554432000 4194304 4196468 140732713647184 139887186139568 139887934704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 13811280

[startup+1.80125 s]
/proc/loadavg: 11.99 14.20 14.24 10/283 16971
/proc/meminfo: memFree=25883368/32770624 swapFree=5656/334764
[pid=16950] ppid=16947 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16950/stat : 16950 (xcsp3-exec) S 16947 16950 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861663 9740288 346 33554432000 4194304 5098028 140729851623072 140729851621176 139675189379708 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8605696 140729851626639 140729851626848 140729851626848 140729851629547 0
/proc/16950/statm: 2378 346 289 221 0 87 0
[pid=16951] ppid=16950 vsize=13801768 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/16951/stat : 16951 (java) S 16950 16950 7102 0 -1 1077944320 19803 0 0 0 754 140 0 0 20 0 28 0 4861664 14133010432 124022 33554432000 4194304 4196468 140732713647184 140732713629728 139887934693111 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
/proc/16951/statm: 3450442 124022 3244 1 0 3437675 0
[pid=16951/tid=16952] ppid=16950 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16952/stat : 16952 (java) S 16950 16950 7102 0 -1 1077944384 7059 0 0 0 96 5 0 0 20 0 28 0 4861664 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887938933888 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16954] ppid=16950 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16954/stat : 16954 (java) S 16950 16950 7102 0 -1 1077944384 122 0 0 0 8 16 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887891245328 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16955] ppid=16950 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16955/stat : 16955 (java) S 16950 16950 7102 0 -1 1077944384 114 0 0 0 9 15 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887533291920 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16956] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16956/stat : 16956 (java) S 16950 16950 7102 0 -1 1077944384 116 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887532239376 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16957] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16957/stat : 16957 (java) S 16950 16950 7102 0 -1 1077944384 115 0 0 0 8 15 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887531186832 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16958] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16958/stat : 16958 (java) S 16950 16950 7102 0 -1 1077944384 108 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887530134288 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16959] ppid=16950 vsize=13801768 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16959/stat : 16959 (java) S 16950 16950 7102 0 -1 1077944384 100 0 0 0 6 15 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887529081744 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16960] ppid=16950 vsize=13801768 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16960/stat : 16960 (java) S 16950 16950 7102 0 -1 1077944384 111 0 0 0 7 15 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887528029200 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16961] ppid=16950 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16961/stat : 16961 (java) S 16950 16950 7102 0 -1 1077944384 114 0 0 0 7 16 0 0 20 0 28 0 4861665 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887526976656 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16962] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16962/stat : 16962 (java) S 16950 16950 7102 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4861667 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887195613168 139887934704258 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16963] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16963/stat : 16963 (java) S 16950 16950 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4861668 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887194559456 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16964] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16964/stat : 16964 (java) S 16950 16950 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4861668 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887193506816 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16965] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16965/stat : 16965 (java) S 16950 16950 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861671 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887192455376 139887934711707 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16966] ppid=16950 vsize=13801768 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16966/stat : 16966 (java) R 16950 16950 7102 0 -1 4202560 2216 0 0 0 98 0 0 0 20 0 28 0 4861671 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887191391440 139887912543185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16967] ppid=16950 vsize=13801768 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16967/stat : 16967 (java) R 16950 16950 7102 0 -1 4202560 2037 0 0 0 94 0 0 0 20 0 28 0 4861671 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887190336328 139887913094142 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16968] ppid=16950 vsize=13801768 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16968/stat : 16968 (java) R 16950 16950 7102 0 -1 4202560 2134 0 0 0 103 1 0 0 20 0 28 0 4861671 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887189285064 139887918179343 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16969] ppid=16950 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16969/stat : 16969 (java) S 16950 16950 7102 0 -1 1077944384 2951 0 0 0 81 1 0 0 20 0 28 0 4861671 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887188245360 139887934704258 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16970] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16970/stat : 16970 (java) S 16950 16950 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4861672 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887187192032 139887934703317 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
[pid=16951/tid=16971] ppid=16950 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16951/task/16971/stat : 16971 (java) S 16950 16950 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861672 14133010432 124022 33554432000 4194304 4196468 140732713647184 139887186139568 139887934704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140732713649340 140732713649516 140732713649516 140732713652175 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 1.86927
CPU time (s): 9.33859
CPU user time (s): 7.918
CPU system time (s): 1.42058
CPU usage (%): 499.584
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.918
system time used= 1.42058
maximum resident set size= 516060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20796
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= 3411
involuntary context switches= 882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025716 second user time and 0.031431 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 05:59:02
IDJOB=4249749
IDBENCH=138313
IDSOLVER=2626
FILE ID=node130/4249749-1500695942
RUNJOBID= node130-1500684118-8560
PBS_JOBID= 20623029
Free space on /tmp= 61880 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff54.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-4249749-1500695942/watcher-4249749-1500695942 -o /tmp/evaluation-result-4249749-1500695942/solver-4249749-1500695942 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 558976534 HOME/instance-4249749-1500695942.xml

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

MD5SUM BENCH= 76d2700a299711a8f7ac3a1d3d618278
RANDOM SEED=558976534

node130.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.34
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.34
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		: 2133.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.34
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		: 1600.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.34
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.34
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		: 1733.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.34
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.34
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		: 1867.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.34
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:        26281324 kB
MemAvailable:   26573024 kB
Buffers:          122576 kB
Cached:           449768 kB
SwapCached:            0 kB
Active:          5706216 kB
Inactive:         343620 kB
Active(anon):    5479828 kB
Inactive(anon):     8888 kB
Active(file):     226388 kB
Inactive(file):   334732 kB
Unevictable:        5656 kB
Mlocked:            5656 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       5144684 kB
Mapped:            42188 kB
Shmem:              8844 kB
Slab:             126880 kB
SReclaimable:      92832 kB
SUnreclaim:        34048 kB
KernelStack:        5040 kB
PageTables:        15344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6297320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4542464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61872 MiB
End job on node130 at 2017-07-22 05:59:04