Trace number 4281057

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-18)UNSAT 25.0821 8.7022104

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-02_X2.xml
MD5SUM69e4f2d1840ee6c3ffd4a60a6361deb1
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 benchmark7.70718
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
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-4281057-1503127685.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4281057-1503127685.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
21.51/8.18	c solve instance...
24.47/8.67	java.util.concurrent.ExecutionException: java.lang.NullPointerException
24.47/8.67		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
24.47/8.67		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
24.47/8.67		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
24.47/8.67		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
24.47/8.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
24.47/8.67	Caused by: java.lang.NullPointerException
24.47/8.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.47/8.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
24.47/8.67		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
24.47/8.67		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
24.47/8.67		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
24.47/8.67		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
24.47/8.67		... 4 more
24.47/8.67	Caused by: java.lang.NullPointerException
24.47/8.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.47/8.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
24.47/8.67		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
24.47/8.67		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
24.47/8.67		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
24.47/8.67		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
24.47/8.67		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
24.47/8.67		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
24.47/8.67		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
24.47/8.67		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
24.47/8.67		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
24.47/8.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
24.47/8.67		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
24.47/8.67		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
24.47/8.67		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
24.47/8.67		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
24.47/8.67		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
24.47/8.67		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
24.47/8.67	Caused by: java.lang.NullPointerException
24.47/8.67		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
24.47/8.67		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
24.47/8.67		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
24.47/8.67		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
24.47/8.67		at org.chocosolver.solver.Solver.solve(Solver.java:260)
24.47/8.67		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
24.47/8.67		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
24.47/8.67		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
24.47/8.67		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
24.47/8.67		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
24.47/8.67		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
24.47/8.67		... 4 more
24.47/8.67	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 (13308 MiB free)
  memory of node 1: 16384 MiB (13297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281057-1503127685/watcher-4281057-1503127685 -o /tmp/evaluation-result-4281057-1503127685/solver-4281057-1503127685 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503118348-10945 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 533417235 HOME/instance-4281057-1503127685.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=14393, runsolver pid=14390

[startup+0.100158 s]*
/proc/loadavg: 4.52 6.79 7.51 2/200 14414
/proc/meminfo: memFree=27227400/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=25999808 memory=27020 CPUtime=0.11 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 5682 0 0 0 10 1 0 0 20 0 20 0 145855975 26623803392 6755 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6499952 6755 2839 1 0 6488269 0
[pid=14395/tid=14396] ppid=14393 vsize=25999808 memory=7897231754710130336 CPUtime=0.08 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) R 14393 14393 10918 0 -1 4202560 3690 0 0 0 8 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907798334400 139907794120086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=25999808 memory=732370033166973925 CPUtime=0 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=25999808 memory=139894829520512 CPUtime=0 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14400] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14400/stat : 14400 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907348991120 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14401] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14401/stat : 14401 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907347937552 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14402] ppid=14393 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/14395/task/14402/stat : 14402 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907346885008 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14403] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14403/stat : 14403 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855977 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907345832464 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14404] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14404/stat : 14404 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855977 26623803392 6755 33554432000 4194304 4196468 140731261007840 139907344779920 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14405] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14405/stat : 14405 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855978 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906468760048 139907794119298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14406] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14406/stat : 14406 (java) S 14393 14393 10918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145855978 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906467706272 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14407] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14407/stat : 14407 (java) S 14393 14393 10918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145855979 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906466653680 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14408] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14408/stat : 14408 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855981 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906465602256 139907794126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14409] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14409/stat : 14409 (java) S 14393 14393 10918 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 145855981 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906464548848 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14410] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14410/stat : 14410 (java) S 14393 14393 10918 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 145855981 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906463496304 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14411] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14411/stat : 14411 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855981 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906462443760 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14412] ppid=14393 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/14395/task/14412/stat : 14412 (java) R 14393 14393 10918 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 20 0 145855981 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906461391216 139907794129498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14413] ppid=14393 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14413/stat : 14413 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855982 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906460338912 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14414] ppid=14393 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/14395/task/14414/stat : 14414 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855982 26623803392 6755 33554432000 4194304 4196468 140731261007840 139906459286448 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28404 KiB

