Trace number 4272517

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 5a (2017-07-26)SAT 830.75897 810.021

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-03.xml
MD5SUM179d2a128a53b26e9bde33d3c842c186
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 benchmark6.0598898
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272517-1502801653.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272517-1502801653.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
0.51/0.40	c solve instance...
830.73/810.01	s SATISFIABLE
830.73/810.01	v <instantiation>
830.73/810.01	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] </list>
830.73/810.01	v 	<values>1 0 1 0 1 1 0 1 0 1 1 1 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 1 0 </values>
830.73/810.01	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 (14022 MiB free)
  memory of node 1: 16384 MiB (14139 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272517-1502801653/watcher-4272517-1502801653 -o /tmp/evaluation-result-4272517-1502801653/solver-4272517-1502801653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1654885021 HOME/instance-4272517-1502801653.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7429, runsolver pid=7426

[startup+0.100139 s]*
/proc/loadavg: 1.49 1.90 1.88 4/217 7445
/proc/meminfo: memFree=28821164/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13978596 memory=28540 CPUtime=0.12 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 5396 0 0 0 11 1 0 0 20 0 15 0 113253303 14314082304 7135 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3494649 7135 2901 1 0 3482966 0
[pid=7431/tid=7432] ppid=7429 vsize=13978596 memory=7901466175200269147 CPUtime=0.09 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 3322 0 0 0 8 1 0 0 20 0 15 0 113253303 14314082304 7135 33554432000 4194304 4196468 140726616108160 139696028500656 139696005836976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13978596 memory=139911651858048 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253304 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13978596 memory=139911651858048 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253305 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113253306 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113253306 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 113253308 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13978596 memory=139911651858048 CPUtime=0.01 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) R 7429 7429 5918 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 15 0 113253308 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695559256304 139696024293978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13978596 memory=139911651858048 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253309 14314082304 7135 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29920 KiB

[startup+0.210948 s]*
/proc/loadavg: 1.49 1.90 1.88 4/217 7445
/proc/meminfo: memFree=28809628/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13982852 memory=40288 CPUtime=0.34 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 8191 0 0 0 31 3 0 0 20 0 15 0 113253303 14318440448 10072 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3495713 10072 3065 1 0 3482966 0
[pid=7431/tid=7432] ppid=7429 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 5369 0 0 0 18 2 0 0 20 0 15 0 113253303 14318440448 10072 33554432000 4194304 4196468 140726616108160 139696028474432 139696008353118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13982852 memory=12474 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13982852 memory=139911652415227 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253304 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13982852 memory=139911651858048 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253305 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113253306 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113253306 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 623 0 0 0 2 0 0 0 20 0 15 0 113253308 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 15 0 113253308 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13982852 memory=139911651858048 CPUtime=0.08 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) S 7429 7429 5918 0 -1 1077944384 730 0 0 0 8 0 0 0 20 0 15 0 113253308 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695559256304 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253309 14318440448 10072 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41668 KiB

[startup+0.311116 s]*
/proc/loadavg: 1.49 1.90 1.88 3/217 7445
/proc/meminfo: memFree=28802804/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13982928 memory=47360 CPUtime=0.51 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 9045 0 0 0 47 4 0 0 20 0 15 0 113253303 14318518272 11840 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3495732 11840 3098 1 0 3482966 0
[pid=7431/tid=7432] ppid=7429 vsize=13982928 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 6074 0 0 0 27 3 0 0 20 0 15 0 113253303 14318518272 11840 33554432000 4194304 4196468 140726616108160 139696028504992 139696024294557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13982928 memory=12804 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13982928 memory=556682 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253304 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253305 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113253306 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113253306 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 641 0 0 0 4 0 0 0 20 0 15 0 113253308 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 169 0 0 0 3 0 0 0 20 0 15 0 113253308 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) R 7429 7429 5918 0 -1 4202560 858 0 0 0 12 0 0 0 20 0 15 0 113253308 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695559256304 139696002820679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253309 14318518272 11840 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48740 KiB

