Trace number 4399572

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallelSAT 2.34415 0.874749

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399572-1568703196.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4399572-1568703196.xml, -tl, 20160s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.52/0.32	c parse instance...
1.49/0.73	c solve instance...
1.99/0.84	s SATISFIABLE
1.99/0.84	v <instantiation>
1.99/0.84	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] </list>
1.99/0.84	v 	<values>0 34 1 33 2 32 3 31 4 30 5 29 6 28 7 27 8 26 9 25 10 24 11 23 12 22 13 21 14 20 15 19 16 18 17 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 </values>
1.99/0.84	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399572-1568703196/watcher-4399572-1568703196 -o /tmp/evaluation-result-4399572-1568703196/solver-4399572-1568703196 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324215096-17677 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 818505969 HOME/instance-4399572-1568703196.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=18441, runsolver pid=18438
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 7.63 8.07 8.02 2/212 18462
/proc/meminfo: memFree=29381868/32770688 swapFree=66919992/67108860
[pid=18441] ppid=18438 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 17650 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446325848 115843072 363 33554432000 4194304 5098028 140724760984912 140724760983016 140317090198140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11087872 140724760990582 140724760990825 140724760990825 140724760993738 0
/proc/18441/statm: 28282 363 304 221 0 87 0
[pid=18443] ppid=18441 vsize=28227396 memory=27608 CPUtime=0.12 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 17650 0 -1 1077944320 5907 0 0 0 11 1 0 0 20 0 20 0 446325848 28904853504 6902 33554432000 4194304 4196468 140721535488048 140721535470592 140029117394679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
/proc/18443/statm: 7056849 6902 3116 1 0 7019032 0
[pid=18443/tid=18444] ppid=18441 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 17650 0 -1 4202560 3790 0 0 0 8 0 0 0 20 0 20 0 446325849 28904853504 6902 33554432000 4194304 4196468 140721535488048 140029121628160 140029117406614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18445] ppid=18441 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140029089237776 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18446] ppid=18441 vsize=28227396 memory=140488405165696 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028667267984 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18447] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028666215440 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18448] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028665162896 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18449] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028664109328 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18450] ppid=18441 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028663056784 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18451] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028662004240 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18452] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028660951696 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18453] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325851 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028501158384 140029117405826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18454] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 17650 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446325852 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028500104608 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18455] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 17650 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446325852 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028499052016 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18456] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028498000592 140029117413275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18457] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 17650 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028496947184 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18458] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028495894640 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18459] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 17650 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028494842096 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18460] ppid=18441 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) S 18441 18441 17650 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028493789552 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18461] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028492737248 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18462] ppid=18441 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 6902 33554432000 4194304 4196468 140721535488048 140028491684784 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29060 KiB

[startup+0.211044 s]*
/proc/loadavg: 7.63 8.07 8.02 2/212 18462
/proc/meminfo: memFree=29369964/32770688 swapFree=66919992/67108860
[pid=18441] ppid=18438 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 17650 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446325848 115843072 363 33554432000 4194304 5098028 140724760984912 140724760983016 140317090198140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11087872 140724760990582 140724760990825 140724760990825 140724760993738 0
/proc/18441/statm: 28282 363 304 221 0 87 0
[pid=18443] ppid=18441 vsize=28227396 memory=38916 CPUtime=0.33 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 17650 0 -1 1077944320 9465 0 0 0 30 3 0 0 20 0 20 0 446325848 28904853504 9729 33554432000 4194304 4196468 140721535488048 140721535470592 140029117394679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
/proc/18443/statm: 7056849 9729 3293 1 0 7019032 0
[pid=18443/tid=18444] ppid=18441 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 17650 0 -1 4202560 6626 0 0 0 18 2 0 0 20 0 20 0 446325849 28904853504 9729 33554432000 4194304 4196468 140721535488048 140029121614016 140029101475166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18445] ppid=18441 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140029089237776 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18446] ppid=18441 vsize=28227396 memory=3617712097422485152 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028667267984 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18447] ppid=18441 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028666215440 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18448] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028665162896 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18449] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028664109328 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18450] ppid=18441 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028663056784 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18451] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028662004240 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18452] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028660951696 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18453] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325851 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028501158384 140029117405826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18454] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 17650 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446325852 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028500104608 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18455] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 17650 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446325852 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028499052016 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18456] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028498000592 140029117413275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18457] ppid=18441 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 17650 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028496947184 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18458] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 17650 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028495894640 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18459] ppid=18441 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 17650 0 -1 1077944384 299 0 0 0 2 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028494842096 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18460] ppid=18441 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) S 18441 18441 17650 0 -1 1077944384 874 0 0 0 7 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028493789552 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18461] ppid=18441 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028492737248 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18462] ppid=18441 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28904853504 9729 33554432000 4194304 4196468 140721535488048 140028491684784 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 40368 KiB

