Trace number 4270950

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
choco-solver 4.0.5 par (2017-08-09)UNSAT 251.433 202.67999

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-45.xml
MD5SUMf20f2034744f8df857f4af789a6cf941
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 benchmark31.6138
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":2025}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":1937},{"degree":45,"count":88}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":44594}]
Number of extensional constraints0
Number of intensional constraints44594
Distribution of constraint types[{"type":"intension","count":44594}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270950-1502734453.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270950-1502734453.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
249.82/202.37	c solve instance...
250.64/202.60	java.util.concurrent.ExecutionException: java.lang.NullPointerException
250.64/202.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
250.64/202.60		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
250.64/202.60		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
250.64/202.60		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
250.64/202.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
250.64/202.60	Caused by: java.lang.NullPointerException
250.64/202.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
250.64/202.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
250.64/202.60		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
250.64/202.60		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
250.64/202.60		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
250.64/202.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
250.64/202.60		... 4 more
250.64/202.60	Caused by: java.lang.NullPointerException
250.64/202.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
250.64/202.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
250.64/202.60		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
250.64/202.60		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
250.64/202.60		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
250.64/202.60		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
250.64/202.60		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
250.64/202.60		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
250.64/202.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
250.64/202.60		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
250.64/202.60		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
250.64/202.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
250.64/202.60		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
250.64/202.60		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
250.64/202.60		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
250.64/202.60		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
250.64/202.60		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
250.64/202.60		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
251.35/202.60	Caused by: java.lang.NullPointerException
251.35/202.60		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
251.35/202.60		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
251.35/202.60		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
251.35/202.60		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
251.35/202.60		at org.chocosolver.solver.Solver.solve(Solver.java:260)
251.35/202.60		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
251.35/202.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
251.35/202.60		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
251.35/202.60		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
251.35/202.60		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
251.35/202.60		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
251.35/202.60		... 4 more
251.35/202.60	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12915 MiB free)
  memory of node 1: 16384 MiB (14954 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270950-1502734453/watcher-4270950-1502734453 -o /tmp/evaluation-result-4270950-1502734453/solver-4270950-1502734453 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502721839-26554 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2111664911 HOME/instance-4270950-1502734453.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27850, runsolver pid=27847

[startup+0.100134 s]*
/proc/loadavg: 1.00 1.04 2.19 3/199 27871
/proc/meminfo: memFree=28524824/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=25999808 memory=26436 CPUtime=0.12 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 5489 0 0 0 11 1 0 0 20 0 20 0 106533159 26623803392 6609 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6499952 6609 2862 1 0 6488269 0
[pid=27852/tid=27853] ppid=27850 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) R 27850 27850 26527 0 -1 4202560 3478 0 0 0 9 0 0 0 20 0 20 0 106533159 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221950743088 140221946531222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=25999808 memory=140437000054400 CPUtime=0 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27857] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27857/stat : 27857 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221895981328 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27858] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27858/stat : 27858 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221894929552 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27859] ppid=27850 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27852/task/27859/stat : 27859 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221893876752 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27860] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27860/stat : 27860 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221892823952 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27861] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27861/stat : 27861 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26623803392 6609 33554432000 4194304 4196468 140731779656576 140221497080592 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27862] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27862/stat : 27862 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533161 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220668250480 140221946530434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27863] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27863/stat : 27863 (java) S 27850 27850 26527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106533162 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220667196448 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27864] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27864/stat : 27864 (java) S 27850 27850 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106533162 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220666143600 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27865] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27865/stat : 27865 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533164 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220665091920 140221946537883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27866] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27866/stat : 27866 (java) S 27850 27850 26527 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 106533164 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220664040304 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27867] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27867/stat : 27867 (java) S 27850 27850 26527 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 106533164 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220662987504 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27868] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27868/stat : 27868 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533164 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220661934704 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27869] ppid=27850 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/27852/task/27869/stat : 27869 (java) R 27850 27850 26527 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 20 0 106533164 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220660881904 140221927756848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27870] ppid=27850 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533165 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533165 26623803392 6609 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27820 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.00 1.04 2.19 2/199 27871
/proc/meminfo: memFree=28513432/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=26004064 memory=38844 CPUtime=0.33 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 8335 0 0 0 31 2 0 0 20 0 20 0 106533159 26628161536 9711 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6501016 9711 3055 1 0 6488269 0
[pid=27852/tid=27853] ppid=27850 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) D 27850 27850 26527 0 -1 1077944384 5408 0 0 0 19 0 0 0 20 0 20 0 106533159 26628161536 9711 33554432000 4194304 4196468 140731779656576 140221950721008 140221939198509 0 4 0 16800975 18446744072101584420 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=26004096 memory=330 CPUtime=0 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628194304 9711 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=26004096 memory=288370813151766144 CPUtime=0 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533160 26628194304 9711 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 9711 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27857] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27857/stat : 27857 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 9711 33554432000 4194304 4196468 140731779656576 140221895981328 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27858] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27858/stat : 27858 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 9711 33554432000 4194304 4196468 140731779656576 140221894929552 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27859] ppid=27850 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27852/task/27859/stat : 27859 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 9711 33554432000 4194304 4196468 140731779656576 140221893876752 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27860] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27860/stat : 27860 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 9711 33554432000 4194304 4196468 140731779656576 140221892823952 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27861] ppid=27850 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27861/stat : 27861 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628194304 9711 33554432000 4194304 4196468 140731779656576 140221497080592 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27862] ppid=27850 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27862/stat : 27862 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533161 26628194304 9711 33554432000 4194304 4196468 140731779656576 140220668250480 140221946530434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27863] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27863/stat : 27863 (java) S 27850 27850 26527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106533162 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220667196448 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27864] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27864/stat : 27864 (java) S 27850 27850 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106533162 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220666143600 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27865] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27865/stat : 27865 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533164 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220665091920 140221946537883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27866] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27866/stat : 27866 (java) S 27850 27850 26527 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 106533164 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220664040304 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27867] ppid=27850 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/27852/task/27867/stat : 27867 (java) S 27850 27850 26527 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 20 0 106533164 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220662987504 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27868] ppid=27850 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/27852/task/27868/stat : 27868 (java) S 27850 27850 26527 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 106533164 26628194304 9711 33554432000 4194304 4196468 140731779656576 140220661934704 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27869] ppid=27850 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/27852/task/27869/stat : 27869 (java) S 27850 27850 26527 0 -1 1077944384 771 0 0 0 7 0 0 0 20 0 20 0 106533164 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220660881904 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27870] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533165 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533165 26628161536 9711 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40228 KiB

