Trace number 4393015

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-06-14SAT 18.8164 5.11564

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-4393015-1568321776.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393015-1568321776.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.97/1.17	c solve instance...
18.42/5.10	s SATISFIABLE
18.42/5.10	v <instantiation>
18.42/5.10	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>
18.42/5.10	v 	<values>0 10 16 1 11 5 15 21 27 37 31 46 63 53 59 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 33 48 58 52 62 47 30 36 26 32 49 43 60 54 44 38 28 18 8 2 17 </values>
18.42/5.10	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 (9197 MiB free)
  memory of node 1: 16384 MiB (15079 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393015-1568321776/watcher-4393015-1568321776 -o /tmp/evaluation-result-4393015-1568321776/solver-4393015-1568321776 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 880035477 HOME/instance-4393015-1568321776.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=24500, runsolver pid=24497
Current StackSize limit: 8192 KiB


[startup+0.100902 s]*
/proc/loadavg: 7.05 8.04 8.16 6/232 24516
/proc/meminfo: memFree=24843256/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15144768 memory=29352 CPUtime=0.13 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 5779 0 0 0 12 1 0 0 20 0 15 0 408434982 15508242432 7338 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3786192 7338 3150 1 0 3748377 0
[pid=24502/tid=24503] ppid=24500 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) R 24500 24500 15592 0 -1 4202560 3670 0 0 0 8 1 0 0 20 0 15 0 408434982 15508242432 7338 33554432000 4194304 4196468 140723907256288 139907459459936 139907455249814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 7338 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15144768 memory=140135075973705 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 7338 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 7338 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 7338 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408434984 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408434985 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408434985 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) R 24500 24500 15592 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 408434987 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906325089792 139907455248085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906324043760 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15144768 memory=140135075952256 CPUtime=0.02 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) R 24500 24500 15592 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 408434987 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906322991472 139907447475006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434988 15508242432 7338 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30800 KiB

[startup+0.210742 s]*
/proc/loadavg: 7.05 8.04 8.16 7/232 24516
/proc/meminfo: memFree=24830620/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15144768 memory=41084 CPUtime=0.34 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 9510 0 0 0 31 3 0 0 20 0 15 0 408434982 15508242432 10271 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3786192 10271 3297 1 0 3748377 0
[pid=24502/tid=24503] ppid=24500 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) R 24500 24500 15592 0 -1 4202560 6671 0 0 0 18 2 0 0 20 0 15 0 408434982 15508242432 10271 33554432000 4194304 4196468 140723907256288 139907459476880 139907439318366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15144768 memory=1898157 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 10271 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15144768 memory=288370511227664000 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 10271 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 10271 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408434983 15508242432 10271 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15144768 memory=140135075952256 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408434984 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408434985 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408434985 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 15592 0 -1 1077944384 715 0 0 0 2 0 0 0 20 0 15 0 408434987 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906325096560 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 15592 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 15 0 408434987 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906324043760 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15144768 memory=140135075952256 CPUtime=0.08 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) S 24500 24500 15592 0 -1 1077944384 757 0 0 0 8 0 0 0 20 0 15 0 408434987 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906322991472 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434988 15508242432 10271 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42532 KiB

[startup+0.310853 s]*
/proc/loadavg: 7.05 8.04 8.16 7/232 24516
/proc/meminfo: memFree=24822732/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15149024 memory=50176 CPUtime=0.53 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 10865 0 0 0 49 4 0 0 20 0 15 0 408434982 15512600576 12544 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3787256 12544 3359 1 0 3748377 0
[pid=24502/tid=24503] ppid=24500 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) R 24500 24500 15592 0 -1 4202560 7834 0 0 0 27 3 0 0 20 0 15 0 408434982 15512600576 12544 33554432000 4194304 4196468 140723907256288 139907459471184 139907439318366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15512600576 12544 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15512600576 12544 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15512600576 12544 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408434983 15512600576 12544 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15149024 memory=-6945283279944138911 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408434984 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408434985 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408434985 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 15592 0 -1 1077944384 725 0 0 0 4 0 0 0 20 0 15 0 408434987 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906325096560 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) R 24500 24500 15592 0 -1 4202560 175 0 0 0 4 0 0 0 20 0 15 0 408434987 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906324024776 139907438624667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) S 24500 24500 15592 0 -1 1077944384 832 0 0 0 12 0 0 0 20 0 15 0 408434987 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906322991472 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434988 15512600576 12544 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51624 KiB

