Trace number 4249748

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.3914 8.27308 1.74153

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-4249748-1500695631.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4249748-1500695631.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.27	c 8 solvers in parallel
0.00/0.37	c parse instance...
4.92/1.26	c solve instance...
6.13/1.49	o 16710 
6.13/1.50	o 4040 
7.38/1.69	o 3968 
8.15/1.70	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
8.15/1.70		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.15/1.70		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
8.15/1.70		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
8.15/1.70		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
8.15/1.70		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
8.15/1.70	Caused by: java.lang.ArrayIndexOutOfBoundsException
8.15/1.70		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.15/1.70		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.15/1.70		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.15/1.70		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.15/1.70		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.15/1.70		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
8.15/1.70		... 4 more
8.15/1.70	Caused by: java.lang.ArrayIndexOutOfBoundsException
8.15/1.70		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.15/1.70		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.15/1.70		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.15/1.70		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.15/1.70		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.15/1.70		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
8.15/1.70		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
8.15/1.70		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
8.15/1.70		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
8.15/1.70		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
8.15/1.70		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
8.15/1.70		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
8.15/1.70		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
8.15/1.70		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
8.15/1.70		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.15/1.70		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.15/1.70		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.15/1.70		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.15/1.70	Caused by: java.lang.ArrayIndexOutOfBoundsException: 14
8.15/1.70		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:86)
8.15/1.70		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:64)
8.15/1.70		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:140)
8.15/1.70		at org.chocosolver.solver.Solver.restart(Solver.java:588)
8.15/1.70		at org.chocosolver.solver.search.loop.move.MoveLNS.doRestart(MoveLNS.java:253)
8.15/1.70		at org.chocosolver.solver.search.loop.move.MoveLNS.repair(MoveLNS.java:183)
8.15/1.70		at org.chocosolver.solver.Solver.repair(Solver.java:446)
8.15/1.70		at org.chocosolver.solver.Solver.searchLoop(Solver.java:302)
8.15/1.70		at org.chocosolver.solver.Solver.solve(Solver.java:264)
8.15/1.70		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
8.15/1.70		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.15/1.70		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.15/1.70		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.15/1.70		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.15/1.70		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.15/1.70		... 4 more
8.15/1.70	o 3914 
8.15/1.71	s OPTIMUM FOUND
8.15/1.71	v <instantiation>
8.15/1.71	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.15/1.71	v 	<values>106 173 705 13 80 612 0 67 599 0 67 599 804 737 205 804 737 205 4 71 603 55 122 654 55 122 654 106 173 705 663 596 64 663 596 64 165 98 434 166 99 433 437 370 162 436 369 163 54 13 545 49 18 550 68 1 531 67 0 532 234 167 365 234 167 365 84 151 683 51 16 548 51 16 548 30 37 569 30 37 569 51 118 650 51 118 650 768 701 169 768 701 169 208 141 391 206 139 393 418 351 181 712 645 113 712 645 113 599 532 0 599 532 0 497 430 102 497 430 102 542 475 57 541 474 58 117 50 482 126 59 473 85 152 684 473 406 126 473 406 126 72 139 671 78 145 677 37 104 636 13 0 0 205 205 4 55 55 106 64 64 98 99 162 163 13 18 1 0 167 167 84 16 16 30 30 51 51 169 169 141 139 181 113 113 0 0 102 102 57 58 50 59 85 126 126 72 78 37 </values>
8.15/1.71	v </instantiation>

Verifier Data

OK	3914

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-4249748-1500695631/watcher-4249748-1500695631 -o /tmp/evaluation-result-4249748-1500695631/solver-4249748-1500695631 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1917279369 HOME/instance-4249748-1500695631.xml 

pid=20035
running on 8 cores: 0,2,4,6,8,10,12,14

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.02 15.72 14.97 10/275 20038
/proc/meminfo: memFree=28490000/32770624 swapFree=5900/311952
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0