[startup+0.31087 s]*
/proc/loadavg: 7.63 8.07 8.02 4/212 18462
/proc/meminfo: memFree=29364448/32770688 swapFree=66919992/67108860
[pid=18441] ppid=18438 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 17650 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446325848 115843072 363 33554432000 4194304 5098028 140724760984912 140724760983016 140317090198140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11087872 140724760990582 140724760990825 140724760990825 140724760993738 0
/proc/18441/statm: 28282 363 304 221 0 87 0
[pid=18443] ppid=18441 vsize=28231652 memory=45764 CPUtime=0.52 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 17650 0 -1 1077944320 10831 0 0 0 48 4 0 0 20 0 20 0 446325848 28909211648 11441 33554432000 4194304 4196468 140721535488048 140721535470592 140029117394679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
/proc/18443/statm: 7057913 11441 3353 1 0 7019032 0
[pid=18443/tid=18444] ppid=18441 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 17650 0 -1 4202560 7613 0 0 0 27 2 0 0 20 0 20 0 446325849 28909211648 11441 33554432000 4194304 4196468 140721535488048 140029121607216 140029102761983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18445] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140029089237776 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18446] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028667267984 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18447] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028666215440 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18448] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028665162896 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18449] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028664109328 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18450] ppid=18441 vsize=28231652 memory=140488246127279 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028663056784 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18451] ppid=18441 vsize=28231652 memory=140488246129584 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028662004240 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18452] ppid=18441 vsize=28231652 memory=140488246131888 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028660951696 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18453] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 17650 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446325851 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028501158384 140029117405826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18454] ppid=18441 vsize=28231652 memory=280976492277648 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 17650 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446325852 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028500104608 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18455] ppid=18441 vsize=28231652 memory=280976492275344 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 17650 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446325852 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028499052016 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18456] ppid=18441 vsize=28231652 memory=280976492282256 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028498000592 140029117413275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18457] ppid=18441 vsize=28231652 memory=280976492223536 CPUtime=0.01 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 17650 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028496947184 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18458] ppid=18441 vsize=28231652 memory=280976492296080 CPUtime=0.02 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 17650 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028495894640 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18459] ppid=18441 vsize=28231652 memory=280976492302992 CPUtime=0.03 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 17650 0 -1 1077944384 333 0 0 0 3 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028494842096 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18460] ppid=18441 vsize=28231652 memory=280976492300688 CPUtime=0.12 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) S 18441 18441 17650 0 -1 1077944384 1103 0 0 0 12 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028493789552 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18461] ppid=18441 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028492737248 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18462] ppid=18441 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) R 18441 18441 17650 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28909211648 11441 33554432000 4194304 4196468 140721535488048 140028491684784 140029117405826 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 47216 KiB

