Trace number 4406844

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 2019-09-24 parallel? 10628.5 1785.44

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-02.xml
MD5SUMc67201b80d2f8cf37dc6fc32cd78d58c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark422.969
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains85
Minimum domain size1165
Maximum domain size1263
Distribution of domain sizes[{"size":1165,"count":2},{"size":1166,"count":8},{"size":1167,"count":2},{"size":1168,"count":4},{"size":1169,"count":2},{"size":1170,"count":6},{"size":1171,"count":10},{"size":1172,"count":4},{"size":1173,"count":10},{"size":1174,"count":8},{"size":1176,"count":6},{"size":1178,"count":4},{"size":1179,"count":6},{"size":1180,"count":2},{"size":1181,"count":6},{"size":1182,"count":4},{"size":1183,"count":4},{"size":1185,"count":2},{"size":1186,"count":4},{"size":1187,"count":2},{"size":1188,"count":4},{"size":1191,"count":10},{"size":1192,"count":6},{"size":1193,"count":4},{"size":1194,"count":6},"...",{"size":1236,"count":8}, {"size":1237,"count":4}, {"size":1239,"count":6}, {"size":1240,"count":8}, {"size":1241,"count":12}, {"size":1242,"count":2}, {"size":1243,"count":6}, {"size":1244,"count":8}, {"size":1245,"count":8}, {"size":1247,"count":2}, {"size":1248,"count":6}, {"size":1250,"count":4}, {"size":1251,"count":6}, {"size":1252,"count":2}, {"size":1253,"count":6}, {"size":1254,"count":6}, {"size":1255,"count":2}, {"size":1256,"count":10}, {"size":1257,"count":4}, {"size":1258,"count":2}, {"size":1259,"count":4}, {"size":1260,"count":2}, {"size":1261,"count":4}, {"size":1262,"count":2}, {"size":1263,"count":4}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406844-1569358607.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4406844-1569358607.xml, -tl, 20160s, -p, 8]
0.32/0.25	c 8 solvers in parallel
0.32/0.31	c parse instance...
10545.53/1771.30	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
10545.53/1771.30		at java.lang.Integer.valueOf(Integer.java:832)
10545.53/1771.30		at java.util.stream.ReduceOps$5ReducingSink.get(ReduceOps.java:263)
10545.53/1771.30		at java.util.stream.ReduceOps$5ReducingSink.get(ReduceOps.java:247)
10545.53/1771.30		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
10545.53/1771.30		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
10545.53/1771.30		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
10545.53/1771.30		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
10545.53/1771.30		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
10545.53/1771.30		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
10545.53/1771.30		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
10545.53/1771.30		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1690859824.valid(Unknown Source)
10545.53/1771.30		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
10545.53/1771.30		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
10545.53/1771.30		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
10545.53/1771.30		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
10545.53/1771.30		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
10545.53/1771.30		at org.xcsp.parser.XCallbacks$$Lambda$89/770911223.accept(Unknown Source)
10545.53/1771.30		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
10545.53/1771.30		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
10545.53/1771.30		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
10545.53/1771.30		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
10545.53/1771.30		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
10545.53/1771.30		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
10545.53/1771.30		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
10545.53/1771.30		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
10628.04/1785.07	s UNKNOWN
10628.04/1785.07	c Unexpected resolution interruption!

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: 16375 MiB (12546 MiB free)
  memory of node 1: 16384 MiB (12326 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406844-1569358607/watcher-4406844-1569358607 -o /tmp/evaluation-result-4406844-1569358607/solver-4406844-1569358607 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 865482537 HOME/instance-4406844-1569358607.xml 

running on 8 cores: 0-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
solver pid=1303, runsolver pid=1300
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 8.07 8.13 8.20 2/211 1332
/proc/meminfo: memFree=25453808/32770688 swapFree=66927640/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
[pid=1306] ppid=1303 vsize=28227396 memory=28704 CPUtime=0.12 cores=0-7
/proc/1306/stat : 1306 (java) S 1303 1303 32286 0 -1 1077944320 5635 0 0 0 10 2 0 0 20 0 20 0 511866834 28904853504 7176 33554432000 4194304 4196468 140733555669664 140733555652208 140276316655351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
/proc/1306/statm: 7056849 7176 3115 1 0 7019032 0
[pid=1306/tid=1307] ppid=1303 vsize=28227396 memory=6935054825532540783 CPUtime=0.09 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1303 1303 32286 0 -1 4202560 3570 0 0 0 8 1 0 0 20 0 20 0 511866835 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276320876248 140275930397952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1315] ppid=1303 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276269276048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1316] ppid=1303 vsize=28227396 memory=140408937137792 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276268223248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1317] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276267170960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1318] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276266118160 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1319] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276265064848 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1320] ppid=1303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276264012048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1321] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276262959760 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1322] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 7176 33554432000 4194304 4196468 140733555669664 140276261906960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1323] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866837 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274982087280 140276316666498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1324] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1303 1303 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511866838 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274981033248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1325] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1303 1303 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511866838 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274979980912 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1326] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1326/stat : 1326 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274978929232 140276316673947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1327] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1327/stat : 1327 (java) S 1303 1303 32286 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274977876080 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1328] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1328/stat : 1328 (java) S 1303 1303 32286 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274976823280 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1329] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1329/stat : 1329 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274975770992 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1330] ppid=1303 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1306/task/1330/stat : 1330 (java) S 1303 1303 32286 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274906949872 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1331] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1331/stat : 1331 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274905897824 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1332] ppid=1303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1332/stat : 1332 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 7176 33554432000 4194304 4196468 140733555669664 140274904845104 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30156 KiB