[startup+0.31056 s]*
/proc/loadavg: 1.00 1.04 2.19 3/199 27871
/proc/meminfo: memFree=28509028/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=26004064 memory=43648 CPUtime=0.49 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 9131 0 0 0 47 2 0 0 20 0 20 0 106533159 26628161536 10912 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6501016 10912 3102 1 0 6488269 0
[pid=27852/tid=27853] ppid=27850 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) R 27850 27850 26527 0 -1 4202560 6044 0 0 0 28 1 0 0 20 0 20 0 106533159 26628161536 10912 33554432000 4194304 4196468 140731779656576 140221950756752 140221572522690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 10912 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27857] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27857/stat : 27857 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221895981328 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27858] ppid=27850 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/27852/task/27858/stat : 27858 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221894929552 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27859] ppid=27850 vsize=26004064 memory=140436840739759 CPUtime=0 cores=0-7
/proc/27852/task/27859/stat : 27859 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221893876752 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27860] ppid=27850 vsize=26004064 memory=140436840742064 CPUtime=0 cores=0-7
/proc/27852/task/27860/stat : 27860 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221892823952 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27861] ppid=27850 vsize=26004064 memory=140436840744368 CPUtime=0 cores=0-7
/proc/27852/task/27861/stat : 27861 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628161536 11424 33554432000 4194304 4196468 140731779656576 140221497080592 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27862] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27862/stat : 27862 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533161 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220668250480 140221946530434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27863] ppid=27850 vsize=26004064 memory=280873681495696 CPUtime=0 cores=0-7
/proc/27852/task/27863/stat : 27863 (java) S 27850 27850 26527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106533162 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220667196448 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27864] ppid=27850 vsize=26004064 memory=280873681502608 CPUtime=0 cores=0-7
/proc/27852/task/27864/stat : 27864 (java) S 27850 27850 26527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106533162 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220666143600 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27865] ppid=27850 vsize=26004064 memory=280873681443888 CPUtime=0 cores=0-7
/proc/27852/task/27865/stat : 27865 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533164 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220665091920 140221946537883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27866] ppid=27850 vsize=26004064 memory=280873681516432 CPUtime=0.01 cores=0-7
/proc/27852/task/27866/stat : 27866 (java) R 27850 27850 26527 0 -1 4202560 314 0 0 0 1 0 0 0 20 0 20 0 106533164 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220664040304 140221926019584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27867] ppid=27850 vsize=26004064 memory=280873681523344 CPUtime=0.03 cores=0-7
/proc/27852/task/27867/stat : 27867 (java) S 27850 27850 26527 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 20 0 106533164 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220662987504 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27868] ppid=27850 vsize=26004064 memory=280873681521040 CPUtime=0.01 cores=0-7
/proc/27852/task/27868/stat : 27868 (java) S 27850 27850 26527 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 106533164 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220661934704 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27869] ppid=27850 vsize=26004064 memory=280873681537200 CPUtime=0.12 cores=0-7
/proc/27852/task/27869/stat : 27869 (java) R 27850 27850 26527 0 -1 4202560 898 0 0 0 12 0 0 0 20 0 20 0 106533164 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220660877856 140221939620670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27870] ppid=27850 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533165 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533165 26628161536 11424 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45032 KiB