[startup+0.100076 s]
/proc/loadavg: 16.02 15.72 14.97 10/275 20038
/proc/meminfo: memFree=28490000/32770624 swapFree=5900/311952
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200352 s]
/proc/loadavg: 16.02 15.72 14.97 10/275 20038
/proc/meminfo: memFree=28490000/32770624 swapFree=5900/311952
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300292 s]
/proc/loadavg: 16.02 15.72 14.97 10/275 20038
/proc/meminfo: memFree=28490000/32770624 swapFree=5900/311952
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700166 s]
/proc/loadavg: 16.02 15.72 14.97 10/275 20038
/proc/meminfo: memFree=28490000/32770624 swapFree=5900/311952
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50156 s]
/proc/loadavg: 16.02 15.72 14.97 18/296 20059
/proc/meminfo: memFree=28143144/32770624 swapFree=5900/311956
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
[pid=20039] ppid=20038 vsize=13801768 CPUtime=6.59 cores=0,2,4,6,8,10,12,14
/proc/20039/stat : 20039 (java) S 20038 20038 16913 0 -1 1077944320 17964 0 0 0 536 123 0 0 20 0 21 0 4830073 14133010432 107327 33554432000 4194304 4196468 140726686391792 140726686374336 140304955395831 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
/proc/20039/statm: 3450442 107327 3247 1 0 3437675 0
[pid=20039/tid=20040] ppid=20038 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20040/stat : 20040 (java) S 20038 20038 16913 0 -1 1077944384 6988 0 0 0 96 4 0 0 20 0 21 0 4830074 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304959636608 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20042] ppid=20038 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20042/stat : 20042 (java) S 20038 20038 16913 0 -1 1077944384 103 0 0 0 8 11 0 0 20 0 22 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304908015888 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20043] ppid=20038 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20043/stat : 20043 (java) S 20038 20038 16913 0 -1 1077944384 106 0 0 0 8 13 0 0 20 0 22 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304906963344 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20044] ppid=20038 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20044/stat : 20044 (java) S 20038 20038 16913 0 -1 1077944384 100 0 0 0 7 13 0 0 20 0 22 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304905910800 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20045] ppid=20038 vsize=13801756 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20045/stat : 20045 (java) S 20038 20038 16913 0 -1 1077944384 119 0 0 0 7 16 0 0 20 0 23 0 4830075 14132998144 107327 33554432000 4194304 4196468 140726686391792 140304551705232 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20046] ppid=20038 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20046/stat : 20046 (java) S 20038 20038 16913 0 -1 1077944384 113 0 0 0 7 15 0 0 20 0 24 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304550652688 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20047] ppid=20038 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20047/stat : 20047 (java) S 20038 20038 16913 0 -1 1077944384 114 0 0 0 7 15 0 0 20 0 25 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304549600144 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20048] ppid=20038 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20048/stat : 20048 (java) S 20038 20038 16913 0 -1 1077944384 111 0 0 0 7 14 0 0 20 0 25 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304548547600 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20049] ppid=20038 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20049/stat : 20049 (java) S 20038 20038 16913 0 -1 1077944384 96 0 0 0 6 11 0 0 20 0 26 0 4830075 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304547495056 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20050] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20050/stat : 20050 (java) S 20038 20038 16913 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 27 0 4830078 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304149166064 140304955406978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20051] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20051/stat : 20051 (java) S 20038 20038 16913 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4830079 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304148112352 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20052] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20052/stat : 20052 (java) S 20038 20038 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4830079 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304147059712 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20053] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20053/stat : 20053 (java) S 20038 20038 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4830083 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304146008272 140304955414427 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20054] ppid=20038 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20054/stat : 20054 (java) R 20038 20038 16913 0 -1 4202560 1438 0 0 0 79 0 0 0 20 0 28 0 4830083 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304144943680 140304932990582 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20055] ppid=20038 vsize=13801768 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20055/stat : 20055 (java) R 20038 20038 16913 0 -1 4202560 1691 0 0 0 69 0 0 0 20 0 28 0 4830083 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304143889224 140304935051056 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20056] ppid=20038 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20056/stat : 20056 (java) R 20038 20038 16913 0 -1 4202560 2277 0 0 0 74 1 0 0 20 0 28 0 4830083 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304142831144 140304940302904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20057] ppid=20038 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20057/stat : 20057 (java) S 20038 20038 16913 0 -1 1077944384 2789 0 0 0 72 1 0 0 20 0 28 0 4830083 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304141798256 140304955406978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20058] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20058/stat : 20058 (java) S 20038 20038 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4830083 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304140744928 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20059] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20059/stat : 20059 (java) S 20038 20038 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4830084 14133010432 107327 33554432000 4194304 4196468 140726686391792 140304139692464 140304955406978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 13811280

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