[startup+0.211307 s]*
/proc/loadavg: 7.51 8.01 8.16 3/211 1332
/proc/meminfo: memFree=25440192/32770688 swapFree=66927640/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
[pid=1306] ppid=1303 vsize=28227396 memory=40416 CPUtime=0.32 cores=0-7
/proc/1306/stat : 1306 (java) S 1303 1303 32286 0 -1 1077944320 9405 0 0 0 29 3 0 0 20 0 20 0 511866834 28904853504 10104 33554432000 4194304 4196468 140733555669664 140733555652208 140276316655351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
/proc/1306/statm: 7056849 10104 3248 1 0 7019032 0
[pid=1306/tid=1307] ppid=1303 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1303 1303 32286 0 -1 4202560 6565 0 0 0 18 2 0 0 20 0 20 0 511866835 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276320892912 140276300735838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1315] ppid=1303 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276269276048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1316] ppid=1303 vsize=28227396 memory=140408937157757 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276268223248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1317] ppid=1303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276267170960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1318] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276266118160 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1319] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276265064848 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1320] ppid=1303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276264012048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1321] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276262959760 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1322] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866836 28904853504 10104 33554432000 4194304 4196468 140733555669664 140276261906960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1323] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866837 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274982087280 140276316666498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1324] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1303 1303 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511866838 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274981033248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1325] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1303 1303 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511866838 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274979980912 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1326] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1326/stat : 1326 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274978929232 140276316673947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1327] ppid=1303 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1306/task/1327/stat : 1327 (java) S 1303 1303 32286 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274977876080 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1328] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1328/stat : 1328 (java) S 1303 1303 32286 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274976823280 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1329] ppid=1303 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/1306/task/1329/stat : 1329 (java) S 1303 1303 32286 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274975770992 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1330] ppid=1303 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/1306/task/1330/stat : 1330 (java) S 1303 1303 32286 0 -1 1077944384 788 0 0 0 7 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274906949872 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1331] ppid=1303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1331/stat : 1331 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274905897824 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1332] ppid=1303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1332/stat : 1332 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866841 28904853504 10104 33554432000 4194304 4196468 140733555669664 140274904845104 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41868 KiB

