Trace number 4247350

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)UNSAT 64.3352 42.3267

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-32.xml
MD5SUM837217a994f8005f99f0c85081d26675
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.286
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints15903
Number of domains1
Minimum domain size32
Maximum domain size32
Distribution of domain sizes[{"size":32,"count":1024}]
Minimum variable degree31
Maximum variable degree32
Distribution of variable degrees[{"degree":31,"count":962},{"degree":32,"count":62}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15903}]
Number of extensional constraints0
Number of intensional constraints15903
Distribution of constraint types[{"type":"intension","count":15903}]
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-4247350-1500689834.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4247350-1500689834.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
63.53/42.19	c solve instance...
63.72/42.29	java.util.concurrent.ExecutionException: java.lang.NullPointerException
63.72/42.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
63.72/42.29		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
63.72/42.29		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:188)
63.72/42.29		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
63.72/42.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
63.72/42.29	Caused by: java.lang.NullPointerException
63.72/42.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
63.72/42.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
63.72/42.29		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
63.72/42.29		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
63.72/42.29		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
63.72/42.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
63.72/42.29		... 4 more
63.72/42.29	Caused by: java.lang.NullPointerException
63.72/42.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
63.72/42.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
63.72/42.29		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
63.72/42.29		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
63.72/42.29		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
63.72/42.29		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
63.72/42.29		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
63.72/42.29		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
63.72/42.29		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
63.72/42.29		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
63.72/42.29		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
63.72/42.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
63.72/42.29		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
63.72/42.29		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
63.72/42.29		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
63.72/42.29		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
63.72/42.29		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
63.72/42.29		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
63.72/42.29	Caused by: java.lang.NullPointerException
63.72/42.29		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
63.72/42.29		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
63.72/42.29		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
63.72/42.29		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
63.72/42.29		at org.chocosolver.solver.Solver.solve(Solver.java:260)
63.72/42.29		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
63.72/42.29		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
63.72/42.29		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
63.72/42.29		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
63.72/42.29		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
63.72/42.29		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
63.72/42.29		... 4 more
63.72/42.29	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-4247350-1500689834/watcher-4247350-1500689834 -o /tmp/evaluation-result-4247350-1500689834/solver-4247350-1500689834 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 153089402 HOME/instance-4247350-1500689834.xml 

pid=29278
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.96 6.55 6.21 3/270 29281
/proc/meminfo: memFree=26392060/32770624 swapFree=5892/119048
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0

