Trace number 4406715

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT 2.69927 0.887446

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-7.xml
MD5SUM7d172624d7d2d86f32f8d29666a5f8b7
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.021906
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size162
Maximum domain size162
Distribution of domain sizes[{"size":162,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
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-4406715-1569343384.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406715-1569343384.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.66/0.74	c solve instance...
2.22/0.87	s SATISFIABLE
2.22/0.87	v <instantiation>
2.22/0.87	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
2.22/0.87	v 	<values>30 38 42 54 64 0 25 64 76 79 8 33 76 87 94 1 51 108 129 137 9 19 123 135 142 19 25 54 64 67 14 25 29 42 48 11 34 97 119 129 42 67 87 97 108 19 57 135 148 153 </values>
2.22/0.87	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: 16374 MiB (14035 MiB free)
  memory of node 1: 16384 MiB (10976 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406715-1569343384/watcher-4406715-1569343384 -o /var/tmp/evaluation-result-4406715-1569343384/solver-4406715-1569343384 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569335937-9287 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1428284258 HOME/instance-4406715-1569343384.xml 

running on 8 cores: 0,2,4,6,1,3,5,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=11992, runsolver pid=11989
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 6.71 7.20 7.58 2/212 12013
/proc/meminfo: memFree=25595992/32770624 swapFree=66997512/67108860
[pid=11992] ppid=11989 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11992/stat : 11992 (xcsp3-exec) S 11989 11992 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510276701 115843072 362 33554432000 4194304 5098028 140726978740736 140726978738840 140519061541500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22028288 140726978749265 140726978749525 140726978749525 140726978752454 0
/proc/11992/statm: 28282 362 304 221 0 87 0
[pid=11994] ppid=11992 vsize=28227396 memory=29012 CPUtime=0.12 cores=0-7
/proc/11994/stat : 11994 (java) S 11992 11992 9260 0 -1 1077944320 5706 0 0 0 11 1 0 0 20 0 20 0 510276702 28904853504 7253 33554432000 4194304 4196468 140725420799104 140725420781648 139990857953015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
/proc/11994/statm: 7056849 7253 3156 1 0 7019032 0
[pid=11994/tid=11995] ppid=11992 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11994/task/11995/stat : 11995 (java) R 11992 11992 9260 0 -1 4202560 3609 0 0 0 8 0 0 0 20 0 20 0 510276702 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990862184928 139990841996645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11996] ppid=11992 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11994/task/11996/stat : 11996 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990777805712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11997] ppid=11992 vsize=28227396 memory=140259509933696 CPUtime=0 cores=0-7
/proc/11994/task/11997/stat : 11997 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990776752912 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11998] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11998/stat : 11998 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990775700624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11999] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11999/stat : 11999 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990774647824 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12000] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12000/stat : 12000 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990773594512 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12001] ppid=11992 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11994/task/12001/stat : 12001 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990772541712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12002] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12002/stat : 12002 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990771489424 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12003] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12003/stat : 12003 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 7253 33554432000 4194304 4196468 140725420799104 139990770436624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12004] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12004/stat : 12004 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276704 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989973301872 139990857964162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12005] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12005/stat : 12005 (java) S 11992 11992 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510276705 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989972247840 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12006] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12006/stat : 12006 (java) S 11992 11992 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510276705 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989971195504 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12007] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12007/stat : 12007 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276707 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989970143824 139990857971611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12008] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12008/stat : 12008 (java) S 11992 11992 9260 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 20 0 510276707 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989969090672 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12009] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12009/stat : 12009 (java) R 11992 11992 9260 0 -1 4202560 279 0 0 0 0 0 0 0 20 0 20 0 510276707 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989968037872 139990844016960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12010] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12010/stat : 12010 (java) S 11992 11992 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510276707 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989966985584 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12011] ppid=11992 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11994/task/12011/stat : 12011 (java) R 11992 11992 9260 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 20 0 510276707 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989965932784 139990838295570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12012] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12012/stat : 12012 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276708 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989964880736 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12013] ppid=11992 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11994/task/12013/stat : 12013 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276708 28904853504 7253 33554432000 4194304 4196468 140725420799104 139989963828016 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30460 KiB

