Trace number 4246907

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 NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)Wrong UNSAT 1695.23 249.257

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-3-5-cp.xml
MD5SUM0eeb94d3c32d9a0ecc0d968e8c219d20
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.5479398
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints3517
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":135}]
Minimum variable degree106
Maximum variable degree107
Distribution of variable degrees[{"degree":106,"count":108},{"degree":107,"count":27}]
Minimum constraint arity4
Maximum constraint arity135
Distribution of constraint arities[{"arity":4,"count":3510},{"arity":27,"count":6},{"arity":135,"count":1}]
Number of extensional constraints0
Number of intensional constraints3510
Distribution of constraint types[{"type":"intension","count":3510},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246907-1500688630.xml"  -tl '2400s' -p 8 -x 0
0.00/0.16	c [HOME/instance-4246907-1500688630.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.22	c 8 solvers in parallel
0.00/0.29	c parse instance...
434.74/85.04	c solve instance...
888.52/144.22	java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError
1065.84/167.30		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1065.84/167.30		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
1065.84/167.30		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:188)
1065.84/167.30		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
1065.84/167.30		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
1065.84/167.30	Caused by: java.lang.OutOfMemoryError
1065.84/167.30		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1065.84/167.30		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1065.84/167.30		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1065.84/167.30		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1065.84/167.30		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1065.84/167.30		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
1065.84/167.30		... 4 more
1065.84/167.30	Caused by: java.lang.OutOfMemoryError
1065.84/167.30		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1065.84/167.30		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1065.84/167.30		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1065.84/167.30		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1065.84/167.30		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1065.84/167.30		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
1065.84/167.30		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
1065.84/167.30		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
1065.84/167.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
1065.84/167.30		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
1065.84/167.30		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
1065.84/167.30		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
1065.84/167.30		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
1065.84/167.30		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
1065.84/167.30		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1065.84/167.30		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1065.84/167.30		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1139.66/176.93		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1139.66/176.93	Caused by: java.lang.OutOfMemoryError: Java heap space
1139.66/176.93		at org.chocosolver.memory.trailing.trail.flatten.StoredLongTrail.resizeUpdateCapacity(StoredLongTrail.java:181)
1139.66/176.93		at org.chocosolver.memory.trailing.trail.flatten.StoredLongTrail.savePreviousState(StoredLongTrail.java:142)
1139.66/176.93		at org.chocosolver.memory.trailing.StoredLong.set(StoredLong.java:44)
1139.66/176.93		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable$RSparseBitSet.intersectWithMask(PropCompactTable.java:289)
1139.66/176.93		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable$RSparseBitSet.access$000(PropCompactTable.java:240)
1164.26/180.13		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.propagate(PropCompactTable.java:159)
1190.34/183.51		at org.chocosolver.solver.propagation.hardcoded.SevenQueuesPropagatorEngine.propagate(SevenQueuesPropagatorEngine.java:201)
1190.34/183.51		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:47)
1190.34/183.51		at org.chocosolver.solver.Solver.propagate(Solver.java:411)
1190.34/183.51		at org.chocosolver.solver.Solver.searchLoop(Solver.java:294)
1190.34/183.51		at org.chocosolver.solver.Solver.solve(Solver.java:264)
1190.34/183.51		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
1190.34/183.51		at org.chocosolver.solver.ParallelPortfolio$$Lambda$120/540827718.accept(Unknown Source)
1190.34/183.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1190.34/183.51		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1190.34/183.51		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1190.34/183.51		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1190.34/183.51		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1239.37/189.88		... 4 more
1239.37/189.89	s UNSATISFIABLE

Verifier Data


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

pid=28176
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: 8.76 10.56 12.55 3/262 28179
/proc/meminfo: memFree=24772144/32770624 swapFree=5880/282032
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0