[startup+0.100123 s]
/proc/loadavg: 8.96 6.55 6.21 3/270 29281
/proc/meminfo: memFree=26392060/32770624 swapFree=5892/119048
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20027 s]
/proc/loadavg: 8.96 6.55 6.21 3/270 29281
/proc/meminfo: memFree=26392060/32770624 swapFree=5892/119048
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300299 s]
/proc/loadavg: 8.96 6.55 6.21 3/270 29281
/proc/meminfo: memFree=26392060/32770624 swapFree=5892/119048
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700171 s]
/proc/loadavg: 8.96 6.55 6.21 3/270 29281
/proc/meminfo: memFree=26392060/32770624 swapFree=5892/119048
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50085 s]
/proc/loadavg: 8.96 6.55 6.21 5/291 29302
/proc/meminfo: memFree=26205860/32770624 swapFree=5892/119040
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
[pid=29282] ppid=29281 vsize=13269256 CPUtime=4.42 cores=0,2,4,6,8,10,12,14
/proc/29282/stat : 29282 (java) S 29281 29281 15667 0 -1 1077944320 15357 0 0 0 415 27 0 0 20 0 20 0 4253072 13587718144 86316 33554432000 4194304 4196468 140725420636976 140725420619520 140475019673335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
/proc/29282/statm: 3317314 86316 3228 1 0 3304547 0
[pid=29282/tid=29283] ppid=29281 vsize=13269256 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29283/stat : 29283 (java) R 29281 29281 15667 0 -1 4202560 6868 0 0 0 135 6 0 0 20 0 20 0 4253073 13587718144 86316 33554432000 4194304 4196468 140725420636976 140475023906184 140474643601131 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29285] ppid=29281 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29285/stat : 29285 (java) S 29281 29281 15667 0 -1 1077944384 30 0 0 0 2 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474619222928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29286] ppid=29281 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29286/stat : 29286 (java) S 29281 29281 15667 0 -1 1077944384 25 0 0 0 2 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474618170128 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29287] ppid=29281 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29287/stat : 29287 (java) S 29281 29281 15667 0 -1 1077944384 45 0 0 0 2 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474617117840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29288] ppid=29281 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29288/stat : 29288 (java) S 29281 29281 15667 0 -1 1077944384 39 0 0 0 1 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474616065040 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29289] ppid=29281 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29289/stat : 29289 (java) S 29281 29281 15667 0 -1 1077944384 28 0 0 0 1 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474615011728 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29290] ppid=29281 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29290/stat : 29290 (java) S 29281 29281 15667 0 -1 1077944384 26 0 0 0 2 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474613958928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29291] ppid=29281 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29291/stat : 29291 (java) S 29281 29281 15667 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474612906640 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29292] ppid=29281 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29292/stat : 29292 (java) S 29281 29281 15667 0 -1 1077944384 40 0 0 0 2 2 0 0 20 0 20 0 4253074 13587718144 86316 33554432000 4194304 4196468 140725420636976 140474611853840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29293] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29293/stat : 29293 (java) S 29281 29281 15667 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4253076 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473683405424 140475019684482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29294] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473682351392 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473681299056 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473680247376 140475019691931 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29297] ppid=29281 vsize=13269256 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29297/stat : 29297 (java) R 29281 29281 15667 0 -1 4202560 1647 0 0 0 71 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473679194520 140475005389568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29298] ppid=29281 vsize=13269256 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29298/stat : 29298 (java) S 29281 29281 15667 0 -1 1077944384 1490 0 0 0 67 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473678141424 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29299] ppid=29281 vsize=13269256 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29299/stat : 29299 (java) S 29281 29281 15667 0 -1 1077944384 1676 0 0 0 69 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473677089136 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29300] ppid=29281 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29300/stat : 29300 (java) S 29281 29281 15667 0 -1 1077944384 1920 0 0 0 53 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473676036336 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29301] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29301/stat : 29301 (java) S 29281 29281 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473674984288 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29302] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29302/stat : 29302 (java) S 29281 29281 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 86316 33554432000 4194304 4196468 140725420636976 140473673931568 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 13278768

