Trace number 4405833

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? 2255.58 730.475

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
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 benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"count":2}]
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405833-1569412600.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4405833-1569412600.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
2232.70/723.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2232.70/723.43		at java.util.Arrays.copyOf(Arrays.java:3181)
2232.70/723.43		at java.util.ArrayList.grow(ArrayList.java:261)
2232.70/723.43		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2232.70/723.43		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2232.70/723.43		at java.util.ArrayList.add(ArrayList.java:458)
2232.70/723.43		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
2232.70/723.43		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2232.70/723.43		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2232.70/723.43		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2232.70/723.43		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2232.70/723.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2232.70/723.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2232.70/723.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2232.70/723.43		at org.xcsp.parser.XCallbacks$$Lambda$89/1004095028.accept(Unknown Source)
2232.70/723.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2232.70/723.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2232.70/723.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2232.70/723.43		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2232.70/723.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2232.70/723.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2232.70/723.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2232.70/723.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2232.70/723.43		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2232.70/723.43		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2232.70/723.43		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2232.70/723.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2255.50/730.41	s UNKNOWN
2255.50/730.41	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: 16374 MiB (12397 MiB free)
  memory of node 1: 16384 MiB (11972 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405833-1569412600/watcher-4405833-1569412600 -o /var/tmp/evaluation-result-4405833-1569412600/solver-4405833-1569412600 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21641 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405833-1569412600.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=25465, runsolver pid=25462
Current StackSize limit: 8192 KiB


[startup+0.106733 s]*
/proc/loadavg: 1.92 1.88 1.79 4/229 25481
/proc/meminfo: memFree=24936424/32770624 swapFree=66997332/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15144776 memory=29872 CPUtime=0.14 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 5934 0 0 0 12 2 0 0 20 0 15 0 517527760 15508250624 7468 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3786194 7468 3184 1 0 3748377 0
[pid=25467/tid=25468] ppid=25465 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) R 25465 25465 21609 0 -1 4202560 3796 0 0 0 8 1 0 0 20 0 15 0 517527760 15508250624 7468 33554432000 4194304 4196468 140730442412688 140313938003536 140313933786518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 7468 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15144776 memory=3762115997848045216 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 7468 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 7468 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 7468 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) S 25465 25465 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517527763 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312807667696 140313933785730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517527763 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312806613920 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517527763 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312805561328 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) S 25465 25465 21609 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312803457520 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) S 25465 25465 21609 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312802404976 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15144776 memory=140050654824064 CPUtime=0.02 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) R 25465 25465 21609 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 517527766 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312801352432 140313912375287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 7468 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31324 KiB

[startup+0.210833 s]*
/proc/loadavg: 1.92 1.88 1.79 3/229 25481
/proc/meminfo: memFree=24924040/32770624 swapFree=66997332/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15144776 memory=41100 CPUtime=0.34 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 9495 0 0 0 30 4 0 0 20 0 15 0 517527760 15508250624 10275 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3786194 10275 3298 1 0 3748377 0
[pid=25467/tid=25468] ppid=25465 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) R 25465 25465 21609 0 -1 4202560 6658 0 0 0 17 2 0 0 20 0 15 0 517527760 15508250624 10275 33554432000 4194304 4196468 140730442412688 140313938007312 140313916225838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15144776 memory=8998 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 10275 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15144776 memory=140050658711801 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 10275 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 10275 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517527761 15508250624 10275 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15144776 memory=140050654824064 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) S 25465 25465 21609 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517527763 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312807667696 140313933785730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517527763 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312806613920 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517527763 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312805561328 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) S 25465 25465 21609 0 -1 1077944384 399 0 0 0 1 0 0 0 20 0 15 0 517527766 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312803457520 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) S 25465 25465 21609 0 -1 1077944384 367 0 0 0 3 0 0 0 20 0 15 0 517527766 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312802404976 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15144776 memory=140050654824064 CPUtime=0.07 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) R 25465 25465 21609 0 -1 4202560 765 0 0 0 7 0 0 0 20 0 15 0 517527766 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312801352432 140313917855070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527766 15508250624 10275 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42552 KiB

