Trace number 4403375

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-20SAT 10.0731 2.84157

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-04-m018.xml
MD5SUMe1b631bab6f8bd4ad65377e678a0b81e
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 benchmark2.54992
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
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-4403375-1568991645.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403375-1568991645.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.00/0.54	c solve instance...
9.96/2.82	s SATISFIABLE
9.96/2.82	v <instantiation>
9.96/2.82	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] </list>
9.96/2.82	v 	<values>-18 17 -12 13 -3 7 -16 8 4 5 -11 18 0 -2 -10 16 1 10 -1 -13 -6 -7 -14 -15 2 6 9 12 15 -5 -9 -4 3 -17 14 11 -8 </values>
9.96/2.82	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 (7794 MiB free)
  memory of node 1: 16384 MiB (8265 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403375-1568991645/watcher-4403375-1568991645 -o /tmp/evaluation-result-4403375-1568991645/solver-4403375-1568991645 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1919943435 HOME/instance-4403375-1568991645.xml 

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

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

solver pid=17581, runsolver pid=17578

[startup+0.101548 s]*
/proc/loadavg: 8.00 8.17 7.87 6/233 17597
/proc/meminfo: memFree=16430132/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15144776 memory=29264 CPUtime=0.13 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 5707 0 0 0 12 1 0 0 20 0 15 0 475431306 15508250624 7316 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3786194 7316 3211 1 0 3748377 0
[pid=17583/tid=17584] ppid=17581 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) R 17581 17581 11742 0 -1 4202560 3577 0 0 0 9 0 0 0 20 0 15 0 475431307 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896909198608 139896886543262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15144776 memory=139638987990656 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15144776 memory=139638987990656 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475431309 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475431309 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475431309 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) R 17581 17581 11742 0 -1 1077944384 463 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896369432656 139896904976085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) R 17581 17581 11742 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896368371552 139896888365074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15144776 memory=139638987990656 CPUtime=0.02 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) R 17581 17581 11742 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 475431312 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896367327472 139896889046366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15144776 memory=139638987990656 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 7316 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30716 KiB

[startup+0.210885 s]*
/proc/loadavg: 8.00 8.17 7.87 6/233 17597
/proc/meminfo: memFree=16416012/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15144776 memory=40900 CPUtime=0.34 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 9495 0 0 0 31 3 0 0 20 0 15 0 475431306 15508250624 10225 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3786194 10225 3299 1 0 3748377 0
[pid=17583/tid=17584] ppid=17581 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) R 17581 17581 11742 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 15 0 475431307 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896909200000 139896496960890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15144776 memory=139638991492005 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475431307 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15144776 memory=139638987990656 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475431309 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475431309 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475431309 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) S 17581 17581 11742 0 -1 1077944384 753 0 0 0 3 0 0 0 20 0 15 0 475431312 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896369432560 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) S 17581 17581 11742 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 15 0 475431312 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896368380016 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15144776 memory=139638987990656 CPUtime=0.08 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) R 17581 17581 11742 0 -1 4202560 779 0 0 0 8 0 0 0 20 0 15 0 475431312 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896367327472 139896886530397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431312 15508250624 10225 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42352 KiB

[startup+0.310623 s]*
/proc/loadavg: 8.00 8.17 7.87 6/233 17597
/proc/meminfo: memFree=16409992/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15149032 memory=50104 CPUtime=0.52 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 10841 0 0 0 48 4 0 0 20 0 15 0 475431306 15512608768 12526 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3787258 12526 3357 1 0 3748377 0
[pid=17583/tid=17584] ppid=17581 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) R 17581 17581 11742 0 -1 4202560 7828 0 0 0 27 2 0 0 20 0 15 0 475431307 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896909199664 139896889046366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431307 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475431307 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475431309 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475431309 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475431309 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475431312 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) S 17581 17581 11742 0 -1 1077944384 768 0 0 0 4 0 0 0 20 0 15 0 475431312 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896369432560 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) S 17581 17581 11742 0 -1 1077944384 77 0 0 0 3 0 0 0 20 0 15 0 475431312 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896368380016 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) S 17581 17581 11742 0 -1 1077944384 866 0 0 0 12 0 0 0 20 0 15 0 475431312 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896367327472 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475431312 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475431312 15512608768 12526 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51556 KiB