[startup+1.60108 s]
/proc/loadavg: 16.02 15.72 14.97 18/296 20059
/proc/meminfo: memFree=28143144/32770624 swapFree=5900/311956
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
[pid=20039] ppid=20038 vsize=13801768 CPUtime=7.38 cores=0,2,4,6,8,10,12,14
/proc/20039/stat : 20039 (java) S 20038 20038 16913 0 -1 1077944320 18757 0 0 0 614 124 0 0 20 0 28 0 4830073 14133010432 111040 33554432000 4194304 4196468 140726686391792 140726686374336 140304955395831 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
/proc/20039/statm: 3450442 111040 3248 1 0 3437675 0
[pid=20039/tid=20040] ppid=20038 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20040/stat : 20040 (java) S 20038 20038 16913 0 -1 1077944384 6988 0 0 0 96 4 0 0 20 0 28 0 4830074 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304959636608 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20042] ppid=20038 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20042/stat : 20042 (java) S 20038 20038 16913 0 -1 1077944384 103 0 0 0 8 11 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304908015888 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20043] ppid=20038 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20043/stat : 20043 (java) S 20038 20038 16913 0 -1 1077944384 106 0 0 0 8 13 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304906963344 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20044] ppid=20038 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20044/stat : 20044 (java) S 20038 20038 16913 0 -1 1077944384 100 0 0 0 7 13 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304905910800 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20045] ppid=20038 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20045/stat : 20045 (java) S 20038 20038 16913 0 -1 1077944384 119 0 0 0 7 16 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304551705232 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20046] ppid=20038 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20046/stat : 20046 (java) S 20038 20038 16913 0 -1 1077944384 113 0 0 0 7 15 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304550652688 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20047] ppid=20038 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20047/stat : 20047 (java) S 20038 20038 16913 0 -1 1077944384 114 0 0 0 7 15 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304549600144 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20048] ppid=20038 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20048/stat : 20048 (java) S 20038 20038 16913 0 -1 1077944384 111 0 0 0 7 14 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304548547600 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20049] ppid=20038 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20049/stat : 20049 (java) S 20038 20038 16913 0 -1 1077944384 96 0 0 0 6 11 0 0 20 0 28 0 4830075 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304547495056 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20050] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20050/stat : 20050 (java) S 20038 20038 16913 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4830078 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304149166064 140304955406978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20051] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20051/stat : 20051 (java) S 20038 20038 16913 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4830079 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304148112352 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20052] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20052/stat : 20052 (java) S 20038 20038 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4830079 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304147059712 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20053] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20053/stat : 20053 (java) S 20038 20038 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4830083 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304146008272 140304955414427 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20054] ppid=20038 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20054/stat : 20054 (java) R 20038 20038 16913 0 -1 4202560 1709 0 0 0 89 0 0 0 20 0 28 0 4830083 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304144941912 140304934642348 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20055] ppid=20038 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20055/stat : 20055 (java) R 20038 20038 16913 0 -1 4202560 1721 0 0 0 79 0 0 0 20 0 28 0 4830083 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304143889568 140304938863746 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20056] ppid=20038 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20056/stat : 20056 (java) R 20038 20038 16913 0 -1 4202560 2511 0 0 0 83 1 0 0 20 0 28 0 4830083 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304142836984 140304935088927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20057] ppid=20038 vsize=13801768 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20057/stat : 20057 (java) R 20038 20038 16913 0 -1 4202560 2875 0 0 0 77 1 0 0 20 0 28 0 4830083 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304141798256 140304934200852 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20058] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20058/stat : 20058 (java) S 20038 20038 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4830083 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304140744928 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20059] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20059/stat : 20059 (java) S 20038 20038 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4830084 14133010432 111040 33554432000 4194304 4196468 140726686391792 140304139692464 140304955406978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 13811280