[startup+0.701002 s]
/proc/loadavg: 1.00 1.04 2.19 5/199 27871
/proc/meminfo: memFree=28473604/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=26004140 memory=146620 CPUtime=1.95 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 13407 0 0 0 190 5 0 0 20 0 20 0 106533159 26628239360 36655 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6501035 36655 3199 1 0 6488269 0
[pid=27852/tid=27853] ppid=27850 vsize=26004140 memory=280873681895088 CPUtime=0.67 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) R 27850 27850 26527 0 -1 4202560 6375 0 0 0 64 3 0 0 20 0 20 0 106533159 26628239360 36655 33554432000 4194304 4196468 140731779656576 140221950753808 140221575969767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=26004140 memory=140436840948592 CPUtime=0 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106533160 26628239360 36655 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533160 26628239360 36655 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=26004140 memory=11008 CPUtime=0 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533160 26628239360 36655 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0

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

/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533165 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=26006188 memory=11008 CPUtime=0.07 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 243 0 0 0 2 5 0 0 20 0 20 0 106533165 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 246.94 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 9346380 KiB

[startup+201.601 s]
/proc/loadavg: 0.99 1.04 1.97 2/199 27900
/proc/meminfo: memFree=19192164/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=26006188 memory=9344996 CPUtime=249.12 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 95680 0 0 0 24204 708 0 0 20 0 20 0 106533159 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6501547 2336249 3281 1 0 6488781 0
[pid=27852/tid=27853] ppid=27850 vsize=26006188 memory=2244 CPUtime=195.41 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) R 27850 27850 26527 0 -1 4202560 31537 0 0 0 19413 128 0 0 20 0 20 0 106533159 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221950757888 140221580079987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=26006188 memory=1384 CPUtime=5.65 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 3230 0 0 0 497 68 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=26006188 memory=9344996 CPUtime=5.7 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3094 0 0 0 497 73 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=26006188 memory=644 CPUtime=5.72 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 3017 0 0 0 498 74 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27857] ppid=27850 vsize=26006188 memory=6791534058613427641 CPUtime=5.69 cores=0-7
/proc/27852/task/27857/stat : 27857 (java) S 27850 27850 26527 0 -1 1077944384 4321 0 0 0 505 64 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221895981328 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27858] ppid=27850 vsize=26006188 memory=1952 CPUtime=5.72 cores=0-7
/proc/27852/task/27858/stat : 27858 (java) S 27850 27850 26527 0 -1 1077944384 3337 0 0 0 493 79 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221894929552 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27859] ppid=27850 vsize=26006188 memory=1200 CPUtime=5.75 cores=0-7
/proc/27852/task/27859/stat : 27859 (java) S 27850 27850 26527 0 -1 1077944384 3148 0 0 0 500 75 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221893876752 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27860] ppid=27850 vsize=26006188 memory=8564 CPUtime=5.65 cores=0-7
/proc/27852/task/27860/stat : 27860 (java) S 27850 27850 26527 0 -1 1077944384 3432 0 0 0 501 64 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221892823952 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27861] ppid=27850 vsize=26006188 memory=1384 CPUtime=5.69 cores=0-7
/proc/27852/task/27861/stat : 27861 (java) S 27850 27850 26527 0 -1 1077944384 3675 0 0 0 504 65 0 0 20 0 20 0 106533160 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140221497080592 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27862] ppid=27850 vsize=26006188 memory=9344996 CPUtime=0.29 cores=0-7
/proc/27852/task/27862/stat : 27862 (java) S 27850 27850 26527 0 -1 1077944384 11495 0 0 0 27 2 0 0 20 0 20 0 106533161 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220668250480 140221946530434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27863] ppid=27850 vsize=26006188 memory=1156 CPUtime=0 cores=0-7
/proc/27852/task/27863/stat : 27863 (java) S 27850 27850 26527 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 106533162 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220667196512 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27864] ppid=27850 vsize=26006188 memory=3232 CPUtime=0 cores=0-7
/proc/27852/task/27864/stat : 27864 (java) S 27850 27850 26527 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 106533162 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220666143616 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27865] ppid=27850 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27852/task/27865/stat : 27865 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533164 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220665091920 140221946537883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27866] ppid=27850 vsize=26006188 memory=796 CPUtime=2.3 cores=0-7
/proc/27852/task/27866/stat : 27866 (java) S 27850 27850 26527 0 -1 1077944384 7350 0 0 0 229 1 0 0 20 0 20 0 106533164 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220664040304 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27867] ppid=27850 vsize=26006188 memory=4140 CPUtime=2.09 cores=0-7
/proc/27852/task/27867/stat : 27867 (java) S 27850 27850 26527 0 -1 1077944384 6905 0 0 0 207 2 0 0 20 0 20 0 106533164 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220662987504 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27868] ppid=27850 vsize=26006188 memory=30556 CPUtime=2.53 cores=0-7
/proc/27852/task/27868/stat : 27868 (java) S 27850 27850 26527 0 -1 1077944384 6116 0 0 0 252 1 0 0 20 0 20 0 106533164 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220661934704 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27869] ppid=27850 vsize=26006188 memory=1296 CPUtime=0.73 cores=0-7
/proc/27852/task/27869/stat : 27869 (java) S 27850 27850 26527 0 -1 1077944384 3405 0 0 0 72 1 0 0 20 0 20 0 106533164 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220660881904 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27870] ppid=27850 vsize=26006188 memory=1267 CPUtime=0 cores=0-7
/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533165 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=26006188 memory=476 CPUtime=0.07 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 243 0 0 0 2 5 0 0 20 0 20 0 106533165 26630336512 2336249 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 249.12 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 9346380 KiB