[startup+0.100082 s]
/proc/loadavg: 8.76 10.56 12.55 3/262 28179
/proc/meminfo: memFree=24772144/32770624 swapFree=5880/282032
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20033 s]
/proc/loadavg: 8.76 10.56 12.55 3/262 28179
/proc/meminfo: memFree=24772144/32770624 swapFree=5880/282032
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30036 s]
/proc/loadavg: 8.76 10.56 12.55 3/262 28179
/proc/meminfo: memFree=24772144/32770624 swapFree=5880/282032
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700226 s]
/proc/loadavg: 8.76 10.56 12.55 3/262 28179
/proc/meminfo: memFree=24772144/32770624 swapFree=5880/282032
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50109 s]
/proc/loadavg: 8.76 10.56 12.55 10/283 28200
/proc/meminfo: memFree=24563864/32770624 swapFree=5880/282092
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
[pid=28180] ppid=28179 vsize=13269256 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/28180/stat : 28180 (java) S 28179 28179 7744 0 -1 1077944320 16320 0 0 0 344 40 0 0 20 0 20 0 4130636 13587718144 61586 33554432000 4194304 4196468 140720775531952 140720775514496 139694240558839 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
/proc/28180/statm: 3317314 61586 3233 1 0 3304547 0
[pid=28180/tid=28181] ppid=28179 vsize=13269256 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28181/stat : 28181 (java) R 28179 28179 7744 0 -1 4202560 6922 0 0 0 135 4 0 0 20 0 20 0 4130637 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694244794264 139693828416670 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28183] ppid=28179 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28183/stat : 28183 (java) S 28179 28179 7744 0 -1 1077944384 376 0 0 0 1 3 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694159039120 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28184] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28184/stat : 28184 (java) S 28179 28179 7744 0 -1 1077944384 177 0 0 0 2 4 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694157986320 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28185] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28185/stat : 28185 (java) S 28179 28179 7744 0 -1 1077944384 50 0 0 0 2 4 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694156933520 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28186] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28186/stat : 28186 (java) S 28179 28179 7744 0 -1 1077944384 105 0 0 0 3 3 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694155880720 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28187] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28187/stat : 28187 (java) S 28179 28179 7744 0 -1 1077944384 54 0 0 0 2 4 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694154828944 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28188] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28188/stat : 28188 (java) S 28179 28179 7744 0 -1 1077944384 90 0 0 0 2 4 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694153776144 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28189] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28189/stat : 28189 (java) S 28179 28179 7744 0 -1 1077944384 34 0 0 0 2 4 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694152723344 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28190] ppid=28179 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28190/stat : 28190 (java) S 28179 28179 7744 0 -1 1077944384 51 0 0 0 2 4 0 0 20 0 20 0 4130638 13587718144 61586 33554432000 4194304 4196468 140720775531952 139694151670544 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28191] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28191/stat : 28191 (java) S 28179 28179 7744 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 20 0 4130639 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693434218864 139694240569986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28192] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28192/stat : 28192 (java) S 28179 28179 7744 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4130640 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693433164832 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28193] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28193/stat : 28193 (java) S 28179 28179 7744 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 4130640 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693432111984 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28194] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28194/stat : 28194 (java) S 28179 28179 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693431060304 139694240577435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28195] ppid=28179 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28195/stat : 28195 (java) S 28179 28179 7744 0 -1 1077944384 1682 0 0 0 43 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693430008688 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28196] ppid=28179 vsize=13269256 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28196/stat : 28196 (java) S 28179 28179 7744 0 -1 1077944384 1155 0 0 0 47 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693428955888 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28197] ppid=28179 vsize=13269256 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28197/stat : 28197 (java) S 28179 28179 7744 0 -1 1077944384 1215 0 0 0 46 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693427903088 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28198] ppid=28179 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28198/stat : 28198 (java) S 28179 28179 7744 0 -1 1077944384 2936 0 0 0 50 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693426850288 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28199] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28199/stat : 28199 (java) S 28179 28179 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693425797728 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28200] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28200/stat : 28200 (java) S 28179 28179 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 61586 33554432000 4194304 4196468 140720775531952 139693424745008 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 13278768

