Trace number 4404058

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT44 9.74407 3.46485

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark8.57589
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404058-1568992901.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404058-1568992901.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.04/0.59	c solve instance...
1.27/0.67	o 65 
1.27/0.67	o 61 
1.27/0.68	o 59 
1.27/0.69	o 57 
1.27/0.69	o 53 
1.57/0.71	o 52 
1.57/0.73	o 50 
1.57/0.80	o 49 
1.93/0.80	o 47 
2.28/0.90	o 45 
2.28/0.96	o 44 
9.42/2.77	s OPTIMUM FOUND
9.42/2.77	v <instantiation>
9.42/2.77	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
9.42/2.77	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
9.42/2.77	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404058-1568992901/watcher-4404058-1568992901 -o /var/tmp/evaluation-result-4404058-1568992901/solver-4404058-1568992901 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568991652-22529 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1088258349 HOME/instance-4404058-1568992901.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=23428, runsolver pid=23425

[startup+0.100058 s]*
/proc/loadavg: 8.42 8.36 6.44 7/229 23444
/proc/meminfo: memFree=8151056/32770624 swapFree=66993304/67108860
[pid=23428] ppid=23425 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23428/stat : 23428 (xcsp3-exec) S 23425 23428 22498 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475557910 115843072 363 33554432000 4194304 5098028 140724635071216 140724635069320 140091425825404 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16601088 140724635075414 140724635075673 140724635075673 140724635078598 0
/proc/23428/statm: 28282 363 304 221 0 87 0
[pid=23430] ppid=23428 vsize=15144776 memory=29640 CPUtime=0.12 cores=0,2,4,6
/proc/23430/stat : 23430 (java) S 23428 23428 22498 0 -1 1077944320 5907 0 0 0 11 1 0 0 20 0 15 0 475557910 15508250624 7410 33554432000 4194304 4196468 140727571612272 140727571594816 140315043282679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
/proc/23430/statm: 3786194 7410 3119 1 0 3748377 0
[pid=23430/tid=23431] ppid=23428 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/23430/task/23431/stat : 23431 (java) R 23428 23428 22498 0 -1 4202560 3837 0 0 0 9 0 0 0 20 0 15 0 475557910 15508250624 7476 33554432000 4194304 4196468 140727571612272 140315047506928 140315035519806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23432] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23432/stat : 23432 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314635790736 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23433] ppid=23428 vsize=15144776 memory=3474722444308506272 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23433/stat : 23433 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314634737936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23434] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23434/stat : 23434 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314633685648 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23435] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23435/stat : 23435 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314632632848 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23436] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23436/stat : 23436 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557912 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314579036784 140315043293826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23437] ppid=23428 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23437/stat : 23437 (java) S 23428 23428 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475557913 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314577982752 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23438] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23438/stat : 23438 (java) S 23428 23428 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475557913 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314576930416 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23439] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23439/stat : 23439 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314575878736 140315043301275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23440] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23440/stat : 23440 (java) R 23428 23428 22498 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314574825584 140315043293826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23441] ppid=23428 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23441/stat : 23441 (java) R 23428 23428 22498 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314573772784 140315035524069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23442] ppid=23428 vsize=15144776 memory=140140623292032 CPUtime=0.01 cores=0,2,4,6
/proc/23430/task/23442/stat : 23442 (java) R 23428 23428 22498 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 475557916 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314572720496 140315043294614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23443] ppid=23428 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23443/stat : 23443 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314571667936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23444] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23444/stat : 23444 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 7476 33554432000 4194304 4196468 140727571612272 140314570615728 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31092 KiB