[startup+0.21042 s]*
/proc/loadavg: 4.52 6.79 7.51 2/200 14414
/proc/meminfo: memFree=27219028/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=26004064 memory=39120 CPUtime=0.32 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 8354 0 0 0 30 2 0 0 20 0 20 0 145855975 26628161536 9780 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6501016 9780 3023 1 0 6488269 0
[pid=14395/tid=14396] ppid=14393 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) R 14393 14393 10918 0 -1 4202560 5461 0 0 0 18 1 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907798328960 139907786786165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=26004064 memory=279789497652984 CPUtime=0 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=26004064 memory=139894829520512 CPUtime=0 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14400] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14400/stat : 14400 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907348991120 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14401] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14401/stat : 14401 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907347937552 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14402] ppid=14393 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/14395/task/14402/stat : 14402 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907346885008 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14403] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14403/stat : 14403 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855977 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907345832464 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14404] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14404/stat : 14404 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855977 26628161536 9780 33554432000 4194304 4196468 140731261007840 139907344779920 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14405] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14405/stat : 14405 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855978 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906468760048 139907794119298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14406] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14406/stat : 14406 (java) S 14393 14393 10918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145855978 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906467706272 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14407] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14407/stat : 14407 (java) S 14393 14393 10918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145855979 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906466653680 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14408] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14408/stat : 14408 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855981 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906465602256 139907794126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14409] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14409/stat : 14409 (java) S 14393 14393 10918 0 -1 1077944384 360 0 0 0 0 0 0 0 20 0 20 0 145855981 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906464548848 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14410] ppid=14393 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/14395/task/14410/stat : 14410 (java) S 14393 14393 10918 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 20 0 145855981 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906463496304 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14411] ppid=14393 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/14395/task/14411/stat : 14411 (java) S 14393 14393 10918 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 20 0 145855981 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906462443760 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14412] ppid=14393 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/14395/task/14412/stat : 14412 (java) S 14393 14393 10918 0 -1 1077944384 669 0 0 0 7 0 0 0 20 0 20 0 145855981 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906461391216 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14413] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14413/stat : 14413 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855982 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906460338912 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14414] ppid=14393 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/14395/task/14414/stat : 14414 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855982 26628161536 9780 33554432000 4194304 4196468 140731261007840 139906459286448 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40504 KiB

[startup+0.31037 s]*
/proc/loadavg: 4.52 6.79 7.51 3/200 14414
/proc/meminfo: memFree=27212328/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=26004064 memory=43520 CPUtime=0.5 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 9183 0 0 0 47 3 0 0 20 0 20 0 145855975 26628161536 10880 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6501016 10880 3037 1 0 6488269 0
[pid=14395/tid=14396] ppid=14393 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) R 14393 14393 10918 0 -1 4202560 6146 0 0 0 27 1 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907798344128 139907431332074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14400] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14400/stat : 14400 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907348991120 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14401] ppid=14393 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/14395/task/14401/stat : 14401 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907347937552 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14402] ppid=14393 vsize=26004064 memory=139894668227503 CPUtime=0 cores=0-7
/proc/14395/task/14402/stat : 14402 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907346885008 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14403] ppid=14393 vsize=26004064 memory=139894668229808 CPUtime=0 cores=0-7
/proc/14395/task/14403/stat : 14403 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855977 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907345832464 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14404] ppid=14393 vsize=26004064 memory=139894668232112 CPUtime=0 cores=0-7
/proc/14395/task/14404/stat : 14404 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855977 26628161536 10880 33554432000 4194304 4196468 140731261007840 139907344779920 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14405] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14405/stat : 14405 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855978 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906468760048 139907794119298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14406] ppid=14393 vsize=26004064 memory=279789336471184 CPUtime=0 cores=0-7
/proc/14395/task/14406/stat : 14406 (java) S 14393 14393 10918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145855978 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906467706272 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14407] ppid=14393 vsize=26004064 memory=279789336478096 CPUtime=0 cores=0-7
/proc/14395/task/14407/stat : 14407 (java) S 14393 14393 10918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145855979 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906466653680 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14408] ppid=14393 vsize=26004064 memory=279789336419376 CPUtime=0 cores=0-7
/proc/14395/task/14408/stat : 14408 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855981 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906465602256 139907794126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14409] ppid=14393 vsize=26004064 memory=279789336491920 CPUtime=0.01 cores=0-7
/proc/14395/task/14409/stat : 14409 (java) R 14393 14393 10918 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 145855981 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906464548848 139907794119298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14410] ppid=14393 vsize=26004064 memory=279789336498832 CPUtime=0.01 cores=0-7
/proc/14395/task/14410/stat : 14410 (java) S 14393 14393 10918 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 20 0 145855981 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906463496304 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14411] ppid=14393 vsize=26004064 memory=279789336496528 CPUtime=0.02 cores=0-7
/proc/14395/task/14411/stat : 14411 (java) R 14393 14393 10918 0 -1 1077944384 192 0 0 0 2 0 0 0 20 0 20 0 145855981 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906462443760 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14412] ppid=14393 vsize=26004064 memory=279789336512688 CPUtime=0.12 cores=0-7
/proc/14395/task/14412/stat : 14412 (java) R 14393 14393 10918 0 -1 4202560 772 0 0 0 12 0 0 0 20 0 20 0 145855981 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906461387584 139907773472327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14413] ppid=14393 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14413/stat : 14413 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855982 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906460338912 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14414] ppid=14393 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/14395/task/14414/stat : 14414 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855982 26628161536 10880 33554432000 4194304 4196468 140731261007840 139906459286448 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44904 KiB