[startup+0.700855 s]
/proc/loadavg: 1.49 1.90 1.88 7/217 7445
/proc/meminfo: memFree=28788104/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13984976 memory=74244 CPUtime=1.72 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 12278 0 0 0 167 5 0 0 20 0 15 0 113253303 14320615424 18561 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3496244 18561 3203 1 0 3483478 0
[pid=7431/tid=7432] ppid=7429 vsize=13984976 memory=4044 CPUtime=0.67 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 6551 0 0 0 64 3 0 0 20 0 15 0 113253303 14320615424 18561 33554432000 4194304 4196468 140726616108160 139696028509784 139695643583844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13984976 memory=636 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253304 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13984976 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113253304 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113253305 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13984976 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13984976 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13984976 memory=932 CPUtime=0.36 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) R 7429 7429 5918 0 -1 4202560 1616 0 0 0 36 0 0 0 20 0 15 0 113253308 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695561361408 139696009396208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13984976 memory=2200 CPUtime=0.34 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) R 7429 7429 5918 0 -1 4202560 1168 0 0 0 34 0 0 0 20 0 15 0 113253308 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695560302040 139696007740827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13984976 memory=6504 CPUtime=0.31 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) S 7429 7429 5918 0 -1 1077944384 1635 0 0 0 31 0 0 0 20 0 15 0 113253308 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695559256304 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113253309 14320615424 18561 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 75624 KiB

[startup+1.50079 s]
/proc/loadavg: 1.49 1.90 1.88 5/217 7445
/proc/meminfo: memFree=28748808/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0

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

/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13984976 memory=367620 CPUtime=828.67 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 114642 0 0 0 82735 132 0 0 20 0 15 0 113253303 14320615424 91905 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3496244 91905 3280 1 0 3483478 0
[pid=7431/tid=7432] ppid=7429 vsize=13984976 memory=17836 CPUtime=801.08 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) S 7429 7429 5918 0 -1 1077944384 37438 0 0 0 80095 13 0 0 20 0 15 0 113253303 14320615424 91905 33554432000 4194304 4196468 140726616108160 139696028512208 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13984976 memory=4044 CPUtime=5.2 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) R 7429 7429 5918 0 -1 4202560 7267 0 0 0 498 22 0 0 20 0 15 0 113253304 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695961872656 139696003467867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13984976 memory=1380 CPUtime=5.2 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) R 7429 7429 5918 0 -1 4202560 6970 0 0 0 497 23 0 0 20 0 15 0 113253304 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695960820112 139696003467786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13984976 memory=4126316290023845779 CPUtime=5.18 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) R 7429 7429 5918 0 -1 4202560 6467 0 0 0 496 22 0 0 20 0 15 0 113253304 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695617481232 139696005898576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13984976 memory=1380 CPUtime=5.18 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) R 7429 7429 5918 0 -1 1077944384 7068 0 0 0 497 21 0 0 20 0 15 0 113253304 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13984976 memory=367108 CPUtime=0.89 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 11213 0 0 0 76 13 0 0 20 0 15 0 113253305 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695565571104 139696024282837 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13984976 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13984976 memory=2912 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13984976 memory=166752 CPUtime=2.56 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 14489 0 0 0 255 1 0 0 20 0 15 0 113253308 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13984976 memory=8112282956445269571 CPUtime=2.36 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 14452 0 0 0 235 1 0 0 20 0 15 0 113253308 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13984976 memory=4126316290023845779 CPUtime=0.53 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) S 7429 7429 5918 0 -1 1077944384 7331 0 0 0 52 1 0 0 20 0 15 0 113253308 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695559256304 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13984976 memory=15872 CPUtime=0.38 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 595 0 0 0 18 20 0 0 20 0 15 0 113253309 14320615424 91905 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 828.67 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 369000 KiB

[startup+808.801 s]
/proc/loadavg: 1.54 1.42 1.58 3/218 7624
/proc/meminfo: memFree=28552048/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13984976 memory=366080 CPUtime=829.48 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 114648 0 0 0 82816 132 0 0 20 0 15 0 113253303 14320615424 91520 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3496244 91520 3280 1 0 3483478 0
[pid=7431/tid=7432] ppid=7429 vsize=13984976 memory=8112282956445269571 CPUtime=801.86 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 37440 0 0 0 80173 13 0 0 20 0 15 0 113253303 14320615424 91520 33554432000 4194304 4196468 140726616108160 139696028512192 139695646444677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13984976 memory=367108 CPUtime=5.21 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 7267 0 0 0 499 22 0 0 20 0 15 0 113253304 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13984976 memory=7511280234295957158 CPUtime=5.21 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 6970 0 0 0 498 23 0 0 20 0 15 0 113253304 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13984976 memory=-7592326113122173587 CPUtime=5.19 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 6467 0 0 0 497 22 0 0 20 0 15 0 113253304 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13984976 memory=-8167967732111863906 CPUtime=5.19 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 7068 0 0 0 498 21 0 0 20 0 15 0 113253304 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13984976 memory=-6653611535003966866 CPUtime=0.89 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 11216 0 0 0 76 13 0 0 20 0 15 0 113253305 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13984976 memory=-7302143036997391467 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13984976 memory=11032 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13984976 memory=1952 CPUtime=2.56 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 14489 0 0 0 255 1 0 0 20 0 15 0 113253308 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13984976 memory=8560 CPUtime=2.36 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 14452 0 0 0 235 1 0 0 20 0 15 0 113253308 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13984976 memory=1224 CPUtime=0.53 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) S 7429 7429 5918 0 -1 1077944384 7331 0 0 0 52 1 0 0 20 0 15 0 113253308 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695559256304 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13984976 memory=1004 CPUtime=0.38 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 595 0 0 0 18 20 0 0 20 0 15 0 113253309 14320615424 91520 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 829.48 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 367460 KiB