[startup+0.211166 s]*
/proc/loadavg: 8.42 8.36 6.44 6/229 23444
/proc/meminfo: memFree=8110520/32770624 swapFree=66993304/67108860
[pid=23428] ppid=23425 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23428/stat : 23428 (xcsp3-exec) S 23425 23428 22498 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475557910 115843072 363 33554432000 4194304 5098028 140724635071216 140724635069320 140091425825404 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16601088 140724635075414 140724635075673 140724635075673 140724635078598 0
/proc/23428/statm: 28282 363 304 221 0 87 0
[pid=23430] ppid=23428 vsize=15144776 memory=40560 CPUtime=0.34 cores=0,2,4,6
/proc/23430/stat : 23430 (java) S 23428 23428 22498 0 -1 1077944320 9390 0 0 0 31 3 0 0 20 0 15 0 475557910 15508250624 10140 33554432000 4194304 4196468 140727571612272 140727571594816 140315043282679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
/proc/23430/statm: 3786194 10140 3298 1 0 3748377 0
[pid=23430/tid=23431] ppid=23428 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23430/task/23431/stat : 23431 (java) R 23428 23428 22498 0 -1 4202560 6634 0 0 0 18 2 0 0 20 0 15 0 475557910 15508250624 10140 33554432000 4194304 4196468 140727571612272 140315047516128 140315043294614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23432] ppid=23428 vsize=15144776 memory=8998 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23432/stat : 23432 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314635790736 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23433] ppid=23428 vsize=15144776 memory=140140626868766 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23433/stat : 23433 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314634737936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23434] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23434/stat : 23434 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314633685648 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23435] ppid=23428 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23435/stat : 23435 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557911 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314632632848 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23436] ppid=23428 vsize=15144776 memory=140140623292032 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23436/stat : 23436 (java) S 23428 23428 22498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475557912 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314579036784 140315043293826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23437] ppid=23428 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23437/stat : 23437 (java) S 23428 23428 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475557913 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314577982752 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23438] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23438/stat : 23438 (java) S 23428 23428 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475557913 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314576930416 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23439] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23439/stat : 23439 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314575878736 140315043301275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23440] ppid=23428 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23430/task/23440/stat : 23440 (java) S 23428 23428 22498 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 15 0 475557916 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314574825584 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23441] ppid=23428 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23430/task/23441/stat : 23441 (java) S 23428 23428 22498 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 475557916 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314573772784 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23442] ppid=23428 vsize=15144776 memory=140140623292032 CPUtime=0.08 cores=0,2,4,6
/proc/23430/task/23442/stat : 23442 (java) R 23428 23428 22498 0 -1 4202560 785 0 0 0 8 0 0 0 20 0 15 0 475557916 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314572720304 140315022105587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23443] ppid=23428 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23443/stat : 23443 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314571667936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23444] ppid=23428 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23444/stat : 23444 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557916 15508250624 10140 33554432000 4194304 4196468 140727571612272 140314570615728 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42012 KiB

[startup+0.311473 s]*
/proc/loadavg: 8.42 8.36 6.44 6/229 23444
/proc/meminfo: memFree=8084372/32770624 swapFree=66993304/67108860
[pid=23428] ppid=23425 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23428/stat : 23428 (xcsp3-exec) S 23425 23428 22498 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475557910 115843072 363 33554432000 4194304 5098028 140724635071216 140724635069320 140091425825404 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16601088 140724635075414 140724635075673 140724635075673 140724635078598 0
/proc/23428/statm: 28282 363 304 221 0 87 0
[pid=23430] ppid=23428 vsize=15149032 memory=49804 CPUtime=0.54 cores=0,2,4,6
/proc/23430/stat : 23430 (java) S 23428 23428 22498 0 -1 1077944320 10749 0 0 0 50 4 0 0 20 0 15 0 475557910 15512608768 12451 33554432000 4194304 4196468 140727571612272 140727571594816 140315043282679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
/proc/23430/statm: 3787258 12451 3366 1 0 3748377 0
[pid=23430/tid=23431] ppid=23428 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/23430/task/23431/stat : 23431 (java) R 23428 23428 22498 0 -1 4202560 7745 0 0 0 27 3 0 0 20 0 15 0 475557910 15512608768 12451 33554432000 4194304 4196468 140727571612272 140315047513792 140315043304605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23432] ppid=23428 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23432/stat : 23432 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557911 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314635790736 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23433] ppid=23428 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23433/stat : 23433 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557911 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314634737936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23434] ppid=23428 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23434/stat : 23434 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557911 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314633685648 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23435] ppid=23428 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23435/stat : 23435 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475557911 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314632632848 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23436] ppid=23428 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23436/stat : 23436 (java) S 23428 23428 22498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475557912 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314579036784 140315043293826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23437] ppid=23428 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23437/stat : 23437 (java) S 23428 23428 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475557913 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314577982752 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23438] ppid=23428 vsize=15149032 memory=7893295687695688210 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23438/stat : 23438 (java) S 23428 23428 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475557913 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314576930416 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23439] ppid=23428 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23439/stat : 23439 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475557916 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314575878736 140315043301275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23440] ppid=23428 vsize=15149032 memory=7755356400017183579 CPUtime=0.05 cores=0,2,4,6
/proc/23430/task/23440/stat : 23440 (java) R 23428 23428 22498 0 -1 4202560 489 0 0 0 5 0 0 0 20 0 15 0 475557916 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314574825584 140315028392203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23441] ppid=23428 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23430/task/23441/stat : 23441 (java) S 23428 23428 22498 0 -1 1077944384 282 0 0 0 4 0 0 0 20 0 15 0 475557916 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314573772784 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23442] ppid=23428 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23430/task/23442/stat : 23442 (java) S 23428 23428 22498 0 -1 1077944384 933 0 0 0 13 0 0 0 20 0 15 0 475557916 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314572720496 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23443] ppid=23428 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23443/stat : 23443 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475557916 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314571667936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23444] ppid=23428 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23444/stat : 23444 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475557916 15512608768 12451 33554432000 4194304 4196468 140727571612272 140314570615728 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51256 KiB