[startup+1.70107 s]
/proc/loadavg: 16.02 15.72 14.97 18/296 20059
/proc/meminfo: memFree=28143144/32770624 swapFree=5900/311956
[pid=20038] ppid=20035 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20038/stat : 20038 (xcsp3-exec) S 20035 20038 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4830073 9740288 346 33554432000 4194304 5098028 140725305373120 140725305371224 139747528733308 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17985536 140725305382030 140725305382240 140725305382240 140725305384939 0
/proc/20038/statm: 2378 346 289 221 0 87 0
[pid=20039] ppid=20038 vsize=13801768 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/20039/stat : 20039 (java) S 20038 20038 16913 0 -1 1077944320 20020 0 0 0 691 124 0 0 20 0 28 0 4830073 14133010432 114786 33554432000 4194304 4196468 140726686391792 140726686374336 140304955395831 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
/proc/20039/statm: 3450442 114786 3249 1 0 3437675 0
[pid=20039/tid=20040] ppid=20038 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20040/stat : 20040 (java) S 20038 20038 16913 0 -1 1077944384 6988 0 0 0 96 4 0 0 20 0 28 0 4830074 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304959636608 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20042] ppid=20038 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20042/stat : 20042 (java) S 20038 20038 16913 0 -1 1077944384 103 0 0 0 8 11 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304908015888 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20043] ppid=20038 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20043/stat : 20043 (java) S 20038 20038 16913 0 -1 1077944384 106 0 0 0 8 13 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304906963344 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20044] ppid=20038 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20044/stat : 20044 (java) S 20038 20038 16913 0 -1 1077944384 100 0 0 0 7 13 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304905910800 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20045] ppid=20038 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20045/stat : 20045 (java) S 20038 20038 16913 0 -1 1077944384 119 0 0 0 7 16 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304551705232 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20046] ppid=20038 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20046/stat : 20046 (java) S 20038 20038 16913 0 -1 1077944384 113 0 0 0 7 15 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304550652688 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20047] ppid=20038 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20047/stat : 20047 (java) S 20038 20038 16913 0 -1 1077944384 114 0 0 0 7 15 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304549600144 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20048] ppid=20038 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20048/stat : 20048 (java) S 20038 20038 16913 0 -1 1077944384 111 0 0 0 7 14 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304548547600 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20049] ppid=20038 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20049/stat : 20049 (java) S 20038 20038 16913 0 -1 1077944384 96 0 0 0 6 11 0 0 20 0 28 0 4830075 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304547495056 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20050] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20050/stat : 20050 (java) S 20038 20038 16913 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4830078 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304149166064 140304955406978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20051] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20051/stat : 20051 (java) S 20038 20038 16913 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4830079 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304148112352 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20052] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20052/stat : 20052 (java) S 20038 20038 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4830079 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304147059712 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20053] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20053/stat : 20053 (java) S 20038 20038 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4830083 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304146008272 140304955414427 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20054] ppid=20038 vsize=13801768 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20054/stat : 20054 (java) R 20038 20038 16913 0 -1 4202560 1896 0 0 0 98 0 0 0 20 0 28 0 4830083 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304144941912 140304940519392 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20055] ppid=20038 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20055/stat : 20055 (java) R 20038 20038 16913 0 -1 4202560 1961 0 0 0 89 0 0 0 20 0 28 0 4830083 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304143889640 140304938782816 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20056] ppid=20038 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20056/stat : 20056 (java) R 20038 20038 16913 0 -1 4202560 2957 0 0 0 93 1 0 0 20 0 28 0 4830083 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304142836824 140304936917647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20057] ppid=20038 vsize=13801768 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20057/stat : 20057 (java) R 20038 20038 16913 0 -1 4202560 3169 0 0 0 80 1 0 0 20 0 28 0 4830083 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304141798256 140304934026158 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20058] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20058/stat : 20058 (java) S 20038 20038 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4830083 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304140744928 140304955406037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
[pid=20039/tid=20059] ppid=20038 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20039/task/20059/stat : 20059 (java) S 20038 20038 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4830084 14133010432 114786 33554432000 4194304 4196468 140726686391792 140304139692464 140304955406978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37449728 140726686397628 140726686397804 140726686397804 140726686400463 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 1.74153
CPU time (s): 8.27308
CPU user time (s): 7.01053
CPU system time (s): 1.26255
CPU usage (%): 475.046
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.01053
system time used= 1.26255
maximum resident set size= 486780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21236
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= 3110
involuntary context switches= 861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.01847 second user time and 0.038028 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 05:53:51
IDJOB=4249748
IDBENCH=138313
IDSOLVER=2625
FILE ID=node133/4249748-1500695631
RUNJOBID= node133-1500682387-16944
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
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-4249748-1500695631/watcher-4249748-1500695631 -o /tmp/evaluation-result-4249748-1500695631/solver-4249748-1500695631 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1917279369 HOME/instance-4249748-1500695631.xml

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

MD5SUM BENCH= 76d2700a299711a8f7ac3a1d3d618278
RANDOM SEED=1917279369

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28489816 kB
MemAvailable:   28709512 kB
Buffers:          120436 kB
Cached:           378680 kB
SwapCached:            0 kB
Active:          3517596 kB
Inactive:         320720 kB
Active(anon):    3341972 kB
Inactive(anon):     8756 kB
Active(file):     175624 kB
Inactive(file):   311964 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:             0 kB
AnonPages:       3345108 kB
Mapped:            43176 kB
Shmem:              8872 kB
Slab:             130172 kB
SReclaimable:      95888 kB
SUnreclaim:        34284 kB
KernelStack:        4688 kB
PageTables:        11756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5212964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3223552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 05:53:53