Trace number 4394602

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelSAT (TO)450 17589.3 2520.04

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-02.xml
MD5SUM0e4189ad20205ae354a6aa8eb292dbdf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark421
Best CPU time to get the best result obtained on this benchmark2011.35
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size60
Maximum domain size100
Distribution of domain sizes[{"size":60,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394602-1568439595.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4394602-1568439595.xml, -tl, 20160s, -p, 8]
0.34/0.25	c 8 solvers in parallel
0.51/0.32	c parse instance...
10.83/2.68	c solve instance...
15.34/3.37	o 1674 
15.76/3.45	o 1659 
16.20/3.54	o 1656 
16.20/3.57	o 1643 
16.70/3.63	o 1642 
17.28/3.72	o 1627 
17.28/3.79	o 1625 
17.28/3.80	o 1624 
17.72/3.80	o 1612 
17.72/3.85	o 1608 
18.34/3.92	o 1603 
18.34/3.99	o 1598 
18.84/4.09	o 471 
19.42/4.14	o 469 
19.84/4.21	o 467 
26.13/5.08	o 466 
26.86/5.13	o 462 
27.49/5.20	o 460 
27.49/5.27	o 459 
27.49/5.28	o 453 
417.23/60.75	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (600/602)
417.23/60.75		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
417.23/60.75		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
417.23/60.75		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
417.23/60.75		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
417.23/60.75		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
417.23/60.75	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (600/602)
417.23/60.75		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
417.23/60.75		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
417.23/60.75		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
417.23/60.75		at org.chocosolver.solver.Solver.repair(Solver.java:443)
417.23/60.75		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
417.23/60.75		at org.chocosolver.solver.Solver.solve(Solver.java:262)
417.23/60.75		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
417.23/60.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
417.23/60.75		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
417.23/60.75		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
417.23/60.75		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
417.23/60.75		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
417.23/60.75		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
417.23/60.75		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
417.23/60.75		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
417.23/60.75		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
417.23/60.75	o 452 
417.23/60.76	o 450 
17589.20/2520.01	s SATISFIABLE
17589.20/2520.01	v <instantiation>
17589.20/2520.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99] </list>
17589.20/2520.01	v 	<values>16 22 17 13 14 6 26 36 35 37 32 38 49 51 55 61 66 67 72 69 71 74 76 85 82 77 19 81 89 92 78 83 86 93 98 97 95 99 91 75 96 87 84 94 90 88 80 79 73 68 64 70 60 44 45 47 48 42 50 52 57 59 58 54 56 62 65 63 53 46 43 41 40 31 25 24 23 21 15 12 3 2 5 4 1 0 11 9 8 7 18 20 27 39 28 33 29 30 34 10 5 4 2 2 6 12 3 2 6 3 2 6 1 2 4 3 1 3 3 3 2 4 6 1 5 37 38 4 3 9 5 2 5 4 3 5 9 4 17 11 5 3 6 1 3 4 1 5 3 4 4 5 8 2 2 2 3 5 1 3 4 1 3 1 4 5 4 6 4 1 3 4 3 4 2 2 1 4 3 4 1 5 3 1 1 5 3 1 4 7 1 4 4 4 2 2 2 1 14 5 </values>
17589.20/2520.01	v </instantiation>
17589.20/2520.01	c Unexpected resolution interruption!

Verifier Data