[startup+0.700802 s]
/proc/loadavg: 7.05 8.04 8.16 8/232 24516
/proc/meminfo: memFree=24808504/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15153024 memory=95200 CPUtime=1.69 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 19042 0 0 0 163 6 0 0 20 0 15 0 408434982 15516696576 23800 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3788256 23800 3452 1 0 3749358 0
[pid=24502/tid=24503] ppid=24500 vsize=15153024 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) R 24500 24500 15592 0 -1 4202560 9152 0 0 0 63 4 0 0 20 0 15 0 408434982 15516696576 23800 33554432000 4194304 4196468 140723907256288 139907459475680 139907455249814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15153024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15516696576 23800 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15153024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15516696576 23800 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15153024 memory=704 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434983 15516696576 23800 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15153024 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408434983 15516696576 23800 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15153024 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408434984 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15153024 memory=780 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408434985 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15153024 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408434985 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15153024 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15153024 memory=5952 CPUtime=0.31 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) R 24500 24500 15592 0 -1 4202560 4133 0 0 0 31 0 0 0 20 0 15 0 408434987 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906325082536 139907436761214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15153024 memory=7552 CPUtime=0.33 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) R 24500 24500 15592 0 -1 4202560 1771 0 0 0 33 0 0 0 20 0 15 0 408434987 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906324024248 139907440363919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15153024 memory=2832 CPUtime=0.34 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) R 24500 24500 15592 0 -1 1077944384 2680 0 0 0 34 0 0 0 20 0 15 0 408434987 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906322991472 139907455249026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15153024 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408434987 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15153024 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408434988 15516696576 23800 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15266152 KiB
Current children cumulated memory: 96648 KiB

[startup+1.50916 s]
/proc/loadavg: 7.05 8.04 8.16 8/232 24516
/proc/meminfo: memFree=24751404/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0

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

Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 158560 KiB

[startup+4.00133 s]*
/proc/loadavg: 7.28 8.07 8.17 10/236 24521
/proc/meminfo: memFree=24716852/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15417404 memory=164148 CPUtime=14.43 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 35362 0 0 0 1434 9 0 0 20 0 19 0 408434982 15787421696 41037 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3854351 41037 3503 1 0 3815453 0
[pid=24502/tid=24503] ppid=24500 vsize=15417404 memory=599834381480099971 CPUtime=1.16 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) S 24500 24500 15592 0 -1 1077944384 10819 0 0 0 111 5 0 0 20 0 19 0 408434982 15787421696 41037 33554432000 4194304 4196468 140723907256288 139907459478656 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 41037 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15417404 memory=140135075973705 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 41037 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15417404 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 41037 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15417404 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 41037 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 408434984 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15417404 memory=7929212994644684848 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408434985 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408434985 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408434987 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15417404 memory=0 CPUtime=2.19 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) R 24500 24500 15592 0 -1 1077944384 9605 0 0 0 218 1 0 0 20 0 19 0 408434987 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906325096560 139907455249026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15417404 memory=-1 CPUtime=2.29 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 15592 0 -1 1077944384 7247 0 0 0 229 0 0 0 20 0 19 0 408434987 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906324043760 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15417404 memory=140135075952256 CPUtime=0.66 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) R 24500 24500 15592 0 -1 4202560 5359 0 0 0 65 1 0 0 20 0 19 0 408434987 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906322991472 139907455249814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15417404 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408434987 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15417404 memory=35940 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 408434988 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24517] ppid=24500 vsize=15417404 memory=288230596019287710 CPUtime=2.14 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) R 24500 24500 15592 0 -1 4202560 219 0 0 0 214 0 0 0 20 0 19 0 408435100 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906311674512 139907097921068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24518] ppid=24500 vsize=15417404 memory=15821084089710329 CPUtime=2.11 cores=0,2,4,6
/proc/24502/task/24518/stat : 24518 (java) R 24500 24500 15592 0 -1 4202560 448 0 0 0 211 0 0 0 20 0 19 0 408435100 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906310625688 139907436644178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24519] ppid=24500 vsize=15417404 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) R 24500 24500 15592 0 -1 4202560 106 0 0 0 186 0 0 0 20 0 19 0 408435100 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906309570920 139907097983089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24520] ppid=24500 vsize=15417404 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) R 24500 24500 15592 0 -1 4202560 205 0 0 0 197 0 0 0 20 0 19 0 408435100 15787421696 41037 33554432000 4194304 4196468 140723907256288 139906308519416 139907097921068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 165596 KiB

