Trace number 4407285

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-09-24 parallelOPT55 68.9009 9.29035

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark30.6851
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
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-4407285-1569350525.xml"  -tl '2016s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4407285-1569350525.xml, -tl, 2016s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.33/0.32	c parse instance...
1.49/0.73	c solve instance...
2.00/0.86	o 80 
2.00/0.89	o 75 
2.61/0.91	o 74 
2.61/0.93	o 72 
2.61/0.96	o 71 
2.61/0.98	o 65 
3.38/1.05	o 63 
4.09/1.11	o 62 
7.27/1.56	o 60 
15.90/2.66	o 55 
68.26/9.27	s OPTIMUM FOUND
68.26/9.27	v <instantiation>
68.26/9.27	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
68.26/9.27	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
68.26/9.27	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407285-1569350525/watcher-4407285-1569350525 -o /tmp/evaluation-result-4407285-1569350525/solver-4407285-1569350525 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324850400-23810 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1646895278 HOME/instance-4407285-1569350525.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=31872, runsolver pid=31869
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 0.99 4.03 6.37 3/212 31893
/proc/meminfo: memFree=25453896/32770688 swapFree=66927640/67108860
[pid=31872] ppid=31869 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/31872/stat : 31872 (xcsp3-exec) S 31869 31872 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511058628 115843072 362 33554432000 4194304 5098028 140732891308544 140732891306648 140423300985468 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33615872 140732891313019 140732891313262 140732891313262 140732891316170 0
/proc/31872/statm: 28282 362 304 221 0 87 0
[pid=31874] ppid=31872 vsize=28227396 memory=30464 CPUtime=0.12 cores=0-7
/proc/31874/stat : 31874 (java) S 31872 31872 23783 0 -1 1077944320 5493 0 0 0 11 1 0 0 20 0 20 0 511058628 28904853504 7616 33554432000 4194304 4196468 140731423772032 140731423754576 139686737297143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
/proc/31874/statm: 7056849 7616 3153 1 0 7019032 0
[pid=31874/tid=31875] ppid=31872 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31874/task/31875/stat : 31875 (java) R 31872 31872 23783 0 -1 4202560 3417 0 0 0 8 0 0 0 20 0 20 0 511058629 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686741530624 139686721340773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31876] ppid=31872 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31874/task/31876/stat : 31876 (java) S 31872 31872 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686288726928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31877] ppid=31872 vsize=28227396 memory=140153234974336 CPUtime=0 cores=0-7
/proc/31874/task/31877/stat : 31877 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686287674128 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31878] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31878/stat : 31878 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686286621840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31879] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31879/stat : 31879 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686285569040 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31880] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31880/stat : 31880 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686284515728 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31881] ppid=31872 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31874/task/31881/stat : 31881 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686283462928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31882] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31882/stat : 31882 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686282410640 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31883] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31883/stat : 31883 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 7616 33554432000 4194304 4196468 140731423772032 139686281357840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31884] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31884/stat : 31884 (java) S 31872 31872 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511058631 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684865788528 139686737308290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31885] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31885/stat : 31885 (java) S 31872 31872 23783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511058632 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684864734496 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31886] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31886/stat : 31886 (java) S 31872 31872 23783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511058632 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684863682160 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31887] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31887/stat : 31887 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684862630480 139686737315739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31888] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31888/stat : 31888 (java) S 31872 31872 23783 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684861577328 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31889] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31889/stat : 31889 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684860524528 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31890] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31890/stat : 31890 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684859472240 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31891] ppid=31872 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31874/task/31891/stat : 31891 (java) S 31872 31872 23783 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684858419440 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31892] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31892/stat : 31892 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684857367392 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31893] ppid=31872 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31874/task/31893/stat : 31893 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 7616 33554432000 4194304 4196468 140731423772032 139684856314672 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31912 KiB