[startup+0.700973 s]
/proc/loadavg: 8.00 8.17 7.87 8/233 17597
/proc/meminfo: memFree=16382584/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15417412 memory=85292 CPUtime=1.63 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 16249 0 0 0 157 6 0 0 20 0 19 0 475431306 15787429888 21323 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3854353 21323 3456 1 0 3815453 0
[pid=17583/tid=17584] ppid=17581 vsize=15417412 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) S 17581 17581 11742 0 -1 1077944384 9197 0 0 0 49 3 0 0 20 0 19 0 475431307 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896909206656 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15417412 memory=54408 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15417412 memory=984 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15417412 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15417412 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15417412 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15417412 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15417412 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15417412 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15417412 memory=10564 CPUtime=0.23 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) R 17581 17581 11742 0 -1 4202560 1727 0 0 0 23 0 0 0 20 0 19 0 475431312 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896369412072 139896898062763 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15417412 memory=716 CPUtime=0.22 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) R 17581 17581 11742 0 -1 4202560 1894 0 0 0 22 0 0 0 20 0 19 0 475431312 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896368364504 139896889355496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15417412 memory=780 CPUtime=0.32 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) R 17581 17581 11742 0 -1 4202560 1919 0 0 0 32 0 0 0 20 0 19 0 475431312 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896367324408 139896883481465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15417412 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15417412 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 21323 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 86744 KiB

[startup+1.50091 s]
/proc/loadavg: 8.00 8.17 7.87 14/237 17601
/proc/meminfo: memFree=16358432/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0

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

/proc/17583/task/17601/stat : 17601 (java) R 17581 17581 11742 0 -1 1077944384 57 0 0 0 61 0 0 0 20 0 19 0 475431361 15787429888 27344 33554432000 4194304 4196468 140734731322208 139896352844400 139896904976085 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 110828 KiB

[startup+2.84151 s]
# the end of solver process 17581 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.96659 s, system=0.106496 s

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

[startup+1.60105 s]
/proc/loadavg: 8.00 8.17 7.87 14/237 17601
/proc/meminfo: memFree=16358432/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15417412 memory=109560 CPUtime=5.2 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 20721 0 0 0 512 8 0 0 20 0 19 0 475431306 15787429888 27390 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3854353 27390 3461 1 0 3815453 0
[pid=17583/tid=17584] ppid=17581 vsize=15417412 memory=6944652177228980320 CPUtime=0.52 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) S 17581 17581 11742 0 -1 1077944384 9197 0 0 0 49 3 0 0 20 0 19 0 475431307 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896909206656 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15417412 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15417412 memory=28400 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15417412 memory=-3252517613199061200 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15417412 memory=6655300316396806192 CPUtime=0.66 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) R 17581 17581 11742 0 -1 4202560 4243 0 0 0 65 1 0 0 20 0 19 0 475431312 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896369418656 139896884212276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15417412 memory=6944652177228980272 CPUtime=0.82 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) R 17581 17581 11742 0 -1 4202560 3005 0 0 0 82 0 0 0 20 0 19 0 475431312 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896368366584 139896883384452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15417412 memory=6944652177228980272 CPUtime=0.41 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) R 17581 17581 11742 0 -1 1077944384 2737 0 0 0 41 0 0 0 20 0 19 0 475431312 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896367327472 139896904977026 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15417412 memory=-7101718590825193370 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15417412 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17598] ppid=17581 vsize=15417412 memory=12040 CPUtime=0.72 cores=1,3,5,7
/proc/17583/task/17598/stat : 17598 (java) R 17581 17581 11742 0 -1 4202560 47 0 0 0 72 0 0 0 20 0 19 0 475431361 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896355999088 139896496957574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17599] ppid=17581 vsize=15417412 memory=28016 CPUtime=0.64 cores=1,3,5,7
/proc/17583/task/17599/stat : 17599 (java) R 17581 17581 11742 0 -1 4202560 85 0 0 0 64 0 0 0 20 0 19 0 475431361 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896354950632 139896496969416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17600] ppid=17581 vsize=15417412 memory=2120 CPUtime=0.64 cores=1,3,5,7
/proc/17583/task/17600/stat : 17600 (java) R 17581 17581 11742 0 -1 4202560 43 0 0 0 64 0 0 0 20 0 19 0 475431361 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896353898416 139896496925974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17601] ppid=17581 vsize=15417412 memory=500 CPUtime=0.71 cores=1,3,5,7
/proc/17583/task/17601/stat : 17601 (java) R 17581 17581 11742 0 -1 4202560 57 0 0 0 71 0 0 0 20 0 19 0 475431361 15787429888 27390 33554432000 4194304 4196468 140734731322208 139896352845128 139896496926016 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 111012 KiB