[startup+0.707182 s]
/proc/loadavg: 8.42 8.36 6.44 6/229 23444
/proc/meminfo: memFree=8015976/32770624 swapFree=66993304/67108860
[pid=23428] ppid=23425 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23428/stat : 23428 (xcsp3-exec) S 23425 23428 22498 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475557910 115843072 363 33554432000 4194304 5098028 140724635071216 140724635069320 140091425825404 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16601088 140724635075414 140724635075673 140724635075673 140724635078598 0
/proc/23428/statm: 28282 363 304 221 0 87 0
[pid=23430] ppid=23428 vsize=15485004 memory=126756 CPUtime=1.57 cores=0,2,4,6
/proc/23430/stat : 23430 (java) S 23428 23428 22498 0 -1 1077944320 15613 0 0 0 150 7 0 0 20 0 19 0 475557910 15856644096 31689 33554432000 4194304 4196468 140727571612272 140727571594816 140315043282679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
/proc/23430/statm: 3871251 31689 3461 1 0 3832351 0
[pid=23430/tid=23431] ppid=23428 vsize=15485004 memory=-3704326594973231466 CPUtime=0.58 cores=0,2,4,6
/proc/23430/task/23431/stat : 23431 (java) S 23428 23428 22498 0 -1 1077944384 9237 0 0 0 54 4 0 0 20 0 19 0 475557910 15856644096 31689 33554432000 4194304 4196468 140727571612272 140315047523456 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23432] ppid=23428 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23432/stat : 23432 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314635790736 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23433] ppid=23428 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23433/stat : 23433 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314634737936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23434] ppid=23428 vsize=15485004 memory=740 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23434/stat : 23434 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314633685648 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23435] ppid=23428 vsize=15485004 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23435/stat : 23435 (java) S 23428 23428 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314632632848 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23436] ppid=23428 vsize=15485004 memory=9520 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23436/stat : 23436 (java) S 23428 23428 22498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475557912 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314579036784 140315043293826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23437] ppid=23428 vsize=15485004 memory=4076 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23437/stat : 23437 (java) S 23428 23428 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475557913 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314577982752 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23438] ppid=23428 vsize=15485004 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23438/stat : 23438 (java) S 23428 23428 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475557913 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314576930416 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23439] ppid=23428 vsize=15485004 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23439/stat : 23439 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475557916 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314575878736 140315043301275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23440] ppid=23428 vsize=15485004 memory=1736 CPUtime=0.23 cores=0,2,4,6
/proc/23430/task/23440/stat : 23440 (java) R 23428 23428 22498 0 -1 4202560 1499 0 0 0 23 0 0 0 20 0 19 0 475557916 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314574811608 140315024804903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23441] ppid=23428 vsize=15485004 memory=6100 CPUtime=0.24 cores=0,2,4,6
/proc/23430/task/23441/stat : 23441 (java) R 23428 23428 22498 0 -1 4202560 1029 0 0 0 24 0 0 0 20 0 19 0 475557916 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314573762384 140315028406718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23442] ppid=23428 vsize=15485004 memory=772 CPUtime=0.35 cores=0,2,4,6
/proc/23430/task/23442/stat : 23442 (java) R 23428 23428 22498 0 -1 1077944384 1957 0 0 0 34 1 0 0 20 0 19 0 475557916 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314572720496 140315043293826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23443] ppid=23428 vsize=15485004 memory=952 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23443/stat : 23443 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475557916 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314571667936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23444] ppid=23428 vsize=15485004 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23444/stat : 23444 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475557916 15856644096 31689 33554432000 4194304 4196468 140727571612272 140314570615728 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 128208 KiB