[startup+0.210691 s]*
/proc/loadavg: 6.71 7.20 7.58 3/212 12013
/proc/meminfo: memFree=25582364/32770624 swapFree=66997512/67108860
[pid=11992] ppid=11989 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11992/stat : 11992 (xcsp3-exec) S 11989 11992 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510276701 115843072 362 33554432000 4194304 5098028 140726978740736 140726978738840 140519061541500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22028288 140726978749265 140726978749525 140726978749525 140726978752454 0
/proc/11992/statm: 28282 362 304 221 0 87 0
[pid=11994] ppid=11992 vsize=28227396 memory=40788 CPUtime=0.33 cores=0-7
/proc/11994/stat : 11994 (java) S 11992 11992 9260 0 -1 1077944320 9518 0 0 0 30 3 0 0 20 0 20 0 510276702 28904853504 10197 33554432000 4194304 4196468 140725420799104 140725420781648 139990857953015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
/proc/11994/statm: 7056849 10197 3262 1 0 7019032 0
[pid=11994/tid=11995] ppid=11992 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/11994/task/11995/stat : 11995 (java) R 11992 11992 9260 0 -1 4202560 6643 0 0 0 18 2 0 0 20 0 20 0 510276702 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990862187136 139990450941408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11996] ppid=11992 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/11994/task/11996/stat : 11996 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990777805712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11997] ppid=11992 vsize=28227396 memory=288370635661645440 CPUtime=0 cores=0-7
/proc/11994/task/11997/stat : 11997 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990776752912 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11998] ppid=11992 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11994/task/11998/stat : 11998 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990775700624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11999] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11999/stat : 11999 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990774647824 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12000] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12000/stat : 12000 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990773594512 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12001] ppid=11992 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11994/task/12001/stat : 12001 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990772541712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12002] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12002/stat : 12002 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990771489424 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12003] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12003/stat : 12003 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28904853504 10197 33554432000 4194304 4196468 140725420799104 139990770436624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12004] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12004/stat : 12004 (java) S 11992 11992 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510276704 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989973301872 139990857964162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12005] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12005/stat : 12005 (java) S 11992 11992 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510276705 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989972247840 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12006] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12006/stat : 12006 (java) S 11992 11992 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510276705 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989971195504 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12007] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12007/stat : 12007 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276707 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989970143824 139990857971611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12008] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12008/stat : 12008 (java) S 11992 11992 9260 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 20 0 510276707 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989969090672 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12009] ppid=11992 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11994/task/12009/stat : 12009 (java) S 11992 11992 9260 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 20 0 510276707 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989968037872 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12010] ppid=11992 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/11994/task/12010/stat : 12010 (java) S 11992 11992 9260 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 510276707 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989966985584 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12011] ppid=11992 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/11994/task/12011/stat : 12011 (java) R 11992 11992 9260 0 -1 4202560 790 0 0 0 7 0 0 0 20 0 20 0 510276707 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989965932784 139990842550613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12012] ppid=11992 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12012/stat : 12012 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276708 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989964880736 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12013] ppid=11992 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11994/task/12013/stat : 12013 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276708 28904853504 10197 33554432000 4194304 4196468 140725420799104 139989963828016 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42236 KiB