[startup+0.310742 s]*
/proc/loadavg: 7.51 8.01 8.16 4/211 1332
/proc/meminfo: memFree=25435328/32770688 swapFree=66927640/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
[pid=1306] ppid=1303 vsize=28231652 memory=46496 CPUtime=0.51 cores=0-7
/proc/1306/stat : 1306 (java) S 1303 1303 32286 0 -1 1077944320 10542 0 0 0 47 4 0 0 20 0 20 0 511866834 28909211648 11624 33554432000 4194304 4196468 140733555669664 140733555652208 140276316655351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
/proc/1306/statm: 7057913 11624 3271 1 0 7019032 0
[pid=1306/tid=1307] ppid=1303 vsize=28231652 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1303 1303 32286 0 -1 4202560 7559 0 0 0 27 3 0 0 20 0 20 0 511866835 28909211648 11624 33554432000 4194304 4196468 140733555669664 140276320867760 140276300735838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1315] ppid=1303 vsize=28231652 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11624 33554432000 4194304 4196468 140733555669664 140276269276048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1316] ppid=1303 vsize=28231652 memory=6056 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276268223248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1317] ppid=1303 vsize=28231652 memory=3668 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276267170960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1318] ppid=1303 vsize=28231652 memory=1056 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276266118160 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1319] ppid=1303 vsize=28231652 memory=2828 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276265064848 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1320] ppid=1303 vsize=28231652 memory=1176 CPUtime=0 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276264012048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1321] ppid=1303 vsize=28231652 memory=980 CPUtime=0 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276262959760 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1322] ppid=1303 vsize=28231652 memory=14008 CPUtime=0 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866836 28909211648 11689 33554432000 4194304 4196468 140733555669664 140276261906960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1323] ppid=1303 vsize=28231652 memory=12028 CPUtime=0 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) S 1303 1303 32286 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511866837 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274982087280 140276316666498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1324] ppid=1303 vsize=28231652 memory=38440 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1303 1303 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511866838 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274981033248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1325] ppid=1303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1303 1303 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511866838 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274979980912 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1326] ppid=1303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1326/stat : 1326 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274978929232 140276316673947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1327] ppid=1303 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/1306/task/1327/stat : 1327 (java) S 1303 1303 32286 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274977876080 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1328] ppid=1303 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/1306/task/1328/stat : 1328 (java) R 1303 1303 32286 0 -1 4202560 190 0 0 0 2 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274976823280 140276302719520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1329] ppid=1303 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/1306/task/1329/stat : 1329 (java) S 1303 1303 32286 0 -1 1077944384 256 0 0 0 3 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274975770992 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1330] ppid=1303 vsize=28231652 memory=140408789239279 CPUtime=0.12 cores=0-7
/proc/1306/task/1330/stat : 1330 (java) S 1303 1303 32286 0 -1 1077944384 889 0 0 0 12 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274906949872 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1331] ppid=1303 vsize=28231652 memory=140408789267316 CPUtime=0 cores=0-7
/proc/1306/task/1331/stat : 1331 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274905897824 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1332] ppid=1303 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1332/stat : 1332 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866841 28909211648 11689 33554432000 4194304 4196468 140733555669664 140274904845104 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47948 KiB

[startup+0.700994 s]
/proc/loadavg: 7.51 8.01 8.16 5/211 1332
/proc/meminfo: memFree=25417684/32770688 swapFree=66927640/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
[pid=1306] ppid=1303 vsize=28233776 memory=100352 CPUtime=1.94 cores=0-7
/proc/1306/stat : 1306 (java) S 1303 1303 32286 0 -1 1077944320 15727 0 0 0 187 7 0 0 20 0 20 0 511866834 28911386624 25088 33554432000 4194304 4196468 140733555669664 140733555652208 140276316655351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
/proc/1306/statm: 7058444 25088 3445 1 0 7019544 0
[pid=1306/tid=1307] ppid=1303 vsize=28233776 memory=280817578533184 CPUtime=0.68 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1303 1303 32286 0 -1 4202560 8366 0 0 0 64 4 0 0 20 0 20 0 511866835 28911386624 25088 33554432000 4194304 4196468 140733555669664 140276320893824 140275933702104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1315] ppid=1303 vsize=28233776 memory=140408789443440 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28911386624 25154 33554432000 4194304 4196468 140733555669664 140276269276048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1316] ppid=1303 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1303 1303 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511866836 28911386624 25154 33554432000 4194304 4196468 140733555669664 140276268223248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1317] ppid=1303 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511866836 28911386624 25154 33554432000 4194304 4196468 140733555669664 140276267170960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0

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