[startup+0.211221 s]*
/proc/loadavg: 0.99 4.03 6.37 3/212 31893
/proc/meminfo: memFree=25441284/32770688 swapFree=66927640/67108860
[pid=31872] ppid=31869 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/31872/stat : 31872 (xcsp3-exec) S 31869 31872 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511058628 115843072 362 33554432000 4194304 5098028 140732891308544 140732891306648 140423300985468 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33615872 140732891313019 140732891313262 140732891313262 140732891316170 0
/proc/31872/statm: 28282 362 304 221 0 87 0
[pid=31874] ppid=31872 vsize=28227396 memory=40772 CPUtime=0.33 cores=0-7
/proc/31874/stat : 31874 (java) S 31872 31872 23783 0 -1 1077944320 8932 0 0 0 30 3 0 0 20 0 20 0 511058628 28904853504 10193 33554432000 4194304 4196468 140731423772032 140731423754576 139686737297143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
/proc/31874/statm: 7056849 10193 3286 1 0 7019032 0
[pid=31874/tid=31875] ppid=31872 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31874/task/31875/stat : 31875 (java) R 31872 31872 23783 0 -1 4202560 6196 0 0 0 18 2 0 0 20 0 20 0 511058629 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686741516480 139686737319069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31876] ppid=31872 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/31874/task/31876/stat : 31876 (java) S 31872 31872 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686288726928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31877] ppid=31872 vsize=28227396 memory=140153234998561 CPUtime=0 cores=0-7
/proc/31874/task/31877/stat : 31877 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686287674128 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31878] ppid=31872 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31874/task/31878/stat : 31878 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686286621840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31879] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31879/stat : 31879 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686285569040 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31880] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31880/stat : 31880 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686284515728 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31881] ppid=31872 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31874/task/31881/stat : 31881 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686283462928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31882] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31882/stat : 31882 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686282410640 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31883] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31883/stat : 31883 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28904853504 10193 33554432000 4194304 4196468 140731423772032 139686281357840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31884] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31884/stat : 31884 (java) S 31872 31872 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511058631 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684865788528 139686737308290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31885] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31885/stat : 31885 (java) S 31872 31872 23783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511058632 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684864734496 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31886] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31886/stat : 31886 (java) S 31872 31872 23783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511058632 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684863682160 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31887] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31887/stat : 31887 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684862630480 139686737315739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31888] ppid=31872 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31874/task/31888/stat : 31888 (java) S 31872 31872 23783 0 -1 1077944384 515 0 0 0 1 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684861577328 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31889] ppid=31872 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31874/task/31889/stat : 31889 (java) S 31872 31872 23783 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684860524528 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31890] ppid=31872 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31874/task/31890/stat : 31890 (java) S 31872 31872 23783 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684859472240 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31891] ppid=31872 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31874/task/31891/stat : 31891 (java) S 31872 31872 23783 0 -1 1077944384 763 0 0 0 7 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684858419440 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31892] ppid=31872 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31892/stat : 31892 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684857367392 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31893] ppid=31872 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31874/task/31893/stat : 31893 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28904853504 10193 33554432000 4194304 4196468 140731423772032 139684856314672 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42220 KiB