[startup+3.10104 s]
/proc/loadavg: 8.22 10.42 12.50 3/283 28200
/proc/meminfo: memFree=24409400/32770624 swapFree=5880/282092
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
[pid=28180] ppid=28179 vsize=13269256 CPUtime=10.11 cores=0,2,4,6,8,10,12,14
/proc/28180/stat : 28180 (java) S 28179 28179 7744 0 -1 1077944320 22650 0 0 0 762 249 0 0 20 0 20 0 4130636 13587718144 182154 33554432000 4194304 4196468 140720775531952 140720775514496 139694240558839 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
/proc/28180/statm: 3317314 182154 3255 1 0 3304547 0
[pid=28180/tid=28181] ppid=28179 vsize=13269256 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28181/stat : 28181 (java) S 28179 28179 7744 0 -1 1077944384 7320 0 0 0 228 5 0 0 20 0 20 0 4130637 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694244796096 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28183] ppid=28179 vsize=13269256 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28183/stat : 28183 (java) R 28179 28179 7744 0 -1 4202560 1103 0 0 0 40 27 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694159039320 139694225016425 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28184] ppid=28179 vsize=13269256 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28184/stat : 28184 (java) R 28179 28179 7744 0 -1 4202560 776 0 0 0 40 31 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694157986440 139694233187047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28185] ppid=28179 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28185/stat : 28185 (java) R 28179 28179 7744 0 -1 4202560 542 0 0 0 40 30 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694156933640 139694233187047 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28186] ppid=28179 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28186/stat : 28186 (java) S 28179 28179 7744 0 -1 1077944384 581 0 0 0 42 28 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694155880840 139694240569986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28187] ppid=28179 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28187/stat : 28187 (java) R 28179 28179 7744 0 -1 4202560 354 0 0 0 41 29 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694154829064 139694233187047 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28188] ppid=28179 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28188/stat : 28188 (java) R 28179 28179 7744 0 -1 4202560 349 0 0 0 40 30 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694153775952 139694233187047 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28189] ppid=28179 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28189/stat : 28189 (java) R 28179 28179 7744 0 -1 4202560 549 0 0 0 40 30 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694152723464 139694233187047 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28190] ppid=28179 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28190/stat : 28190 (java) R 28179 28179 7744 0 -1 4202560 376 0 0 0 40 30 0 0 20 0 20 0 4130638 13587718144 182154 33554432000 4194304 4196468 140720775531952 139694151670664 139694233187047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28191] ppid=28179 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28191/stat : 28191 (java) S 28179 28179 7744 0 -1 1077944384 1288 0 0 0 1 0 0 0 20 0 20 0 4130639 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693434217408 139694240569045 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28192] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28192/stat : 28192 (java) S 28179 28179 7744 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4130640 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693433164832 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28193] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28193/stat : 28193 (java) S 28179 28179 7744 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 4130640 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693432111984 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28194] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28194/stat : 28194 (java) S 28179 28179 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693431060304 139694240577435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28195] ppid=28179 vsize=13269256 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28195/stat : 28195 (java) S 28179 28179 7744 0 -1 1077944384 1959 0 0 0 48 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693430008688 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28196] ppid=28179 vsize=13269256 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28196/stat : 28196 (java) S 28179 28179 7744 0 -1 1077944384 1467 0 0 0 52 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693428955888 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28197] ppid=28179 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28197/stat : 28197 (java) S 28179 28179 7744 0 -1 1077944384 1267 0 0 0 49 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693427903088 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28198] ppid=28179 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28198/stat : 28198 (java) S 28179 28179 7744 0 -1 1077944384 3366 0 0 0 54 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693426850288 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28199] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28199/stat : 28199 (java) S 28179 28179 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693425797728 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28200] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28200/stat : 28200 (java) D 28179 28179 7744 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 182154 33554432000 4194304 4196468 140720775531952 139693424744928 139694225414926 0 4 0 16800975 18446744072100387973 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
Current children cumulated CPU time (s) 10.11
Current children cumulated vsize (KiB) 13278768