[pid=1306/tid=1319] ppid=1303 vsize=28300340 memory=3668 CPUtime=1264.9 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1303 1303 32286 0 -1 1077944384 5253719 0 0 0 125516 974 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276265064848 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1320] ppid=1303 vsize=28300340 memory=1056 CPUtime=1264.72 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1303 1303 32286 0 -1 1077944384 5893948 0 0 0 125529 943 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276264012048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1321] ppid=1303 vsize=28300340 memory=2828 CPUtime=1263.65 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1303 1303 32286 0 -1 1077944384 4517216 0 0 0 125433 932 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276262959760 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1322] ppid=1303 vsize=28300340 memory=496 CPUtime=1264.22 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1303 1303 32286 0 -1 1077944384 4913271 0 0 0 125545 877 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276261906960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1323] ppid=1303 vsize=28300340 memory=1560 CPUtime=154.05 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) R 1303 1303 32286 0 -1 4202560 1765756 0 0 0 15244 161 0 0 20 0 21 0 511866837 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274982085712 140276301651718 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1324] ppid=1303 vsize=28300340 memory=928 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1303 1303 32286 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 511866838 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274981033312 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1325] ppid=1303 vsize=28300340 memory=4100 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1303 1303 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 511866838 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274979980928 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1326] ppid=1303 vsize=28300340 memory=1412 CPUtime=0 cores=0-7
/proc/1306/task/1326/stat : 1326 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274978929232 140276316673947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1327] ppid=1303 vsize=28300340 memory=3480 CPUtime=1.3 cores=0-7
/proc/1306/task/1327/stat : 1327 (java) S 1303 1303 32286 0 -1 1077944384 9756 0 0 0 128 2 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274977876128 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1328] ppid=1303 vsize=28300340 memory=25335572 CPUtime=1.18 cores=0-7
/proc/1306/task/1328/stat : 1328 (java) S 1303 1303 32286 0 -1 1077944384 4777 0 0 0 117 1 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274976823328 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1329] ppid=1303 vsize=28300340 memory=1452 CPUtime=1.08 cores=0-7
/proc/1306/task/1329/stat : 1329 (java) S 1303 1303 32286 0 -1 1077944384 4019 0 0 0 107 1 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274975770752 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1330] ppid=1303 vsize=28300340 memory=25335572 CPUtime=0.64 cores=0-7
/proc/1306/task/1330/stat : 1330 (java) S 1303 1303 32286 0 -1 1077944384 11620 0 0 0 61 3 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274906949920 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1331] ppid=1303 vsize=28300340 memory=6056 CPUtime=0 cores=0-7
/proc/1306/task/1331/stat : 1331 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274905897824 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1332] ppid=1303 vsize=28300340 memory=3668 CPUtime=0.68 cores=0-7
/proc/1306/task/1332/stat : 1332 (java) S 1303 1303 32286 0 -1 1077944384 3015 0 0 0 38 30 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274904845104 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1467] ppid=1303 vsize=28300340 memory=1056 CPUtime=0 cores=0-7
/proc/1306/task/1467/stat : 1467 (java) S 1303 1303 32286 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 512043965 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274895867840 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
Current children cumulated CPU time: 10625.4 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25337088 KiB

