Trace number 4393936

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 parallelOPT73 393.665 51.2421

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark192.289
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4393936-1568431387.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393936-1568431387.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.50/0.78	c solve instance...
2.59/0.95	o 85 
2.59/0.96	o 83 
4.68/1.24	o 82 
4.68/1.29	o 81 
7.71/1.64	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (58/92)
7.71/1.64		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.71/1.64		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.71/1.64		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.71/1.64		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.71/1.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.71/1.64	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (58/92)
7.71/1.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.71/1.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.71/1.64		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.71/1.64		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.71/1.64		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.71/1.64		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.71/1.64		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.71/1.64		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.71/1.64		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.71/1.64		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.71/1.64		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.71/1.64		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.71/1.64		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.71/1.64		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.71/1.64		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.71/1.64		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.71/1.64	o 78 
16.37/2.76	o 77 
16.88/2.86	o 76 
38.59/6.01	o 75 
59.35/8.90	o 74 
143.53/19.51	o 73 
393.61/51.22	s OPTIMUM FOUND
393.61/51.22	v <instantiation>
393.61/51.22	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
393.61/51.22	v 	<values>0 4 0 0 9 12 27 12 6 9 12 24 51 15 38 4 45 11 22 37 63 62 27 49 46 20 69 59 55 71 69 73 </values>
393.61/51.22	v </instantiation>

Verifier Data

OK	73

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 (13741 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-4393936-1568431387/watcher-4393936-1568431387 -o /tmp/evaluation-result-4393936-1568431387/solver-4393936-1568431387 -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 1394828476 HOME/instance-4393936-1568431387.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=12132, runsolver pid=12129
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 6.23 5.81 5.54 3/213 12153
/proc/meminfo: memFree=28231124/32770688 swapFree=66919992/67108860
[pid=12132] ppid=12129 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12132/stat : 12132 (xcsp3-exec) S 12129 12132 11952 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419145010 115843072 364 33554432000 4194304 5098028 140730637759600 140730637757704 140312293843580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20480000 140730637767541 140730637767785 140730637767785 140730637770698 0
/proc/12132/statm: 28282 364 305 221 0 87 0
[pid=12134] ppid=12132 vsize=28227388 memory=28788 CPUtime=0.12 cores=0-7
/proc/12134/stat : 12134 (java) S 12132 12132 11952 0 -1 1077944320 5664 0 0 0 11 1 0 0 20 0 20 0 419145011 28904845312 7197 33554432000 4194304 4196468 140733283114432 140733283096976 140390218047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
/proc/12134/statm: 7056847 7197 3119 1 0 7019032 0
[pid=12134/tid=12135] ppid=12132 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/12134/task/12135/stat : 12135 (java) R 12132 12132 11952 0 -1 4202560 3580 0 0 0 8 0 0 0 20 0 20 0 419145011 28904845312 7197 33554432000 4194304 4196468 140733283114432 140390222276640 140390218059158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12136] ppid=12132 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/12134/task/12136/stat : 12136 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140390137899408 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12137] ppid=12132 vsize=28227388 memory=139896643581568 CPUtime=0 cores=0-7
/proc/12134/task/12137/stat : 12137 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140390136846608 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12138] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12138/stat : 12138 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140390135794320 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12139] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12139/stat : 12139 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140390134741520 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12140] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12140/stat : 12140 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389764946832 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12141] ppid=12132 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12134/task/12141/stat : 12141 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389763894032 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12142] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12142/stat : 12142 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389762841744 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12143] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12143/stat : 12143 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389761788944 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12144] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12144/stat : 12144 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145013 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389333940336 140390218058370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12145] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12145/stat : 12145 (java) S 12132 12132 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419145014 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389332886304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12146] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12146/stat : 12146 (java) S 12132 12132 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419145014 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389331833968 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12147] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12147/stat : 12147 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389330782288 140390218065819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12148] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12148/stat : 12148 (java) S 12132 12132 11952 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389329730160 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12149] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12149/stat : 12149 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140389328677360 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12150] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12150/stat : 12150 (java) S 12132 12132 11952 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140388272696176 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12151] ppid=12132 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12134/task/12151/stat : 12151 (java) R 12132 12132 11952 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140388271643376 140390218059158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12152] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12152/stat : 12152 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140388270590304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12153] ppid=12132 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12134/task/12153/stat : 12153 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 7197 33554432000 4194304 4196468 140733283114432 140388269537584 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30244 KiB