[startup+6.30095 s]
/proc/loadavg: 8.22 10.42 12.50 10/283 28200
/proc/meminfo: memFree=23798364/32770624 swapFree=5880/282080
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
[pid=28180] ppid=28179 vsize=13269256 CPUtime=24.78 cores=0,2,4,6,8,10,12,14
/proc/28180/stat : 28180 (java) S 28179 28179 7744 0 -1 1077944320 26501 0 0 0 2107 371 0 0 20 0 20 0 4130636 13587718144 244632 33554432000 4194304 4196468 140720775531952 140720775514496 139694240558839 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
/proc/28180/statm: 3317314 244632 3265 1 0 3304547 0
[pid=28180/tid=28181] ppid=28179 vsize=13269256 CPUtime=3.8 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28181/stat : 28181 (java) R 28179 28179 7744 0 -1 4202560 7807 0 0 0 374 6 0 0 20 0 20 0 4130637 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694244794808 139693832414048 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28183] ppid=28179 vsize=13269256 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28183/stat : 28183 (java) S 28179 28179 7744 0 -1 1077944384 1269 0 0 0 183 43 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694159039120 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28184] ppid=28179 vsize=13269256 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28184/stat : 28184 (java) S 28179 28179 7744 0 -1 1077944384 924 0 0 0 185 46 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694157986320 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28185] ppid=28179 vsize=13269256 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28185/stat : 28185 (java) S 28179 28179 7744 0 -1 1077944384 712 0 0 0 186 45 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694156933520 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28186] ppid=28179 vsize=13269256 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28186/stat : 28186 (java) S 28179 28179 7744 0 -1 1077944384 745 0 0 0 189 43 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694155880720 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28187] ppid=28179 vsize=13269256 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28187/stat : 28187 (java) S 28179 28179 7744 0 -1 1077944384 563 0 0 0 187 45 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694154828944 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28188] ppid=28179 vsize=13269256 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28188/stat : 28188 (java) S 28179 28179 7744 0 -1 1077944384 500 0 0 0 187 45 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694153776144 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28189] ppid=28179 vsize=13269256 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28189/stat : 28189 (java) S 28179 28179 7744 0 -1 1077944384 702 0 0 0 187 44 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694152723344 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28190] ppid=28179 vsize=13269256 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28190/stat : 28190 (java) S 28179 28179 7744 0 -1 1077944384 692 0 0 0 187 45 0 0 20 0 20 0 4130638 13587718144 244632 33554432000 4194304 4196468 140720775531952 139694151670544 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28191] ppid=28179 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28191/stat : 28191 (java) S 28179 28179 7744 0 -1 1077944384 2125 0 0 0 11 0 0 0 20 0 20 0 4130639 13587718144 244632 33554432000 4194304 4196468 140720775531952 139693434218864 139694240569986 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28192] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28192/stat : 28192 (java) S 28179 28179 7744 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4130640 13587718144 244632 33554432000 4194304 4196468 140720775531952 139693433164832 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28193] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28193/stat : 28193 (java) S 28179 28179 7744 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 4130640 13587718144 244632 33554432000 4194304 4196468 140720775531952 139693432111984 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28194] ppid=28179 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28194/stat : 28194 (java) S 28179 28179 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4130643 13587718144 244632 33554432000 4194304 4196468 140720775531952 139693431060304 139694240577435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0

################
# More data... #
################