OK	450

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394602-1568439595/watcher-4394602-1568439595 -o /tmp/evaluation-result-4394602-1568439595/solver-4394602-1568439595 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1046411421 HOME/instance-4394602-1568439595.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=15538, runsolver pid=15535
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 7.68 7.78 7.68 4/211 15559
/proc/meminfo: memFree=28227572/32770688 swapFree=66919992/67108860
[pid=15538] ppid=15535 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15538/stat : 15538 (xcsp3-exec) S 15535 15538 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419965860 115843072 364 33554432000 4194304 5098028 140735161334816 140735161332920 140236198871676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8912896 140735161340789 140735161341033 140735161341033 140735161343946 0
/proc/15538/statm: 28282 364 305 221 0 87 0
[pid=15540] ppid=15538 vsize=28227388 memory=28732 CPUtime=0.11 cores=0-7
/proc/15540/stat : 15540 (java) S 15538 15538 11952 0 -1 1077944320 5646 0 0 0 10 1 0 0 20 0 20 0 419965860 28904845312 7183 33554432000 4194304 4196468 140730511065616 140730511048160 139756703137527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
/proc/15540/statm: 7056847 7183 3121 1 0 7019032 0
[pid=15540/tid=15541] ppid=15538 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/15540/task/15541/stat : 15541 (java) R 15538 15538 11952 0 -1 4202560 3562 0 0 0 8 0 0 0 20 0 20 0 419965861 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756707371008 139756687218014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15542] ppid=15538 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15540/task/15542/stat : 15542 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756655757968 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15543] ppid=15538 vsize=28227388 memory=140051182556800 CPUtime=0 cores=0-7
/proc/15540/task/15543/stat : 15543 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756654705168 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15544] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15544/stat : 15544 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756653652368 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15545] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15545/stat : 15545 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756652599568 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15546] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15546/stat : 15546 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756651547792 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15547] ppid=15538 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15540/task/15547/stat : 15547 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756650494992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15548] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15548/stat : 15548 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756649442192 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15549] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15549/stat : 15549 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 7183 33554432000 4194304 4196468 140730511065616 139756648389392 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15550] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15550/stat : 15550 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965863 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755368647024 139756703148674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15551] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15551/stat : 15551 (java) S 15538 15538 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419965864 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755367592992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15552] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15552/stat : 15552 (java) S 15538 15538 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419965864 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755366540144 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15553] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15553/stat : 15553 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755365488464 139756703156123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15554] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15554/stat : 15554 (java) S 15538 15538 11952 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755364436848 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15555] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15555/stat : 15555 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755363384048 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15556] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15556/stat : 15556 (java) S 15538 15538 11952 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755362331248 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15557] ppid=15538 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/15540/task/15557/stat : 15557 (java) S 15538 15538 11952 0 -1 1077944384 333 0 0 0 1 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755361278448 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15558] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15558/stat : 15558 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755360225888 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15559] ppid=15538 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15540/task/15559/stat : 15559 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 7183 33554432000 4194304 4196468 140730511065616 139755359173168 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30188 KiB

[startup+0.211654 s]*
/proc/loadavg: 7.68 7.78 7.68 2/211 15559
/proc/meminfo: memFree=28216308/32770688 swapFree=66919992/67108860
[pid=15538] ppid=15535 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15538/stat : 15538 (xcsp3-exec) S 15535 15538 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419965860 115843072 364 33554432000 4194304 5098028 140735161334816 140735161332920 140236198871676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8912896 140735161340789 140735161341033 140735161341033 140735161343946 0
/proc/15538/statm: 28282 364 305 221 0 87 0
[pid=15540] ppid=15538 vsize=28227388 memory=40284 CPUtime=0.34 cores=0-7
/proc/15540/stat : 15540 (java) S 15538 15538 11952 0 -1 1077944320 9289 0 0 0 30 4 0 0 20 0 20 0 419965860 28904845312 10071 33554432000 4194304 4196468 140730511065616 140730511048160 139756703137527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
/proc/15540/statm: 7056847 10071 3309 1 0 7019032 0
[pid=15540/tid=15541] ppid=15538 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15540/task/15541/stat : 15541 (java) R 15538 15538 11952 0 -1 4202560 6540 0 0 0 17 2 0 0 20 0 20 0 419965861 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756707356864 139756703159453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15542] ppid=15538 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/15540/task/15542/stat : 15542 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756655757968 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15543] ppid=15538 vsize=28227388 memory=140051184575541 CPUtime=0 cores=0-7
/proc/15540/task/15543/stat : 15543 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756654705168 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15544] ppid=15538 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15540/task/15544/stat : 15544 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756653652368 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15545] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15545/stat : 15545 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756652599568 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15546] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15546/stat : 15546 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756651547792 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15547] ppid=15538 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15540/task/15547/stat : 15547 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756650494992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15548] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15548/stat : 15548 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756649442192 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15549] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15549/stat : 15549 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965862 28904845312 10071 33554432000 4194304 4196468 140730511065616 139756648389392 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15550] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15550/stat : 15550 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965863 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755368647024 139756703148674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15551] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15551/stat : 15551 (java) S 15538 15538 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419965864 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755367592992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15552] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15552/stat : 15552 (java) S 15538 15538 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419965864 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755366540144 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15553] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15553/stat : 15553 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755365488464 139756703156123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15554] ppid=15538 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15540/task/15554/stat : 15554 (java) S 15538 15538 11952 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755364436848 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15555] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15555/stat : 15555 (java) S 15538 15538 11952 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755363384048 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15556] ppid=15538 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/15540/task/15556/stat : 15556 (java) S 15538 15538 11952 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755362331248 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15557] ppid=15538 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/15540/task/15557/stat : 15557 (java) S 15538 15538 11952 0 -1 1077944384 772 0 0 0 7 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755361278448 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15558] ppid=15538 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15558/stat : 15558 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755360225888 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15559] ppid=15538 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15540/task/15559/stat : 15559 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965867 28904845312 10071 33554432000 4194304 4196468 140730511065616 139755359173168 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41740 KiB