[startup+0.211554 s]*
/proc/loadavg: 6.23 5.81 5.54 3/213 12153
/proc/meminfo: memFree=28218476/32770688 swapFree=66919992/67108860
[pid=12132] ppid=12129 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12132/stat : 12132 (xcsp3-exec) S 12129 12132 11952 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419145010 115843072 364 33554432000 4194304 5098028 140730637759600 140730637757704 140312293843580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20480000 140730637767541 140730637767785 140730637767785 140730637770698 0
/proc/12132/statm: 28282 364 305 221 0 87 0
[pid=12134] ppid=12132 vsize=28227388 memory=40636 CPUtime=0.33 cores=0-7
/proc/12134/stat : 12134 (java) S 12132 12132 11952 0 -1 1077944320 9436 0 0 0 29 4 0 0 20 0 20 0 419145011 28904845312 10159 33554432000 4194304 4196468 140733283114432 140733283096976 140390218047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
/proc/12134/statm: 7056847 10159 3256 1 0 7019032 0
[pid=12134/tid=12135] ppid=12132 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/12134/task/12135/stat : 12135 (java) R 12132 12132 11952 0 -1 4202560 6587 0 0 0 17 2 0 0 20 0 20 0 419145011 28904845312 10159 33554432000 4194304 4196468 140733283114432 140390222266560 140390202127710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12136] ppid=12132 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/12134/task/12136/stat : 12136 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140390137899408 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12137] ppid=12132 vsize=28227388 memory=139896643593661 CPUtime=0 cores=0-7
/proc/12134/task/12137/stat : 12137 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140390136846608 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12138] ppid=12132 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12134/task/12138/stat : 12138 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140390135794320 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12139] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12139/stat : 12139 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140390134741520 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12140] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12140/stat : 12140 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389764946832 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12141] ppid=12132 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12134/task/12141/stat : 12141 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389763894032 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12142] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12142/stat : 12142 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389762841744 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12143] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12143/stat : 12143 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419145012 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389761788944 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12144] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12144/stat : 12144 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145013 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389333940336 140390218058370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12145] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12145/stat : 12145 (java) S 12132 12132 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419145014 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389332886304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12146] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12146/stat : 12146 (java) S 12132 12132 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419145014 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389331833968 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12147] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12147/stat : 12147 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389330782288 140390218065819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12148] ppid=12132 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12134/task/12148/stat : 12148 (java) S 12132 12132 11952 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389329730160 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12149] ppid=12132 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12134/task/12149/stat : 12149 (java) S 12132 12132 11952 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140389328677360 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12150] ppid=12132 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/12134/task/12150/stat : 12150 (java) S 12132 12132 11952 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140388272696176 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12151] ppid=12132 vsize=28227388 memory=-1 CPUtime=0.06 cores=0-7
/proc/12134/task/12151/stat : 12151 (java) S 12132 12132 11952 0 -1 1077944384 772 0 0 0 6 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140388271643376 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12152] ppid=12132 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12152/stat : 12152 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140388270590304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12153] ppid=12132 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12134/task/12153/stat : 12153 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28904845312 10159 33554432000 4194304 4196468 140733283114432 140388269537584 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42092 KiB