[startup+0.310477 s]*
/proc/loadavg: 6.71 7.20 7.58 3/212 12013
/proc/meminfo: memFree=25575948/32770624 swapFree=66997512/67108860
[pid=11992] ppid=11989 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11992/stat : 11992 (xcsp3-exec) S 11989 11992 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510276701 115843072 362 33554432000 4194304 5098028 140726978740736 140726978738840 140519061541500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22028288 140726978749265 140726978749525 140726978749525 140726978752454 0
/proc/11992/statm: 28282 362 304 221 0 87 0
[pid=11994] ppid=11992 vsize=28231652 memory=49864 CPUtime=0.52 cores=0-7
/proc/11994/stat : 11994 (java) S 11992 11992 9260 0 -1 1077944320 10876 0 0 0 48 4 0 0 20 0 20 0 510276702 28909211648 12466 33554432000 4194304 4196468 140725420799104 140725420781648 139990857953015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
/proc/11994/statm: 7057913 12466 3312 1 0 7019032 0
[pid=11994/tid=11995] ppid=11992 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11994/task/11995/stat : 11995 (java) R 11992 11992 9260 0 -1 4202560 7806 0 0 0 27 2 0 0 20 0 20 0 510276702 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990862186800 139990857974941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11996] ppid=11992 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11996/stat : 11996 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990777805712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11997] ppid=11992 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11997/stat : 11997 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990776752912 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11998] ppid=11992 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11998/stat : 11998 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990775700624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11999] ppid=11992 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11999/stat : 11999 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990774647824 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12000] ppid=11992 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/11994/task/12000/stat : 12000 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990773594512 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12001] ppid=11992 vsize=28231652 memory=140259404903343 CPUtime=0 cores=0-7
/proc/11994/task/12001/stat : 12001 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990772541712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12002] ppid=11992 vsize=28231652 memory=140259404905648 CPUtime=0 cores=0-7
/proc/11994/task/12002/stat : 12002 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990771489424 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12003] ppid=11992 vsize=28231652 memory=140259404907952 CPUtime=0 cores=0-7
/proc/11994/task/12003/stat : 12003 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28909211648 12466 33554432000 4194304 4196468 140725420799104 139990770436624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12004] ppid=11992 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12004/stat : 12004 (java) S 11992 11992 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510276704 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989973301872 139990857964162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12005] ppid=11992 vsize=28231652 memory=280518809822864 CPUtime=0 cores=0-7
/proc/11994/task/12005/stat : 12005 (java) S 11992 11992 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510276705 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989972247840 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12006] ppid=11992 vsize=28231652 memory=280518809829776 CPUtime=0 cores=0-7
/proc/11994/task/12006/stat : 12006 (java) S 11992 11992 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510276705 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989971195504 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12007] ppid=11992 vsize=28231652 memory=280518809770928 CPUtime=0 cores=0-7
/proc/11994/task/12007/stat : 12007 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276707 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989970143824 139990857971611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12008] ppid=11992 vsize=28231652 memory=280518809843600 CPUtime=0.01 cores=0-7
/proc/11994/task/12008/stat : 12008 (java) S 11992 11992 9260 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 20 0 510276707 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989969090672 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12009] ppid=11992 vsize=28231652 memory=280518809850512 CPUtime=0.03 cores=0-7
/proc/11994/task/12009/stat : 12009 (java) S 11992 11992 9260 0 -1 1077944384 561 0 0 0 3 0 0 0 20 0 20 0 510276707 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989968037872 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12010] ppid=11992 vsize=28231652 memory=280518809848208 CPUtime=0.04 cores=0-7
/proc/11994/task/12010/stat : 12010 (java) R 11992 11992 9260 0 -1 4202560 148 0 0 0 4 0 0 0 20 0 20 0 510276707 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989966975696 139990837198905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12011] ppid=11992 vsize=28231652 memory=280518809864368 CPUtime=0.12 cores=0-7
/proc/11994/task/12011/stat : 12011 (java) S 11992 11992 9260 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 20 0 510276707 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989965932784 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12012] ppid=11992 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12012/stat : 12012 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276708 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989964880736 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12013] ppid=11992 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11994/task/12013/stat : 12013 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276708 28909211648 12466 33554432000 4194304 4196468 140725420799104 139989963828016 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51312 KiB