[startup+202.401 s]
/proc/loadavg: 1.31 1.11 1.98 2/199 27900
/proc/meminfo: memFree=19192388/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=26006188 memory=9345028 CPUtime=249.96 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 96658 0 0 0 24288 708 0 0 20 0 20 0 106533159 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6501547 2336257 3281 1 0 6488781 0
[pid=27852/tid=27853] ppid=27850 vsize=26006188 memory=9344996 CPUtime=196.21 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) R 27850 27850 26527 0 -1 4202560 31640 0 0 0 19493 128 0 0 20 0 20 0 106533159 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221950752048 140221574551813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=26006188 memory=6791534058613427641 CPUtime=5.65 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 3230 0 0 0 497 68 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=26006188 memory=9344996 CPUtime=5.7 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3094 0 0 0 497 73 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=26006188 memory=13855183067154599 CPUtime=5.72 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 3017 0 0 0 498 74 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27857] ppid=27850 vsize=26006188 memory=9352180 CPUtime=5.69 cores=0-7
/proc/27852/task/27857/stat : 27857 (java) S 27850 27850 26527 0 -1 1077944384 4321 0 0 0 505 64 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221895981328 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27858] ppid=27850 vsize=26006188 memory=6791534058613427641 CPUtime=5.72 cores=0-7
/proc/27852/task/27858/stat : 27858 (java) S 27850 27850 26527 0 -1 1077944384 3337 0 0 0 493 79 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221894929552 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27859] ppid=27850 vsize=26006188 memory=9352180 CPUtime=5.75 cores=0-7
/proc/27852/task/27859/stat : 27859 (java) S 27850 27850 26527 0 -1 1077944384 3148 0 0 0 500 75 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221893876752 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27860] ppid=27850 vsize=26006188 memory=4872558044660077418 CPUtime=5.65 cores=0-7
/proc/27852/task/27860/stat : 27860 (java) S 27850 27850 26527 0 -1 1077944384 3432 0 0 0 501 64 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221892823952 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27861] ppid=27850 vsize=26006188 memory=11008 CPUtime=5.69 cores=0-7
/proc/27852/task/27861/stat : 27861 (java) S 27850 27850 26527 0 -1 1077944384 3675 0 0 0 504 65 0 0 20 0 20 0 106533160 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140221497080592 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27862] ppid=27850 vsize=26006188 memory=1384 CPUtime=0.29 cores=0-7
/proc/27852/task/27862/stat : 27862 (java) S 27850 27850 26527 0 -1 1077944384 11500 0 0 0 27 2 0 0 20 0 20 0 106533161 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220668250480 140221946530434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27863] ppid=27850 vsize=26006188 memory=9352180 CPUtime=0 cores=0-7
/proc/27852/task/27863/stat : 27863 (java) S 27850 27850 26527 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 106533162 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220667196512 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27864] ppid=27850 vsize=26006188 memory=15872 CPUtime=0 cores=0-7
/proc/27852/task/27864/stat : 27864 (java) S 27850 27850 26527 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 106533162 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220666143616 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27865] ppid=27850 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27852/task/27865/stat : 27865 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106533164 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220665091920 140221946537883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27866] ppid=27850 vsize=26006188 memory=288230621803970871 CPUtime=2.31 cores=0-7
/proc/27852/task/27866/stat : 27866 (java) S 27850 27850 26527 0 -1 1077944384 7471 0 0 0 230 1 0 0 20 0 20 0 106533164 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220664040304 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27867] ppid=27850 vsize=26006188 memory=13855183067154599 CPUtime=2.1 cores=0-7
/proc/27852/task/27867/stat : 27867 (java) S 27850 27850 26527 0 -1 1077944384 7010 0 0 0 208 2 0 0 20 0 20 0 106533164 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220662987504 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27868] ppid=27850 vsize=26006188 memory=1156 CPUtime=2.55 cores=0-7
/proc/27852/task/27868/stat : 27868 (java) S 27850 27850 26527 0 -1 1077944384 6551 0 0 0 254 1 0 0 20 0 20 0 106533164 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220661934704 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27869] ppid=27850 vsize=26006188 memory=3232 CPUtime=0.74 cores=0-7
/proc/27852/task/27869/stat : 27869 (java) S 27850 27850 26527 0 -1 1077944384 3614 0 0 0 72 2 0 0 20 0 20 0 106533164 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220660881904 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27870] ppid=27850 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106533165 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=26006188 memory=9344996 CPUtime=0.07 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 243 0 0 0 2 5 0 0 20 0 20 0 106533165 26630336512 2336257 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 249.96 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 9346412 KiB