[startup+0.311049 s]*
/proc/loadavg: 7.68 7.78 7.68 5/211 15559
/proc/meminfo: memFree=28210972/32770688 swapFree=66919992/67108860
[pid=15538] ppid=15535 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15538/stat : 15538 (xcsp3-exec) S 15535 15538 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419965860 115843072 364 33554432000 4194304 5098028 140735161334816 140735161332920 140236198871676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8912896 140735161340789 140735161341033 140735161341033 140735161343946 0
/proc/15538/statm: 28282 364 305 221 0 87 0
[pid=15540] ppid=15538 vsize=28231644 memory=46712 CPUtime=0.51 cores=0-7
/proc/15540/stat : 15540 (java) S 15538 15538 11952 0 -1 1077944320 10504 0 0 0 47 4 0 0 20 0 20 0 419965860 28909203456 11678 33554432000 4194304 4196468 140730511065616 140730511048160 139756703137527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
/proc/15540/statm: 7057911 11678 3341 1 0 7019032 0
[pid=15540/tid=15541] ppid=15538 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/15540/task/15541/stat : 15541 (java) R 15538 15538 11952 0 -1 4202560 7532 0 0 0 26 3 0 0 20 0 20 0 419965861 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756707350080 139756687218014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15542] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15542/stat : 15542 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756655757968 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15543] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15543/stat : 15543 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756654705168 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15544] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15544/stat : 15544 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756653652368 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15545] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15545/stat : 15545 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756652599568 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15546] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15546/stat : 15546 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756651547792 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15547] ppid=15538 vsize=28231644 memory=140051031878319 CPUtime=0 cores=0-7
/proc/15540/task/15547/stat : 15547 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756650494992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15548] ppid=15538 vsize=28231644 memory=140051031880624 CPUtime=0 cores=0-7
/proc/15540/task/15548/stat : 15548 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756649442192 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15549] ppid=15538 vsize=28231644 memory=140051031882928 CPUtime=0 cores=0-7
/proc/15540/task/15549/stat : 15549 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965862 28909203456 11678 33554432000 4194304 4196468 140730511065616 139756648389392 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15550] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15550/stat : 15550 (java) S 15538 15538 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419965863 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755368647024 139756703148674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15551] ppid=15538 vsize=28231644 memory=280102063779728 CPUtime=0 cores=0-7
/proc/15540/task/15551/stat : 15551 (java) S 15538 15538 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419965864 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755367592992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15552] ppid=15538 vsize=28231644 memory=280102063777424 CPUtime=0 cores=0-7
/proc/15540/task/15552/stat : 15552 (java) S 15538 15538 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419965864 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755366540144 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15553] ppid=15538 vsize=28231644 memory=280102063784336 CPUtime=0 cores=0-7
/proc/15540/task/15553/stat : 15553 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755365488464 139756703156123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15554] ppid=15538 vsize=28231644 memory=280102063725616 CPUtime=0.03 cores=0-7
/proc/15540/task/15554/stat : 15554 (java) S 15538 15538 11952 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755364436848 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15555] ppid=15538 vsize=28231644 memory=280102063798160 CPUtime=0.01 cores=0-7
/proc/15540/task/15555/stat : 15555 (java) S 15538 15538 11952 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755363384048 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15556] ppid=15538 vsize=28231644 memory=280102063805072 CPUtime=0.02 cores=0-7
/proc/15540/task/15556/stat : 15556 (java) S 15538 15538 11952 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755362331248 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15557] ppid=15538 vsize=28231644 memory=280102063802768 CPUtime=0.12 cores=0-7
/proc/15540/task/15557/stat : 15557 (java) S 15538 15538 11952 0 -1 1077944384 921 0 0 0 12 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755361278448 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15558] ppid=15538 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15558/stat : 15558 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755360225888 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15559] ppid=15538 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/15540/task/15559/stat : 15559 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965867 28909203456 11678 33554432000 4194304 4196468 140730511065616 139755359173168 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48168 KiB