[startup+4.80933 s]
/proc/loadavg: 7.28 8.07 8.17 10/236 24521
/proc/meminfo: memFree=24716852/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15417404 memory=170424 CPUtime=17.62 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 36006 0 0 0 1752 10 0 0 20 0 19 0 408434982 15787421696 42606 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3854351 42606 3508 1 0 3815453 0
[pid=24502/tid=24503] ppid=24500 vsize=15417404 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) S 24500 24500 15592 0 -1 1077944384 10819 0 0 0 111 5 0 0 20 0 19 0 408434982 15787421696 42606 33554432000 4194304 4196468 140723907256288 139907459478656 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15417404 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 42606 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 42606 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 42606 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 42606 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 19 0 408434984 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408434985 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408434985 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408434987 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15417404 memory=157716 CPUtime=2.27 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 15592 0 -1 1077944384 9900 0 0 0 226 1 0 0 20 0 19 0 408434987 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906325096560 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15417404 memory=154964 CPUtime=2.34 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 15592 0 -1 1077944384 7357 0 0 0 234 0 0 0 20 0 19 0 408434987 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906324043760 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15417404 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) S 24500 24500 15592 0 -1 1077944384 5412 0 0 0 66 1 0 0 20 0 19 0 408434987 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906322991472 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15417404 memory=245358596767596 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408434987 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15417404 memory=280269835867776 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 408434988 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24517] ppid=24500 vsize=15417404 memory=140139212913088 CPUtime=2.93 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) R 24500 24500 15592 0 -1 4202560 226 0 0 0 293 0 0 0 20 0 19 0 408435100 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906311675768 139907098486105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24518] ppid=24500 vsize=15417404 memory=1448 CPUtime=2.91 cores=0,2,4,6
/proc/24502/task/24518/stat : 24518 (java) R 24500 24500 15592 0 -1 4202560 454 0 0 0 291 0 0 0 20 0 19 0 408435100 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906310623584 139907097920938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24519] ppid=24500 vsize=15417404 memory=149060 CPUtime=2.6 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) R 24500 24500 15592 0 -1 4202560 111 0 0 0 260 0 0 0 20 0 19 0 408435100 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906309573136 139907096689837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24520] ppid=24500 vsize=15417404 memory=245358596767597 CPUtime=2.68 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) R 24500 24500 15592 0 -1 4202560 209 0 0 0 268 0 0 0 20 0 19 0 408435100 15787421696 42606 33554432000 4194304 4196468 140723907256288 139906308517464 139907097920005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 17.62 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 171872 KiB

[startup+5.00134 s]*
/proc/loadavg: 7.28 8.07 8.17 9/236 24521
/proc/meminfo: memFree=24708772/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
[pid=24502] ppid=24500 vsize=15417404 memory=172492 CPUtime=18.42 cores=0,2,4,6
/proc/24502/stat : 24502 (java) S 24500 24500 15592 0 -1 1077944320 36632 0 0 0 1832 10 0 0 20 0 19 0 408434982 15787421696 43123 33554432000 4194304 4196468 140723907256288 140723907238832 139907455237879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
/proc/24502/statm: 3854351 43123 3508 1 0 3815453 0
[pid=24502/tid=24503] ppid=24500 vsize=15417404 memory=7883960649037381690 CPUtime=1.16 cores=0,2,4,6
/proc/24502/task/24503/stat : 24503 (java) S 24500 24500 15592 0 -1 1077944384 10819 0 0 0 111 5 0 0 20 0 19 0 408434982 15787421696 43123 33554432000 4194304 4196468 140723907256288 139907459478656 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24504] ppid=24500 vsize=15417404 memory=1898157 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24504/stat : 24504 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 43123 33554432000 4194304 4196468 140723907256288 139907420518800 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24505] ppid=24500 vsize=15417404 memory=311462739699330688 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24505/stat : 24505 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 43123 33554432000 4194304 4196468 140723907256288 139907046418704 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24506] ppid=24500 vsize=15417404 memory=4947159701124851058 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24506/stat : 24506 (java) S 24500 24500 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 43123 33554432000 4194304 4196468 140723907256288 139907045366416 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24507] ppid=24500 vsize=15417404 memory=3762813701738995720 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24507/stat : 24507 (java) S 24500 24500 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408434983 15787421696 43123 33554432000 4194304 4196468 140723907256288 139907044313616 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24508] ppid=24500 vsize=15417404 memory=4786094564033193888 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24508/stat : 24508 (java) S 24500 24500 15592 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 19 0 408434984 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906329307760 139907455249026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24509] ppid=24500 vsize=15417404 memory=3907212641124229151 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24509/stat : 24509 (java) S 24500 24500 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408434985 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906328253728 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24510] ppid=24500 vsize=15417404 memory=-5703089359383394774 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24510/stat : 24510 (java) S 24500 24500 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408434985 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906327201392 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24511] ppid=24500 vsize=15417404 memory=3054156605301688196 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24511/stat : 24511 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408434987 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906326149712 139907455256475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24512] ppid=24500 vsize=15417404 memory=0 CPUtime=2.27 cores=0,2,4,6
/proc/24502/task/24512/stat : 24512 (java) S 24500 24500 15592 0 -1 1077944384 10197 0 0 0 226 1 0 0 20 0 19 0 408434987 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906325096560 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24513] ppid=24500 vsize=15417404 memory=4206771488049419785 CPUtime=2.34 cores=0,2,4,6
/proc/24502/task/24513/stat : 24513 (java) S 24500 24500 15592 0 -1 1077944384 7360 0 0 0 234 0 0 0 20 0 19 0 408434987 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906324043760 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24514] ppid=24500 vsize=15417404 memory=8386199352602163435 CPUtime=0.67 cores=0,2,4,6
/proc/24502/task/24514/stat : 24514 (java) S 24500 24500 15592 0 -1 1077944384 5416 0 0 0 66 1 0 0 20 0 19 0 408434987 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906322991472 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24515] ppid=24500 vsize=15417404 memory=7883642903033154113 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24515/stat : 24515 (java) S 24500 24500 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408434987 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906321938912 139907455248085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24516] ppid=24500 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24502/task/24516/stat : 24516 (java) S 24500 24500 15592 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 408434988 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906320886704 139907455249026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24517] ppid=24500 vsize=15417404 memory=0 CPUtime=3.13 cores=0,2,4,6
/proc/24502/task/24517/stat : 24517 (java) R 24500 24500 15592 0 -1 4202560 244 0 0 0 313 0 0 0 20 0 19 0 408435100 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906311675768 139907097920153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24518] ppid=24500 vsize=15417404 memory=0 CPUtime=3.11 cores=0,2,4,6
/proc/24502/task/24518/stat : 24518 (java) R 24500 24500 15592 0 -1 4202560 519 0 0 0 311 0 0 0 20 0 19 0 408435100 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906310623720 139907092474038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24519] ppid=24500 vsize=15417404 memory=0 CPUtime=2.79 cores=0,2,4,6
/proc/24502/task/24519/stat : 24519 (java) R 24500 24500 15592 0 -1 4202560 158 0 0 0 279 0 0 0 20 0 19 0 408435100 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906309573136 139907092474038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
[pid=24502/tid=24520] ppid=24500 vsize=15417404 memory=0 CPUtime=2.88 cores=0,2,4,6
/proc/24502/task/24520/stat : 24520 (java) R 24500 24500 15592 0 -1 4202560 392 0 0 0 288 0 0 0 20 0 19 0 408435100 15787421696 43123 33554432000 4194304 4196468 140723907256288 139906308517960 139907098408076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140723907257327 140723907257498 140723907257498 140723907260367 0
Current children cumulated CPU time: 18.42 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 173940 KiB