[startup+2.40081 s]
/proc/loadavg: 8.00 8.17 7.87 12/237 17601
/proc/meminfo: memFree=16348608/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15417412 memory=121184 CPUtime=8.36 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 28181 0 0 0 827 9 0 0 20 0 19 0 475431306 15787429888 30296 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3854353 30296 3472 1 0 3815453 0
[pid=17583/tid=17584] ppid=17581 vsize=15417412 memory=6791534058613427641 CPUtime=0.52 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) S 17581 17581 11742 0 -1 1077944384 9197 0 0 0 49 3 0 0 20 0 19 0 475431307 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896909206656 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15417412 memory=9286 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15417412 memory=3287221 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15417412 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) R 17581 17581 11742 0 -1 4202560 8417 0 0 0 122 1 0 0 20 0 19 0 475431312 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896369418800 139896884204288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15417412 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) R 17581 17581 11742 0 -1 4202560 5644 0 0 0 150 0 0 0 20 0 19 0 475431312 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896368367232 139896889355413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15417412 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) S 17581 17581 11742 0 -1 1077944384 2961 0 0 0 44 0 0 0 20 0 19 0 475431312 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896367327472 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17598] ppid=17581 vsize=15417412 memory=6944656592455359580 CPUtime=1.13 cores=1,3,5,7
/proc/17583/task/17598/stat : 17598 (java) R 17581 17581 11742 0 -1 4202560 133 0 0 0 113 0 0 0 20 0 19 0 475431361 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896356002432 139896497187580 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17599] ppid=17581 vsize=15417412 memory=8316868033356759116 CPUtime=1.11 cores=1,3,5,7
/proc/17583/task/17599/stat : 17599 (java) R 17581 17581 11742 0 -1 4202560 168 0 0 0 111 0 0 0 20 0 19 0 475431361 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896354951672 139896502085400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17600] ppid=17581 vsize=15417412 memory=13565 CPUtime=1.02 cores=1,3,5,7
/proc/17583/task/17600/stat : 17600 (java) R 17581 17581 11742 0 -1 4202560 160 0 0 0 102 0 0 0 20 0 19 0 475431361 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896353897760 139896501766267 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17601] ppid=17581 vsize=15417412 memory=3523812 CPUtime=1.32 cores=1,3,5,7
/proc/17583/task/17601/stat : 17601 (java) R 17581 17581 11742 0 -1 4202560 174 0 0 0 132 0 0 0 20 0 19 0 475431361 15787429888 30296 33554432000 4194304 4196468 140734731322208 139896352845832 139896501538657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 122636 KiB