[startup+0.700985 s]
/proc/loadavg: 4.52 6.79 7.51 4/200 14414
/proc/meminfo: memFree=27167680/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=26004140 memory=112792 CPUtime=1.9 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 13629 0 0 0 184 6 0 0 20 0 20 0 145855975 26628239360 28198 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6501035 28198 3190 1 0 6488269 0
[pid=14395/tid=14396] ppid=14393 vsize=26004140 memory=279789336807552 CPUtime=0.67 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) R 14393 14393 10918 0 -1 4202560 6512 0 0 0 64 3 0 0 20 0 20 0 145855976 26628239360 28198 33554432000 4194304 4196468 140731261007840 139907798345984 139907434850114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=26004140 memory=1948 CPUtime=0 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26628239360 28198 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=26004140 memory=800 CPUtime=0 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145855976 26628239360 28198 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=26004140 memory=12132 CPUtime=0 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855976 26628239360 28198 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0

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

[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=26006188 memory=1746252 CPUtime=21.41 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 29018 0 0 0 1941 200 0 0 20 0 20 0 145855975 26630336512 436563 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6501547 436563 3269 1 0 6488781 0
[pid=14395/tid=14396] ppid=14393 vsize=26006188 memory=6791534058613427641 CPUtime=6.93 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) R 14393 14393 10918 0 -1 4202560 7839 0 0 0 676 17 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907798347000 139907435799071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=26006188 memory=-7003737579269690708 CPUtime=0.93 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 538 0 0 0 71 22 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=26006188 memory=7073078535169843413 CPUtime=0.9 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 513 0 0 0 69 21 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=26006188 memory=7073078518040305909 CPUtime=0.92 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 444 0 0 0 70 22 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14400] ppid=14393 vsize=26006188 memory=6791534058613427641 CPUtime=0.9 cores=0-7
/proc/14395/task/14400/stat : 14400 (java) S 14393 14393 10918 0 -1 1077944384 426 0 0 0 69 21 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907348991120 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14401] ppid=14393 vsize=26006188 memory=8081744939936133425 CPUtime=0.92 cores=0-7
/proc/14395/task/14401/stat : 14401 (java) S 14393 14393 10918 0 -1 1077944384 437 0 0 0 71 21 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907347937552 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14402] ppid=14393 vsize=26006188 memory=8298057638226634037 CPUtime=0.9 cores=0-7
/proc/14395/task/14402/stat : 14402 (java) S 14393 14393 10918 0 -1 1077944384 503 0 0 0 68 22 0 0 20 0 20 0 145855976 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907346885008 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14403] ppid=14393 vsize=26006188 memory=8226000005550777685 CPUtime=0.92 cores=0-7
/proc/14395/task/14403/stat : 14403 (java) S 14393 14393 10918 0 -1 1077944384 412 0 0 0 70 22 0 0 20 0 20 0 145855977 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907345832464 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14404] ppid=14393 vsize=26006188 memory=8658345582663247221 CPUtime=0.93 cores=0-7
/proc/14395/task/14404/stat : 14404 (java) S 14393 14393 10918 0 -1 1077944384 510 0 0 0 70 23 0 0 20 0 20 0 145855977 26630336512 436563 33554432000 4194304 4196468 140731261007840 139907344779920 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14405] ppid=14393 vsize=26006188 memory=4294969536 CPUtime=0.07 cores=0-7
/proc/14395/task/14405/stat : 14405 (java) S 14393 14393 10918 0 -1 1077944384 1247 0 0 0 7 0 0 0 20 0 20 0 145855978 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906468760048 139907794119298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14406] ppid=14393 vsize=26006188 memory=279789336965968 CPUtime=0 cores=0-7
/proc/14395/task/14406/stat : 14406 (java) S 14393 14393 10918 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 145855978 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906467706336 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14407] ppid=14393 vsize=26006188 memory=3472468190895699200 CPUtime=0 cores=0-7
/proc/14395/task/14407/stat : 14407 (java) S 14393 14393 10918 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 145855979 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906466653696 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14408] ppid=14393 vsize=26006188 memory=279789336717600 CPUtime=0 cores=0-7
/proc/14395/task/14408/stat : 14408 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145855981 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906465602256 139907794126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14409] ppid=14393 vsize=26006188 memory=139894668283458 CPUtime=2.01 cores=0-7
/proc/14395/task/14409/stat : 14409 (java) S 14393 14393 10918 0 -1 1077944384 3944 0 0 0 200 1 0 0 20 0 20 0 145855981 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906464548848 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14410] ppid=14393 vsize=26006188 memory=139898963496799 CPUtime=2.07 cores=0-7
/proc/14395/task/14410/stat : 14410 (java) S 14393 14393 10918 0 -1 1077944384 4077 0 0 0 206 1 0 0 20 0 20 0 145855981 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906463496304 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14411] ppid=14393 vsize=26006188 memory=139894668529536 CPUtime=2.16 cores=0-7
/proc/14395/task/14411/stat : 14411 (java) S 14393 14393 10918 0 -1 1077944384 4026 0 0 0 216 0 0 0 20 0 20 0 145855981 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906462443760 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14412] ppid=14393 vsize=26006188 memory=13412 CPUtime=0.73 cores=0-7
/proc/14395/task/14412/stat : 14412 (java) S 14393 14393 10918 0 -1 1077944384 2802 0 0 0 72 1 0 0 20 0 20 0 145855981 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906461391216 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14413] ppid=14393 vsize=26006188 memory=-5874771483550381248 CPUtime=0 cores=0-7
/proc/14395/task/14413/stat : 14413 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855982 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906460338912 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14414] ppid=14393 vsize=26006188 memory=7738701912537065833 CPUtime=0 cores=0-7
/proc/14395/task/14414/stat : 14414 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145855982 26630336512 436563 33554432000 4194304 4196468 140731261007840 139906459286448 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
Current children cumulated CPU time: 21.41 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 1747636 KiB