[startup+0.701111 s]
/proc/loadavg: 7.68 7.78 7.68 5/211 15559
/proc/meminfo: memFree=28191548/32770688 swapFree=66919992/67108860
[pid=15538] ppid=15535 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15538/stat : 15538 (xcsp3-exec) S 15535 15538 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419965860 115843072 364 33554432000 4194304 5098028 140735161334816 140735161332920 140236198871676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8912896 140735161340789 140735161341033 140735161341033 140735161343946 0
/proc/15538/statm: 28282 364 305 221 0 87 0
[pid=15540] ppid=15538 vsize=28233768 memory=108976 CPUtime=1.69 cores=0-7
/proc/15540/stat : 15540 (java) S 15538 15538 11952 0 -1 1077944320 15276 0 0 0 162 7 0 0 20 0 20 0 419965860 28911378432 27244 33554432000 4194304 4196468 140730511065616 140730511048160 139756703137527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
/proc/15540/statm: 7058442 27244 3438 1 0 7019544 0
[pid=15540/tid=15541] ppid=15538 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/15540/task/15541/stat : 15541 (java) R 15538 15538 11952 0 -1 4202560 8877 0 0 0 63 4 0 0 20 0 20 0 419965861 28911378432 27244 33554432000 4194304 4196468 140730511065616 139756707373376 139756310254132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15542] ppid=15538 vsize=28233768 memory=140051032089456 CPUtime=0 cores=0-7
/proc/15540/task/15542/stat : 15542 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28911378432 27244 33554432000 4194304 4196468 140730511065616 139756655757968 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15543] ppid=15538 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15543/stat : 15543 (java) S 15538 15538 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419965862 28911378432 27756 33554432000 4194304 4196468 140730511065616 139756654705168 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15544] ppid=15538 vsize=28233768 memory=1176 CPUtime=0 cores=0-7
/proc/15540/task/15544/stat : 15544 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419965862 28911378432 27756 33554432000 4194304 4196468 140730511065616 139756653652368 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0

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

[pid=15540/tid=15770] ppid=15538 vsize=28769356 memory=1456 CPUtime=2365.48 cores=0-7
/proc/15540/task/15770/stat : 15770 (java) R 15538 15538 11952 0 -1 4202560 33909 0 0 0 236523 25 0 0 20 0 28 0 419971937 29459820544 439658 33554432000 4194304 4196468 140730511065616 139755271446280 139756313212729 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
Current children cumulated CPU time: 17045.6 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1760088 KiB