[startup+0.310702 s]*
/proc/loadavg: 1.92 1.88 1.79 4/229 25481
/proc/meminfo: memFree=24916896/32770624 swapFree=66997332/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15149032 memory=49808 CPUtime=0.52 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 10802 0 0 0 48 4 0 0 20 0 15 0 517527760 15512608768 12452 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3787258 12452 3358 1 0 3748377 0
[pid=25467/tid=25468] ppid=25465 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) R 25465 25465 21609 0 -1 4202560 7797 0 0 0 27 3 0 0 20 0 15 0 517527760 15512608768 12452 33554432000 4194304 4196468 140730442412688 140313938005696 140313917855070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15512608768 12452 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15512608768 12452 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15512608768 12452 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517527761 15512608768 12452 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15149032 memory=-7233795122398871711 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) S 25465 25465 21609 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517527763 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312807667696 140313933785730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517527763 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312806613920 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517527763 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312805561328 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) R 25465 25465 21609 0 -1 1077944384 419 0 0 0 3 0 0 0 20 0 15 0 517527766 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312803457520 140313933785730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) R 25465 25465 21609 0 -1 4202560 459 0 0 0 5 0 0 0 20 0 15 0 517527766 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312802395360 140313915318696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) S 25465 25465 21609 0 -1 1077944384 820 0 0 0 12 0 0 0 20 0 15 0 517527766 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312801352432 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527766 15512608768 12452 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51260 KiB

[startup+0.703565 s]
/proc/loadavg: 1.92 1.88 1.79 5/229 25481
/proc/meminfo: memFree=24896848/32770624 swapFree=66997332/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15151156 memory=102768 CPUtime=1.79 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 15315 0 0 0 173 6 0 0 20 0 15 0 517527760 15514783744 25692 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3787789 25692 3445 1 0 3748889 0
[pid=25467/tid=25468] ppid=25465 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) R 25465 25465 21609 0 -1 4202560 9132 0 0 0 64 4 0 0 20 0 15 0 517527760 15514783744 25692 33554432000 4194304 4196468 140730442412688 140313938009208 140313572990535 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15514783744 25692 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15514783744 25692 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15151156 memory=740 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527761 15514783744 25692 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15151156 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517527761 15514783744 25692 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15151156 memory=9564 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) S 25465 25465 21609 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517527763 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312807667696 140313933785730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15151156 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517527763 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312806613920 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15151156 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517527763 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312805561328 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15151156 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15151156 memory=1732 CPUtime=0.35 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) R 25465 25465 21609 0 -1 4202560 1419 0 0 0 35 0 0 0 20 0 15 0 517527766 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312803447440 140313918173164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15151156 memory=6140 CPUtime=0.38 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) R 25465 25465 21609 0 -1 4202560 1513 0 0 0 38 0 0 0 20 0 15 0 517527766 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312802404976 140313912993173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15151156 memory=772 CPUtime=0.34 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) S 25465 25465 21609 0 -1 1077944384 1942 0 0 0 34 0 0 0 20 0 15 0 517527766 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312801352432 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15151156 memory=952 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517527766 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517527766 15514783744 25692 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 104220 KiB

[startup+1.50257 s]
/proc/loadavg: 1.92 1.88 1.79 3/229 25481
/proc/meminfo: memFree=24754736/32770624 swapFree=66997332/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0

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