[startup+8.40455 s]
/proc/loadavg: 4.05 6.61 7.45 2/200 14414
/proc/meminfo: memFree=25509004/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=26538700 memory=1746748 CPUtime=22.97 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 30548 0 0 0 2095 202 0 0 20 0 28 0 145855975 27175628800 436687 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6634675 436687 3269 1 0 6621909 0
[pid=14395/tid=14396] ppid=14393 vsize=26538700 memory=16 CPUtime=7.16 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) S 14393 14393 10918 0 -1 1077944384 8162 0 0 0 698 18 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907798348928 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=26538700 memory=0 CPUtime=0.93 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 538 0 0 0 71 22 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=26538700 memory=38 CPUtime=0.9 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 513 0 0 0 69 21 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=26538700 memory=2 CPUtime=0.92 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 444 0 0 0 70 22 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14400] ppid=14393 vsize=26538700 memory=0 CPUtime=0.9 cores=0-7
/proc/14395/task/14400/stat : 14400 (java) S 14393 14393 10918 0 -1 1077944384 426 0 0 0 69 21 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907348991120 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14401] ppid=14393 vsize=26538700 memory=33 CPUtime=0.92 cores=0-7
/proc/14395/task/14401/stat : 14401 (java) S 14393 14393 10918 0 -1 1077944384 437 0 0 0 71 21 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907347937552 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14402] ppid=14393 vsize=26538700 memory=0 CPUtime=0.9 cores=0-7
/proc/14395/task/14402/stat : 14402 (java) S 14393 14393 10918 0 -1 1077944384 503 0 0 0 68 22 0 0 20 0 28 0 145855976 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907346885008 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14403] ppid=14393 vsize=26538700 memory=0 CPUtime=0.92 cores=0-7
/proc/14395/task/14403/stat : 14403 (java) S 14393 14393 10918 0 -1 1077944384 412 0 0 0 70 22 0 0 20 0 28 0 145855977 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907345832464 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14404] ppid=14393 vsize=26538700 memory=0 CPUtime=0.93 cores=0-7
/proc/14395/task/14404/stat : 14404 (java) S 14393 14393 10918 0 -1 1077944384 510 0 0 0 70 23 0 0 20 0 28 0 145855977 27175628800 436687 33554432000 4194304 4196468 140731261007840 139907344779920 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14405] ppid=14393 vsize=26538700 memory=0 CPUtime=0.07 cores=0-7
/proc/14395/task/14405/stat : 14405 (java) S 14393 14393 10918 0 -1 1077944384 1258 0 0 0 7 0 0 0 20 0 28 0 145855978 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906468760048 139907794119298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14406] ppid=14393 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14406/stat : 14406 (java) S 14393 14393 10918 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145855978 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906467706336 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14407] ppid=14393 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14407/stat : 14407 (java) S 14393 14393 10918 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 145855979 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906466653696 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14408] ppid=14393 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/14395/task/14408/stat : 14408 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145855981 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906465602256 139907794126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14409] ppid=14393 vsize=26538700 memory=0 CPUtime=2.05 cores=0-7
/proc/14395/task/14409/stat : 14409 (java) R 14393 14393 10918 0 -1 4202560 4010 0 0 0 204 1 0 0 20 0 28 0 145855981 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906464548848 139907794120086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14410] ppid=14393 vsize=26538700 memory=0 CPUtime=2.1 cores=0-7
/proc/14395/task/14410/stat : 14410 (java) S 14393 14393 10918 0 -1 1077944384 4128 0 0 0 209 1 0 0 20 0 28 0 145855981 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906463496304 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14411] ppid=14393 vsize=26538700 memory=0 CPUtime=2.21 cores=0-7
/proc/14395/task/14411/stat : 14411 (java) S 14393 14393 10918 0 -1 1077944384 4471 0 0 0 221 0 0 0 20 0 28 0 145855981 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906462443760 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14412] ppid=14393 vsize=26538700 memory=0 CPUtime=0.76 cores=0-7
/proc/14395/task/14412/stat : 14412 (java) R 14393 14393 10918 0 -1 1077944384 3164 0 0 0 75 1 0 0 20 0 28 0 145855981 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906461391216 139907794119298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14413] ppid=14393 vsize=26538700 memory=-3473730578892139372 CPUtime=0 cores=0-7
/proc/14395/task/14413/stat : 14413 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145855982 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906460338912 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14414] ppid=14393 vsize=26538700 memory=4571041113325276534 CPUtime=0 cores=0-7
/proc/14395/task/14414/stat : 14414 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145855982 27175628800 436687 33554432000 4194304 4196468 140731261007840 139906459286448 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
Current children cumulated CPU time: 22.97 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1748132 KiB