[startup+0.706524 s]
/proc/loadavg: 6.71 7.20 7.58 6/212 12013
/proc/meminfo: memFree=25561612/32770624 swapFree=66997512/67108860
[pid=11992] ppid=11989 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11992/stat : 11992 (xcsp3-exec) S 11989 11992 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510276701 115843072 362 33554432000 4194304 5098028 140726978740736 140726978738840 140519061541500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22028288 140726978749265 140726978749525 140726978749525 140726978752454 0
/proc/11992/statm: 28282 362 304 221 0 87 0
[pid=11994] ppid=11992 vsize=28233776 memory=88016 CPUtime=1.66 cores=0-7
/proc/11994/stat : 11994 (java) S 11992 11992 9260 0 -1 1077944320 14696 0 0 0 159 7 0 0 20 0 20 0 510276702 28911386624 22004 33554432000 4194304 4196468 140725420799104 140725420781648 139990857953015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
/proc/11994/statm: 7058444 22004 3451 1 0 7019544 0
[pid=11994/tid=11995] ppid=11992 vsize=28233776 memory=280518810222256 CPUtime=0.68 cores=0-7
/proc/11994/task/11995/stat : 11995 (java) R 11992 11992 9260 0 -1 4202560 9391 0 0 0 64 4 0 0 20 0 20 0 510276702 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990862190704 139990449291985 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11996] ppid=11992 vsize=28233776 memory=140259405112176 CPUtime=0 cores=0-7
/proc/11994/task/11996/stat : 11996 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990777805712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11997] ppid=11992 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/11997/stat : 11997 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990776752912 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11998] ppid=11992 vsize=28233776 memory=6124 CPUtime=0 cores=0-7
/proc/11994/task/11998/stat : 11998 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990775700624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11999] ppid=11992 vsize=28233776 memory=612 CPUtime=0 cores=0-7
/proc/11994/task/11999/stat : 11999 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990774647824 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12000] ppid=11992 vsize=28233776 memory=1220 CPUtime=0 cores=0-7
/proc/11994/task/12000/stat : 12000 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990773594512 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12001] ppid=11992 vsize=28233776 memory=14004 CPUtime=0 cores=0-7
/proc/11994/task/12001/stat : 12001 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990772541712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12002] ppid=11992 vsize=28233776 memory=14060 CPUtime=0 cores=0-7
/proc/11994/task/12002/stat : 12002 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990771489424 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12003] ppid=11992 vsize=28233776 memory=2116 CPUtime=0 cores=0-7
/proc/11994/task/12003/stat : 12003 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510276703 28911386624 22004 33554432000 4194304 4196468 140725420799104 139990770436624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12004] ppid=11992 vsize=28233776 memory=33036 CPUtime=0 cores=0-7
/proc/11994/task/12004/stat : 12004 (java) S 11992 11992 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510276704 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989973301872 139990857964162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12005] ppid=11992 vsize=28233776 memory=532 CPUtime=0 cores=0-7
/proc/11994/task/12005/stat : 12005 (java) S 11992 11992 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510276705 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989972247840 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12006] ppid=11992 vsize=28233776 memory=1556 CPUtime=0 cores=0-7
/proc/11994/task/12006/stat : 12006 (java) S 11992 11992 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510276705 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989971195504 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12007] ppid=11992 vsize=28233776 memory=932 CPUtime=0 cores=0-7
/proc/11994/task/12007/stat : 12007 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276707 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989970143824 139990857971611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12008] ppid=11992 vsize=28233776 memory=0 CPUtime=0.15 cores=0-7
/proc/11994/task/12008/stat : 12008 (java) R 11992 11992 9260 0 -1 4202560 660 0 0 0 15 0 0 0 20 0 20 0 510276707 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989969072880 139990841484494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12009] ppid=11992 vsize=28233776 memory=772 CPUtime=0.18 cores=0-7
/proc/11994/task/12009/stat : 12009 (java) R 11992 11992 9260 0 -1 4202560 976 0 0 0 18 0 0 0 20 0 20 0 510276707 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989968037872 139990842837434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12010] ppid=11992 vsize=28233776 memory=10596 CPUtime=0.18 cores=0-7
/proc/11994/task/12010/stat : 12010 (java) S 11992 11992 9260 0 -1 1077944384 553 0 0 0 18 0 0 0 20 0 20 0 510276707 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989966985584 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12011] ppid=11992 vsize=28233776 memory=1708 CPUtime=0.43 cores=0-7
/proc/11994/task/12011/stat : 12011 (java) R 11992 11992 9260 0 -1 4202560 1801 0 0 0 42 1 0 0 20 0 20 0 510276707 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989965928512 139990835177168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12012] ppid=11992 vsize=28233776 memory=988 CPUtime=0 cores=0-7
/proc/11994/task/12012/stat : 12012 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510276708 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989964880736 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12013] ppid=11992 vsize=28233776 memory=3628 CPUtime=0 cores=0-7
/proc/11994/task/12013/stat : 12013 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510276708 28911386624 22004 33554432000 4194304 4196468 140725420799104 139989963828016 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 89464 KiB