[startup+5.11044 s]
/proc/loadavg: 7.28 8.07 8.17 9/236 24521
/proc/meminfo: memFree=24708772/32770624 swapFree=66977612/67108860
[pid=24500] ppid=24497 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24500/stat : 24500 (xcsp3-exec) S 24497 24500 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408434981 115843072 362 33554432000 4194304 5098028 140720552976800 140720552974904 140521971556988 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27451392 140720552985467 140720552985709 140720552985709 140720552988618 0
/proc/24500/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 5.11564
CPU time (s): 18.8164
CPU user time (s): 18.7057
CPU system time (s): 0.110707
CPU usage (%): 367.822
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 173940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.7057
system time used= 0.110707
maximum resident set size= 172640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2285
involuntary context switches= 673


# summary of solver processes directly reported to runsolver:
#   pid: 24500
#   total CPU time (s): 18.8164
#   total CPU user time (s): 18.7057
#   total CPU system time (s): 0.110707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057238 second user time and 0.099291 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 21:46:00
IDJOB=4393015
IDBENCH=134594
IDSOLVER=2840
FILE ID=node104/4393015-1568321776
RUNJOBID= node104-1568309054-15623
PBS_JOBID= 21701133
Free space on /tmp= 56548 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4393015-1568321776/watcher-4393015-1568321776 -o /tmp/evaluation-result-4393015-1568321776/solver-4393015-1568321776 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 880035477 HOME/instance-4393015-1568321776.xml

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

MD5SUM BENCH= 473b10c1a98fbd59115b24ad203b92fd
RANDOM SEED=880035477

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        24854508 kB
MemAvailable:   31538496 kB
Buffers:          127424 kB
Cached:          6769920 kB
SwapCached:        31864 kB
Active:          2093992 kB
Inactive:        5131260 kB
Active(anon):     292484 kB
Inactive(anon):    76560 kB
Active(file):    1801508 kB
Inactive(file):  5054700 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             25496 kB
Writeback:           388 kB
AnonPages:        467300 kB
Mapped:            55812 kB
Shmem:             32780 kB
Slab:             286180 kB
SReclaimable:     256240 kB
SUnreclaim:        29940 kB
KernelStack:        4144 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1548320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56524 MiB
End job on node104 at 2019-09-12 21:46:05