[startup+8.60229 s]
/proc/loadavg: 4.05 6.61 7.45 2/200 14414
/proc/meminfo: memFree=25509004/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
[pid=14395] ppid=14393 vsize=26538700 memory=1747088 CPUtime=24.47 cores=0-7
/proc/14395/stat : 14395 (java) S 14393 14393 10918 0 -1 1077944320 31040 0 0 0 2244 203 0 0 20 0 28 0 145855975 27175628800 436772 33554432000 4194304 4196468 140731261007840 140731260990384 139907794108151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
/proc/14395/statm: 6634675 436772 3269 1 0 6621909 0
[pid=14395/tid=14396] ppid=14393 vsize=26538700 memory=7594314037205292648 CPUtime=7.16 cores=0-7
/proc/14395/task/14396/stat : 14396 (java) S 14393 14393 10918 0 -1 1077944384 8162 0 0 0 698 18 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907798348928 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14397] ppid=14393 vsize=26538700 memory=7594314037205292648 CPUtime=0.93 cores=0-7
/proc/14395/task/14397/stat : 14397 (java) S 14393 14393 10918 0 -1 1077944384 538 0 0 0 71 22 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907352148752 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14398] ppid=14393 vsize=26538700 memory=7594314037205292648 CPUtime=0.9 cores=0-7
/proc/14395/task/14398/stat : 14398 (java) S 14393 14393 10918 0 -1 1077944384 513 0 0 0 69 21 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907351096208 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14399] ppid=14393 vsize=26538700 memory=7156879946183568234 CPUtime=0.92 cores=0-7
/proc/14395/task/14399/stat : 14399 (java) S 14393 14393 10918 0 -1 1077944384 444 0 0 0 70 22 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907350043664 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14400] ppid=14393 vsize=26538700 memory=7450470363875798115 CPUtime=0.9 cores=0-7
/proc/14395/task/14400/stat : 14400 (java) S 14393 14393 10918 0 -1 1077944384 426 0 0 0 69 21 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907348991120 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14401] ppid=14393 vsize=26538700 memory=7450470363875798115 CPUtime=0.92 cores=0-7
/proc/14395/task/14401/stat : 14401 (java) S 14393 14393 10918 0 -1 1077944384 437 0 0 0 71 21 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907347937552 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14402] ppid=14393 vsize=26538700 memory=7523093179803395180 CPUtime=0.9 cores=0-7
/proc/14395/task/14402/stat : 14402 (java) S 14393 14393 10918 0 -1 1077944384 503 0 0 0 68 22 0 0 20 0 28 0 145855976 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907346885008 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14403] ppid=14393 vsize=26538700 memory=6369334947268420712 CPUtime=0.92 cores=0-7
/proc/14395/task/14403/stat : 14403 (java) S 14393 14393 10918 0 -1 1077944384 412 0 0 0 70 22 0 0 20 0 28 0 145855977 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907345832464 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14404] ppid=14393 vsize=26538700 memory=6369334947268420712 CPUtime=0.93 cores=0-7
/proc/14395/task/14404/stat : 14404 (java) S 14393 14393 10918 0 -1 1077944384 510 0 0 0 70 23 0 0 20 0 28 0 145855977 27175628800 436772 33554432000 4194304 4196468 140731261007840 139907344779920 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14405] ppid=14393 vsize=26538700 memory=6369334947268420712 CPUtime=0.07 cores=0-7
/proc/14395/task/14405/stat : 14405 (java) S 14393 14393 10918 0 -1 1077944384 1258 0 0 0 7 0 0 0 20 0 28 0 145855978 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906468760048 139907794119298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14406] ppid=14393 vsize=26538700 memory=5933602925747858020 CPUtime=0 cores=0-7
/proc/14395/task/14406/stat : 14406 (java) S 14393 14393 10918 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145855978 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906467706336 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14407] ppid=14393 vsize=26538700 memory=7523093179803395180 CPUtime=0 cores=0-7
/proc/14395/task/14407/stat : 14407 (java) S 14393 14393 10918 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 145855979 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906466653696 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14408] ppid=14393 vsize=26538700 memory=7809633602356406628 CPUtime=0 cores=0-7
/proc/14395/task/14408/stat : 14408 (java) S 14393 14393 10918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145855981 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906465602256 139907794126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14409] ppid=14393 vsize=26538700 memory=644 CPUtime=2.16 cores=0-7
/proc/14395/task/14409/stat : 14409 (java) R 14393 14393 10918 0 -1 4202560 4021 0 0 0 215 1 0 0 20 0 28 0 145855981 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906464548848 139907777480433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14410] ppid=14393 vsize=26538700 memory=960 CPUtime=2.21 cores=0-7
/proc/14395/task/14410/stat : 14410 (java) R 14393 14393 10918 0 -1 1077944384 4169 0 0 0 220 1 0 0 20 0 28 0 145855981 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906463496304 139907794119298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14411] ppid=14393 vsize=26538700 memory=4472 CPUtime=2.35 cores=0-7
/proc/14395/task/14411/stat : 14411 (java) S 14393 14393 10918 0 -1 1077944384 4685 0 0 0 234 1 0 0 20 0 28 0 145855981 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906462443760 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14412] ppid=14393 vsize=26538700 memory=1236 CPUtime=0.81 cores=0-7
/proc/14395/task/14412/stat : 14412 (java) S 14393 14393 10918 0 -1 1077944384 3336 0 0 0 79 2 0 0 20 0 28 0 145855981 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906461391216 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14413] ppid=14393 vsize=26538700 memory=932 CPUtime=0 cores=0-7
/proc/14395/task/14413/stat : 14413 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145855982 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906460338912 139907794118357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
[pid=14395/tid=14414] ppid=14393 vsize=26538700 memory=1568 CPUtime=0 cores=0-7
/proc/14395/task/14414/stat : 14414 (java) S 14393 14393 10918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145855982 27175628800 436772 33554432000 4194304 4196468 140731261007840 139906459286448 139907794119298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 22171648 140731261015186 140731261015363 140731261015363 140731261018063 0
Current children cumulated CPU time: 24.47 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1748472 KiB