[startup+248.001 s]
/proc/loadavg: 10.70 9.53 11.55 16/287 28242
/proc/meminfo: memFree=11148712/32770624 swapFree=5880/282384
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
[pid=28180] ppid=28179 vsize=13801768 CPUtime=1687.42 cores=0,2,4,6,8,10,12,14
/proc/28180/stat : 28180 (java) S 28179 28179 7744 0 -1 1077944320 467953 0 0 0 164365 4377 0 0 20 0 23 0 4130636 14133010432 2502949 33554432000 4194304 4196468 140720775531952 140720775514496 139694240558839 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
/proc/28180/statm: 3450442 2502949 3288 1 0 3437675 0
[pid=28180/tid=28181] ppid=28179 vsize=13801768 CPUtime=32.74 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28181/stat : 28181 (java) S 28179 28179 7744 0 -1 1077944384 14024 0 0 0 3265 9 0 0 20 0 23 0 4130637 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694244801216 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28183] ppid=28179 vsize=13801768 CPUtime=204.46 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28183/stat : 28183 (java) R 28179 28179 7744 0 -1 4202560 41330 0 0 0 19892 554 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694159039240 139694233187047 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28184] ppid=28179 vsize=13801768 CPUtime=204.49 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28184/stat : 28184 (java) R 28179 28179 7744 0 -1 4202560 27080 0 0 0 19921 528 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694157986440 139694226317656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28185] ppid=28179 vsize=13801768 CPUtime=205.21 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28185/stat : 28185 (java) R 28179 28179 7744 0 -1 4202560 74004 0 0 0 19954 567 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694156933640 139694223941874 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28186] ppid=28179 vsize=13801768 CPUtime=205.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28186/stat : 28186 (java) R 28179 28179 7744 0 -1 4202560 24913 0 0 0 20023 483 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694155880840 139694233187047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28187] ppid=28179 vsize=13801768 CPUtime=205.05 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28187/stat : 28187 (java) R 28179 28179 7744 0 -1 4202560 36913 0 0 0 19941 564 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694154829144 139694225548366 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28188] ppid=28179 vsize=13801768 CPUtime=205.29 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28188/stat : 28188 (java) R 28179 28179 7744 0 -1 4202560 53009 0 0 0 19963 566 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694153776264 139694233187047 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28189] ppid=28179 vsize=13801768 CPUtime=204.49 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28189/stat : 28189 (java) R 28179 28179 7744 0 -1 4202560 83388 0 0 0 19938 511 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694152723152 139694233187047 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28190] ppid=28179 vsize=13801768 CPUtime=204.42 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28190/stat : 28190 (java) R 28179 28179 7744 0 -1 4202560 23005 0 0 0 19866 576 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694151670664 139694233187047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28191] ppid=28179 vsize=13801768 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28191/stat : 28191 (java) S 28179 28179 7744 0 -1 1077944384 53498 0 0 0 632 3 0 0 20 0 23 0 4130639 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693434217408 139694240569045 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28192] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28192/stat : 28192 (java) S 28179 28179 7744 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 23 0 4130640 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693433164896 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28193] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28193/stat : 28193 (java) S 28179 28179 7744 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 23 0 4130640 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693432112000 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28194] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28194/stat : 28194 (java) S 28179 28179 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693431060304 139694240577435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28195] ppid=28179 vsize=13801768 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28195/stat : 28195 (java) S 28179 28179 7744 0 -1 1077944384 7397 0 0 0 147 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693429997696 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28196] ppid=28179 vsize=13801768 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28196/stat : 28196 (java) S 28179 28179 7744 0 -1 1077944384 9738 0 0 0 187 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693428946992 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28197] ppid=28179 vsize=13801768 CPUtime=2.09 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28197/stat : 28197 (java) S 28179 28179 7744 0 -1 1077944384 10774 0 0 0 208 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693427902848 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28198] ppid=28179 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28198/stat : 28198 (java) S 28179 28179 7744 0 -1 1077944384 5326 0 0 0 83 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693426846160 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28199] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28199/stat : 28199 (java) S 28179 28179 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693425797728 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28206] ppid=28179 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28206/stat : 28206 (java) S 28179 28179 7744 0 -1 1077944384 260 0 0 0 47 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693413573024 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28207] ppid=28179 vsize=13801768 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28207/stat : 28207 (java) S 28179 28179 7744 0 -1 1077944384 138 0 0 0 38 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693412519968 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28208] ppid=28179 vsize=13801768 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28208/stat : 28208 (java) S 28179 28179 7744 0 -1 1077944384 200 0 0 0 43 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693411469664 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28210] ppid=28179 vsize=13801768 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28210/stat : 28210 (java) S 28179 28179 7744 0 -1 1077944384 201 0 0 0 44 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139692946738912 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
Current children cumulated CPU time (s) 1687.42
Current children cumulated vsize (KiB) 13811280