[startup+3.10091 s]
/proc/loadavg: 8.96 6.55 6.21 3/291 29302
/proc/meminfo: memFree=25799972/32770624 swapFree=5892/119040
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
[pid=29282] ppid=29281 vsize=13269256 CPUtime=6.54 cores=0,2,4,6,8,10,12,14
/proc/29282/stat : 29282 (java) S 29281 29281 15667 0 -1 1077944320 16828 0 0 0 602 52 0 0 20 0 20 0 4253072 13587718144 274377 33554432000 4194304 4196468 140725420636976 140725420619520 140475019673335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
/proc/29282/statm: 3317314 274377 3242 1 0 3304547 0
[pid=29282/tid=29283] ppid=29281 vsize=13269256 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29283/stat : 29283 (java) R 29281 29281 15667 0 -1 4202560 7600 0 0 0 280 16 0 0 20 0 20 0 4253073 13587718144 274377 33554432000 4194304 4196468 140725420636976 140475023908504 140474644478898 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29285] ppid=29281 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29285/stat : 29285 (java) S 29281 29281 15667 0 -1 1077944384 97 0 0 0 4 4 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474619222928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29286] ppid=29281 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29286/stat : 29286 (java) S 29281 29281 15667 0 -1 1077944384 62 0 0 0 3 4 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474618170128 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29287] ppid=29281 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29287/stat : 29287 (java) S 29281 29281 15667 0 -1 1077944384 82 0 0 0 3 3 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474617117840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29288] ppid=29281 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29288/stat : 29288 (java) S 29281 29281 15667 0 -1 1077944384 52 0 0 0 2 4 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474616065040 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29289] ppid=29281 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29289/stat : 29289 (java) S 29281 29281 15667 0 -1 1077944384 71 0 0 0 3 4 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474615011728 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29290] ppid=29281 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29290/stat : 29290 (java) S 29281 29281 15667 0 -1 1077944384 56 0 0 0 3 3 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474613958928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29291] ppid=29281 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29291/stat : 29291 (java) S 29281 29281 15667 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474612906640 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29292] ppid=29281 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29292/stat : 29292 (java) S 29281 29281 15667 0 -1 1077944384 141 0 0 0 5 4 0 0 20 0 20 0 4253074 13587718144 274377 33554432000 4194304 4196468 140725420636976 140474611853840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29293] ppid=29281 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29293/stat : 29293 (java) S 29281 29281 15667 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 20 0 4253076 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473683405424 140475019684482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29294] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473682351392 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473681299056 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473680247376 140475019691931 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29297] ppid=29281 vsize=13269256 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29297/stat : 29297 (java) S 29281 29281 15667 0 -1 1077944384 1679 0 0 0 83 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473679194224 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29298] ppid=29281 vsize=13269256 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29298/stat : 29298 (java) S 29281 29281 15667 0 -1 1077944384 1506 0 0 0 74 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473678141424 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29299] ppid=29281 vsize=13269256 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29299/stat : 29299 (java) S 29281 29281 15667 0 -1 1077944384 1687 0 0 0 75 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473677089136 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29300] ppid=29281 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29300/stat : 29300 (java) S 29281 29281 15667 0 -1 1077944384 1973 0 0 0 57 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473676036336 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29301] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29301/stat : 29301 (java) S 29281 29281 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473674984288 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29302] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29302/stat : 29302 (java) S 29281 29281 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 274377 33554432000 4194304 4196468 140725420636976 140473673931568 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 13278768

[startup+6.30138 s]
/proc/loadavg: 8.40 6.47 6.19 4/291 29302
/proc/meminfo: memFree=24230176/32770624 swapFree=5892/119048
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
[pid=29282] ppid=29281 vsize=13269256 CPUtime=14.12 cores=0,2,4,6,8,10,12,14
/proc/29282/stat : 29282 (java) S 29281 29281 15667 0 -1 1077944320 28610 0 0 0 1330 82 0 0 20 0 20 0 4253072 13587718144 545066 33554432000 4194304 4196468 140725420636976 140725420619520 140475019673335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
/proc/29282/statm: 3317314 545066 3264 1 0 3304547 0
[pid=29282/tid=29283] ppid=29281 vsize=13269256 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29283/stat : 29283 (java) R 29281 29281 15667 0 -1 4202560 8754 0 0 0 579 33 0 0 20 0 20 0 4253073 13587718144 545066 33554432000 4194304 4196468 140725420636976 140475023911560 140474647284916 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29285] ppid=29281 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29285/stat : 29285 (java) S 29281 29281 15667 0 -1 1077944384 141 0 0 0 6 5 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474619222928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29286] ppid=29281 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29286/stat : 29286 (java) S 29281 29281 15667 0 -1 1077944384 81 0 0 0 5 5 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474618170128 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29287] ppid=29281 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29287/stat : 29287 (java) S 29281 29281 15667 0 -1 1077944384 112 0 0 0 5 5 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474617117840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29288] ppid=29281 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29288/stat : 29288 (java) S 29281 29281 15667 0 -1 1077944384 66 0 0 0 4 6 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474616065040 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29289] ppid=29281 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29289/stat : 29289 (java) S 29281 29281 15667 0 -1 1077944384 99 0 0 0 5 5 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474615011728 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29290] ppid=29281 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29290/stat : 29290 (java) S 29281 29281 15667 0 -1 1077944384 66 0 0 0 3 4 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474613958928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29291] ppid=29281 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29291/stat : 29291 (java) S 29281 29281 15667 0 -1 1077944384 99 0 0 0 5 5 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474612906640 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29292] ppid=29281 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29292/stat : 29292 (java) S 29281 29281 15667 0 -1 1077944384 164 0 0 0 6 5 0 0 20 0 20 0 4253074 13587718144 545066 33554432000 4194304 4196468 140725420636976 140474611853840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29293] ppid=29281 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29293/stat : 29293 (java) S 29281 29281 15667 0 -1 1077944384 1565 0 0 0 1 0 0 0 20 0 20 0 4253076 13587718144 545066 33554432000 4194304 4196468 140725420636976 140473683405424 140475019684482 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29294] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 545066 33554432000 4194304 4196468 140725420636976 140473682351392 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 545066 33554432000 4194304 4196468 140725420636976 140473681299056 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 545066 33554432000 4194304 4196468 140725420636976 140473680247376 140475019691931 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0

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