[startup+0.310809 s]*
/proc/loadavg: 6.23 5.81 5.54 4/213 12153
/proc/meminfo: memFree=28212992/32770688 swapFree=66919992/67108860
[pid=12132] ppid=12129 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12132/stat : 12132 (xcsp3-exec) S 12129 12132 11952 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419145010 115843072 364 33554432000 4194304 5098028 140730637759600 140730637757704 140312293843580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20480000 140730637767541 140730637767785 140730637767785 140730637770698 0
/proc/12132/statm: 28282 364 305 221 0 87 0
[pid=12134] ppid=12132 vsize=28231644 memory=46480 CPUtime=0.52 cores=0-7
/proc/12134/stat : 12134 (java) S 12132 12132 11952 0 -1 1077944320 10543 0 0 0 47 5 0 0 20 0 20 0 419145011 28909203456 11620 33554432000 4194304 4196468 140733283114432 140733283096976 140390218047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
/proc/12134/statm: 7057911 11620 3278 1 0 7019032 0
[pid=12134/tid=12135] ppid=12132 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/12134/task/12135/stat : 12135 (java) R 12132 12132 11952 0 -1 4202560 7568 0 0 0 27 3 0 0 20 0 20 0 419145011 28909203456 11620 33554432000 4194304 4196468 140733283114432 140390222259776 140390218069149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12136] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12136/stat : 12136 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140390137899408 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12137] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12137/stat : 12137 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140390136846608 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12138] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12138/stat : 12138 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140390135794320 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12139] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12139/stat : 12139 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140390134741520 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12140] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12140/stat : 12140 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389764946832 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12141] ppid=12132 vsize=28231644 memory=139896547273391 CPUtime=0 cores=0-7
/proc/12134/task/12141/stat : 12141 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389763894032 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12142] ppid=12132 vsize=28231644 memory=139896547275696 CPUtime=0 cores=0-7
/proc/12134/task/12142/stat : 12142 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389762841744 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12143] ppid=12132 vsize=28231644 memory=139896547278000 CPUtime=0 cores=0-7
/proc/12134/task/12143/stat : 12143 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419145012 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389761788944 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12144] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12144/stat : 12144 (java) S 12132 12132 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419145013 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389333940336 140390218058370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12145] ppid=12132 vsize=28231644 memory=279793094569872 CPUtime=0 cores=0-7
/proc/12134/task/12145/stat : 12145 (java) S 12132 12132 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419145014 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389332886304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12146] ppid=12132 vsize=28231644 memory=279793094567568 CPUtime=0 cores=0-7
/proc/12134/task/12146/stat : 12146 (java) S 12132 12132 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419145014 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389331833968 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12147] ppid=12132 vsize=28231644 memory=279793094574480 CPUtime=0 cores=0-7
/proc/12134/task/12147/stat : 12147 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389330782288 140390218065819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12148] ppid=12132 vsize=28231644 memory=279793094515760 CPUtime=0.02 cores=0-7
/proc/12134/task/12148/stat : 12148 (java) S 12132 12132 11952 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389329730160 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12149] ppid=12132 vsize=28231644 memory=279793094588304 CPUtime=0.02 cores=0-7
/proc/12134/task/12149/stat : 12149 (java) S 12132 12132 11952 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140389328677360 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12150] ppid=12132 vsize=28231644 memory=279793094595216 CPUtime=0.02 cores=0-7
/proc/12134/task/12150/stat : 12150 (java) S 12132 12132 11952 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140388272696176 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12151] ppid=12132 vsize=28231644 memory=279793094592912 CPUtime=0.12 cores=0-7
/proc/12134/task/12151/stat : 12151 (java) S 12132 12132 11952 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140388271643376 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12152] ppid=12132 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12152/stat : 12152 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140388270590304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12153] ppid=12132 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/12134/task/12153/stat : 12153 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145017 28909203456 11620 33554432000 4194304 4196468 140733283114432 140388269537584 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 47936 KiB

[startup+0.701005 s]
/proc/loadavg: 6.23 5.81 5.54 5/213 12153
/proc/meminfo: memFree=28200624/32770688 swapFree=66919992/67108860
[pid=12132] ppid=12129 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12132/stat : 12132 (xcsp3-exec) S 12129 12132 11952 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419145010 115843072 364 33554432000 4194304 5098028 140730637759600 140730637757704 140312293843580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20480000 140730637767541 140730637767785 140730637767785 140730637770698 0
/proc/12132/statm: 28282 364 305 221 0 87 0
[pid=12134] ppid=12132 vsize=28233768 memory=78968 CPUtime=1.5 cores=0-7
/proc/12134/stat : 12134 (java) S 12132 12132 11952 0 -1 1077944320 14975 0 0 0 141 9 0 0 20 0 20 0 419145011 28911378432 19742 33554432000 4194304 4196468 140733283114432 140733283096976 140390218047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
/proc/12134/statm: 7058442 19742 3443 1 0 7019544 0
[pid=12134/tid=12135] ppid=12132 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/12134/task/12135/stat : 12135 (java) R 12132 12132 11952 0 -1 4202560 9273 0 0 0 62 5 0 0 20 0 20 0 419145011 28911378432 19742 33554432000 4194304 4196468 140733283114432 140390222283904 140390218059158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12136] ppid=12132 vsize=28233768 memory=139896547484528 CPUtime=0 cores=0-7
/proc/12134/task/12136/stat : 12136 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419145012 28911378432 19742 33554432000 4194304 4196468 140733283114432 140390137899408 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12137] ppid=12132 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12134/task/12137/stat : 12137 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28911378432 19742 33554432000 4194304 4196468 140733283114432 140390136846608 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12138] ppid=12132 vsize=28233768 memory=1176 CPUtime=0 cores=0-7
/proc/12134/task/12138/stat : 12138 (java) S 12132 12132 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419145012 28911378432 19742 33554432000 4194304 4196468 140733283114432 140390135794320 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0

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