[startup+202.601 s]
/proc/loadavg: 1.31 1.11 1.98 2/199 27900
/proc/meminfo: memFree=19192388/32770624 swapFree=67108860/67108860
[pid=27850] ppid=27847 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27850/stat : 27850 (xcsp3-exec) S 27847 27850 26527 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106533159 9740288 346 33554432000 4194304 5098028 140733503050928 140733503049032 139972458578556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10178560 140733503054948 140733503055159 140733503055159 140733503057899 0
/proc/27850/statm: 2378 346 289 221 0 87 0
[pid=27852] ppid=27850 vsize=26538700 memory=9345400 CPUtime=251.35 cores=0-7
/proc/27852/stat : 27852 (java) S 27850 27850 26527 0 -1 1077944320 97636 0 0 0 24426 709 0 0 20 0 28 0 106533159 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140731779639120 140221946519287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
/proc/27852/statm: 6634675 2336350 3281 1 0 6621909 0
[pid=27852/tid=27853] ppid=27850 vsize=26538700 memory=916 CPUtime=196.22 cores=0-7
/proc/27852/task/27853/stat : 27853 (java) R 27850 27850 26527 0 -1 4202560 31721 0 0 0 19494 128 0 0 20 0 28 0 106533159 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221950758176 140221946541117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27854] ppid=27850 vsize=26538700 memory=5624 CPUtime=5.65 cores=0-7
/proc/27852/task/27854/stat : 27854 (java) S 27850 27850 26527 0 -1 1077944384 3230 0 0 0 497 68 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221899139728 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27855] ppid=27850 vsize=26538700 memory=4104 CPUtime=5.7 cores=0-7
/proc/27852/task/27855/stat : 27855 (java) S 27850 27850 26527 0 -1 1077944384 3094 0 0 0 497 73 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221898086928 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27856] ppid=27850 vsize=26538700 memory=1156 CPUtime=5.72 cores=0-7
/proc/27852/task/27856/stat : 27856 (java) S 27850 27850 26527 0 -1 1077944384 3017 0 0 0 498 74 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221897034128 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27857] ppid=27850 vsize=26538700 memory=3232 CPUtime=5.69 cores=0-7
/proc/27852/task/27857/stat : 27857 (java) S 27850 27850 26527 0 -1 1077944384 4321 0 0 0 505 64 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221895981328 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27858] ppid=27850 vsize=26538700 memory=11008 CPUtime=5.72 cores=0-7
/proc/27852/task/27858/stat : 27858 (java) S 27850 27850 26527 0 -1 1077944384 3337 0 0 0 493 79 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221894929552 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27859] ppid=27850 vsize=26538700 memory=1228 CPUtime=5.75 cores=0-7
/proc/27852/task/27859/stat : 27859 (java) S 27850 27850 26527 0 -1 1077944384 3148 0 0 0 500 75 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221893876752 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27860] ppid=27850 vsize=26538700 memory=1420 CPUtime=5.65 cores=0-7
/proc/27852/task/27860/stat : 27860 (java) S 27850 27850 26527 0 -1 1077944384 3432 0 0 0 501 64 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221892823952 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27861] ppid=27850 vsize=26538700 memory=15872 CPUtime=5.69 cores=0-7
/proc/27852/task/27861/stat : 27861 (java) S 27850 27850 26527 0 -1 1077944384 3675 0 0 0 504 65 0 0 20 0 28 0 106533160 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140221497080592 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27862] ppid=27850 vsize=26538700 memory=16448 CPUtime=0.29 cores=0-7
/proc/27852/task/27862/stat : 27862 (java) S 27850 27850 26527 0 -1 1077944384 11503 0 0 0 27 2 0 0 20 0 28 0 106533161 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220668250480 140221946530434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27863] ppid=27850 vsize=26538700 memory=16960 CPUtime=0 cores=0-7
/proc/27852/task/27863/stat : 27863 (java) S 27850 27850 26527 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 106533162 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220667196512 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27864] ppid=27850 vsize=26538700 memory=4048 CPUtime=0 cores=0-7
/proc/27852/task/27864/stat : 27864 (java) S 27850 27850 26527 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 28 0 106533162 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220666143616 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27865] ppid=27850 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/27852/task/27865/stat : 27865 (java) S 27850 27850 26527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 106533164 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220665091920 140221946537883 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27866] ppid=27850 vsize=26538700 memory=644 CPUtime=2.35 cores=0-7
/proc/27852/task/27866/stat : 27866 (java) R 27850 27850 26527 0 -1 4202560 7800 0 0 0 234 1 0 0 20 0 28 0 106533164 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220664040304 140221931448757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27867] ppid=27850 vsize=26538700 memory=1788 CPUtime=2.13 cores=0-7
/proc/27852/task/27867/stat : 27867 (java) R 27850 27850 26527 0 -1 1077944384 7169 0 0 0 211 2 0 0 20 0 28 0 106533164 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220662987504 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27868] ppid=27850 vsize=26538700 memory=952 CPUtime=2.57 cores=0-7
/proc/27852/task/27868/stat : 27868 (java) R 27850 27850 26527 0 -1 1077944384 6572 0 0 0 256 1 0 0 20 0 28 0 106533164 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220661934704 140221946530434 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27869] ppid=27850 vsize=26538700 memory=1384 CPUtime=0.77 cores=0-7
/proc/27852/task/27869/stat : 27869 (java) R 27850 27850 26527 0 -1 1077944384 3672 0 0 0 75 2 0 0 20 0 28 0 106533164 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220660877776 140221946529493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27870] ppid=27850 vsize=26538700 memory=9344996 CPUtime=0 cores=0-7
/proc/27852/task/27870/stat : 27870 (java) S 27850 27850 26527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106533165 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220659829344 140221946529493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
[pid=27852/tid=27871] ppid=27850 vsize=26538700 memory=928 CPUtime=0.07 cores=0-7
/proc/27852/task/27871/stat : 27871 (java) S 27850 27850 26527 0 -1 1077944384 243 0 0 0 2 5 0 0 20 0 28 0 106533165 27175628800 2336350 33554432000 4194304 4196468 140731779656576 140220658776624 140221946530434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10186752 140731779658898 140731779659075 140731779659075 140731779661775 0
Current children cumulated CPU time: 251.35 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9346784 KiB