[startup+1784 s]*
/proc/loadavg: 6.71 7.15 6.68 2/212 1467
/proc/meminfo: memFree=478752/32770688 swapFree=66927624/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
[pid=1306] ppid=1303 vsize=28300340 memory=25335636 CPUtime=10627 cores=0-7
/proc/1306/stat : 1306 (java) S 1303 1303 32286 0 -1 1077944320 47807857 0 0 0 1054750 7954 0 0 20 0 21 0 511866834 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140733555652208 140276316655351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
/proc/1306/statm: 7075085 6333909 3509 1 0 7036185 0
[pid=1306/tid=1307] ppid=1303 vsize=28300340 memory=6935054825532540783 CPUtime=351.92 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) S 1303 1303 32286 0 -1 1077944384 117409 0 0 0 35083 109 0 0 20 0 21 0 511866835 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276320896032 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1315] ppid=1303 vsize=28300340 memory=4126316290023845779 CPUtime=1264.8 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1303 1303 32286 0 -1 1077944384 6992449 0 0 0 125412 1068 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276269276048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1316] ppid=1303 vsize=28300340 memory=3624 CPUtime=1264.04 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1303 1303 32286 0 -1 1077944384 5826661 0 0 0 125477 927 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276268223248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1317] ppid=1303 vsize=28300340 memory=75608 CPUtime=1262.08 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1303 1303 32286 0 -1 1077944384 5594597 0 0 0 125210 998 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276267170960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1318] ppid=1303 vsize=28300340 memory=3624 CPUtime=1266.02 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1303 1303 32286 0 -1 1077944384 6895185 0 0 0 125665 937 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276266118160 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 54 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1319] ppid=1303 vsize=28300340 memory=75608 CPUtime=1264.9 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1303 1303 32286 0 -1 1077944384 5253719 0 0 0 125516 974 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276265064848 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1320] ppid=1303 vsize=28300340 memory=984 CPUtime=1264.72 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1303 1303 32286 0 -1 1077944384 5893948 0 0 0 125529 943 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276264012048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1321] ppid=1303 vsize=28300340 memory=2020 CPUtime=1263.65 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1303 1303 32286 0 -1 1077944384 4517216 0 0 0 125433 932 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276262959760 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1322] ppid=1303 vsize=28300340 memory=4126316290023845779 CPUtime=1264.22 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1303 1303 32286 0 -1 1077944384 4913271 0 0 0 125545 877 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276261906960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1323] ppid=1303 vsize=28300340 memory=8112282956445269571 CPUtime=155.66 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) R 1303 1303 32286 0 -1 4202560 1768834 0 0 0 15405 161 0 0 20 0 21 0 511866837 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274982085712 140276301651748 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1324] ppid=1303 vsize=28300340 memory=1452 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1303 1303 32286 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 511866838 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274981033312 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1325] ppid=1303 vsize=28300340 memory=25335604 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1303 1303 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 511866838 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274979980928 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1326] ppid=1303 vsize=28300340 memory=3668 CPUtime=0 cores=0-7
/proc/1306/task/1326/stat : 1326 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274978929232 140276316673947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1327] ppid=1303 vsize=28300340 memory=1056 CPUtime=1.3 cores=0-7
/proc/1306/task/1327/stat : 1327 (java) S 1303 1303 32286 0 -1 1077944384 9756 0 0 0 128 2 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274977876128 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1328] ppid=1303 vsize=28300340 memory=2828 CPUtime=1.18 cores=0-7
/proc/1306/task/1328/stat : 1328 (java) S 1303 1303 32286 0 -1 1077944384 4777 0 0 0 117 1 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274976823328 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1329] ppid=1303 vsize=28300340 memory=1176 CPUtime=1.08 cores=0-7
/proc/1306/task/1329/stat : 1329 (java) S 1303 1303 32286 0 -1 1077944384 4019 0 0 0 107 1 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274975770752 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1330] ppid=1303 vsize=28300340 memory=980 CPUtime=0.64 cores=0-7
/proc/1306/task/1330/stat : 1330 (java) S 1303 1303 32286 0 -1 1077944384 11620 0 0 0 61 3 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274906949920 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1331] ppid=1303 vsize=28300340 memory=14008 CPUtime=0 cores=0-7
/proc/1306/task/1331/stat : 1331 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274905897824 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1332] ppid=1303 vsize=28300340 memory=25335636 CPUtime=0.68 cores=0-7
/proc/1306/task/1332/stat : 1332 (java) S 1303 1303 32286 0 -1 1077944384 3015 0 0 0 38 30 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274904845104 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1467] ppid=1303 vsize=28300340 memory=2120 CPUtime=0 cores=0-7
/proc/1306/task/1467/stat : 1467 (java) S 1303 1303 32286 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 512043965 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274895867840 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
Current children cumulated CPU time: 10627 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25337088 KiB

