Trace number 4398975

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16SAT 34.3399 9.05252

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-08-int.xml
MD5SUM473b10c1a98fbd59115b24ad203b92fd
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 benchmark8.59086
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints66
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":62},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":65},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398975-1568698648.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398975-1568698648.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.93/1.18	c solve instance...
34.19/9.03	s SATISFIABLE
34.19/9.03	v <instantiation>
34.19/9.03	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
34.19/9.03	v 	<values>0 10 16 1 11 5 15 21 27 33 48 42 57 51 61 55 45 39 29 23 6 12 22 7 13 19 4 14 20 3 9 24 34 40 25 35 41 56 50 60 54 37 31 46 63 53 43 58 52 62 47 30 36 26 32 49 59 44 38 28 18 8 2 17 </values>
34.19/9.03	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 (14577 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398975-1568698648/watcher-4398975-1568698648 -o /tmp/evaluation-result-4398975-1568698648/solver-4398975-1568698648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10315 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1027823360 HOME/instance-4398975-1568698648.xml 

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

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
solver pid=10354, runsolver pid=10351
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 4.23 4.84 6.31 4/229 10376
/proc/meminfo: memFree=30629628/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15144776 memory=30064 CPUtime=0.13 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 5477 0 0 0 11 2 0 0 20 0 15 0 446133644 15508250624 7516 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3786194 7516 3121 1 0 3748377 0
[pid=10356/tid=10357] ppid=10354 vsize=15144776 memory=576460756329985062 CPUtime=0.09 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) R 10354 10354 10284 0 -1 4202560 3395 0 0 0 8 1 0 0 20 0 15 0 446133644 15508250624 7516 33554432000 4194304 4196468 140730440983776 140082010398608 140082006188634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15144776 memory=4193191239220461600 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133647 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446133647 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446133647 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) R 10354 10354 10284 0 -1 4202560 292 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081470544240 140082006179222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) R 10354 10354 10284 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081469491440 140082006178434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15144776 memory=140491117782656 CPUtime=0.02 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) R 10354 10354 10284 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 446133650 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081468436176 140082006179222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 7516 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31516 KiB

[startup+0.210762 s]*
/proc/loadavg: 4.23 4.84 6.31 7/229 10376
/proc/meminfo: memFree=30606732/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15144776 memory=41224 CPUtime=0.35 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 9031 0 0 0 31 4 0 0 20 0 15 0 446133644 15508250624 10306 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3786194 10306 3298 1 0 3748377 0
[pid=10356/tid=10357] ppid=10354 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) R 10354 10354 10284 0 -1 4202560 6211 0 0 0 17 2 0 0 20 0 15 0 446133644 15508250624 10306 33554432000 4194304 4196468 140730440983776 140082010406960 140082006179222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15144776 memory=547 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15144776 memory=140491120876896 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446133647 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446133647 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15144776 memory=140491117782656 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446133647 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) S 10354 10354 10284 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 446133650 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081470544240 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) S 10354 10354 10284 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 446133650 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081469491440 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) R 10354 10354 10284 0 -1 4202560 764 0 0 0 8 0 0 0 20 0 15 0 446133650 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081468438640 140081984970496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133650 15508250624 10306 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42676 KiB

[startup+0.310594 s]*
/proc/loadavg: 4.23 4.84 6.31 6/229 10376
/proc/meminfo: memFree=30594124/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15149032 memory=50268 CPUtime=0.53 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 10331 0 0 0 48 5 0 0 20 0 15 0 446133644 15512608768 12567 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3787258 12567 3365 1 0 3748377 0
[pid=10356/tid=10357] ppid=10354 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) R 10354 10354 10284 0 -1 4202560 7294 0 0 0 27 3 0 0 20 0 15 0 446133644 15512608768 12596 33554432000 4194304 4196468 140730440983776 140082010398400 140081990247774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446133647 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15149032 memory=-7089961413695357087 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446133647 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446133647 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15149032 memory=8514701219781834910 CPUtime=0.05 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) R 10354 10354 10284 0 -1 4202560 538 0 0 0 5 0 0 0 20 0 15 0 446133650 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081470544240 140081987688462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15149032 memory=6576575808607069348 CPUtime=0.03 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) R 10354 10354 10284 0 -1 1077944384 365 0 0 0 3 0 0 0 20 0 15 0 446133650 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081469491440 140082006178434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) S 10354 10354 10284 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 15 0 446133650 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081468438640 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133650 15512608768 12596 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51720 KiB