[pid=12134/tid=12235] ppid=12132 vsize=28768328 memory=776 CPUtime=5.94 cores=0-7
/proc/12134/task/12235/stat : 12235 (java) R 12132 12132 11952 0 -1 4202560 214 0 0 0 594 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140388255309456 140389820715330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12236] ppid=12132 vsize=28768328 memory=660 CPUtime=5.86 cores=0-7
/proc/12134/task/12236/stat : 12236 (java) R 12132 12132 11952 0 -1 4202560 1127 0 0 0 586 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140388256365680 140389823026609 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12237] ppid=12132 vsize=28768328 memory=1556 CPUtime=5.95 cores=0-7
/proc/12134/task/12237/stat : 12237 (java) R 12132 12132 11952 0 -1 4202560 311 0 0 0 595 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140387943255952 140389823276048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12238] ppid=12132 vsize=28768328 memory=9588 CPUtime=5.92 cores=0-7
/proc/12134/task/12238/stat : 12238 (java) R 12132 12132 11952 0 -1 4202560 372 0 0 0 592 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140388258468608 140389819454209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12239] ppid=12132 vsize=28768328 memory=6791534058613427641 CPUtime=5.89 cores=0-7
/proc/12134/task/12239/stat : 12239 (java) R 12132 12132 11952 0 -1 4202560 248 0 0 0 589 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140387944308768 140389826856107 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12240] ppid=12132 vsize=28768328 memory=275020 CPUtime=5.89 cores=0-7
/proc/12134/task/12240/stat : 12240 (java) R 12132 12132 11952 0 -1 4202560 515 0 0 0 589 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140388257415096 140389824822793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12241] ppid=12132 vsize=28768328 memory=13563791027735092 CPUtime=5.92 cores=0-7
/proc/12134/task/12241/stat : 12241 (java) R 12132 12132 11952 0 -1 4202560 274 0 0 0 592 0 0 0 20 0 28 0 419146962 29458767872 72625 33554432000 4194304 4196468 140733283114432 140387946413400 140389821212332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
Current children cumulated CPU time: 191.17 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 291956 KiB