[startup+0.700939 s]
/proc/loadavg: 7.63 8.07 8.02 5/212 18462
/proc/meminfo: memFree=29352724/32770688 swapFree=66919992/67108860
[pid=18441] ppid=18438 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 17650 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446325848 115843072 363 33554432000 4194304 5098028 140724760984912 140724760983016 140317090198140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11087872 140724760990582 140724760990825 140724760990825 140724760993738 0
/proc/18441/statm: 28282 363 304 221 0 87 0
[pid=18443] ppid=18441 vsize=28233776 memory=76980 CPUtime=1.49 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 17650 0 -1 1077944320 14992 0 0 0 143 6 0 0 20 0 20 0 446325848 28911386624 19245 33554432000 4194304 4196468 140721535488048 140721535470592 140029117394679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
/proc/18443/statm: 7058444 19245 3450 1 0 7019544 0
[pid=18443/tid=18444] ppid=18441 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 17650 0 -1 4202560 9434 0 0 0 64 4 0 0 20 0 20 0 446325849 28911386624 19245 33554432000 4194304 4196468 140721535488048 140029121630688 140029117406614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18445] ppid=18441 vsize=28233776 memory=140488246338416 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140029089237776 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18446] ppid=18441 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028667267984 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18447] ppid=18441 vsize=28233776 memory=1176 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028666215440 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18448] ppid=18441 vsize=28233776 memory=980 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028665162896 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18449] ppid=18441 vsize=28233776 memory=14008 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028664109328 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18450] ppid=18441 vsize=28233776 memory=12028 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028663056784 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18451] ppid=18441 vsize=28233776 memory=29508 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028662004240 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18452] ppid=18441 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325850 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028660951696 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18453] ppid=18441 vsize=28233776 memory=496 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 17650 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446325851 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028501158384 140029117405826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18454] ppid=18441 vsize=28233776 memory=1560 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 17650 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446325852 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028500104608 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18455] ppid=18441 vsize=28233776 memory=928 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 17650 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446325852 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028499052016 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18456] ppid=18441 vsize=28233776 memory=1724 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028498000592 140029117413275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18457] ppid=18441 vsize=28233776 memory=33 CPUtime=0.08 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 17650 0 -1 1077944384 523 0 0 0 8 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028496947184 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18458] ppid=18441 vsize=28233776 memory=-2025810976467231676 CPUtime=0.17 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 17650 0 -1 1077944384 646 0 0 0 17 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028495894640 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18459] ppid=18441 vsize=28233776 memory=660 CPUtime=0.13 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 17650 0 -1 1077944384 901 0 0 0 13 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028494842096 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18460] ppid=18441 vsize=28233776 memory=1556 CPUtime=0.38 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) R 18441 18441 17650 0 -1 4202560 2176 0 0 0 38 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028493784624 140029110491515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18461] ppid=18441 vsize=28233776 memory=9588 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028492737248 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18462] ppid=18441 vsize=28233776 memory=1712 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446325855 28911386624 19245 33554432000 4194304 4196468 140721535488048 140028491684784 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 78432 KiB

[startup+0.874686 s]
# the end of solver process 18441 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.26906 s, system=0.075091 s

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