[startup+0.700793 s]
/proc/loadavg: 4.23 4.84 6.31 8/229 10376
/proc/meminfo: memFree=30559488/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15153032 memory=93796 CPUtime=1.68 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 17663 0 0 0 161 7 0 0 20 0 15 0 446133644 15516704768 23449 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3788258 23449 3453 1 0 3749358 0
[pid=10356/tid=10357] ppid=10354 vsize=15153032 memory=-2629634286273811870 CPUtime=0.67 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) R 10354 10354 10284 0 -1 4202560 8144 0 0 0 63 4 0 0 20 0 15 0 446133644 15516704768 23449 33554432000 4194304 4196468 140730440983776 140082010401392 140081646759380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15153032 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15153032 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133645 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15153032 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15153032 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446133645 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15153032 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446133647 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15153032 memory=780 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446133647 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15153032 memory=620 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446133647 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15153032 memory=1496 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15153032 memory=1016 CPUtime=0.33 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) R 10354 10354 10284 0 -1 4202560 1967 0 0 0 32 1 0 0 20 0 15 0 446133650 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081470530784 140081987346883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15153032 memory=6016 CPUtime=0.31 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) R 10354 10354 10284 0 -1 4202560 3699 0 0 0 31 0 0 0 20 0 15 0 446133650 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081469477416 140081987688687 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15153032 memory=14012 CPUtime=0.34 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) S 10354 10354 10284 0 -1 1077944384 2546 0 0 0 34 0 0 0 20 0 15 0 446133650 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081468438640 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15153032 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446133650 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15153032 memory=26064 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446133650 15516704768 23449 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15266160 KiB
Current children cumulated memory: 95248 KiB

[startup+1.5032 s]
/proc/loadavg: 4.37 4.86 6.31 5/209 10388
/proc/meminfo: memFree=30562048/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0

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

/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 673 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 47893 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10389] ppid=10354 vsize=15417412 memory=0 CPUtime=4.78 cores=0,2,4,6
/proc/10356/task/10389/stat : 10389 (java) R 10354 10354 10284 0 -1 4202560 442 0 0 0 478 0 0 0 20 0 19 0 446133763 15787429888 47893 33554432000 4194304 4196468 140730440983776 140081457113976 140081650915582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10390] ppid=10354 vsize=15417412 memory=0 CPUtime=4.44 cores=0,2,4,6
/proc/10356/task/10390/stat : 10390 (java) R 10354 10354 10284 0 -1 4202560 672 0 0 0 444 0 0 0 20 0 19 0 446133763 15787429888 47893 33554432000 4194304 4196468 140730440983776 140081456062968 140081650519182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10391] ppid=10354 vsize=15417412 memory=0 CPUtime=4.53 cores=0,2,4,6
/proc/10356/task/10391/stat : 10391 (java) R 10354 10354 10284 0 -1 4202560 302 0 0 0 453 0 0 0 20 0 19 0 446133763 15787429888 47893 33554432000 4194304 4196468 140730440983776 140081455010376 140081649896936 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10392] ppid=10354 vsize=15417412 memory=0 CPUtime=5.01 cores=0,2,4,6
/proc/10356/task/10392/stat : 10392 (java) R 10354 10354 10284 0 -1 4202560 769 0 0 0 501 0 0 0 20 0 19 0 446133763 15787429888 47893 33554432000 4194304 4196468 140730440983776 140081453957208 140081650478404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 24.91 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 193024 KiB