[startup+809.601 s]
/proc/loadavg: 1.50 1.41 1.58 3/218 7624
/proc/meminfo: memFree=28551136/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13984976 memory=372248 CPUtime=830.31 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 114754 0 0 0 82898 133 0 0 20 0 15 0 113253303 14320615424 93062 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3496244 93062 3280 1 0 3483478 0
[pid=7431/tid=7432] ppid=7429 vsize=13984976 memory=31808 CPUtime=802.64 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 37442 0 0 0 80251 13 0 0 20 0 15 0 113253303 14320615424 93062 33554432000 4194304 4196468 140726616108160 139696028512192 139695644185607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13984976 memory=1380 CPUtime=5.22 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 7285 0 0 0 500 22 0 0 20 0 15 0 113253304 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13984976 memory=369164 CPUtime=5.21 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 6995 0 0 0 498 23 0 0 20 0 15 0 113253304 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13984976 memory=1728 CPUtime=5.21 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 6485 0 0 0 498 23 0 0 20 0 15 0 113253304 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13984976 memory=1380 CPUtime=5.2 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 7105 0 0 0 498 22 0 0 20 0 15 0 113253304 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13984976 memory=369168 CPUtime=0.89 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 11222 0 0 0 76 13 0 0 20 0 15 0 113253305 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13984976 memory=367108 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13984976 memory=366080 CPUtime=2.56 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 14489 0 0 0 255 1 0 0 20 0 15 0 113253308 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13984976 memory=4486604260213485459 CPUtime=2.36 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 14452 0 0 0 235 1 0 0 20 0 15 0 113253308 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13984976 memory=31808 CPUtime=0.53 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) S 7429 7429 5918 0 -1 1077944384 7331 0 0 0 52 1 0 0 20 0 15 0 113253308 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695559256304 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13984976 memory=2428 CPUtime=0.38 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 595 0 0 0 18 20 0 0 20 0 15 0 113253309 14320615424 93062 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 830.31 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 373628 KiB