[startup+0.310819 s]*
/proc/loadavg: 0.99 4.03 6.37 5/212 31893
/proc/meminfo: memFree=25437168/32770688 swapFree=66927640/67108860
[pid=31872] ppid=31869 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/31872/stat : 31872 (xcsp3-exec) S 31869 31872 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511058628 115843072 362 33554432000 4194304 5098028 140732891308544 140732891306648 140423300985468 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33615872 140732891313019 140732891313262 140732891313262 140732891316170 0
/proc/31872/statm: 28282 362 304 221 0 87 0
[pid=31874] ppid=31872 vsize=28231652 memory=46664 CPUtime=0.52 cores=0-7
/proc/31874/stat : 31874 (java) S 31872 31872 23783 0 -1 1077944320 10054 0 0 0 48 4 0 0 20 0 20 0 511058628 28909211648 11666 33554432000 4194304 4196468 140731423772032 140731423754576 139686737297143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
/proc/31874/statm: 7057913 11666 3334 1 0 7019032 0
[pid=31874/tid=31875] ppid=31872 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31874/task/31875/stat : 31875 (java) R 31872 31872 23783 0 -1 4202560 7103 0 0 0 27 2 0 0 20 0 20 0 511058629 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686741527552 139686729975157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31876] ppid=31872 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31876/stat : 31876 (java) S 31872 31872 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686288726928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31877] ppid=31872 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31877/stat : 31877 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686287674128 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31878] ppid=31872 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31878/stat : 31878 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686286621840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31879] ppid=31872 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31874/task/31879/stat : 31879 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686285569040 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31880] ppid=31872 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31874/task/31880/stat : 31880 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686284515728 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31881] ppid=31872 vsize=28231652 memory=140153104465071 CPUtime=0 cores=0-7
/proc/31874/task/31881/stat : 31881 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686283462928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31882] ppid=31872 vsize=28231652 memory=140153104467376 CPUtime=0 cores=0-7
/proc/31874/task/31882/stat : 31882 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686282410640 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31883] ppid=31872 vsize=28231652 memory=140153104469680 CPUtime=0 cores=0-7
/proc/31874/task/31883/stat : 31883 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28909211648 11666 33554432000 4194304 4196468 140731423772032 139686281357840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31884] ppid=31872 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31884/stat : 31884 (java) S 31872 31872 23783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511058631 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684865788528 139686737308290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31885] ppid=31872 vsize=28231652 memory=280306208948624 CPUtime=0 cores=0-7
/proc/31874/task/31885/stat : 31885 (java) S 31872 31872 23783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511058632 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684864734496 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31886] ppid=31872 vsize=28231652 memory=280306208889904 CPUtime=0 cores=0-7
/proc/31874/task/31886/stat : 31886 (java) S 31872 31872 23783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511058632 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684863682160 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31887] ppid=31872 vsize=28231652 memory=280306208962448 CPUtime=0 cores=0-7
/proc/31874/task/31887/stat : 31887 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684862630480 139686737315739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31888] ppid=31872 vsize=28231652 memory=280306208969360 CPUtime=0.02 cores=0-7
/proc/31874/task/31888/stat : 31888 (java) S 31872 31872 23783 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684861577328 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31889] ppid=31872 vsize=28231652 memory=280306208967056 CPUtime=0.02 cores=0-7
/proc/31874/task/31889/stat : 31889 (java) S 31872 31872 23783 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684860524528 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31890] ppid=31872 vsize=28231652 memory=280306208983184 CPUtime=0.02 cores=0-7
/proc/31874/task/31890/stat : 31890 (java) S 31872 31872 23783 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684859472240 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31891] ppid=31872 vsize=28231652 memory=280306208980880 CPUtime=0.12 cores=0-7
/proc/31874/task/31891/stat : 31891 (java) S 31872 31872 23783 0 -1 1077944384 897 0 0 0 12 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684858419440 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31892] ppid=31872 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31892/stat : 31892 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684857367392 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31893] ppid=31872 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31874/task/31893/stat : 31893 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058635 28909211648 11666 33554432000 4194304 4196468 140731423772032 139684856314672 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48112 KiB

[startup+0.700944 s]
/proc/loadavg: 0.99 4.03 6.37 5/212 31893
/proc/meminfo: memFree=25427228/32770688 swapFree=66927640/67108860
[pid=31872] ppid=31869 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/31872/stat : 31872 (xcsp3-exec) S 31869 31872 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511058628 115843072 362 33554432000 4194304 5098028 140732891308544 140732891306648 140423300985468 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33615872 140732891313019 140732891313262 140732891313262 140732891316170 0
/proc/31872/statm: 28282 362 304 221 0 87 0
[pid=31874] ppid=31872 vsize=28233776 memory=78284 CPUtime=1.49 cores=0-7
/proc/31874/stat : 31874 (java) S 31872 31872 23783 0 -1 1077944320 14290 0 0 0 143 6 0 0 20 0 20 0 511058628 28911386624 19571 33554432000 4194304 4196468 140731423772032 140731423754576 139686737297143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
/proc/31874/statm: 7058444 19571 3452 1 0 7019544 0
[pid=31874/tid=31875] ppid=31872 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/31874/task/31875/stat : 31875 (java) R 31872 31872 23783 0 -1 4202560 8883 0 0 0 64 3 0 0 20 0 20 0 511058629 28911386624 19571 33554432000 4194304 4196468 140731423772032 139686741536416 139686377018521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31876] ppid=31872 vsize=28233776 memory=140153104676208 CPUtime=0 cores=0-7
/proc/31874/task/31876/stat : 31876 (java) S 31872 31872 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511058630 28911386624 19571 33554432000 4194304 4196468 140731423772032 139686288726928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31877] ppid=31872 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31877/stat : 31877 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511058630 28911386624 19571 33554432000 4194304 4196468 140731423772032 139686287674128 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31878] ppid=31872 vsize=28233776 memory=2828 CPUtime=0 cores=0-7
/proc/31874/task/31878/stat : 31878 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511058630 28911386624 19571 33554432000 4194304 4196468 140731423772032 139686286621840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0

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