/proc/25467/task/25469/stat : 25469 (java) R 25465 25465 21609 0 -1 4202560 70640 0 0 0 50565 178 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313899056008 140313926402791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15217720 memory=14008 CPUtime=508.1 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) R 25465 25465 21609 0 -1 4202560 102134 0 0 0 50654 156 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313524808712 140313926402791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15217720 memory=30412 CPUtime=508.4 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) R 25465 25465 21609 0 -1 4202560 82798 0 0 0 50685 155 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313523756168 140313918474400 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15217720 memory=2116 CPUtime=507.69 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) R 25465 25465 21609 0 -1 4202560 69451 0 0 0 50592 177 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313522703504 140313926402791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15217720 memory=12621824 CPUtime=71.91 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) S 25465 25465 21609 0 -1 1077944384 132445 0 0 0 7180 11 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312807666240 140313933784789 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15217720 memory=-8961168018402230209 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312806613984 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15217720 memory=7235710566141946944 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312805561344 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15217720 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15217720 memory=7301289850587015020 CPUtime=1.07 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) S 25465 25465 21609 0 -1 1077944384 3887 0 0 0 106 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312803457520 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15217720 memory=804 CPUtime=1.09 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) S 25465 25465 21609 0 -1 1077944384 3233 0 0 0 109 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312802404976 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15217720 memory=1804 CPUtime=0.53 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) S 25465 25465 21609 0 -1 1077944384 7159 0 0 0 52 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312801352432 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15217720 memory=920 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15217720 memory=3848 CPUtime=0.62 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 633 0 0 0 27 35 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25569] ppid=25465 vsize=15217720 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25569/stat : 25569 (java) S 25465 25465 21609 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 517600103 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312790269120 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 2250.94 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12623280 KiB

[startup+729.601 s]
/proc/loadavg: 4.59 4.06 2.92 3/230 25569
/proc/meminfo: memFree=12281656/32770624 swapFree=66997344/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15217720 memory=12621828 CPUtime=2254.69 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 509260 0 0 0 224731 738 0 0 20 0 16 0 517527760 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3804430 3155457 3504 1 0 3765530 0
[pid=25467/tid=25468] ppid=25465 vsize=15217720 memory=12621828 CPUtime=143.99 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) S 25465 25465 21609 0 -1 1077944384 35266 0 0 0 14352 47 0 0 20 0 16 0 517527760 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313938015264 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15217720 memory=740 CPUtime=508.16 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 70653 0 0 0 50638 178 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15217720 memory=1228 CPUtime=508.83 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 102135 0 0 0 50727 156 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15217720 memory=9564 CPUtime=509.12 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 82811 0 0 0 50757 155 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15217720 memory=952 CPUtime=508.41 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 69464 0 0 0 50664 177 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15217720 memory=14008 CPUtime=72.78 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) R 25465 25465 21609 0 -1 4202560 132628 0 0 0 7267 11 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312807666128 140313918232203 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15217720 memory=30412 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312806613984 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15217720 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312805561344 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15217720 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15217720 memory=784 CPUtime=1.07 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) S 25465 25465 21609 0 -1 1077944384 3888 0 0 0 106 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312803457280 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15217720 memory=1764 CPUtime=1.09 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) S 25465 25465 21609 0 -1 1077944384 3233 0 0 0 109 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312802405024 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15217720 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) S 25465 25465 21609 0 -1 1077944384 7159 0 0 0 52 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312801352480 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15217720 memory=12621684 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15217720 memory=58484 CPUtime=0.62 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 633 0 0 0 27 35 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25569] ppid=25465 vsize=15217720 memory=984 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25569/stat : 25569 (java) S 25465 25465 21609 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 517600103 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312790269120 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 2254.69 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12623280 KiB