[startup+8.20166 s]*
/proc/loadavg: 4.82 4.94 6.33 10/237 10464
/proc/meminfo: memFree=29270956/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15417412 memory=220468 CPUtime=31.03 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 41557 0 0 0 3088 15 0 0 20 0 19 0 446133644 15787429888 55117 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3854353 55117 3521 1 0 3815453 0
[pid=10356/tid=10357] ppid=10354 vsize=15417412 memory=8317482817917895235 CPUtime=1.17 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) S 10354 10354 10284 0 -1 1077944384 9635 0 0 0 111 6 0 0 20 0 19 0 446133644 15787429888 55117 33554432000 4194304 4196468 140730440983776 140082010408064 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 891 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15417412 memory=0 CPUtime=2.1 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) S 10354 10354 10284 0 -1 1077944384 8067 0 0 0 207 3 0 0 20 0 19 0 446133650 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081470544240 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15417412 memory=0 CPUtime=2.12 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) S 10354 10354 10284 0 -1 1077944384 10751 0 0 0 211 1 0 0 20 0 19 0 446133650 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081469491440 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15417412 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) S 10354 10354 10284 0 -1 1077944384 6959 0 0 0 68 1 0 0 20 0 19 0 446133650 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081468438640 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 673 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10389] ppid=10354 vsize=15417412 memory=6298636353862526568 CPUtime=6.3 cores=0,2,4,6
/proc/10356/task/10389/stat : 10389 (java) R 10354 10354 10284 0 -1 4202560 446 0 0 0 630 0 0 0 20 0 19 0 446133763 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081457113728 140081650058835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10390] ppid=10354 vsize=15417412 memory=4638778398685085792 CPUtime=5.97 cores=0,2,4,6
/proc/10356/task/10390/stat : 10390 (java) R 10354 10354 10284 0 -1 4202560 691 0 0 0 597 0 0 0 20 0 19 0 446133763 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081456065632 140081650413088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10391] ppid=10354 vsize=15417412 memory=4640491450333680742 CPUtime=6.04 cores=0,2,4,6
/proc/10356/task/10391/stat : 10391 (java) R 10354 10354 10284 0 -1 4202560 304 0 0 0 604 0 0 0 20 0 19 0 446133763 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081455009944 140081650496357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10392] ppid=10354 vsize=15417412 memory=4639086193205072740 CPUtime=6.53 cores=0,2,4,6
/proc/10356/task/10392/stat : 10392 (java) R 10354 10354 10284 0 -1 4202560 782 0 0 0 653 0 0 0 20 0 19 0 446133763 15787429888 55117 33554432000 4194304 4196468 140730440983776 140081453957208 140081647120255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 31.03 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221920 KiB

[startup+8.60166 s]
/proc/loadavg: 4.82 4.94 6.33 10/237 10464
/proc/meminfo: memFree=29270956/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15417412 memory=220488 CPUtime=32.59 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 41572 0 0 0 3244 15 0 0 20 0 19 0 446133644 15787429888 55122 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3854353 55122 3521 1 0 3815453 0
[pid=10356/tid=10357] ppid=10354 vsize=15417412 memory=3520 CPUtime=1.17 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) S 10354 10354 10284 0 -1 1077944384 9635 0 0 0 111 6 0 0 20 0 19 0 446133644 15787429888 55122 33554432000 4194304 4196468 140730440983776 140082010408064 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15417412 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15417412 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15417412 memory=808 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 891 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15417412 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15417412 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15417412 memory=207964 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15417412 memory=2304 CPUtime=2.1 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) S 10354 10354 10284 0 -1 1077944384 8067 0 0 0 207 3 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081470544240 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15417412 memory=2560 CPUtime=2.12 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) S 10354 10354 10284 0 -1 1077944384 10751 0 0 0 211 1 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081469491440 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15417412 memory=1412 CPUtime=0.69 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) S 10354 10354 10284 0 -1 1077944384 6972 0 0 0 68 1 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081468438640 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15417412 memory=2556 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 673 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10389] ppid=10354 vsize=15417412 memory=6791534058613427641 CPUtime=6.69 cores=0,2,4,6
/proc/10356/task/10389/stat : 10389 (java) R 10354 10354 10284 0 -1 4202560 446 0 0 0 669 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081457113728 140081650495855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10390] ppid=10354 vsize=15417412 memory=1408 CPUtime=6.36 cores=0,2,4,6
/proc/10356/task/10390/stat : 10390 (java) R 10354 10354 10284 0 -1 4202560 692 0 0 0 636 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081456065640 140081644803007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10391] ppid=10354 vsize=15417412 memory=2424 CPUtime=6.43 cores=0,2,4,6
/proc/10356/task/10391/stat : 10391 (java) R 10354 10354 10284 0 -1 4202560 304 0 0 0 643 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081455009944 140081646786975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10392] ppid=10354 vsize=15417412 memory=1448 CPUtime=6.92 cores=0,2,4,6
/proc/10356/task/10392/stat : 10392 (java) R 10354 10354 10284 0 -1 4202560 783 0 0 0 692 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081453959208 140081650496064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 32.59 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221940 KiB