[startup+0.80635 s]
/proc/loadavg: 7.63 8.07 8.02 5/212 18462
/proc/meminfo: memFree=29352724/32770688 swapFree=66919992/67108860
[pid=18441] ppid=18438 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 17650 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446325848 115843072 363 33554432000 4194304 5098028 140724760984912 140724760983016 140317090198140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11087872 140724760990582 140724760990825 140724760990825 140724760993738 0
/proc/18441/statm: 28282 363 304 221 0 87 0
[pid=18443] ppid=18441 vsize=28766288 memory=99588 CPUtime=1.99 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 17650 0 -1 1077944320 15737 0 0 0 193 6 0 0 20 0 28 0 446325848 29456678912 24897 33554432000 4194304 4196468 140721535488048 140721535470592 140029117394679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
/proc/18443/statm: 7191572 24897 3455 1 0 7152672 0
[pid=18443/tid=18444] ppid=18441 vsize=28766288 memory=1056 CPUtime=0.72 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) S 18441 18441 17650 0 -1 1077944384 9533 0 0 0 68 4 0 0 20 0 28 0 446325849 29456678912 24897 33554432000 4194304 4196468 140721535488048 140029121635456 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18445] ppid=18441 vsize=28766288 memory=2828 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140029089237776 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18446] ppid=18441 vsize=28766288 memory=1176 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028667267984 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18447] ppid=18441 vsize=28766288 memory=980 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028666215440 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18448] ppid=18441 vsize=28766288 memory=7014751519617144145 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028665162896 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18449] ppid=18441 vsize=28766288 memory=6081104596517414762 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028664109328 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18450] ppid=18441 vsize=28766288 memory=7236547281622689387 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028663056784 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18451] ppid=18441 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 17650 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028662004240 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18452] ppid=18441 vsize=28766288 memory=33 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446325850 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028660951696 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18453] ppid=18441 vsize=28766288 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 17650 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 446325851 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028501158384 140029117405826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18454] ppid=18441 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 17650 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 446325852 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028500104608 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18455] ppid=18441 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 17650 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 446325852 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028499052016 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18456] ppid=18441 vsize=28766288 memory=6297835844906604903 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028498000592 140029117413275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18457] ppid=18441 vsize=28766288 memory=7595725831727968097 CPUtime=0.12 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) R 18441 18441 17650 0 -1 4202560 695 0 0 0 12 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028496947184 140029096728882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18458] ppid=18441 vsize=28766288 memory=5865188000529146989 CPUtime=0.19 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 17650 0 -1 1077944384 664 0 0 0 19 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028495894640 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18459] ppid=18441 vsize=28766288 memory=-8412654363917126771 CPUtime=0.18 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) R 18441 18441 17650 0 -1 4202560 922 0 0 0 18 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028494842096 140029100779588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18460] ppid=18441 vsize=28766288 memory=8514701219242344867 CPUtime=0.45 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) R 18441 18441 17650 0 -1 1077944384 2315 0 0 0 45 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028493787344 140029117404885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18461] ppid=18441 vsize=28766288 memory=6944613755328037015 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 17650 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028492737248 140029117404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
[pid=18443/tid=18462] ppid=18441 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 17650 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446325855 29456678912 24897 33554432000 4194304 4196468 140721535488048 140028491684784 140029117405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7135232 140721535497194 140721535497366 140721535497366 140721535500239 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 101040 KiB

Child status: 0
Real time (s): 0.874749
CPU time (s): 2.34415
CPU user time (s): 2.26906
CPU system time (s): 0.075091
CPU usage (%): 267.98
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 101040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26906
system time used= 0.075091
maximum resident set size= 105860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3065
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 18441
#   total CPU time (s): 2.34415
#   total CPU user time (s): 2.26906
#   total CPU system time (s): 0.075091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028416 second user time and 0.051726 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-18 15:13:38
IDJOB=4399572
IDBENCH=124113
IDSOLVER=2854
FILE ID=node120/4399572-1568703196
RUNJOBID= node120-1324215096-17677
PBS_JOBID= 21703900
Free space on /tmp= 61628 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.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-4399572-1568703196/watcher-4399572-1568703196 -o /tmp/evaluation-result-4399572-1568703196/solver-4399572-1568703196 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324215096-17677 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 818505969 HOME/instance-4399572-1568703196.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=818505969

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:        29397068 kB
MemAvailable:   31806720 kB
Buffers:          186248 kB
Cached:          2508460 kB
SwapCached:        77548 kB
Active:          1484264 kB
Inactive:        1293132 kB
Active(anon):       4984 kB
Inactive(anon):   127072 kB
Active(file):    1479280 kB
Inactive(file):  1166060 kB
Unevictable:      107748 kB
Mlocked:          107748 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:        127196 kB
Mapped:            53312 kB
Shmem:             41008 kB
Slab:             190388 kB
SReclaimable:     160292 kB
SUnreclaim:        30096 kB
KernelStack:        3728 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61604 MiB
End job on node120 at 2011-12-18 15:13:39