[startup+1784.8 s]
/proc/loadavg: 6.71 7.15 6.68 2/212 1467
/proc/meminfo: memFree=478752/32770688 swapFree=66927624/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
[pid=1306] ppid=1303 vsize=28300340 memory=25335636 CPUtime=10627.8 cores=0-7
/proc/1306/stat : 1306 (java) S 1303 1303 32286 0 -1 1077944320 47807857 0 0 0 1054829 7954 0 0 20 0 21 0 511866834 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140733555652208 140276316655351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
/proc/1306/statm: 7075085 6333909 3509 1 0 7036185 0
[pid=1306/tid=1307] ppid=1303 vsize=28300340 memory=924 CPUtime=351.92 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) S 1303 1303 32286 0 -1 1077944384 117409 0 0 0 35083 109 0 0 20 0 21 0 511866835 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276320896032 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1315] ppid=1303 vsize=28300340 memory=5787477641288517003 CPUtime=1264.8 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1303 1303 32286 0 -1 1077944384 6992449 0 0 0 125412 1068 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276269276048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1316] ppid=1303 vsize=28300340 memory=25335636 CPUtime=1264.04 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1303 1303 32286 0 -1 1077944384 5826661 0 0 0 125477 927 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276268223248 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1317] ppid=1303 vsize=28300340 memory=1452 CPUtime=1262.08 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1303 1303 32286 0 -1 1077944384 5594597 0 0 0 125210 998 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276267170960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1318] ppid=1303 vsize=28300340 memory=3624 CPUtime=1266.02 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1303 1303 32286 0 -1 1077944384 6895185 0 0 0 125665 937 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276266118160 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 54 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1319] ppid=1303 vsize=28300340 memory=75608 CPUtime=1264.9 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1303 1303 32286 0 -1 1077944384 5253719 0 0 0 125516 974 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276265064848 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1320] ppid=1303 vsize=28300340 memory=984 CPUtime=1264.72 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1303 1303 32286 0 -1 1077944384 5893948 0 0 0 125529 943 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276264012048 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1321] ppid=1303 vsize=28300340 memory=2020 CPUtime=1263.65 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1303 1303 32286 0 -1 1077944384 4517216 0 0 0 125433 932 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276262959760 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1322] ppid=1303 vsize=28300340 memory=1420 CPUtime=1264.22 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1303 1303 32286 0 -1 1077944384 4913271 0 0 0 125545 877 0 0 20 0 21 0 511866836 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140276261906960 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1323] ppid=1303 vsize=28300340 memory=776 CPUtime=156.45 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) R 1303 1303 32286 0 -1 4202560 1768834 0 0 0 15484 161 0 0 20 0 21 0 511866837 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274982085712 140276301112921 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1324] ppid=1303 vsize=28300340 memory=980 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1303 1303 32286 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 511866838 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274981033312 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1325] ppid=1303 vsize=28300340 memory=14008 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1303 1303 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 511866838 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274979980928 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1326] ppid=1303 vsize=28300340 memory=12028 CPUtime=0 cores=0-7
/proc/1306/task/1326/stat : 1326 (java) S 1303 1303 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274978929232 140276316673947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1327] ppid=1303 vsize=28300340 memory=38440 CPUtime=1.3 cores=0-7
/proc/1306/task/1327/stat : 1327 (java) S 1303 1303 32286 0 -1 1077944384 9756 0 0 0 128 2 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274977876128 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1328] ppid=1303 vsize=28300340 memory=2120 CPUtime=1.18 cores=0-7
/proc/1306/task/1328/stat : 1328 (java) S 1303 1303 32286 0 -1 1077944384 4777 0 0 0 117 1 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274976823328 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1329] ppid=1303 vsize=28300340 memory=496 CPUtime=1.08 cores=0-7
/proc/1306/task/1329/stat : 1329 (java) S 1303 1303 32286 0 -1 1077944384 4019 0 0 0 107 1 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274975770752 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1330] ppid=1303 vsize=28300340 memory=1560 CPUtime=0.64 cores=0-7
/proc/1306/task/1330/stat : 1330 (java) S 1303 1303 32286 0 -1 1077944384 11620 0 0 0 61 3 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274906949920 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1331] ppid=1303 vsize=28300340 memory=928 CPUtime=0 cores=0-7
/proc/1306/task/1331/stat : 1331 (java) S 1303 1303 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274905897824 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1332] ppid=1303 vsize=28300340 memory=1452 CPUtime=0.69 cores=0-7
/proc/1306/task/1332/stat : 1332 (java) S 1303 1303 32286 0 -1 1077944384 3015 0 0 0 39 30 0 0 20 0 21 0 511866841 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274904845104 140276316666498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
[pid=1306/tid=1467] ppid=1303 vsize=28300340 memory=1452 CPUtime=0 cores=0-7
/proc/1306/task/1467/stat : 1467 (java) S 1303 1303 32286 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 512043965 28979548160 6333909 33554432000 4194304 4196468 140733555669664 140274895867840 140276316665557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13045760 140733555676138 140733555676310 140733555676310 140733555679183 0
Current children cumulated CPU time: 10627.8 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25337088 KiB