/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473682351456 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473681299072 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473680247376 140475019691931 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29297] ppid=29281 vsize=13269256 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29297/stat : 29297 (java) S 29281 29281 15667 0 -1 1077944384 7686 0 0 0 309 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473679194224 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29298] ppid=29281 vsize=13269256 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29298/stat : 29298 (java) S 29281 29281 15667 0 -1 1077944384 5084 0 0 0 264 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473678141424 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29299] ppid=29281 vsize=13269256 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29299/stat : 29299 (java) S 29281 29281 15667 0 -1 1077944384 5769 0 0 0 270 0 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473677089136 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29300] ppid=29281 vsize=13269256 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29300/stat : 29300 (java) S 29281 29281 15667 0 -1 1077944384 4279 0 0 0 81 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473676036336 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29301] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29301/stat : 29301 (java) S 29281 29281 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473674984288 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29302] ppid=29281 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29302/stat : 29302 (java) S 29281 29281 15667 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473673931568 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
Current children cumulated CPU time (s) 63.03
Current children cumulated vsize (KiB) 13278768

[startup+42.0009 s]
/proc/loadavg: 5.44 5.95 6.02 3/283 29390
/proc/meminfo: memFree=24506160/32770624 swapFree=5892/119224
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
[pid=29282] ppid=29281 vsize=13269256 CPUtime=63.43 cores=0,2,4,6,8,10,12,14
/proc/29282/stat : 29282 (java) S 29281 29281 15667 0 -1 1077944320 49736 0 0 0 5950 393 0 0 20 0 20 0 4253072 13587718144 992178 33554432000 4194304 4196468 140725420636976 140725420619520 140475019673335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
/proc/29282/statm: 3317314 992178 3282 1 0 3304547 0
[pid=29282/tid=29283] ppid=29281 vsize=13269256 CPUtime=40.08 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29283/stat : 29283 (java) R 29281 29281 15667 0 -1 4202560 15877 0 0 0 3957 51 0 0 20 0 20 0 4253073 13587718144 992178 33554432000 4194304 4196468 140725420636976 140475023911824 140474647284896 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29285] ppid=29281 vsize=13269256 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29285/stat : 29285 (java) S 29281 29281 15667 0 -1 1077944384 736 0 0 0 133 43 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474619222928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29286] ppid=29281 vsize=13269256 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29286/stat : 29286 (java) S 29281 29281 15667 0 -1 1077944384 660 0 0 0 131 42 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474618170128 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29287] ppid=29281 vsize=13269256 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29287/stat : 29287 (java) S 29281 29281 15667 0 -1 1077944384 644 0 0 0 131 41 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474617117840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29288] ppid=29281 vsize=13269256 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29288/stat : 29288 (java) S 29281 29281 15667 0 -1 1077944384 688 0 0 0 132 40 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474616065040 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29289] ppid=29281 vsize=13269256 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29289/stat : 29289 (java) S 29281 29281 15667 0 -1 1077944384 853 0 0 0 129 43 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474615011728 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29290] ppid=29281 vsize=13269256 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29290/stat : 29290 (java) S 29281 29281 15667 0 -1 1077944384 713 0 0 0 131 38 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474613958928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29291] ppid=29281 vsize=13269256 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29291/stat : 29291 (java) S 29281 29281 15667 0 -1 1077944384 996 0 0 0 133 42 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474612906640 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29292] ppid=29281 vsize=13269256 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29292/stat : 29292 (java) S 29281 29281 15667 0 -1 1077944384 828 0 0 0 133 42 0 0 20 0 20 0 4253074 13587718144 992178 33554432000 4194304 4196468 140725420636976 140474611853840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29293] ppid=29281 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29293/stat : 29293 (java) S 29281 29281 15667 0 -1 1077944384 3564 0 0 0 7 0 0 0 20 0 20 0 4253076 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473683405424 140475019684482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29294] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473682351456 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 4253077 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473681299072 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473680247376 140475019691931 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29297] ppid=29281 vsize=13269256 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29297/stat : 29297 (java) S 29281 29281 15667 0 -1 1077944384 7686 0 0 0 309 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473679194224 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29298] ppid=29281 vsize=13269256 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29298/stat : 29298 (java) S 29281 29281 15667 0 -1 1077944384 5084 0 0 0 264 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473678141424 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29299] ppid=29281 vsize=13269256 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29299/stat : 29299 (java) S 29281 29281 15667 0 -1 1077944384 5769 0 0 0 270 0 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473677089136 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29300] ppid=29281 vsize=13269256 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29300/stat : 29300 (java) S 29281 29281 15667 0 -1 1077944384 4279 0 0 0 81 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473676036336 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29301] ppid=29281 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29301/stat : 29301 (java) S 29281 29281 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473674984288 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29302] ppid=29281 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29302/stat : 29302 (java) S 29281 29281 15667 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 20 0 4253081 13587718144 992178 33554432000 4194304 4196468 140725420636976 140473673931568 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 13278768