[startup+51.1116 s]
/proc/loadavg: 7.92 6.34 5.74 2/221 12243
/proc/meminfo: memFree=28003132/32770688 swapFree=66919992/67108860
[pid=12132] ppid=12129 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12132/stat : 12132 (xcsp3-exec) S 12129 12132 11952 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419145010 115843072 364 33554432000 4194304 5098028 140730637759600 140730637757704 140312293843580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20480000 140730637767541 140730637767785 140730637767785 140730637770698 0
/proc/12132/statm: 28282 364 305 221 0 87 0
[pid=12134] ppid=12132 vsize=28768328 memory=260420 CPUtime=393.52 cores=0-7
/proc/12134/stat : 12134 (java) S 12132 12132 11952 0 -1 1077944320 109858 0 0 0 39296 56 0 0 20 0 28 0 419145011 29458767872 65105 33554432000 4194304 4196468 140733283114432 140733283096976 140390218047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
/proc/12134/statm: 7192082 65105 3541 1 0 7153184 0
[pid=12134/tid=12135] ppid=12132 vsize=28768328 memory=1456 CPUtime=0.8 cores=0-7
/proc/12134/task/12135/stat : 12135 (java) S 12132 12132 11952 0 -1 1077944384 9754 0 0 0 74 6 0 0 20 0 28 0 419145011 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390222288000 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12136] ppid=12132 vsize=28768328 memory=1456 CPUtime=0.1 cores=0-7
/proc/12134/task/12136/stat : 12136 (java) S 12132 12132 11952 0 -1 1077944384 1556 0 0 0 9 1 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390137899408 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12137] ppid=12132 vsize=28768328 memory=3624 CPUtime=0.12 cores=0-7
/proc/12134/task/12137/stat : 12137 (java) S 12132 12132 11952 0 -1 1077944384 620 0 0 0 10 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390136846608 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12138] ppid=12132 vsize=28768328 memory=259400 CPUtime=0.12 cores=0-7
/proc/12134/task/12138/stat : 12138 (java) S 12132 12132 11952 0 -1 1077944384 2511 0 0 0 9 3 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390135794320 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12139] ppid=12132 vsize=28768328 memory=7234030490512353113 CPUtime=0.12 cores=0-7
/proc/12134/task/12139/stat : 12139 (java) S 12132 12132 11952 0 -1 1077944384 1480 0 0 0 10 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390134741520 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12140] ppid=12132 vsize=28768328 memory=7594587674001172330 CPUtime=0.11 cores=0-7
/proc/12134/task/12140/stat : 12140 (java) S 12132 12132 11952 0 -1 1077944384 524 0 0 0 9 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389764946832 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12141] ppid=12132 vsize=28768328 memory=4108 CPUtime=0.11 cores=0-7
/proc/12134/task/12141/stat : 12141 (java) S 12132 12132 11952 0 -1 1077944384 1076 0 0 0 9 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389763894032 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12142] ppid=12132 vsize=28768328 memory=1804 CPUtime=0.11 cores=0-7
/proc/12134/task/12142/stat : 12142 (java) S 12132 12132 11952 0 -1 1077944384 1113 0 0 0 9 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389762841744 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12143] ppid=12132 vsize=28768328 memory=3624 CPUtime=0.12 cores=0-7
/proc/12134/task/12143/stat : 12143 (java) S 12132 12132 11952 0 -1 1077944384 1912 0 0 0 11 1 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389761788944 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12144] ppid=12132 vsize=28768328 memory=47876 CPUtime=0.08 cores=0-7
/proc/12134/task/12144/stat : 12144 (java) S 12132 12132 11952 0 -1 1077944384 3542 0 0 0 6 2 0 0 20 0 28 0 419145013 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389333940336 140390218058370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12145] ppid=12132 vsize=28768328 memory=270548 CPUtime=0 cores=0-7
/proc/12134/task/12145/stat : 12145 (java) S 12132 12132 11952 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419145014 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389332886368 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12146] ppid=12132 vsize=28768328 memory=4420 CPUtime=0 cores=0-7
/proc/12134/task/12146/stat : 12146 (java) S 12132 12132 11952 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 28 0 419145014 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389331833984 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12147] ppid=12132 vsize=28768328 memory=276164 CPUtime=0 cores=0-7
/proc/12134/task/12147/stat : 12147 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389330782288 140390218065819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12148] ppid=12132 vsize=28768328 memory=4420 CPUtime=4.54 cores=0-7
/proc/12134/task/12148/stat : 12148 (java) S 12132 12132 11952 0 -1 1077944384 17946 0 0 0 450 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389329730160 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12149] ppid=12132 vsize=28768328 memory=279793096021760 CPUtime=3.87 cores=0-7
/proc/12134/task/12149/stat : 12149 (java) S 12132 12132 11952 0 -1 1077944384 19172 0 0 0 383 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389328677360 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12150] ppid=12132 vsize=28768328 memory=4137290303932963203 CPUtime=3.9 cores=0-7
/proc/12134/task/12150/stat : 12150 (java) S 12132 12132 11952 0 -1 1077944384 15662 0 0 0 386 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388272696176 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12151] ppid=12132 vsize=28768328 memory=1456 CPUtime=1.25 cores=0-7
/proc/12134/task/12151/stat : 12151 (java) S 12132 12132 11952 0 -1 1077944384 12235 0 0 0 121 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388271643376 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12152] ppid=12132 vsize=28768328 memory=262420 CPUtime=0 cores=0-7
/proc/12134/task/12152/stat : 12152 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388270590304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12153] ppid=12132 vsize=28768328 memory=2776 CPUtime=0.01 cores=0-7
/proc/12134/task/12153/stat : 12153 (java) S 12132 12132 11952 0 -1 1077944384 1452 0 0 0 0 1 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388269537584 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12234] ppid=12132 vsize=28768328 memory=0 CPUtime=31.18 cores=0-7
/proc/12134/task/12234/stat : 12234 (java) S 12132 12132 11952 0 -1 1077944384 1263 0 0 0 3118 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387945365152 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12235] ppid=12132 vsize=28768328 memory=0 CPUtime=31.14 cores=0-7
/proc/12134/task/12235/stat : 12235 (java) S 12132 12132 11952 0 -1 1077944384 584 0 0 0 3114 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388255314896 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12236] ppid=12132 vsize=28768328 memory=7594597771697979466 CPUtime=30.92 cores=0-7
/proc/12134/task/12236/stat : 12236 (java) S 12132 12132 11952 0 -1 1077944384 3006 0 0 0 3092 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388256367952 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12237] ppid=12132 vsize=28768328 memory=288287787852235538 CPUtime=31.19 cores=0-7
/proc/12134/task/12237/stat : 12237 (java) S 12132 12132 11952 0 -1 1077944384 861 0 0 0 3119 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387943261392 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12238] ppid=12132 vsize=28768328 memory=279793095237632 CPUtime=31.15 cores=0-7
/proc/12134/task/12238/stat : 12238 (java) S 12132 12132 11952 0 -1 1077944384 1352 0 0 0 3115 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388258473552 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12239] ppid=12132 vsize=28768328 memory=6944656592455359580 CPUtime=31.23 cores=0-7
/proc/12134/task/12239/stat : 12239 (java) R 12132 12132 11952 0 -1 4202560 506 0 0 0 3123 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387944308880 140389826856190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12240] ppid=12132 vsize=28768328 memory=-1598831813028945288 CPUtime=30.99 cores=0-7
/proc/12134/task/12240/stat : 12240 (java) S 12132 12132 11952 0 -1 1077944384 1053 0 0 0 3099 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388257420112 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12241] ppid=12132 vsize=28768328 memory=0 CPUtime=31.14 cores=0-7
/proc/12134/task/12241/stat : 12241 (java) S 12132 12132 11952 0 -1 1077944384 807 0 0 0 3114 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387946418896 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
Current children cumulated CPU time: 393.52 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 261876 KiB