[pid=31874/tid=31891] ppid=31872 vsize=28769364 memory=496 CPUtime=0.81 cores=0-7
/proc/31874/task/31891/stat : 31891 (java) S 31872 31872 23783 0 -1 1077944384 4205 0 0 0 80 1 0 0 20 0 28 0 511058635 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684858419440 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31892] ppid=31872 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31892/stat : 31892 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684857367392 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31893] ppid=31872 vsize=28769364 memory=280306208766336 CPUtime=0 cores=0-7
/proc/31874/task/31893/stat : 31893 (java) S 31872 31872 23783 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684856314672 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31974] ppid=31872 vsize=28769364 memory=140153104401540 CPUtime=5.16 cores=0-7
/proc/31874/task/31974/stat : 31974 (java) R 31872 31872 23783 0 -1 4202560 88 0 0 0 516 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684836576776 139686381580689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31975] ppid=31872 vsize=28769364 memory=0 CPUtime=4.98 cores=0-7
/proc/31874/task/31975/stat : 31975 (java) R 31872 31872 23783 0 -1 4202560 85 0 0 0 498 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684843938048 139686380355415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31976] ppid=31872 vsize=28769364 memory=0 CPUtime=5.11 cores=0-7
/proc/31874/task/31976/stat : 31976 (java) R 31872 31872 23783 0 -1 4202560 102 0 0 0 511 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684841832744 139686382850373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31977] ppid=31872 vsize=28769364 memory=0 CPUtime=5.19 cores=0-7
/proc/31874/task/31977/stat : 31977 (java) R 31872 31872 23783 0 -1 4202560 274 0 0 0 519 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684842884720 139686381101042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31978] ppid=31872 vsize=28769364 memory=0 CPUtime=5.24 cores=0-7
/proc/31874/task/31978/stat : 31978 (java) R 31872 31872 23783 0 -1 4202560 142 0 0 0 524 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684846043304 139686379456417 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31979] ppid=31872 vsize=28769364 memory=0 CPUtime=5.08 cores=0-7
/proc/31874/task/31979/stat : 31979 (java) R 31872 31872 23783 0 -1 4202560 127 0 0 0 508 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684839726872 139686382061184 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31980] ppid=31872 vsize=28769364 memory=3472592183261933599 CPUtime=5.21 cores=0-7
/proc/31874/task/31980/stat : 31980 (java) R 31872 31872 23783 0 -1 4202560 101 0 0 0 521 0 0 0 20 0 28 0 511058895 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684840780568 139686380355268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31981] ppid=31872 vsize=28769364 memory=0 CPUtime=4.92 cores=0-7
/proc/31874/task/31981/stat : 31981 (java) R 31872 31872 23783 0 -1 4202560 324 0 0 0 491 1 0 0 20 0 28 0 511058896 29459828736 56310 33554432000 4194304 4196468 140731423772032 139684844992984 139686381152972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
Current children cumulated CPU time: 58.79 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 226688 KiB