[startup+248.801 s]
/proc/loadavg: 10.70 9.53 11.55 16/287 28242
/proc/meminfo: memFree=11148712/32770624 swapFree=5880/282384
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
[pid=28180] ppid=28179 vsize=13801768 CPUtime=1693.62 cores=0,2,4,6,8,10,12,14
/proc/28180/stat : 28180 (java) S 28179 28179 7744 0 -1 1077944320 467953 0 0 0 164983 4379 0 0 20 0 23 0 4130636 14133010432 2502949 33554432000 4194304 4196468 140720775531952 140720775514496 139694240558839 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
/proc/28180/statm: 3450442 2502949 3288 1 0 3437675 0
[pid=28180/tid=28181] ppid=28179 vsize=13801768 CPUtime=32.74 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28181/stat : 28181 (java) S 28179 28179 7744 0 -1 1077944384 14024 0 0 0 3265 9 0 0 20 0 23 0 4130637 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694244801216 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28183] ppid=28179 vsize=13801768 CPUtime=205.23 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28183/stat : 28183 (java) R 28179 28179 7744 0 -1 4202560 41330 0 0 0 19969 554 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694159039240 139694233187047 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28184] ppid=28179 vsize=13801768 CPUtime=205.27 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28184/stat : 28184 (java) R 28179 28179 7744 0 -1 4202560 27080 0 0 0 19998 529 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694157986440 139694223941874 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28185] ppid=28179 vsize=13801768 CPUtime=205.96 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28185/stat : 28185 (java) R 28179 28179 7744 0 -1 4202560 74004 0 0 0 20029 567 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694156933640 139694223941874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28186] ppid=28179 vsize=13801768 CPUtime=205.84 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28186/stat : 28186 (java) R 28179 28179 7744 0 -1 4202560 24913 0 0 0 20101 483 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694155880840 139694233187047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28187] ppid=28179 vsize=13801768 CPUtime=205.85 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28187/stat : 28187 (java) R 28179 28179 7744 0 -1 4202560 36913 0 0 0 20021 564 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694154829144 139694225555392 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28188] ppid=28179 vsize=13801768 CPUtime=206.06 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28188/stat : 28188 (java) R 28179 28179 7744 0 -1 4202560 53009 0 0 0 20040 566 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694153776264 139694233187047 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28189] ppid=28179 vsize=13801768 CPUtime=205.27 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28189/stat : 28189 (java) R 28179 28179 7744 0 -1 4202560 83388 0 0 0 20016 511 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694152723464 139694233187047 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28190] ppid=28179 vsize=13801768 CPUtime=205.21 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28190/stat : 28190 (java) R 28179 28179 7744 0 -1 4202560 23005 0 0 0 19944 577 0 0 20 0 23 0 4130638 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139694151670664 139694233187047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28191] ppid=28179 vsize=13801768 CPUtime=6.35 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28191/stat : 28191 (java) S 28179 28179 7744 0 -1 1077944384 53498 0 0 0 632 3 0 0 20 0 23 0 4130639 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693434217408 139694240569045 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28192] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28192/stat : 28192 (java) S 28179 28179 7744 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 23 0 4130640 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693433164896 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28193] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28193/stat : 28193 (java) S 28179 28179 7744 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 23 0 4130640 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693432112000 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28194] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28194/stat : 28194 (java) S 28179 28179 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693431060304 139694240577435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28195] ppid=28179 vsize=13801768 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28195/stat : 28195 (java) S 28179 28179 7744 0 -1 1077944384 7397 0 0 0 147 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693429997696 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28196] ppid=28179 vsize=13801768 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28196/stat : 28196 (java) S 28179 28179 7744 0 -1 1077944384 9738 0 0 0 187 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693428946992 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28197] ppid=28179 vsize=13801768 CPUtime=2.09 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28197/stat : 28197 (java) S 28179 28179 7744 0 -1 1077944384 10774 0 0 0 208 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693427902848 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28198] ppid=28179 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28198/stat : 28198 (java) S 28179 28179 7744 0 -1 1077944384 5326 0 0 0 83 1 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693426846160 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28199] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28199/stat : 28199 (java) S 28179 28179 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 4130643 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693425797728 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28206] ppid=28179 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28206/stat : 28206 (java) S 28179 28179 7744 0 -1 1077944384 260 0 0 0 47 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693413573024 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28207] ppid=28179 vsize=13801768 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28207/stat : 28207 (java) S 28179 28179 7744 0 -1 1077944384 138 0 0 0 38 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693412519968 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28208] ppid=28179 vsize=13801768 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28208/stat : 28208 (java) S 28179 28179 7744 0 -1 1077944384 200 0 0 0 43 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139693411469664 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28210] ppid=28179 vsize=13801768 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28210/stat : 28210 (java) S 28179 28179 7744 0 -1 1077944384 201 0 0 0 44 0 0 0 20 0 23 0 4139142 14133010432 2502949 33554432000 4194304 4196468 140720775531952 139692946738912 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
Current children cumulated CPU time (s) 1693.62
Current children cumulated vsize (KiB) 13811280