[startup+1.50088 s]
/proc/loadavg: 8.42 8.36 6.44 8/220 23492
/proc/meminfo: memFree=8068656/32770624 swapFree=66993304/67108860
[pid=23428] ppid=23425 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23428/stat : 23428 (xcsp3-exec) S 23425 23428 22498 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475557910 115843072 363 33554432000 4194304 5098028 140724635071216 140724635069320 140091425825404 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16601088 140724635075414 140724635075673 140724635075673 140724635078598 0
/proc/23428/statm: 28282 363 304 221 0 87 0
[pid=23430] ppid=23428 vsize=15485004 memory=195600 CPUtime=4.64 cores=0,2,4,6
/proc/23430/stat : 23430 (java) S 23428 23428 22498 0 -1 1077944320 22096 0 0 0 455 9 0 0 20 0 19 0 475557910 15856644096 48900 33554432000 4194304 4196468 140727571612272 140727571594816 140315043282679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
/proc/23430/statm: 3871251 48900 3482 1 0 3832351 0
[pid=23430/tid=23431] ppid=23428 vsize=15485004 memory=56 CPUtime=0.58 cores=0,2,4,6
/proc/23430/task/23431/stat : 23431 (java) S 23428 23428 22498 0 -1 1077944384 9237 0 0 0 54 4 0 0 20 0 19 0 475557910 15856644096 48900 33554432000 4194304 4196468 140727571612272 140315047523456 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23432] ppid=23428 vsize=15485004 memory=7013623321968339282 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23432/stat : 23432 (java) S 23428 23428 22498 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314635790736 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23433] ppid=23428 vsize=15485004 memory=7308893960966729324 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23433/stat : 23433 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314634737936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23434] ppid=23428 vsize=15485004 memory=5860703015573540944 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23434/stat : 23434 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314633685648 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23435] ppid=23428 vsize=15485004 memory=740 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23435/stat : 23435 (java) S 23428 23428 22498 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475557911 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314632632848 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23436] ppid=23428 vsize=15485004 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23436/stat : 23436 (java) S 23428 23428 22498 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 475557912 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314579036784 140315043293826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23437] ppid=23428 vsize=15485004 memory=9520 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23437/stat : 23437 (java) S 23428 23428 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475557913 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314577982816 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23438] ppid=23428 vsize=15485004 memory=4076 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23438/stat : 23438 (java) S 23428 23428 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475557913 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314576930416 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23439] ppid=23428 vsize=15485004 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23439/stat : 23439 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475557916 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314575878736 140315043301275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23440] ppid=23428 vsize=15485004 memory=201322297079576 CPUtime=0.84 cores=0,2,4,6
/proc/23430/task/23440/stat : 23440 (java) R 23428 23428 22498 0 -1 4202560 3740 0 0 0 84 0 0 0 20 0 19 0 475557916 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314574815584 140315026783191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23441] ppid=23428 vsize=15485004 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/23430/task/23441/stat : 23441 (java) R 23428 23428 22498 0 -1 4202560 3947 0 0 0 86 0 0 0 20 0 19 0 475557916 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314573765808 140315026768571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23442] ppid=23428 vsize=15485004 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/23430/task/23442/stat : 23442 (java) R 23428 23428 22498 0 -1 1077944384 2672 0 0 0 48 1 0 0 20 0 19 0 475557916 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314572718288 140315043292885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23443] ppid=23428 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23443/stat : 23443 (java) S 23428 23428 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475557916 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314571667936 140315043292885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23444] ppid=23428 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23430/task/23444/stat : 23444 (java) S 23428 23428 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475557916 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314570615728 140315043293826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23489] ppid=23428 vsize=15485004 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/23430/task/23489/stat : 23489 (java) R 23428 23428 22498 0 -1 4202560 28 0 0 0 38 0 0 0 20 0 19 0 475558006 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314490091136 140314657001828 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23490] ppid=23428 vsize=15485004 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/23430/task/23490/stat : 23490 (java) R 23428 23428 22498 0 -1 4202560 22 0 0 0 34 0 0 0 20 0 19 0 475558006 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314491146264 140314656243507 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23491] ppid=23428 vsize=15485004 memory=-9181546050914066336 CPUtime=0.25 cores=0,2,4,6
/proc/23430/task/23491/stat : 23491 (java) R 23428 23428 22498 0 -1 4202560 26 0 0 0 25 0 0 0 20 0 19 0 475558006 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314493253360 140314656933315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
[pid=23430/tid=23492] ppid=23428 vsize=15485004 memory=-7457052372387209120 CPUtime=0.24 cores=0,2,4,6
/proc/23430/task/23492/stat : 23492 (java) R 23428 23428 22498 0 -1 4202560 23 0 0 0 24 0 0 0 20 0 19 0 475558006 15856644096 48900 33554432000 4194304 4196468 140727571612272 140314487986968 140314656570497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20533248 140727571620827 140727571621002 140727571621002 140727571623887 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 197052 KiB