[startup+2.80163 s]
/proc/loadavg: 8.00 8.17 7.87 12/237 17601
/proc/meminfo: memFree=16348608/32770624 swapFree=66974536/67108860
[pid=17581] ppid=17578 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17581/stat : 17581 (xcsp3-exec) S 17578 17581 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475431306 115843072 363 33554432000 4194304 5098028 140726579976544 140726579974648 139823815557756 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32632832 140726579983226 140726579983469 140726579983469 140726579986378 0
/proc/17581/statm: 28282 363 304 221 0 87 0
[pid=17583] ppid=17581 vsize=15417412 memory=134228 CPUtime=9.96 cores=1,3,5,7
/proc/17583/stat : 17583 (java) S 17581 17581 11742 0 -1 1077944320 29442 0 0 0 987 9 0 0 20 0 19 0 475431306 15787429888 33557 33554432000 4194304 4196468 140734731322208 140734731304752 139896904965879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
/proc/17583/statm: 3854353 33557 3473 1 0 3815453 0
[pid=17583/tid=17584] ppid=17581 vsize=15417412 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/17583/task/17584/stat : 17584 (java) S 17581 17581 11742 0 -1 1077944384 9197 0 0 0 49 3 0 0 20 0 19 0 475431307 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896909206656 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17585] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17585/stat : 17585 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896496843024 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17586] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17586/stat : 17586 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896495790480 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17587] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17587/stat : 17587 (java) S 17581 17581 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896494737936 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17588] ppid=17581 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17588/stat : 17588 (java) S 17581 17581 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475431307 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896493685392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17589] ppid=17581 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17589/stat : 17589 (java) S 17581 17581 11742 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896373643760 139896904977026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17590] ppid=17581 vsize=15417412 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17581 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896372589984 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17591] ppid=17581 vsize=15417412 memory=920 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17591/stat : 17591 (java) S 17581 17581 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475431309 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896371537392 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17592] ppid=17581 vsize=15417412 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17592/stat : 17592 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896370485968 139896904984475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17593] ppid=17581 vsize=15417412 memory=2596 CPUtime=1.47 cores=1,3,5,7
/proc/17583/task/17593/stat : 17593 (java) R 17581 17581 11742 0 -1 4202560 8595 0 0 0 146 1 0 0 20 0 19 0 475431312 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896369419104 139896883099480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17594] ppid=17581 vsize=15417412 memory=2688 CPUtime=1.82 cores=1,3,5,7
/proc/17583/task/17594/stat : 17594 (java) R 17581 17581 11742 0 -1 4202560 6446 0 0 0 182 0 0 0 20 0 19 0 475431312 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896368373208 139896886487135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17595] ppid=17581 vsize=15417412 memory=7235128881370390872 CPUtime=0.44 cores=1,3,5,7
/proc/17583/task/17595/stat : 17595 (java) S 17581 17581 11742 0 -1 1077944384 3233 0 0 0 44 0 0 0 20 0 19 0 475431312 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896367327472 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17596] ppid=17581 vsize=15417412 memory=7235128881370390872 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17596/stat : 17596 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896366275168 139896904976085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17597] ppid=17581 vsize=15417412 memory=7235128881370390872 CPUtime=0 cores=1,3,5,7
/proc/17583/task/17597/stat : 17597 (java) S 17581 17581 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475431312 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896365222704 139896904977026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17598] ppid=17581 vsize=15417412 memory=7235128881370390872 CPUtime=1.33 cores=1,3,5,7
/proc/17583/task/17598/stat : 17598 (java) R 17581 17581 11742 0 -1 4202560 136 0 0 0 133 0 0 0 20 0 19 0 475431361 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896356003144 139896501003979 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17599] ppid=17581 vsize=15417412 memory=7090169268364403032 CPUtime=1.34 cores=1,3,5,7
/proc/17583/task/17599/stat : 17599 (java) R 17581 17581 11742 0 -1 4202560 171 0 0 0 134 0 0 0 20 0 19 0 475431361 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896354952232 139896501842051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17600] ppid=17581 vsize=15417412 memory=7735050464788244824 CPUtime=1.28 cores=1,3,5,7
/proc/17583/task/17600/stat : 17600 (java) R 17581 17581 11742 0 -1 4202560 160 0 0 0 128 0 0 0 20 0 19 0 475431361 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896353903336 139896501573613 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
[pid=17583/tid=17601] ppid=17581 vsize=15417412 memory=7813025626026763887 CPUtime=1.65 cores=1,3,5,7
/proc/17583/task/17601/stat : 17601 (java) R 17581 17581 11742 0 -1 4202560 178 0 0 0 165 0 0 0 20 0 19 0 475431361 15787429888 33557 33554432000 4194304 4196468 140734731322208 139896352845816 139896500507492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17522688 140734731326447 140734731326618 140734731326618 140734731329487 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 135680 KiB

Child status: 0
Real time (s): 2.84157
CPU time (s): 10.0731
CPU user time (s): 9.96659
CPU system time (s): 0.106496
CPU usage (%): 354.49
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 135680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.96659
system time used= 0.106496
maximum resident set size= 136580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2117
involuntary context switches= 451


# summary of solver processes directly reported to runsolver:
#   pid: 17581
#   total CPU time (s): 10.0731
#   total CPU user time (s): 9.96659
#   total CPU system time (s): 0.106496

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051203 second user time and 0.061221 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 17:00:02
IDJOB=4403375
IDBENCH=133653
IDSOLVER=2863
FILE ID=node125/4403375-1568991645
RUNJOBID= node125-1568988175-11774
PBS_JOBID= 21704643
Free space on /tmp= 4136 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-04-m018.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-4403375-1568991645/watcher-4403375-1568991645 -o /tmp/evaluation-result-4403375-1568991645/solver-4403375-1568991645 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1919943435 HOME/instance-4403375-1568991645.xml

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

MD5SUM BENCH= e1b631bab6f8bd4ad65377e678a0b81e
RANDOM SEED=1919943435

node125.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.29
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.29
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.29
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.29
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:        16446328 kB
MemAvailable:   31419564 kB
Buffers:           86444 kB
Cached:         14793216 kB
SwapCached:        30048 kB
Active:          7781432 kB
Inactive:        7538624 kB
Active(anon):     408484 kB
Inactive(anon):    78328 kB
Active(file):    7372948 kB
Inactive(file):  7460296 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974536 kB
Dirty:             26124 kB
Writeback:             0 kB
AnonPages:        530680 kB
Mapped:            65156 kB
Shmem:             38188 kB
Slab:             598112 kB
SReclaimable:     568452 kB
SUnreclaim:        29660 kB
KernelStack:        4064 kB
PageTables:         6752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1296112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4108 MiB
End job on node125 at 2019-09-20 17:00:05