[startup+9.00165 s]
/proc/loadavg: 4.82 4.94 6.33 10/237 10464
/proc/meminfo: memFree=29270956/32770624 swapFree=66953076/67108860
[pid=10354] ppid=10351 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10354/stat : 10354 (xcsp3-exec) S 10351 10354 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446133644 115843072 363 33554432000 4194304 5098028 140734893132352 140734893130456 139713045709436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17440768 140734893138810 140734893139053 140734893139053 140734893141962 0
/proc/10354/statm: 28282 363 304 221 0 87 0
[pid=10356] ppid=10354 vsize=15417412 memory=220488 CPUtime=34.19 cores=0,2,4,6
/proc/10356/stat : 10356 (java) S 10354 10354 10284 0 -1 1077944320 41586 0 0 0 3404 15 0 0 20 0 19 0 446133644 15787429888 55122 33554432000 4194304 4196468 140730440983776 140730440966320 140082006167287 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
/proc/10356/statm: 3854353 55122 3521 1 0 3815453 0
[pid=10356/tid=10357] ppid=10354 vsize=15417412 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/10356/task/10357/stat : 10357 (java) S 10354 10354 10284 0 -1 1077944384 9635 0 0 0 111 6 0 0 20 0 19 0 446133644 15787429888 55122 33554432000 4194304 4196468 140730440983776 140082010408064 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10363] ppid=10354 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10363/stat : 10363 (java) S 10354 10354 10284 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081598749328 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10364] ppid=10354 vsize=15417412 memory=201820 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10364/stat : 10364 (java) S 10354 10354 10284 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081597696528 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10365] ppid=10354 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10365/stat : 10365 (java) S 10354 10354 10284 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081596643728 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10366] ppid=10354 vsize=15417412 memory=203868 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10366/stat : 10366 (java) S 10354 10354 10284 0 -1 1077944384 891 0 0 0 0 0 0 0 20 0 19 0 446133645 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081595590928 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10368] ppid=10354 vsize=15417412 memory=988 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10368/stat : 10368 (java) S 10354 10354 10284 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081474755440 140082006178434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10369] ppid=10354 vsize=15417412 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10369/stat : 10369 (java) S 10354 10354 10284 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081473701408 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10370] ppid=10354 vsize=15417412 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10370/stat : 10370 (java) S 10354 10354 10284 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 446133647 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081472648560 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10371] ppid=10354 vsize=15417412 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10371/stat : 10371 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081471596880 140082006185883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10372] ppid=10354 vsize=15417412 memory=1056 CPUtime=2.1 cores=0,2,4,6
/proc/10356/task/10372/stat : 10372 (java) S 10354 10354 10284 0 -1 1077944384 8067 0 0 0 207 3 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081470544240 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10373] ppid=10354 vsize=15417412 memory=6370717054522517333 CPUtime=2.12 cores=0,2,4,6
/proc/10356/task/10373/stat : 10373 (java) S 10354 10354 10284 0 -1 1077944384 10755 0 0 0 211 1 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081469491440 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10374] ppid=10354 vsize=15417412 memory=8093904688860718674 CPUtime=0.69 cores=0,2,4,6
/proc/10356/task/10374/stat : 10374 (java) S 10354 10354 10284 0 -1 1077944384 6980 0 0 0 68 1 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081468438640 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10375] ppid=10354 vsize=15417412 memory=7518013444707669074 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10375/stat : 10375 (java) S 10354 10354 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081467386080 140082006177493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10376] ppid=10354 vsize=15417412 memory=7512112207188419648 CPUtime=0 cores=0,2,4,6
/proc/10356/task/10376/stat : 10376 (java) S 10354 10354 10284 0 -1 1077944384 673 0 0 0 0 0 0 0 20 0 19 0 446133650 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081466334384 140082006178434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10389] ppid=10354 vsize=15417412 memory=7884796251824412269 CPUtime=7.09 cores=0,2,4,6
/proc/10356/task/10389/stat : 10389 (java) R 10354 10354 10284 0 -1 4202560 446 0 0 0 709 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081457113728 140081650060769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10390] ppid=10354 vsize=15417412 memory=6147800903473905760 CPUtime=6.76 cores=0,2,4,6
/proc/10356/task/10390/stat : 10390 (java) R 10354 10354 10284 0 -1 4202560 692 0 0 0 676 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081456065640 140081650642677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10391] ppid=10354 vsize=15417412 memory=6791534058613427641 CPUtime=6.83 cores=0,2,4,6
/proc/10356/task/10391/stat : 10391 (java) R 10354 10354 10284 0 -1 4202560 304 0 0 0 683 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081455009944 140081650224835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
[pid=10356/tid=10392] ppid=10354 vsize=15417412 memory=1056 CPUtime=7.32 cores=0,2,4,6
/proc/10356/task/10392/stat : 10392 (java) R 10354 10354 10284 0 -1 4202560 785 0 0 0 732 0 0 0 20 0 19 0 446133763 15787429888 55122 33554432000 4194304 4196468 140730440983776 140081453959560 140081646786966 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10981376 140730440991727 140730440991898 140730440991898 140730440994767 0
Current children cumulated CPU time: 34.19 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221940 KiB