[startup+0.887389 s]
# the end of solver process 11992 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.60622 s, system=0.093058 s

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

[startup+0.810171 s]
/proc/loadavg: 6.71 7.20 7.58 6/212 12013
/proc/meminfo: memFree=25561612/32770624 swapFree=66997512/67108860
[pid=11992] ppid=11989 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11992/stat : 11992 (xcsp3-exec) S 11989 11992 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510276701 115843072 362 33554432000 4194304 5098028 140726978740736 140726978738840 140519061541500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22028288 140726978749265 140726978749525 140726978749525 140726978752454 0
/proc/11992/statm: 28282 362 304 221 0 87 0
[pid=11994] ppid=11992 vsize=28768336 memory=116124 CPUtime=2.22 cores=0-7
/proc/11994/stat : 11994 (java) S 11992 11992 9260 0 -1 1077944320 16071 0 0 0 214 8 0 0 20 0 28 0 510276702 29458776064 29031 33554432000 4194304 4196468 140725420799104 140725420781648 139990857953015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
/proc/11994/statm: 7192084 29031 3458 1 0 7153184 0
[pid=11994/tid=11995] ppid=11992 vsize=28768336 memory=5787213857196369745 CPUtime=0.73 cores=0-7
/proc/11994/task/11995/stat : 11995 (java) S 11992 11992 9260 0 -1 1077944384 9462 0 0 0 69 4 0 0 20 0 28 0 510276702 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990862193792 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11996] ppid=11992 vsize=28768336 memory=4638778398332901218 CPUtime=0 cores=0-7
/proc/11994/task/11996/stat : 11996 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990777805712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11997] ppid=11992 vsize=28768336 memory=7156898483058794560 CPUtime=0 cores=0-7
/proc/11994/task/11997/stat : 11997 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990776752912 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11998] ppid=11992 vsize=28768336 memory=-8820188211957838939 CPUtime=0 cores=0-7
/proc/11994/task/11998/stat : 11998 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990775700624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=11999] ppid=11992 vsize=28768336 memory=-9106939688866061685 CPUtime=0 cores=0-7
/proc/11994/task/11999/stat : 11999 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990774647824 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12000] ppid=11992 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12000/stat : 12000 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990773594512 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12001] ppid=11992 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12001/stat : 12001 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990772541712 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12002] ppid=11992 vsize=28768336 memory=280518809685568 CPUtime=0 cores=0-7
/proc/11994/task/12002/stat : 12002 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990771489424 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12003] ppid=11992 vsize=28768336 memory=-9178283013952593749 CPUtime=0 cores=0-7
/proc/11994/task/12003/stat : 12003 (java) S 11992 11992 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510276703 29458776064 29031 33554432000 4194304 4196468 140725420799104 139990770436624 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12004] ppid=11992 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/11994/task/12004/stat : 12004 (java) S 11992 11992 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 510276704 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989973301872 139990857964162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12005] ppid=11992 vsize=28768336 memory=1428 CPUtime=0 cores=0-7
/proc/11994/task/12005/stat : 12005 (java) S 11992 11992 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510276705 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989972247840 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12006] ppid=11992 vsize=28768336 memory=1540 CPUtime=0 cores=0-7
/proc/11994/task/12006/stat : 12006 (java) S 11992 11992 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 510276705 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989971195504 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12007] ppid=11992 vsize=28768336 memory=772 CPUtime=0 cores=0-7
/proc/11994/task/12007/stat : 12007 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510276707 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989970143824 139990857971611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12008] ppid=11992 vsize=28768336 memory=10596 CPUtime=0.23 cores=0-7
/proc/11994/task/12008/stat : 12008 (java) R 11992 11992 9260 0 -1 1077944384 1059 0 0 0 23 0 0 0 20 0 28 0 510276707 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989969083696 139990857963221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12009] ppid=11992 vsize=28768336 memory=1708 CPUtime=0.23 cores=0-7
/proc/11994/task/12009/stat : 12009 (java) R 11992 11992 9260 0 -1 4202560 1034 0 0 0 23 0 0 0 20 0 28 0 510276707 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989968037872 139990843556624 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12010] ppid=11992 vsize=28768336 memory=988 CPUtime=0.23 cores=0-7
/proc/11994/task/12010/stat : 12010 (java) R 11992 11992 9260 0 -1 4202560 573 0 0 0 23 0 0 0 20 0 28 0 510276707 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989966974576 139990857974362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12011] ppid=11992 vsize=28768336 memory=3628 CPUtime=0.51 cores=0-7
/proc/11994/task/12011/stat : 12011 (java) R 11992 11992 9260 0 -1 4202560 2053 0 0 0 50 1 0 0 20 0 28 0 510276707 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989965930576 139990851049851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12012] ppid=11992 vsize=28768336 memory=2828 CPUtime=0 cores=0-7
/proc/11994/task/12012/stat : 12012 (java) S 11992 11992 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510276708 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989964880736 139990857963221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
[pid=11994/tid=12013] ppid=11992 vsize=28768336 memory=1048 CPUtime=0 cores=0-7
/proc/11994/task/12013/stat : 12013 (java) S 11992 11992 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510276708 29458776064 29031 33554432000 4194304 4196468 140725420799104 139989963828016 139990857964162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22556672 140725420803030 140725420803206 140725420803206 140725420806095 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 117572 KiB