[startup+51.242 s]
# the end of solver process 12132 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=393.078 s, system=0.587828 s

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

[startup+51.2014 s]
/proc/loadavg: 7.92 6.34 5.74 2/221 12243
/proc/meminfo: memFree=28003132/32770688 swapFree=66919992/67108860
[pid=12132] ppid=12129 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12132/stat : 12132 (xcsp3-exec) S 12129 12132 11952 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419145010 115843072 364 33554432000 4194304 5098028 140730637759600 140730637757704 140312293843580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20480000 140730637767541 140730637767785 140730637767785 140730637770698 0
/proc/12132/statm: 28282 364 305 221 0 87 0
[pid=12134] ppid=12132 vsize=28768328 memory=260420 CPUtime=393.61 cores=0-7
/proc/12134/stat : 12134 (java) S 12132 12132 11952 0 -1 1077944320 109858 0 0 0 39305 56 0 0 20 0 28 0 419145011 29458767872 65105 33554432000 4194304 4196468 140733283114432 140733283096976 140390218047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
/proc/12134/statm: 7192082 65105 3541 1 0 7153184 0
[pid=12134/tid=12135] ppid=12132 vsize=28768328 memory=2020 CPUtime=0.8 cores=0-7
/proc/12134/task/12135/stat : 12135 (java) S 12132 12132 11952 0 -1 1077944384 9754 0 0 0 74 6 0 0 20 0 28 0 419145011 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390222288000 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12136] ppid=12132 vsize=28768328 memory=1432 CPUtime=0.1 cores=0-7
/proc/12134/task/12136/stat : 12136 (java) S 12132 12132 11952 0 -1 1077944384 1556 0 0 0 9 1 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390137899408 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12137] ppid=12132 vsize=28768328 memory=776 CPUtime=0.12 cores=0-7
/proc/12134/task/12137/stat : 12137 (java) S 12132 12132 11952 0 -1 1077944384 620 0 0 0 10 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390136846608 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12138] ppid=12132 vsize=28768328 memory=660 CPUtime=0.12 cores=0-7
/proc/12134/task/12138/stat : 12138 (java) S 12132 12132 11952 0 -1 1077944384 2511 0 0 0 9 3 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390135794320 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12139] ppid=12132 vsize=28768328 memory=1556 CPUtime=0.12 cores=0-7
/proc/12134/task/12139/stat : 12139 (java) S 12132 12132 11952 0 -1 1077944384 1480 0 0 0 10 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140390134741520 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12140] ppid=12132 vsize=28768328 memory=9588 CPUtime=0.11 cores=0-7
/proc/12134/task/12140/stat : 12140 (java) S 12132 12132 11952 0 -1 1077944384 524 0 0 0 9 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389764946832 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12141] ppid=12132 vsize=28768328 memory=279793095122480 CPUtime=0.11 cores=0-7
/proc/12134/task/12141/stat : 12141 (java) S 12132 12132 11952 0 -1 1077944384 1076 0 0 0 9 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389763894032 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12142] ppid=12132 vsize=28768328 memory=139896548011648 CPUtime=0.11 cores=0-7
/proc/12134/task/12142/stat : 12142 (java) S 12132 12132 11952 0 -1 1077944384 1113 0 0 0 9 2 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389762841744 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12143] ppid=12132 vsize=28768328 memory=139896548152224 CPUtime=0.12 cores=0-7
/proc/12134/task/12143/stat : 12143 (java) S 12132 12132 11952 0 -1 1077944384 1912 0 0 0 11 1 0 0 20 0 28 0 419145012 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389761788944 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12144] ppid=12132 vsize=28768328 memory=139896548152256 CPUtime=0.08 cores=0-7
/proc/12134/task/12144/stat : 12144 (java) S 12132 12132 11952 0 -1 1077944384 3542 0 0 0 6 2 0 0 20 0 28 0 419145013 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389333940336 140390218058370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12145] ppid=12132 vsize=28768328 memory=139896548152288 CPUtime=0 cores=0-7
/proc/12134/task/12145/stat : 12145 (java) S 12132 12132 11952 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419145014 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389332886368 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12146] ppid=12132 vsize=28768328 memory=139896548152320 CPUtime=0 cores=0-7
/proc/12134/task/12146/stat : 12146 (java) S 12132 12132 11952 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 28 0 419145014 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389331833984 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12147] ppid=12132 vsize=28768328 memory=139896548152352 CPUtime=0 cores=0-7
/proc/12134/task/12147/stat : 12147 (java) S 12132 12132 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389330782288 140390218065819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12148] ppid=12132 vsize=28768328 memory=9 CPUtime=4.54 cores=0-7
/proc/12134/task/12148/stat : 12148 (java) S 12132 12132 11952 0 -1 1077944384 17946 0 0 0 450 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389329730160 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12149] ppid=12132 vsize=28768328 memory=15577 CPUtime=3.87 cores=0-7
/proc/12134/task/12149/stat : 12149 (java) S 12132 12132 11952 0 -1 1077944384 19172 0 0 0 383 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140389328677360 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12150] ppid=12132 vsize=28768328 memory=2 CPUtime=3.9 cores=0-7
/proc/12134/task/12150/stat : 12150 (java) S 12132 12132 11952 0 -1 1077944384 15662 0 0 0 386 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388272696176 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12151] ppid=12132 vsize=28768328 memory=357 CPUtime=1.25 cores=0-7
/proc/12134/task/12151/stat : 12151 (java) S 12132 12132 11952 0 -1 1077944384 12235 0 0 0 121 4 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388271643376 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12152] ppid=12132 vsize=28768328 memory=272 CPUtime=0 cores=0-7
/proc/12134/task/12152/stat : 12152 (java) S 12132 12132 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388270590304 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12153] ppid=12132 vsize=28768328 memory=11 CPUtime=0.01 cores=0-7
/proc/12134/task/12153/stat : 12153 (java) S 12132 12132 11952 0 -1 1077944384 1452 0 0 0 0 1 0 0 20 0 28 0 419145017 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388269537584 140390218058370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12234] ppid=12132 vsize=28768328 memory=27662 CPUtime=31.18 cores=0-7
/proc/12134/task/12234/stat : 12234 (java) S 12132 12132 11952 0 -1 1077944384 1263 0 0 0 3118 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387945365152 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12235] ppid=12132 vsize=28768328 memory=4580 CPUtime=31.14 cores=0-7
/proc/12134/task/12235/stat : 12235 (java) S 12132 12132 11952 0 -1 1077944384 584 0 0 0 3114 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388255314896 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12236] ppid=12132 vsize=28768328 memory=0 CPUtime=30.92 cores=0-7
/proc/12134/task/12236/stat : 12236 (java) S 12132 12132 11952 0 -1 1077944384 3006 0 0 0 3092 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388256367952 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12237] ppid=12132 vsize=28768328 memory=7235412555370357331 CPUtime=31.19 cores=0-7
/proc/12134/task/12237/stat : 12237 (java) S 12132 12132 11952 0 -1 1077944384 861 0 0 0 3119 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387943261392 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12238] ppid=12132 vsize=28768328 memory=-1 CPUtime=31.15 cores=0-7
/proc/12134/task/12238/stat : 12238 (java) S 12132 12132 11952 0 -1 1077944384 1352 0 0 0 3115 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388258473552 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12239] ppid=12132 vsize=28768328 memory=2241 CPUtime=31.32 cores=0-7
/proc/12134/task/12239/stat : 12239 (java) R 12132 12132 11952 0 -1 4202560 506 0 0 0 3132 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387944308880 140389826856169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12240] ppid=12132 vsize=28768328 memory=2244 CPUtime=30.99 cores=0-7
/proc/12134/task/12240/stat : 12240 (java) S 12132 12132 11952 0 -1 1077944384 1053 0 0 0 3099 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140388257420112 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
[pid=12134/tid=12241] ppid=12132 vsize=28768328 memory=0 CPUtime=31.14 cores=0-7
/proc/12134/task/12241/stat : 12241 (java) S 12132 12132 11952 0 -1 1077944384 807 0 0 0 3114 0 0 0 20 0 28 0 419146962 29458767872 65105 33554432000 4194304 4196468 140733283114432 140387946418896 140390218057429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31711232 140733283116010 140733283116182 140733283116182 140733283119055 0
Current children cumulated CPU time: 393.61 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 261876 KiB