[startup+42.2138 s]
/proc/loadavg: 5.44 5.95 6.02 3/283 29390
/proc/meminfo: memFree=24506160/32770624 swapFree=5892/119224
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
[pid=29282] ppid=29281 vsize=13335820 CPUtime=63.72 cores=0,2,4,6,8,10,12,14
/proc/29282/stat : 29282 (java) S 29281 29281 15667 0 -1 1077944320 49954 0 0 0 5979 393 0 0 20 0 21 0 4253072 13655879680 992223 33554432000 4194304 4196468 140725420636976 140725420619520 140475019673335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
/proc/29282/statm: 3333955 992223 3283 1 0 3321188 0
[pid=29282/tid=29283] ppid=29281 vsize=13335820 CPUtime=40.29 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29283/stat : 29283 (java) S 29281 29281 15667 0 -1 1077944384 16003 0 0 0 3978 51 0 0 20 0 21 0 4253073 13655879680 992223 33554432000 4194304 4196468 140725420636976 140475023914112 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29285] ppid=29281 vsize=13335820 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29285/stat : 29285 (java) S 29281 29281 15667 0 -1 1077944384 736 0 0 0 133 43 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474619222928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29286] ppid=29281 vsize=13335820 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29286/stat : 29286 (java) S 29281 29281 15667 0 -1 1077944384 660 0 0 0 131 42 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474618170128 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29287] ppid=29281 vsize=13335820 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29287/stat : 29287 (java) S 29281 29281 15667 0 -1 1077944384 644 0 0 0 131 41 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474617117840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29288] ppid=29281 vsize=13335820 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29288/stat : 29288 (java) S 29281 29281 15667 0 -1 1077944384 688 0 0 0 132 40 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474616065040 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29289] ppid=29281 vsize=13335820 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29289/stat : 29289 (java) S 29281 29281 15667 0 -1 1077944384 853 0 0 0 129 43 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474615011728 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29290] ppid=29281 vsize=13335820 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29290/stat : 29290 (java) S 29281 29281 15667 0 -1 1077944384 713 0 0 0 131 38 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474613958928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29291] ppid=29281 vsize=13335820 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29291/stat : 29291 (java) S 29281 29281 15667 0 -1 1077944384 996 0 0 0 133 42 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474612906640 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29292] ppid=29281 vsize=13335820 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29292/stat : 29292 (java) S 29281 29281 15667 0 -1 1077944384 828 0 0 0 133 42 0 0 20 0 21 0 4253074 13655879680 992223 33554432000 4194304 4196468 140725420636976 140474611853840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29293] ppid=29281 vsize=13335820 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29293/stat : 29293 (java) S 29281 29281 15667 0 -1 1077944384 3565 0 0 0 7 0 0 0 20 0 21 0 4253076 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473683405424 140475019684482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29294] ppid=29281 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 4253077 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473682351456 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 4253077 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473681299072 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473680247376 140475019691931 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29297] ppid=29281 vsize=13335820 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29297/stat : 29297 (java) R 29281 29281 15667 0 -1 4202560 7698 0 0 0 312 1 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473679187456 140475004594616 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29298] ppid=29281 vsize=13335820 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29298/stat : 29298 (java) R 29281 29281 15667 0 -1 4202560 5093 0 0 0 266 1 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473678122992 140475003084313 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29299] ppid=29281 vsize=13335820 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29299/stat : 29299 (java) R 29281 29281 15667 0 -1 4202560 5781 0 0 0 272 0 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473677075920 140475001218579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29300] ppid=29281 vsize=13335820 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29300/stat : 29300 (java) R 29281 29281 15667 0 -1 4202560 4341 0 0 0 82 1 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473676036336 140474998042004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29301] ppid=29281 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29301/stat : 29301 (java) S 29281 29281 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473674984288 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29302] ppid=29281 vsize=13335820 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29302/stat : 29302 (java) S 29281 29281 15667 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 21 0 4253081 13655879680 992223 33554432000 4194304 4196468 140725420636976 140473673931568 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
Current children cumulated CPU time (s) 63.72
Current children cumulated vsize (KiB) 13345332