Child status: 0
Real time (s): 0.887446
CPU time (s): 2.69927
CPU user time (s): 2.60622
CPU system time (s): 0.093058
CPU usage (%): 304.162
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 117572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.60622
system time used= 0.093058
maximum resident set size= 125712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18252
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= 3409
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 11992
#   total CPU time (s): 2.69927
#   total CPU user time (s): 2.60622
#   total CPU system time (s): 0.093058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025273 second user time and 0.050702 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-24 18:42:22
IDJOB=4406715
IDBENCH=115545
IDSOLVER=2871
FILE ID=node140/4406715-1569343384
RUNJOBID= node140-1569335937-9287
PBS_JOBID= 21705054
Free space on /var/tmp= 13516 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-7.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 /var/tmp/evaluation-result-4406715-1569343384/watcher-4406715-1569343384 -o /var/tmp/evaluation-result-4406715-1569343384/solver-4406715-1569343384 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569335937-9287 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1428284258 HOME/instance-4406715-1569343384.xml

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

MD5SUM BENCH= 7d172624d7d2d86f32f8d29666a5f8b7
RANDOM SEED=1428284258

node140.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25612448 kB
MemAvailable:   31842904 kB
Buffers:          123616 kB
Cached:          6205212 kB
SwapCached:         2796 kB
Active:          3130796 kB
Inactive:        3205368 kB
Active(anon):       4432 kB
Inactive(anon):    58400 kB
Active(file):    3126364 kB
Inactive(file):  3146968 kB
Unevictable:      107700 kB
Mlocked:          107700 kB
SwapTotal:      67108860 kB
SwapFree:       66997512 kB
Dirty:             26020 kB
Writeback:             0 kB
AnonPages:        113332 kB
Mapped:            56808 kB
Shmem:             46808 kB
Slab:             414232 kB
SReclaimable:     385584 kB
SUnreclaim:        28648 kB
KernelStack:        3376 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node140 at 2019-09-24 18:42:23