Child status: 0
Real time (s): 9.05252
CPU time (s): 34.3399
CPU user time (s): 34.1717
CPU system time (s): 0.168116
CPU usage (%): 379.34
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 221940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.1717
system time used= 0.168116
maximum resident set size= 220596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2367
involuntary context switches= 1455


# summary of solver processes directly reported to runsolver:
#   pid: 10354
#   total CPU time (s): 34.3399
#   total CPU user time (s): 34.1717
#   total CPU system time (s): 0.168116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074362 second user time and 0.138271 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 07:36:48
IDJOB=4398975
IDBENCH=134594
IDSOLVER=2853
FILE ID=node127/4398975-1568698648
RUNJOBID= node127-1568698608-10315
PBS_JOBID= 21703817
Free space on /tmp= 61296 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-08-int.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 /tmp/evaluation-result-4398975-1568698648/watcher-4398975-1568698648 -o /tmp/evaluation-result-4398975-1568698648/solver-4398975-1568698648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10315 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1027823360 HOME/instance-4398975-1568698648.xml

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

MD5SUM BENCH= 473b10c1a98fbd59115b24ad203b92fd
RANDOM SEED=1027823360

node127.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.55
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.55
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.55
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.55
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:        30661300 kB
MemAvailable:   31822884 kB
Buffers:           91268 kB
Cached:          1354928 kB
SwapCached:        51464 kB
Active:           535256 kB
Inactive:         975692 kB
Active(anon):      23916 kB
Inactive(anon):    90104 kB
Active(file):     511340 kB
Inactive(file):   885588 kB
Unevictable:      110884 kB
Mlocked:          110884 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             52236 kB
Writeback:             0 kB
AnonPages:        120840 kB
Mapped:            54708 kB
Shmem:             40672 kB
Slab:             190592 kB
SReclaimable:     160980 kB
SUnreclaim:        29612 kB
KernelStack:        3280 kB
PageTables:         5680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1493060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 07:36:57