[startup+730.001 s]*
/proc/loadavg: 4.59 4.06 2.92 3/230 25569
/proc/meminfo: memFree=12281656/32770624 swapFree=66997344/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15217720 memory=12621828 CPUtime=2255.1 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 509260 0 0 0 224772 738 0 0 20 0 16 0 517527760 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3804430 3155457 3504 1 0 3765530 0
[pid=25467/tid=25468] ppid=25465 vsize=15217720 memory=1736 CPUtime=143.99 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) S 25465 25465 21609 0 -1 1077944384 35266 0 0 0 14352 47 0 0 20 0 16 0 517527760 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313938015264 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15217720 memory=12028 CPUtime=508.16 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 70653 0 0 0 50638 178 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15217720 memory=496 CPUtime=508.83 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 102135 0 0 0 50727 156 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15217720 memory=1398722017469774279 CPUtime=509.12 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 82811 0 0 0 50757 155 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15217720 memory=2596 CPUtime=508.41 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 69464 0 0 0 50664 177 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15217720 memory=4100 CPUtime=73.18 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) R 25465 25465 21609 0 -1 4202560 132628 0 0 0 7307 11 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312807666128 140313918232186 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15217720 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312806613984 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15217720 memory=3276 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312805561344 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15217720 memory=306420 CPUtime=1.07 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) S 25465 25465 21609 0 -1 1077944384 3888 0 0 0 106 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312803457280 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15217720 memory=50188 CPUtime=1.09 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) S 25465 25465 21609 0 -1 1077944384 3233 0 0 0 109 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312802405024 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15217720 memory=50225 CPUtime=0.53 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) S 25465 25465 21609 0 -1 1077944384 7159 0 0 0 52 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312801352480 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15217720 memory=50149 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15217720 memory=7021 CPUtime=0.62 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 633 0 0 0 27 35 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25569] ppid=25465 vsize=15217720 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25569/stat : 25569 (java) S 25465 25465 21609 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 517600103 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312790269120 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 2255.1 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12623280 KiB

[startup+730.401 s]
/proc/loadavg: 4.59 4.06 2.92 3/230 25569
/proc/meminfo: memFree=12281656/32770624 swapFree=66997344/67108860
[pid=25465] ppid=25462 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25465/stat : 25465 (xcsp3-exec) S 25462 25465 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517527760 115843072 363 33554432000 4194304 5098028 140735948878432 140735948876536 139889722086012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34258944 140735948882774 140735948883033 140735948883033 140735948885958 0
/proc/25465/statm: 28282 363 304 221 0 87 0
[pid=25467] ppid=25465 vsize=15217720 memory=12621828 CPUtime=2255.5 cores=1,3,5,7
/proc/25467/stat : 25467 (java) S 25465 25465 21609 0 -1 1077944320 509260 0 0 0 224812 738 0 0 20 0 16 0 517527760 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140730442395232 140313933774583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
/proc/25467/statm: 3804430 3155457 3504 1 0 3765530 0
[pid=25467/tid=25468] ppid=25465 vsize=15217720 memory=1452 CPUtime=143.99 cores=1,3,5,7
/proc/25467/task/25468/stat : 25468 (java) S 25465 25465 21609 0 -1 1077944384 35266 0 0 0 14352 47 0 0 20 0 16 0 517527760 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313938015264 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25469] ppid=25465 vsize=15217720 memory=12621824 CPUtime=508.16 cores=1,3,5,7
/proc/25467/task/25469/stat : 25469 (java) S 25465 25465 21609 0 -1 1077944384 70653 0 0 0 50638 178 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313899055888 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25470] ppid=25465 vsize=15217720 memory=1452 CPUtime=508.83 cores=1,3,5,7
/proc/25467/task/25470/stat : 25470 (java) S 25465 25465 21609 0 -1 1077944384 102135 0 0 0 50727 156 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313524808592 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25471] ppid=25465 vsize=15217720 memory=6791534058613427641 CPUtime=509.12 cores=1,3,5,7
/proc/25467/task/25471/stat : 25471 (java) S 25465 25465 21609 0 -1 1077944384 82811 0 0 0 50757 155 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313523756048 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25472] ppid=25465 vsize=15217720 memory=12621828 CPUtime=508.41 cores=1,3,5,7
/proc/25467/task/25472/stat : 25472 (java) S 25465 25465 21609 0 -1 1077944384 69464 0 0 0 50664 177 0 0 20 0 16 0 517527761 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140313522703504 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25473] ppid=25465 vsize=15217720 memory=1764 CPUtime=73.58 cores=1,3,5,7
/proc/25467/task/25473/stat : 25473 (java) R 25465 25465 21609 0 -1 4202560 132628 0 0 0 7347 11 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312807666128 140313912144763 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25474] ppid=25465 vsize=15217720 memory=111628 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25474/stat : 25474 (java) S 25465 25465 21609 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312806613984 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25475] ppid=25465 vsize=15217720 memory=984 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25475/stat : 25475 (java) S 25465 25465 21609 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517527763 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312805561344 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25476] ppid=25465 vsize=15217720 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25476/stat : 25476 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312804509904 140313933793179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25477] ppid=25465 vsize=15217720 memory=12621824 CPUtime=1.07 cores=1,3,5,7
/proc/25467/task/25477/stat : 25477 (java) S 25465 25465 21609 0 -1 1077944384 3888 0 0 0 106 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312803457280 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25478] ppid=25465 vsize=15217720 memory=1452 CPUtime=1.09 cores=1,3,5,7
/proc/25467/task/25478/stat : 25478 (java) S 25465 25465 21609 0 -1 1077944384 3233 0 0 0 109 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312802405024 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25479] ppid=25465 vsize=15217720 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/25467/task/25479/stat : 25479 (java) S 25465 25465 21609 0 -1 1077944384 7159 0 0 0 52 1 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312801352480 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25480] ppid=25465 vsize=15217720 memory=9564 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25480/stat : 25480 (java) S 25465 25465 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312800300128 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25481] ppid=25465 vsize=15217720 memory=4076 CPUtime=0.62 cores=1,3,5,7
/proc/25467/task/25481/stat : 25481 (java) S 25465 25465 21609 0 -1 1077944384 633 0 0 0 27 35 0 0 20 0 16 0 517527766 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312799246640 140313933785730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
[pid=25467/tid=25569] ppid=25465 vsize=15217720 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/25467/task/25569/stat : 25569 (java) S 25465 25465 21609 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 517600103 15582945280 3155457 33554432000 4194304 4196468 140730442412688 140312790269120 140313933784789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22384640 140730442417115 140730442417290 140730442417290 140730442420175 0
Current children cumulated CPU time: 2255.5 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12623280 KiB