[startup+42.3014 s]
/proc/loadavg: 5.44 5.95 6.02 3/283 29390
/proc/meminfo: memFree=24506160/32770624 swapFree=5892/119224
[pid=29281] ppid=29278 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29281/stat : 29281 (xcsp3-exec) S 29278 29281 15667 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4253072 9740288 346 33554432000 4194304 5098028 140722448226240 140722448224344 140459318760060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23101440 140722448233615 140722448233824 140722448233824 140722448236523 0
/proc/29281/statm: 2378 346 289 221 0 87 0
[pid=29282] ppid=29281 vsize=13801768 CPUtime=64.3 cores=0,2,4,6,8,10,12,14
/proc/29282/stat : 29282 (java) S 29281 29281 15667 0 -1 1077944320 50403 0 0 0 6037 393 0 0 20 0 19 0 4253072 14133010432 992398 33554432000 4194304 4196468 140725420636976 140725420619520 140475019673335 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
/proc/29282/statm: 3450442 992398 3285 1 0 3437675 0
[pid=29282/tid=29283] ppid=29281 vsize=13801768 CPUtime=40.29 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29283/stat : 29283 (java) S 29281 29281 15667 0 -1 1077944384 16018 0 0 0 3978 51 0 0 20 0 19 0 4253073 14133010432 992398 33554432000 4194304 4196468 140725420636976 140475023916176 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29285] ppid=29281 vsize=13801768 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29285/stat : 29285 (java) S 29281 29281 15667 0 -1 1077944384 736 0 0 0 133 43 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474619222928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29286] ppid=29281 vsize=13801768 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29286/stat : 29286 (java) S 29281 29281 15667 0 -1 1077944384 660 0 0 0 131 42 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474618170128 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29287] ppid=29281 vsize=13801768 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29287/stat : 29287 (java) S 29281 29281 15667 0 -1 1077944384 644 0 0 0 131 41 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474617117840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29288] ppid=29281 vsize=13801768 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29288/stat : 29288 (java) S 29281 29281 15667 0 -1 1077944384 688 0 0 0 132 40 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474616065040 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29289] ppid=29281 vsize=13801768 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29289/stat : 29289 (java) S 29281 29281 15667 0 -1 1077944384 853 0 0 0 129 43 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474615011728 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29290] ppid=29281 vsize=13801768 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29290/stat : 29290 (java) S 29281 29281 15667 0 -1 1077944384 713 0 0 0 131 38 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474613958928 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29291] ppid=29281 vsize=13801768 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29291/stat : 29291 (java) S 29281 29281 15667 0 -1 1077944384 996 0 0 0 133 42 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474612906640 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29292] ppid=29281 vsize=13801768 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29292/stat : 29292 (java) S 29281 29281 15667 0 -1 1077944384 828 0 0 0 133 42 0 0 20 0 19 0 4253074 14133010432 992398 33554432000 4194304 4196468 140725420636976 140474611853840 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29293] ppid=29281 vsize=13801768 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29293/stat : 29293 (java) S 29281 29281 15667 0 -1 1077944384 3568 0 0 0 7 0 0 0 20 0 19 0 4253076 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473683405632 140475019684482 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29294] ppid=29281 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29294/stat : 29294 (java) S 29281 29281 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 4253077 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473682351456 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29295] ppid=29281 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29295/stat : 29295 (java) S 29281 29281 15667 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 4253077 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473681299072 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29296] ppid=29281 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29296/stat : 29296 (java) S 29281 29281 15667 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 4253081 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473680246144 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29297] ppid=29281 vsize=13801768 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29297/stat : 29297 (java) S 29281 29281 15667 0 -1 1077944384 7717 0 0 0 318 1 0 0 20 0 19 0 4253081 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473679174704 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29298] ppid=29281 vsize=13801768 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29298/stat : 29298 (java) S 29281 29281 15667 0 -1 1077944384 5095 0 0 0 268 1 0 0 20 0 19 0 4253081 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473678141424 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29299] ppid=29281 vsize=13801768 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29299/stat : 29299 (java) S 29281 29281 15667 0 -1 1077944384 5786 0 0 0 279 0 0 0 20 0 19 0 4253081 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473677089136 140475019684482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29300] ppid=29281 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29300/stat : 29300 (java) S 29281 29281 15667 0 -1 1077944384 4391 0 0 0 86 1 0 0 20 0 19 0 4253081 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473676032208 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
[pid=29282/tid=29301] ppid=29281 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29282/task/29301/stat : 29301 (java) S 29281 29281 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4253081 14133010432 992398 33554432000 4194304 4196468 140725420636976 140473674984288 140475019683541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23031808 140725420639420 140725420639596 140725420639596 140725420642255 0
Current children cumulated CPU time (s) 64.3
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 42.3267
CPU time (s): 64.3352
CPU user time (s): 60.3743
CPU system time (s): 3.96094
CPU usage (%): 151.997
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.3743
system time used= 3.96094
maximum resident set size= 3970908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6154
involuntary context switches= 4019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.309948 second user time and 0.392072 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:17:14
IDJOB=4247350
IDBENCH=126965
IDSOLVER=2625
FILE ID=node104/4247350-1500689834
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-32.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-4247350-1500689834/watcher-4247350-1500689834 -o /tmp/evaluation-result-4247350-1500689834/solver-4247350-1500689834 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 153089402 HOME/instance-4247350-1500689834.xml

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

MD5SUM BENCH= 837217a994f8005f99f0c85081d26675
RANDOM SEED=153089402

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26392396 kB
MemAvailable:   26477848 kB
Buffers:          165500 kB
Cached:           183868 kB
SwapCached:          252 kB
Active:          5722360 kB
Inactive:         175780 kB
Active(anon):    5503828 kB
Inactive(anon):    56372 kB
Active(file):     218532 kB
Inactive(file):   119408 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              8244 kB
Writeback:            36 kB
AnonPages:       5495148 kB
Mapped:            42700 kB
Shmem:              8772 kB
Slab:             161136 kB
SReclaimable:     126696 kB
SUnreclaim:        34440 kB
KernelStack:        5088 kB
PageTables:        16364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6620428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5341184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61996 MiB
End job on node104 at 2017-07-22 04:17:56