[startup+8.80211 s]
/proc/loadavg: 1.63 4.07 6.35 9/220 31981
/proc/meminfo: memFree=25260364/32770688 swapFree=66927640/67108860
[pid=31872] ppid=31869 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/31872/stat : 31872 (xcsp3-exec) S 31869 31872 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511058628 115843072 362 33554432000 4194304 5098028 140732891308544 140732891306648 140423300985468 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33615872 140732891313019 140732891313262 140732891313262 140732891316170 0
/proc/31872/statm: 28282 362 304 221 0 87 0
[pid=31874] ppid=31872 vsize=28769364 memory=225248 CPUtime=65.08 cores=0-7
/proc/31874/stat : 31874 (java) S 31872 31872 23783 0 -1 1077944320 34935 0 0 0 6487 21 0 0 20 0 28 0 511058628 29459828736 56312 33554432000 4194304 4196468 140731423772032 140731423754576 139686737297143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
/proc/31874/statm: 7192341 56312 3508 1 0 7153441 0
[pid=31874/tid=31875] ppid=31872 vsize=28769364 memory=0 CPUtime=0.73 cores=0-7
/proc/31874/task/31875/stat : 31875 (java) S 31872 31872 23783 0 -1 1077944384 8979 0 0 0 70 3 0 0 20 0 28 0 511058629 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686741537920 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31876] ppid=31872 vsize=28769364 memory=17828 CPUtime=0.01 cores=0-7
/proc/31874/task/31876/stat : 31876 (java) S 31872 31872 23783 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686288726928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31877] ppid=31872 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/31874/task/31877/stat : 31877 (java) S 31872 31872 23783 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686287674128 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31878] ppid=31872 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31878/stat : 31878 (java) S 31872 31872 23783 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686286621840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31879] ppid=31872 vsize=28769364 memory=280306210208896 CPUtime=0 cores=0-7
/proc/31874/task/31879/stat : 31879 (java) S 31872 31872 23783 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686285569040 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31880] ppid=31872 vsize=28769364 memory=280306210213344 CPUtime=0 cores=0-7
/proc/31874/task/31880/stat : 31880 (java) S 31872 31872 23783 0 -1 1077944384 844 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686284515728 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31881] ppid=31872 vsize=28769364 memory=56 CPUtime=0.01 cores=0-7
/proc/31874/task/31881/stat : 31881 (java) S 31872 31872 23783 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686283462928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31882] ppid=31872 vsize=28769364 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/31874/task/31882/stat : 31882 (java) S 31872 31872 23783 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686282410640 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31883] ppid=31872 vsize=28769364 memory=3833466188919483054 CPUtime=0.01 cores=0-7
/proc/31874/task/31883/stat : 31883 (java) S 31872 31872 23783 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686281357840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31884] ppid=31872 vsize=28769364 memory=3624 CPUtime=0.01 cores=0-7
/proc/31874/task/31884/stat : 31884 (java) S 31872 31872 23783 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 28 0 511058631 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684865788528 139686737308290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31885] ppid=31872 vsize=28769364 memory=75396 CPUtime=0 cores=0-7
/proc/31874/task/31885/stat : 31885 (java) S 31872 31872 23783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 511058632 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684864734560 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31886] ppid=31872 vsize=28769364 memory=1712 CPUtime=0 cores=0-7
/proc/31874/task/31886/stat : 31886 (java) S 31872 31872 23783 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 511058632 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684863682176 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31887] ppid=31872 vsize=28769364 memory=6056 CPUtime=0 cores=0-7
/proc/31874/task/31887/stat : 31887 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684862630480 139686737315739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31888] ppid=31872 vsize=28769364 memory=3668 CPUtime=1.81 cores=0-7
/proc/31874/task/31888/stat : 31888 (java) S 31872 31872 23783 0 -1 1077944384 5641 0 0 0 179 2 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684861577328 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31889] ppid=31872 vsize=28769364 memory=1056 CPUtime=2.02 cores=0-7
/proc/31874/task/31889/stat : 31889 (java) S 31872 31872 23783 0 -1 1077944384 3976 0 0 0 200 2 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684860524528 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31890] ppid=31872 vsize=28769364 memory=2828 CPUtime=2.01 cores=0-7
/proc/31874/task/31890/stat : 31890 (java) S 31872 31872 23783 0 -1 1077944384 6057 0 0 0 199 2 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684859472240 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31891] ppid=31872 vsize=28769364 memory=1176 CPUtime=0.81 cores=0-7
/proc/31874/task/31891/stat : 31891 (java) S 31872 31872 23783 0 -1 1077944384 4205 0 0 0 80 1 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684858419440 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31892] ppid=31872 vsize=28769364 memory=980 CPUtime=0 cores=0-7
/proc/31874/task/31892/stat : 31892 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684857367392 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31893] ppid=31872 vsize=28769364 memory=14008 CPUtime=0 cores=0-7
/proc/31874/task/31893/stat : 31893 (java) R 31872 31872 23783 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684856314672 139686737308290 0 4 0 16800975 0 0 0 -1 6 0 0 28 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31974] ppid=31872 vsize=28769364 memory=12028 CPUtime=5.94 cores=0-7
/proc/31874/task/31974/stat : 31974 (java) R 31872 31872 23783 0 -1 4202560 89 0 0 0 594 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684836577072 139686380542417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31975] ppid=31872 vsize=28769364 memory=0 CPUtime=5.76 cores=0-7
/proc/31874/task/31975/stat : 31975 (java) R 31872 31872 23783 0 -1 4202560 86 0 0 0 576 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684843938344 139686380991865 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31976] ppid=31872 vsize=28769364 memory=1408 CPUtime=5.9 cores=0-7
/proc/31874/task/31976/stat : 31976 (java) R 31872 31872 23783 0 -1 4202560 104 0 0 0 590 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684841832184 139686381348851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31977] ppid=31872 vsize=28769364 memory=2824 CPUtime=5.98 cores=0-7
/proc/31874/task/31977/stat : 31977 (java) R 31872 31872 23783 0 -1 4202560 274 0 0 0 598 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684842887664 139686379635819 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31978] ppid=31872 vsize=28769364 memory=1448 CPUtime=6.02 cores=0-7
/proc/31874/task/31978/stat : 31978 (java) R 31872 31872 23783 0 -1 4202560 145 0 0 0 602 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684846043688 139686381152739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31979] ppid=31872 vsize=28769364 memory=225144 CPUtime=5.86 cores=0-7
/proc/31874/task/31979/stat : 31979 (java) R 31872 31872 23783 0 -1 4202560 129 0 0 0 586 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684839726736 139686380665470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31980] ppid=31872 vsize=28769364 memory=6791534058613427641 CPUtime=5.99 cores=0-7
/proc/31874/task/31980/stat : 31980 (java) R 31872 31872 23783 0 -1 4202560 103 0 0 0 599 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684840779976 139686380665344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31981] ppid=31872 vsize=28769364 memory=0 CPUtime=5.69 cores=0-7
/proc/31874/task/31981/stat : 31981 (java) R 31872 31872 23783 0 -1 4202560 326 0 0 0 568 1 0 0 20 0 28 0 511058896 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684844989920 139686381350824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
Current children cumulated CPU time: 65.08 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 226696 KiB