[startup+810.001 s]*
/proc/loadavg: 1.50 1.41 1.58 3/218 7624
/proc/meminfo: memFree=28545652/32770624 swapFree=67108860/67108860
[pid=7429] ppid=7426 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7429/stat : 7429 (xcsp3-exec) S 7426 7429 5918 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 113253303 9740288 345 33554432000 4194304 5098028 140726481570784 140726481568888 139921237443196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9084928 140726481577070 140726481577275 140726481577275 140726481580011 0
/proc/7429/statm: 2378 345 289 221 0 87 0
[pid=7431] ppid=7429 vsize=13984976 memory=376456 CPUtime=830.73 cores=1,3,5,7
/proc/7431/stat : 7431 (java) S 7429 7429 5918 0 -1 1077944320 114942 0 0 0 82940 133 0 0 20 0 15 0 113253303 14320615424 94114 33554432000 4194304 4196468 140726616108160 140726616090704 139696024272631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
/proc/7431/statm: 3496244 94114 3280 1 0 3483478 0
[pid=7431/tid=7432] ppid=7429 vsize=13984976 memory=8112282956445269571 CPUtime=803.05 cores=1,3,5,7
/proc/7431/task/7432/stat : 7432 (java) R 7429 7429 5918 0 -1 4202560 37501 0 0 0 80292 13 0 0 20 0 15 0 113253303 14320615424 94114 33554432000 4194304 4196468 140726616108160 139696028512192 139695640050944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7433] ppid=7429 vsize=13984976 memory=4126316290023845779 CPUtime=5.22 cores=1,3,5,7
/proc/7431/task/7433/stat : 7433 (java) S 7429 7429 5918 0 -1 1077944384 7288 0 0 0 500 22 0 0 20 0 15 0 113253304 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695961872656 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7434] ppid=7429 vsize=13984976 memory=288288870184016214 CPUtime=5.22 cores=1,3,5,7
/proc/7431/task/7434/stat : 7434 (java) S 7429 7429 5918 0 -1 1077944384 6997 0 0 0 499 23 0 0 20 0 15 0 113253304 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695960820112 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7435] ppid=7429 vsize=13984976 memory=4426639978525455914 CPUtime=5.21 cores=1,3,5,7
/proc/7431/task/7435/stat : 7435 (java) S 7429 7429 5918 0 -1 1077944384 6487 0 0 0 498 23 0 0 20 0 15 0 113253304 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695617481232 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7436] ppid=7429 vsize=13984976 memory=-7521736447810188379 CPUtime=5.21 cores=1,3,5,7
/proc/7431/task/7436/stat : 7436 (java) S 7429 7429 5918 0 -1 1077944384 7107 0 0 0 499 22 0 0 20 0 15 0 113253304 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695616428688 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7437] ppid=7429 vsize=13984976 memory=-8412652160765825907 CPUtime=0.89 cores=1,3,5,7
/proc/7431/task/7437/stat : 7437 (java) S 7429 7429 5918 0 -1 1077944384 11222 0 0 0 76 13 0 0 20 0 15 0 113253305 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695565572592 139696024283778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7438] ppid=7429 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7438/stat : 7438 (java) S 7429 7429 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695564518816 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7439] ppid=7429 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7439/stat : 7439 (java) S 7429 7429 5918 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113253306 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695563466224 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7440] ppid=7429 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7440/stat : 7440 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253308 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695562414800 139696024291227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7441] ppid=7429 vsize=13984976 memory=1420 CPUtime=2.56 cores=1,3,5,7
/proc/7431/task/7441/stat : 7441 (java) S 7429 7429 5918 0 -1 1077944384 14531 0 0 0 255 1 0 0 20 0 15 0 113253308 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695561361392 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7442] ppid=7429 vsize=13984976 memory=11032 CPUtime=2.36 cores=1,3,5,7
/proc/7431/task/7442/stat : 7442 (java) S 7429 7429 5918 0 -1 1077944384 14528 0 0 0 235 1 0 0 20 0 15 0 113253308 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695560308848 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7443] ppid=7429 vsize=13984976 memory=1712 CPUtime=0.53 cores=1,3,5,7
/proc/7431/task/7443/stat : 7443 (java) S 7429 7429 5918 0 -1 1077944384 7377 0 0 0 52 1 0 0 20 0 15 0 113253308 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695559256304 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7444] ppid=7429 vsize=13984976 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/7431/task/7444/stat : 7444 (java) S 7429 7429 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113253309 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695558204000 139696024282837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
[pid=7431/tid=7445] ppid=7429 vsize=13984976 memory=8560 CPUtime=0.38 cores=1,3,5,7
/proc/7431/task/7445/stat : 7445 (java) S 7429 7429 5918 0 -1 1077944384 595 0 0 0 18 20 0 0 20 0 15 0 113253309 14320615424 94114 33554432000 4194304 4196468 140726616108160 139695489018672 139696024283778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33923072 140726616110231 140726616110407 140726616110407 140726616113103 0
Current children cumulated CPU time: 830.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 377836 KiB

Child status: 0
Real time (s): 810.021
CPU time (s): 830.759
CPU user time (s): 829.42
CPU system time (s): 1.33924
CPU usage (%): 102.56
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 491492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 829.42
system time used= 1.33924
maximum resident set size= 520208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40515
involuntary context switches= 1772


# summary of solver processes directly reported to runsolver:
#   pid: 7429
#   total CPU time (s): 830.759
#   total CPU user time (s): 829.42
#   total CPU system time (s): 1.33924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.20231 second user time and 8.0852 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 14:39:54
IDJOB=4272517
IDBENCH=133094
IDSOLVER=2664
FILE ID=node107/4272517-1502801653
RUNJOBID= node107-1502793297-5950
PBS_JOBID= 20629130
Free space on /tmp= 61656 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-03.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272517-1502801653/watcher-4272517-1502801653 -o /tmp/evaluation-result-4272517-1502801653/solver-4272517-1502801653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1654885021 HOME/instance-4272517-1502801653.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 179d2a128a53b26e9bde33d3c842c186
RANDOM SEED=1654885021

node107.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.84
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.84
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.84
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.84
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:        28838484 kB
MemAvailable:   31761644 kB
Buffers:          223000 kB
Cached:          2987104 kB
SwapCached:            0 kB
Active:           803668 kB
Inactive:        2687376 kB
Active(anon):     283756 kB
Inactive(anon):    24972 kB
Active(file):     519912 kB
Inactive(file):  2662404 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:             0 kB
AnonPages:        301560 kB
Mapped:            58148 kB
Shmem:             25228 kB
Slab:             139980 kB
SReclaimable:     113360 kB
SUnreclaim:        26620 kB
KernelStack:        3792 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1169092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61648 MiB
End job on node107 at 2017-08-15 14:53:24