[startup+2502.3 s]
/proc/loadavg: 6.98 7.00 7.05 8/220 15950
/proc/meminfo: memFree=26494916/32770688 swapFree=66919992/67108860
[pid=15538] ppid=15535 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15538/stat : 15538 (xcsp3-exec) S 15535 15538 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419965860 115843072 364 33554432000 4194304 5098028 140735161334816 140735161332920 140236198871676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8912896 140735161340789 140735161341033 140735161341033 140735161343946 0
/proc/15538/statm: 28282 364 305 221 0 87 0
[pid=15540] ppid=15538 vsize=28769356 memory=1758116 CPUtime=17465.3 cores=0-7
/proc/15540/stat : 15540 (java) S 15538 15538 11952 0 -1 1077944320 804753 0 0 0 1745791 738 0 0 20 0 28 0 419965860 29459820544 439529 33554432000 4194304 4196468 140730511065616 140730511048160 139756703137527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
/proc/15540/statm: 7192339 439529 3546 1 0 7153441 0
[pid=15540/tid=15541] ppid=15538 vsize=28769356 memory=1758116 CPUtime=1.63 cores=0-7
/proc/15540/task/15541/stat : 15541 (java) S 15538 15538 11952 0 -1 1077944384 9906 0 0 0 155 8 0 0 20 0 28 0 419965861 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756707378304 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15542] ppid=15538 vsize=28769356 memory=1758116 CPUtime=9.23 cores=0-7
/proc/15540/task/15542/stat : 15542 (java) S 15538 15538 11952 0 -1 1077944384 45406 0 0 0 883 40 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756655757968 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15543] ppid=15538 vsize=28769356 memory=1456 CPUtime=9.27 cores=0-7
/proc/15540/task/15543/stat : 15543 (java) S 15538 15538 11952 0 -1 1077944384 48383 0 0 0 879 48 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756654705168 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15544] ppid=15538 vsize=28769356 memory=922 CPUtime=9.21 cores=0-7
/proc/15540/task/15544/stat : 15544 (java) S 15538 15538 11952 0 -1 1077944384 44407 0 0 0 880 41 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756653652368 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15545] ppid=15538 vsize=28769356 memory=1758116 CPUtime=9.15 cores=0-7
/proc/15540/task/15545/stat : 15545 (java) S 15538 15538 11952 0 -1 1077944384 50735 0 0 0 873 42 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756652599568 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15546] ppid=15538 vsize=28769356 memory=0 CPUtime=9.33 cores=0-7
/proc/15540/task/15546/stat : 15546 (java) S 15538 15538 11952 0 -1 1077944384 52497 0 0 0 887 46 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756651547792 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15547] ppid=15538 vsize=28769356 memory=0 CPUtime=9.3 cores=0-7
/proc/15540/task/15547/stat : 15547 (java) S 15538 15538 11952 0 -1 1077944384 48960 0 0 0 886 44 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756650494992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15548] ppid=15538 vsize=28769356 memory=7452163689258510184 CPUtime=9.21 cores=0-7
/proc/15540/task/15548/stat : 15548 (java) S 15538 15538 11952 0 -1 1077944384 50746 0 0 0 879 42 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756649442192 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15549] ppid=15538 vsize=28769356 memory=1456 CPUtime=9.34 cores=0-7
/proc/15540/task/15549/stat : 15549 (java) S 15538 15538 11952 0 -1 1077944384 50335 0 0 0 891 43 0 0 20 0 28 0 419965862 29459820544 439529 33554432000 4194304 4196468 140730511065616 139756648389392 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15550] ppid=15538 vsize=28769356 memory=3624 CPUtime=2.77 cores=0-7
/proc/15540/task/15550/stat : 15550 (java) S 15538 15538 11952 0 -1 1077944384 47588 0 0 0 238 39 0 0 20 0 28 0 419965863 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755368647024 139756703148674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15551] ppid=15538 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15551/stat : 15551 (java) S 15538 15538 11952 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419965864 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755367593056 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15552] ppid=15538 vsize=28769356 memory=7596848458802484841 CPUtime=0 cores=0-7
/proc/15540/task/15552/stat : 15552 (java) S 15538 15538 11952 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 419965864 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755366540160 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15553] ppid=15538 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15540/task/15553/stat : 15553 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755365488464 139756703156123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15554] ppid=15538 vsize=28769356 memory=0 CPUtime=3.21 cores=0-7
/proc/15540/task/15554/stat : 15554 (java) S 15538 15538 11952 0 -1 1077944384 21487 0 0 0 317 4 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755364436848 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15555] ppid=15538 vsize=28769356 memory=1724 CPUtime=3.38 cores=0-7
/proc/15540/task/15555/stat : 15555 (java) S 15538 15538 11952 0 -1 1077944384 20096 0 0 0 334 4 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755363384048 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15556] ppid=15538 vsize=28769356 memory=1964 CPUtime=3.33 cores=0-7
/proc/15540/task/15556/stat : 15556 (java) S 15538 15538 11952 0 -1 1077944384 20343 0 0 0 327 6 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755362331248 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15557] ppid=15538 vsize=28769356 memory=1758116 CPUtime=1.18 cores=0-7
/proc/15540/task/15557/stat : 15557 (java) S 15538 15538 11952 0 -1 1077944384 21978 0 0 0 114 4 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755361278448 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15558] ppid=15538 vsize=28769356 memory=1456 CPUtime=0 cores=0-7
/proc/15540/task/15558/stat : 15558 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755360225888 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15559] ppid=15538 vsize=28769356 memory=1758116 CPUtime=1.75 cores=0-7
/proc/15540/task/15559/stat : 15559 (java) S 15538 15538 11952 0 -1 1077944384 4840 0 0 0 74 101 0 0 20 0 28 0 419965867 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755359173168 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15763] ppid=15538 vsize=28769356 memory=1456 CPUtime=2425.47 cores=0-7
/proc/15540/task/15763/stat : 15763 (java) R 15538 15538 11952 0 -1 4202560 19224 0 0 0 242526 21 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755279858032 139756313317300 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15764] ppid=15538 vsize=28769356 memory=1758116 CPUtime=2425.39 cores=0-7
/proc/15540/task/15764/stat : 15764 (java) R 15538 15538 11952 0 -1 4202560 33008 0 0 0 242512 27 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755274595928 139756314054758 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15765] ppid=15538 vsize=28769356 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/15540/task/15765/stat : 15765 (java) S 15538 15538 11952 0 -1 1077944384 301 0 0 0 1 0 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755352065552 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15766] ppid=15538 vsize=28769356 memory=1724 CPUtime=2425.07 cores=0-7
/proc/15540/task/15766/stat : 15766 (java) R 15538 15538 11952 0 -1 4202560 21322 0 0 0 242481 26 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755276702040 139756313491386 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15767] ppid=15538 vsize=28769356 memory=1964 CPUtime=2425.29 cores=0-7
/proc/15540/task/15767/stat : 15767 (java) R 15538 15538 11952 0 -1 4202560 37062 0 0 0 242499 30 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755280912392 139756314412876 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15768] ppid=15538 vsize=28769356 memory=1456 CPUtime=2425.34 cores=0-7
/proc/15540/task/15768/stat : 15768 (java) R 15538 15538 11952 0 -1 4202560 31127 0 0 0 242502 32 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755278809440 139756314052786 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15769] ppid=15538 vsize=28769356 memory=3624 CPUtime=2425.27 cores=0-7
/proc/15540/task/15769/stat : 15769 (java) R 15538 15538 11952 0 -1 4202560 40485 0 0 0 242495 32 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755275648984 139756312719703 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15770] ppid=15538 vsize=28769356 memory=48156 CPUtime=2425.34 cores=0-7
/proc/15540/task/15770/stat : 15770 (java) R 15538 15538 11952 0 -1 4202560 34236 0 0 0 242508 26 0 0 20 0 28 0 419971937 29459820544 439529 33554432000 4194304 4196468 140730511065616 139755271446360 139756313319578 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
Current children cumulated CPU time: 17465.3 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1759572 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 6.99 7.00 7.05 8/220 15950
/proc/meminfo: memFree=26495060/32770688 swapFree=66919992/67108860
[pid=15538] ppid=15535 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15538/stat : 15538 (xcsp3-exec) S 15535 15538 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419965860 115843072 364 33554432000 4194304 5098028 140735161334816 140735161332920 140236198871676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8912896 140735161340789 140735161341033 140735161341033 140735161343946 0
/proc/15538/statm: 28282 364 305 221 0 87 0
[pid=15540] ppid=15538 vsize=28769356 memory=1758132 CPUtime=17589.2 cores=0-7
/proc/15540/stat : 15540 (java) S 15538 15538 11952 0 -1 1077944320 807834 0 0 0 1758181 739 0 0 20 0 28 0 419965860 29459820544 439533 33554432000 4194304 4196468 140730511065616 140730511048160 139756703137527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
/proc/15540/statm: 7192339 439533 3546 1 0 7153441 0
[pid=15540/tid=15541] ppid=15538 vsize=28769356 memory=1398722017469774279 CPUtime=1.63 cores=0-7
/proc/15540/task/15541/stat : 15541 (java) S 15538 15538 11952 0 -1 1077944384 9906 0 0 0 155 8 0 0 20 0 28 0 419965861 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756707378304 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15542] ppid=15538 vsize=28769356 memory=4126316290023845779 CPUtime=9.25 cores=0-7
/proc/15540/task/15542/stat : 15542 (java) S 15538 15538 11952 0 -1 1077944384 45677 0 0 0 885 40 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756655757968 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15543] ppid=15538 vsize=28769356 memory=924 CPUtime=9.29 cores=0-7
/proc/15540/task/15543/stat : 15543 (java) S 15538 15538 11952 0 -1 1077944384 48549 0 0 0 881 48 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756654705168 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15544] ppid=15538 vsize=28769356 memory=1444 CPUtime=9.23 cores=0-7
/proc/15540/task/15544/stat : 15544 (java) S 15538 15538 11952 0 -1 1077944384 44629 0 0 0 882 41 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756653652368 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15545] ppid=15538 vsize=28769356 memory=1764 CPUtime=9.17 cores=0-7
/proc/15540/task/15545/stat : 15545 (java) S 15538 15538 11952 0 -1 1077944384 50991 0 0 0 875 42 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756652599568 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15546] ppid=15538 vsize=28769356 memory=1758132 CPUtime=9.35 cores=0-7
/proc/15540/task/15546/stat : 15546 (java) S 15538 15538 11952 0 -1 1077944384 52502 0 0 0 889 46 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756651547792 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15547] ppid=15538 vsize=28769356 memory=1056 CPUtime=9.32 cores=0-7
/proc/15540/task/15547/stat : 15547 (java) S 15538 15538 11952 0 -1 1077944384 49357 0 0 0 888 44 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756650494992 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15548] ppid=15538 vsize=28769356 memory=2828 CPUtime=9.23 cores=0-7
/proc/15540/task/15548/stat : 15548 (java) S 15538 15538 11952 0 -1 1077944384 51104 0 0 0 881 42 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756649442192 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15549] ppid=15538 vsize=28769356 memory=1176 CPUtime=9.37 cores=0-7
/proc/15540/task/15549/stat : 15549 (java) S 15538 15538 11952 0 -1 1077944384 50546 0 0 0 893 44 0 0 20 0 28 0 419965862 29459820544 439533 33554432000 4194304 4196468 140730511065616 139756648389392 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15550] ppid=15538 vsize=28769356 memory=980 CPUtime=2.78 cores=0-7
/proc/15540/task/15550/stat : 15550 (java) S 15538 15538 11952 0 -1 1077944384 47767 0 0 0 239 39 0 0 20 0 28 0 419965863 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755368647024 139756703148674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15551] ppid=15538 vsize=28769356 memory=14008 CPUtime=0 cores=0-7
/proc/15540/task/15551/stat : 15551 (java) S 15538 15538 11952 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419965864 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755367593056 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15552] ppid=15538 vsize=28769356 memory=12028 CPUtime=0 cores=0-7
/proc/15540/task/15552/stat : 15552 (java) S 15538 15538 11952 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 419965864 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755366540160 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15553] ppid=15538 vsize=28769356 memory=26076 CPUtime=0 cores=0-7
/proc/15540/task/15553/stat : 15553 (java) S 15538 15538 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755365488464 139756703156123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15554] ppid=15538 vsize=28769356 memory=2120 CPUtime=3.21 cores=0-7
/proc/15540/task/15554/stat : 15554 (java) S 15538 15538 11952 0 -1 1077944384 21489 0 0 0 317 4 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755364436848 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15555] ppid=15538 vsize=28769356 memory=288230574492221466 CPUtime=3.38 cores=0-7
/proc/15540/task/15555/stat : 15555 (java) S 15538 15538 11952 0 -1 1077944384 20098 0 0 0 334 4 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755363384048 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15556] ppid=15538 vsize=28769356 memory=288230591755977018 CPUtime=3.33 cores=0-7
/proc/15540/task/15556/stat : 15556 (java) S 15538 15538 11952 0 -1 1077944384 20345 0 0 0 327 6 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755362331248 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15557] ppid=15538 vsize=28769356 memory=13563791027735092 CPUtime=1.18 cores=0-7
/proc/15540/task/15557/stat : 15557 (java) S 15538 15538 11952 0 -1 1077944384 22383 0 0 0 114 4 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755361278448 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15558] ppid=15538 vsize=28769356 memory=3624 CPUtime=0 cores=0-7
/proc/15540/task/15558/stat : 15558 (java) S 15538 15538 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755360225888 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15559] ppid=15538 vsize=28769356 memory=48156 CPUtime=1.76 cores=0-7
/proc/15540/task/15559/stat : 15559 (java) S 15538 15538 11952 0 -1 1077944384 4849 0 0 0 75 101 0 0 20 0 28 0 419965867 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755359173168 139756703148674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15763] ppid=15538 vsize=28769356 memory=984 CPUtime=2443.15 cores=0-7
/proc/15540/task/15763/stat : 15763 (java) R 15538 15538 11952 0 -1 4202560 19279 0 0 0 244294 21 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755279858280 139756313491282 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15764] ppid=15538 vsize=28769356 memory=2020 CPUtime=2443.07 cores=0-7
/proc/15540/task/15764/stat : 15764 (java) R 15538 15538 11952 0 -1 4202560 33072 0 0 0 244280 27 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755274595928 139756313491194 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15765] ppid=15538 vsize=28769356 memory=1456 CPUtime=0.01 cores=0-7
/proc/15540/task/15765/stat : 15765 (java) S 15538 15538 11952 0 -1 1077944384 301 0 0 0 1 0 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755352065552 139756703147733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15766] ppid=15538 vsize=28769356 memory=1758132 CPUtime=2442.75 cores=0-7
/proc/15540/task/15766/stat : 15766 (java) R 15538 15538 11952 0 -1 4202560 21367 0 0 0 244249 26 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755276701536 139756312719450 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15767] ppid=15538 vsize=28769356 memory=660 CPUtime=2442.96 cores=0-7
/proc/15540/task/15767/stat : 15767 (java) R 15538 15538 11952 0 -1 4202560 37169 0 0 0 244266 30 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755280912336 139756314051966 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15768] ppid=15538 vsize=28769356 memory=1758132 CPUtime=2443.02 cores=0-7
/proc/15540/task/15768/stat : 15768 (java) R 15538 15538 11952 0 -1 4202560 31211 0 0 0 244270 32 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755278807128 139756313317491 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15769] ppid=15538 vsize=28769356 memory=1712 CPUtime=2442.95 cores=0-7
/proc/15540/task/15769/stat : 15769 (java) R 15538 15538 11952 0 -1 4202560 40677 0 0 0 244262 33 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755275648848 139756314052388 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
[pid=15540/tid=15770] ppid=15538 vsize=28769356 memory=5980 CPUtime=2443.01 cores=0-7
/proc/15540/task/15770/stat : 15770 (java) R 15538 15538 11952 0 -1 4202560 34285 0 0 0 244275 26 0 0 20 0 28 0 419971937 29459820544 439533 33554432000 4194304 4196468 140730511065616 139755271448544 139756314052758 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 13217792 140730511074282 140730511074454 140730511074454 140730511077327 0
Current children cumulated CPU time: 17589.2 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1759588 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.02 s]
# the end of solver process 15538 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002451 s, system=0.000878 s