Child status: 0
Real time (s): 51.2421
CPU time (s): 393.665
CPU user time (s): 393.078
CPU system time (s): 0.587828
CPU usage (%): 768.246
Max. virtual memory (cumulated for all children) (KiB): 28883544
Max. memory (cumulated for all children) (KiB): 293900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.078
system time used= 0.587828
maximum resident set size= 293380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10249
involuntary context switches= 6437


# summary of solver processes directly reported to runsolver:
#   pid: 12132
#   total CPU time (s): 393.665
#   total CPU user time (s): 393.078
#   total CPU system time (s): 0.587828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.483796 second user time and 0.688349 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 11:43:29
IDJOB=4393936
IDBENCH=129976
IDSOLVER=2841
FILE ID=node120/4393936-1568431387
RUNJOBID= node120-1323945801-11979
PBS_JOBID= 21702313
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.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-4393936-1568431387/watcher-4393936-1568431387 -o /tmp/evaluation-result-4393936-1568431387/solver-4393936-1568431387 -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 1394828476 HOME/instance-4393936-1568431387.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=1394828476

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:        28247012 kB
MemAvailable:   31824048 kB
Buffers:          197276 kB
Cached:          3684684 kB
SwapCached:        77548 kB
Active:          1110712 kB
Inactive:        2854352 kB
Active(anon):       5120 kB
Inactive(anon):   127612 kB
Active(file):    1105592 kB
Inactive(file):  2726740 kB
Unevictable:      107500 kB
Mlocked:          107500 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26264 kB
Writeback:             0 kB
AnonPages:        130240 kB
Mapped:            49016 kB
Shmem:             41008 kB
Slab:             150048 kB
SReclaimable:     121076 kB
SUnreclaim:        28972 kB
KernelStack:        3744 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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 11:44:21