[startup+9.20111 s]
/proc/loadavg: 1.63 4.07 6.35 9/220 31981
/proc/meminfo: memFree=25260240/32770688 swapFree=66927640/67108860
[pid=31872] ppid=31869 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/31872/stat : 31872 (xcsp3-exec) S 31869 31872 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511058628 115843072 362 33554432000 4194304 5098028 140732891308544 140732891306648 140423300985468 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33615872 140732891313019 140732891313262 140732891313262 140732891316170 0
/proc/31872/statm: 28282 362 304 221 0 87 0
[pid=31874] ppid=31872 vsize=28769364 memory=225248 CPUtime=68.26 cores=0-7
/proc/31874/stat : 31874 (java) S 31872 31872 23783 0 -1 1077944320 35145 0 0 0 6805 21 0 0 20 0 28 0 511058628 29459828736 56312 33554432000 4194304 4196468 140731423772032 140731423754576 139686737297143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
/proc/31874/statm: 7192341 56312 3508 1 0 7153441 0
[pid=31874/tid=31875] ppid=31872 vsize=28769364 memory=22084 CPUtime=0.73 cores=0-7
/proc/31874/task/31875/stat : 31875 (java) S 31872 31872 23783 0 -1 1077944384 8979 0 0 0 70 3 0 0 20 0 28 0 511058629 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686741537920 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31876] ppid=31872 vsize=28769364 memory=24292 CPUtime=0.01 cores=0-7
/proc/31874/task/31876/stat : 31876 (java) S 31872 31872 23783 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686288726928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31877] ppid=31872 vsize=28769364 memory=26500 CPUtime=0.01 cores=0-7
/proc/31874/task/31877/stat : 31877 (java) S 31872 31872 23783 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686287674128 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31878] ppid=31872 vsize=28769364 memory=28708 CPUtime=0 cores=0-7
/proc/31874/task/31878/stat : 31878 (java) S 31872 31872 23783 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686286621840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31879] ppid=31872 vsize=28769364 memory=30916 CPUtime=0 cores=0-7
/proc/31874/task/31879/stat : 31879 (java) S 31872 31872 23783 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686285569040 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31880] ppid=31872 vsize=28769364 memory=33124 CPUtime=0 cores=0-7
/proc/31874/task/31880/stat : 31880 (java) S 31872 31872 23783 0 -1 1077944384 844 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686284515728 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31881] ppid=31872 vsize=28769364 memory=35329 CPUtime=0.01 cores=0-7
/proc/31874/task/31881/stat : 31881 (java) S 31872 31872 23783 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686283462928 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31882] ppid=31872 vsize=28769364 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/31874/task/31882/stat : 31882 (java) S 31872 31872 23783 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686282410640 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31883] ppid=31872 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/31874/task/31883/stat : 31883 (java) S 31872 31872 23783 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 28 0 511058630 29459828736 56312 33554432000 4194304 4196468 140731423772032 139686281357840 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31884] ppid=31872 vsize=28769364 memory=7738710756143359058 CPUtime=0.01 cores=0-7
/proc/31874/task/31884/stat : 31884 (java) S 31872 31872 23783 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 28 0 511058631 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684865788528 139686737308290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31885] ppid=31872 vsize=28769364 memory=5938952050001275748 CPUtime=0 cores=0-7
/proc/31874/task/31885/stat : 31885 (java) S 31872 31872 23783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 511058632 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684864734560 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31886] ppid=31872 vsize=28769364 memory=7738710756143359058 CPUtime=0 cores=0-7
/proc/31874/task/31886/stat : 31886 (java) S 31872 31872 23783 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 511058632 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684863682176 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31887] ppid=31872 vsize=28769364 memory=2110503712343860 CPUtime=0 cores=0-7
/proc/31874/task/31887/stat : 31887 (java) S 31872 31872 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684862630480 139686737315739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31888] ppid=31872 vsize=28769364 memory=0 CPUtime=1.81 cores=0-7
/proc/31874/task/31888/stat : 31888 (java) S 31872 31872 23783 0 -1 1077944384 5675 0 0 0 179 2 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684861577328 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31889] ppid=31872 vsize=28769364 memory=0 CPUtime=2.02 cores=0-7
/proc/31874/task/31889/stat : 31889 (java) S 31872 31872 23783 0 -1 1077944384 3976 0 0 0 200 2 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684860524528 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31890] ppid=31872 vsize=28769364 memory=0 CPUtime=2.04 cores=0-7
/proc/31874/task/31890/stat : 31890 (java) S 31872 31872 23783 0 -1 1077944384 6233 0 0 0 202 2 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684859472240 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31891] ppid=31872 vsize=28769364 memory=0 CPUtime=0.81 cores=0-7
/proc/31874/task/31891/stat : 31891 (java) S 31872 31872 23783 0 -1 1077944384 4205 0 0 0 80 1 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684858419440 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31892] ppid=31872 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31892/stat : 31892 (java) S 31872 31872 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684857367392 139686737307349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31893] ppid=31872 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/31874/task/31893/stat : 31893 (java) S 31872 31872 23783 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 28 0 511058635 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684856314672 139686737308290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31974] ppid=31872 vsize=28769364 memory=0 CPUtime=6.34 cores=0-7
/proc/31874/task/31974/stat : 31974 (java) R 31872 31872 23783 0 -1 4202560 89 0 0 0 634 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684836577072 139686379635742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31975] ppid=31872 vsize=28769364 memory=0 CPUtime=6.16 cores=0-7
/proc/31874/task/31975/stat : 31975 (java) R 31872 31872 23783 0 -1 4202560 86 0 0 0 616 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684843938344 139686381349486 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31976] ppid=31872 vsize=28769364 memory=0 CPUtime=6.29 cores=0-7
/proc/31874/task/31976/stat : 31976 (java) R 31872 31872 23783 0 -1 4202560 104 0 0 0 629 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684841832184 139686380541480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31977] ppid=31872 vsize=28769364 memory=0 CPUtime=6.37 cores=0-7
/proc/31874/task/31977/stat : 31977 (java) R 31872 31872 23783 0 -1 4202560 274 0 0 0 637 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684842887664 139686379635117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31978] ppid=31872 vsize=28769364 memory=0 CPUtime=6.4 cores=0-7
/proc/31874/task/31978/stat : 31978 (java) R 31872 31872 23783 0 -1 4202560 145 0 0 0 640 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684846043688 139686379613088 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31979] ppid=31872 vsize=28769364 memory=2209 CPUtime=6.26 cores=0-7
/proc/31874/task/31979/stat : 31979 (java) R 31872 31872 23783 0 -1 4202560 129 0 0 0 626 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684839726736 139686380991577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31980] ppid=31872 vsize=28769364 memory=8996 CPUtime=6.39 cores=0-7
/proc/31874/task/31980/stat : 31980 (java) R 31872 31872 23783 0 -1 4202560 103 0 0 0 639 0 0 0 20 0 28 0 511058895 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684840779976 139686380542499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
[pid=31874/tid=31981] ppid=31872 vsize=28769364 memory=0 CPUtime=6.06 cores=0-7
/proc/31874/task/31981/stat : 31981 (java) R 31872 31872 23783 0 -1 4202560 326 0 0 0 605 1 0 0 20 0 28 0 511058896 29459828736 56312 33554432000 4194304 4196468 140731423772032 139684844991072 139686379634518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18415616 140731423777776 140731423777947 140731423777947 140731423780815 0
Current children cumulated CPU time: 68.26 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 226696 KiB