Child status: 1
Real time (s): 730.475
CPU time (s): 2255.58
CPU user time (s): 2248.14
CPU system time (s): 7.44344
CPU usage (%): 308.783
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12623280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2248.14
system time used= 7.44344
maximum resident set size= 12622032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28761
involuntary context switches= 19133


# summary of solver processes directly reported to runsolver:
#   pid: 25465
#   total CPU time (s): 2255.58
#   total CPU user time (s): 2248.14
#   total CPU system time (s): 7.44344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.33007 second user time and 7.87575 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-25 13:56:02
IDJOB=4405833
IDBENCH=138480
IDSOLVER=2869
FILE ID=node126/4405833-1569412600
RUNJOBID= node126-1569396632-21641
PBS_JOBID= 21705687
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405833-1569412600/watcher-4405833-1569412600 -o /var/tmp/evaluation-result-4405833-1569412600/solver-4405833-1569412600 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21641 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405833-1569412600.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=1988558389

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24954204 kB
MemAvailable:   31587368 kB
Buffers:          115976 kB
Cached:          6716764 kB
SwapCached:         7520 kB
Active:          3630000 kB
Inactive:        3470080 kB
Active(anon):     261132 kB
Inactive(anon):    56860 kB
Active(file):    3368868 kB
Inactive(file):  3413220 kB
Unevictable:      109436 kB
Mlocked:          109436 kB
SwapTotal:      67108860 kB
SwapFree:       66997332 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:        411852 kB
Mapped:            68604 kB
Shmem:             41900 kB
Slab:             309372 kB
SReclaimable:     279536 kB
SUnreclaim:        29836 kB
KernelStack:        4064 kB
PageTables:         6380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1522540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node126 at 2019-09-25 14:08:12