[startup+2.91134 s]
# the end of solver process 23428 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.63896 s, system=0.105118 s

Solver just ended.

[startup+3.10981 s]
/proc/loadavg: 8.55 8.39 6.46 8/218 23587
/proc/meminfo: memFree=8052728/32770624 swapFree=66993304/67108860
Current cumulated CPU time of completed processes: 9.74407 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.10981 s]*
/proc/loadavg: 8.55 8.39 6.46 9/218 23587
/proc/meminfo: memFree=8069428/32770624 swapFree=66993304/67108860
Current cumulated CPU time of completed processes: 9.74407 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.46485
CPU time (s): 9.74407
CPU user time (s): 9.63896
CPU system time (s): 0.105118
CPU usage (%): 281.226
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 201132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.63896
system time used= 0.105118
maximum resident set size= 200856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23190
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= 2398
involuntary context switches= 542


# summary of solver processes directly reported to runsolver:
#   pid: 23428
#   total CPU time (s): 9.74407
#   total CPU user time (s): 9.63896
#   total CPU system time (s): 0.105118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042788 second user time and 0.083157 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 17:21:03
IDJOB=4404058
IDBENCH=141374
IDSOLVER=2864
FILE ID=node126/4404058-1568992901
RUNJOBID= node126-1568991652-22529
PBS_JOBID= 21704660
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404058-1568992901/watcher-4404058-1568992901 -o /var/tmp/evaluation-result-4404058-1568992901/solver-4404058-1568992901 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568991652-22529 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1088258349 HOME/instance-4404058-1568992901.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1088258349

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8206240 kB
MemAvailable:   31809464 kB
Buffers:          133920 kB
Cached:         23526380 kB
SwapCached:         7112 kB
Active:         11860072 kB
Inactive:       11857756 kB
Active(anon):      49640 kB
Inactive(anon):    46368 kB
Active(file):   11810432 kB
Inactive(file): 11811388 kB
Unevictable:      109452 kB
Mlocked:          109452 kB
SwapTotal:      67108860 kB
SwapFree:       66993304 kB
Dirty:             26444 kB
Writeback:             0 kB
AnonPages:        122852 kB
Mapped:            58152 kB
Shmem:             29696 kB
Slab:             438924 kB
SReclaimable:     409864 kB
SUnreclaim:        29060 kB
KernelStack:        3744 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1463272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node126 at 2019-09-20 17:21:07