Child status: 0
Real time (s): 9.29035
CPU time (s): 68.9009
CPU user time (s): 68.6699
CPU system time (s): 0.230997
CPU usage (%): 741.64
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 226696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.6699
system time used= 0.230997
maximum resident set size= 225480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5180
involuntary context switches= 1527


# summary of solver processes directly reported to runsolver:
#   pid: 31872
#   total CPU time (s): 68.9009
#   total CPU user time (s): 68.6699
#   total CPU system time (s): 0.230997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104971 second user time and 0.155255 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 03:02:26
IDJOB=4407285
IDBENCH=141365
IDSOLVER=2872
FILE ID=node120/4407285-1569350525
RUNJOBID= node120-1324850400-23810
PBS_JOBID= 21705064
Free space on /tmp= 23412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.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-4407285-1569350525/watcher-4407285-1569350525 -o /tmp/evaluation-result-4407285-1569350525/solver-4407285-1569350525 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324850400-23810 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1646895278 HOME/instance-4407285-1569350525.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=1646895278

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:        25472908 kB
MemAvailable:   31775460 kB
Buffers:          112072 kB
Cached:          6466352 kB
SwapCached:        68820 kB
Active:          3253868 kB
Inactive:        3398912 kB
Active(anon):       4928 kB
Inactive(anon):   133828 kB
Active(file):    3248940 kB
Inactive(file):  3265084 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927640 kB
Dirty:             26232 kB
Writeback:             0 kB
AnonPages:        122892 kB
Mapped:            64028 kB
Shmem:             55980 kB
Slab:             237812 kB
SReclaimable:     208728 kB
SUnreclaim:        29084 kB
KernelStack:        3840 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     531912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23384 MiB
End job on node120 at 2011-12-26 03:02:35