Child status: 0
Real time (s): 202.68
CPU time (s): 251.433
CPU user time (s): 244.276
CPU system time (s): 7.15762
CPU usage (%): 124.054
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 9359688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.276
system time used= 7.15762
maximum resident set size= 9358304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12958
involuntary context switches= 853


# summary of solver processes directly reported to runsolver:
#   pid: 27850
#   total CPU time (s): 251.433
#   total CPU user time (s): 244.276
#   total CPU system time (s): 7.15762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15256 second user time and 2.51018 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-14 19:59:54
IDJOB=4270950
IDBENCH=126928
IDSOLVER=2662
FILE ID=node104/4270950-1502734453
RUNJOBID= node104-1502721839-26554
PBS_JOBID= 20629037
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-45.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270950-1502734453/watcher-4270950-1502734453 -o /tmp/evaluation-result-4270950-1502734453/solver-4270950-1502734453 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502721839-26554 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2111664911 HOME/instance-4270950-1502734453.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f20f2034744f8df857f4af789a6cf941
RANDOM SEED=2111664911

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28540076 kB
MemAvailable:   31981332 kB
Buffers:          200432 kB
Cached:          3521032 kB
SwapCached:            0 kB
Active:           418400 kB
Inactive:        3355800 kB
Active(anon):      55884 kB
Inactive(anon):    25024 kB
Active(file):     362516 kB
Inactive(file):  3330776 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9536 kB
Writeback:             0 kB
AnonPages:        193276 kB
Mapped:            44984 kB
Shmem:             25228 kB
Slab:             152820 kB
SReclaimable:     127600 kB
SUnreclaim:        25220 kB
KernelStack:        3536 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61856 MiB
End job on node104 at 2017-08-14 20:03:17