[startup+249.201 s]
/proc/loadavg: 10.70 9.53 11.55 16/287 28242
/proc/meminfo: memFree=11148712/32770624 swapFree=5880/282384
[pid=28179] ppid=28176 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28179/stat : 28179 (xcsp3-exec) S 28176 28179 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4130636 9740288 346 33554432000 4194304 5098028 140727366886464 140727366884568 139948405850748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 31424512 140727366890639 140727366890848 140727366890848 140727366893547 0
/proc/28179/statm: 2378 346 289 221 0 87 0
[pid=28180] ppid=28179 vsize=13801768 CPUtime=1695.16 cores=0,2,4,6,8,10,12,14
/proc/28180/stat : 28180 (java) S 28179 28179 7744 0 -1 1077944320 468622 0 0 0 165137 4379 0 0 20 0 23 0 4130636 14133010432 2502950 33554432000 4194304 4196468 140720775531952 140720775514496 139694240558839 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
/proc/28180/statm: 3450442 2502950 3288 1 0 3437675 0
[pid=28180/tid=28181] ppid=28179 vsize=13801768 CPUtime=32.74 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28181/stat : 28181 (java) S 28179 28179 7744 0 -1 1077944384 14024 0 0 0 3265 9 0 0 20 0 23 0 4130637 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694244801216 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28183] ppid=28179 vsize=13801768 CPUtime=205.39 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28183/stat : 28183 (java) S 28179 28179 7744 0 -1 1077944384 41330 0 0 0 19985 554 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694159039120 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28184] ppid=28179 vsize=13801768 CPUtime=205.43 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28184/stat : 28184 (java) S 28179 28179 7744 0 -1 1077944384 27080 0 0 0 20014 529 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694157986320 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28185] ppid=28179 vsize=13801768 CPUtime=206.12 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28185/stat : 28185 (java) S 28179 28179 7744 0 -1 1077944384 74004 0 0 0 20045 567 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694156933520 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28186] ppid=28179 vsize=13801768 CPUtime=206 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28186/stat : 28186 (java) S 28179 28179 7744 0 -1 1077944384 24913 0 0 0 20117 483 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694155880720 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28187] ppid=28179 vsize=13801768 CPUtime=206.01 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28187/stat : 28187 (java) S 28179 28179 7744 0 -1 1077944384 36913 0 0 0 20037 564 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694154828944 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28188] ppid=28179 vsize=13801768 CPUtime=206.22 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28188/stat : 28188 (java) S 28179 28179 7744 0 -1 1077944384 53009 0 0 0 20056 566 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694153776144 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28189] ppid=28179 vsize=13801768 CPUtime=205.43 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28189/stat : 28189 (java) S 28179 28179 7744 0 -1 1077944384 83388 0 0 0 20032 511 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694152723344 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28190] ppid=28179 vsize=13801768 CPUtime=205.37 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28190/stat : 28190 (java) S 28179 28179 7744 0 -1 1077944384 23005 0 0 0 19960 577 0 0 20 0 23 0 4130638 14133010432 2502950 33554432000 4194304 4196468 140720775531952 139694151670544 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28191] ppid=28179 vsize=13801768 CPUtime=6.59 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28191/stat : 28191 (java) S 28179 28179 7744 0 -1 1077944384 54170 0 0 0 656 3 0 0 20 0 23 0 4130639 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693434218864 139694240569986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28192] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28192/stat : 28192 (java) S 28179 28179 7744 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 23 0 4130640 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693433164896 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28193] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28193/stat : 28193 (java) S 28179 28179 7744 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 23 0 4130640 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693432112000 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28194] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28194/stat : 28194 (java) R 28179 28179 7744 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 4130643 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693431060304 139693828157158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28195] ppid=28179 vsize=13801768 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28195/stat : 28195 (java) S 28179 28179 7744 0 -1 1077944384 7399 0 0 0 147 1 0 0 20 0 23 0 4130643 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693429997248 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28196] ppid=28179 vsize=13801768 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28196/stat : 28196 (java) S 28179 28179 7744 0 -1 1077944384 9738 0 0 0 187 1 0 0 20 0 23 0 4130643 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693428948912 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28197] ppid=28179 vsize=13801768 CPUtime=2.09 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28197/stat : 28197 (java) S 28179 28179 7744 0 -1 1077944384 10774 0 0 0 208 1 0 0 20 0 23 0 4130643 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693427903088 139694240569986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28198] ppid=28179 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28198/stat : 28198 (java) S 28179 28179 7744 0 -1 1077944384 5327 0 0 0 83 1 0 0 20 0 23 0 4130643 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693426847696 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28199] ppid=28179 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28199/stat : 28199 (java) S 28179 28179 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 4130643 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693425797728 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28206] ppid=28179 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28206/stat : 28206 (java) R 28179 28179 7744 0 -1 1077944384 260 0 0 0 47 0 0 0 20 0 23 0 4139142 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693413573024 139694240569045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28207] ppid=28179 vsize=13801768 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28207/stat : 28207 (java) S 28179 28179 7744 0 -1 1077944384 138 0 0 0 38 0 0 0 20 0 23 0 4139142 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693412520160 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28208] ppid=28179 vsize=13801768 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28208/stat : 28208 (java) S 28179 28179 7744 0 -1 1077944384 344 0 0 0 43 0 0 0 20 0 23 0 4139142 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139693411466784 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
[pid=28180/tid=28210] ppid=28179 vsize=13801768 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/28180/task/28210/stat : 28210 (java) S 28179 28179 7744 0 -1 1077944384 201 0 0 0 44 0 0 0 20 0 23 0 4139142 14133010432 2502953 33554432000 4194304 4196468 140720775531952 139692946738912 139694240569045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36831232 140720775537852 140720775538028 140720775538028 140720775540687 0
Current children cumulated CPU time (s) 1695.16
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 249.257
CPU time (s): 1695.23
CPU user time (s): 1651.38
CPU system time (s): 43.8515
CPU usage (%): 680.111
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1651.38
system time used= 43.8515
maximum resident set size= 10011896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31129
involuntary context switches= 121392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.43835 second user time and 3.17551 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 03:57:10
IDJOB=4246907
IDBENCH=126553
IDSOLVER=2625
FILE ID=node127/4246907-1500688630
RUNJOBID= node127-1500682387-7775
PBS_JOBID= 20623323
Free space on /tmp= 61964 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-3-5-cp.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-4246907-1500688630/watcher-4246907-1500688630 -o /tmp/evaluation-result-4246907-1500688630/solver-4246907-1500688630 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7775 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 617086846 HOME/instance-4246907-1500688630.xml

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

MD5SUM BENCH= 0eeb94d3c32d9a0ecc0d968e8c219d20
RANDOM SEED=617086846

node127.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	: 5333.94
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		: 2667.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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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	: 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.94
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		: 2133.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.94
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		: 2133.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.94
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	: 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		: 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	: 5333.94
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	: 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		: 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	: 5333.94
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:        24773040 kB
MemAvailable:   24946300 kB
Buffers:          107920 kB
Cached:           348200 kB
SwapCached:            0 kB
Active:          7266152 kB
Inactive:         290696 kB
Active(anon):    7103680 kB
Inactive(anon):     8664 kB
Active(file):     162472 kB
Inactive(file):   282032 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8124 kB
Writeback:             0 kB
AnonPages:       7143792 kB
Mapped:            42496 kB
Shmem:              8840 kB
Slab:             123052 kB
SReclaimable:      89184 kB
SUnreclaim:        33868 kB
KernelStack:        4864 kB
PageTables:        18608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7579920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6604800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61956 MiB
End job on node127 at 2017-07-22 04:01:19