[startup+2520.04 s]
# the end of solver process 15540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=17581.9 s, system=7.41972 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.04
CPU time (s): 17589.3
CPU user time (s): 17581.9
CPU system time (s): 7.41972
CPU usage (%): 697.978
Max. virtual memory (cumulated for all children) (KiB): 28884152
Max. memory (cumulated for all children) (KiB): 1808472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17581.9
system time used= 7.41972
maximum resident set size= 1807372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194784
involuntary context switches= 54304


# summary of solver processes directly reported to runsolver:
#   pid: 15538,15540
#   total CPU time (s): 17589.3
#   total CPU user time (s): 17581.9
#   total CPU system time (s): 7.41972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.9281 second user time and 27.5717 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 14:00:18
IDJOB=4394602
IDBENCH=135901
IDSOLVER=2843
FILE ID=node120/4394602-1568439595
RUNJOBID= node120-1323945801-11979
PBS_JOBID= 21702313
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-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-4394602-1568439595/watcher-4394602-1568439595 -o /tmp/evaluation-result-4394602-1568439595/solver-4394602-1568439595 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1046411421 HOME/instance-4394602-1568439595.xml

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

MD5SUM BENCH= 0e4189ad20205ae354a6aa8eb292dbdf
RANDOM SEED=1046411421

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:        28244824 kB
MemAvailable:   31826344 kB
Buffers:          200656 kB
Cached:          3685292 kB
SwapCached:        77548 kB
Active:          1112552 kB
Inactive:        2856544 kB
Active(anon):       4192 kB
Inactive(anon):   128168 kB
Active(file):    1108360 kB
Inactive(file):  2728376 kB
Unevictable:      106944 kB
Mlocked:          106944 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26092 kB
Writeback:             0 kB
AnonPages:        113108 kB
Mapped:            48892 kB
Shmem:             41008 kB
Slab:             149900 kB
SReclaimable:     121240 kB
SUnreclaim:        28660 kB
KernelStack:        3424 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     515100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 61624 MiB
End job on node120 at 2011-12-15 14:42:18