[startup+8.701 s]
/proc/loadavg: 4.05 6.61 7.45 2/200 14414
/proc/meminfo: memFree=25509004/32770624 swapFree=67108860/67108860
[pid=14393] ppid=14390 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/14393/stat : 14393 (xcsp3-exec) S 14390 14393 10918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145855975 9740288 346 33554432000 4194304 5098028 140731513801808 140731513799912 139732439065212 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23748608 140731513807973 140731513808183 140731513808183 140731513810923 0
/proc/14393/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 8.70221
CPU time (s): 25.0821
CPU user time (s): 23.0271
CPU system time (s): 2.05493
CPU usage (%): 288.227
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1748472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.0271
system time used= 2.05493
maximum resident set size= 1748124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4525
involuntary context switches= 210


# summary of solver processes directly reported to runsolver:
#   pid: 14393
#   total CPU time (s): 25.0821
#   total CPU user time (s): 23.0271
#   total CPU system time (s): 2.05493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07987 second user time and 0.139773 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-19 09:13:45
IDJOB=4281057
IDBENCH=123440
IDSOLVER=2675
FILE ID=node113/4281057-1503127685
RUNJOBID= node113-1503118348-10945
PBS_JOBID= 20630765
Free space on /tmp= 61688 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-02_X2.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-4281057-1503127685/watcher-4281057-1503127685 -o /tmp/evaluation-result-4281057-1503127685/solver-4281057-1503127685 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503118348-10945 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 533417235 HOME/instance-4281057-1503127685.xml

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

MD5SUM BENCH= 69e4f2d1840ee6c3ffd4a60a6361deb1
RANDOM SEED=533417235

node113.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.89
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.89
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.89
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.89
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:        27244792 kB
MemAvailable:   31970488 kB
Buffers:          246572 kB
Cached:          4770076 kB
SwapCached:            0 kB
Active:          1245140 kB
Inactive:        3825480 kB
Active(anon):       4204 kB
Inactive(anon):    85840 kB
Active(file):    1240936 kB
Inactive(file):  3739640 kB
Unevictable:        7568 kB
Mlocked:            7568 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11924 kB
Writeback:             0 kB
AnonPages:         61532 kB
Mapped:            50468 kB
Shmem:             33416 kB
Slab:             149384 kB
SReclaimable:     121908 kB
SUnreclaim:        27476 kB
KernelStack:        3296 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61680 MiB
End job on node113 at 2017-08-19 09:13:54