[startup+1785.2 s]
/proc/loadavg: 6.71 7.15 6.68 2/212 1467
/proc/meminfo: memFree=478752/32770688 swapFree=66927624/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+1785.4 s]
/proc/loadavg: 6.71 7.15 6.68 2/212 1467
/proc/meminfo: memFree=478752/32770688 swapFree=66927624/67108860
[pid=1303] ppid=1300 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1303/stat : 1303 (xcsp3-exec) S 1300 1303 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511866834 115843072 363 33554432000 4194304 5098028 140723550798496 140723550796600 140057069982332 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40427520 140723550802806 140723550803049 140723550803049 140723550805962 0
/proc/1303/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1785.44
CPU time (s): 10628.5
CPU user time (s): 10548.6
CPU system time (s): 79.9032
CPU usage (%): 595.287
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25337088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10548.6
system time used= 79.9032
maximum resident set size= 25335892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47808476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119003
involuntary context switches= 172977


# summary of solver processes directly reported to runsolver:
#   pid: 1303
#   total CPU time (s): 10628.5
#   total CPU user time (s): 10548.6
#   total CPU system time (s): 79.9032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2811 second user time and 20.1861 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 05:17:08
IDJOB=4406844
IDBENCH=138492
IDSOLVER=2871
FILE ID=node120/4406844-1569358607
RUNJOBID= node120-1324865211-32313
PBS_JOBID= 21705097
Free space on /tmp= 23412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406844-1569358607/watcher-4406844-1569358607 -o /tmp/evaluation-result-4406844-1569358607/solver-4406844-1569358607 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 865482537 HOME/instance-4406844-1569358607.xml

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

MD5SUM BENCH= c67201b80d2f8cf37dc6fc32cd78d58c
RANDOM SEED=865482537

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

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25469700 kB
MemAvailable:   31776820 kB
Buffers:          116240 kB
Cached:          6467148 kB
SwapCached:        68820 kB
Active:          3253864 kB
Inactive:        3402660 kB
Active(anon):       4324 kB
Inactive(anon):   133604 kB
Active(file):    3249540 kB
Inactive(file):  3269056 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927640 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:        127096 kB
Mapped:            64012 kB
Shmem:             55948 kB
Slab:             237400 kB
SReclaimable:     208720 kB
SUnreclaim:        28680 kB
KernelStack:        3712 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     530948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23384 MiB
End job on node120 at 2011-12-26 05:46:53