Trace number 4393099

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-14? (TO) 2520.69 633.494

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
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 benchmark64.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
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-4393099-1568344447.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393099-1568344447.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
4.98/1.78	c solve instance...
2520.37/633.46	s UNKNOWN
2520.37/633.46	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393099-1568344447/watcher-4393099-1568344447 -o /tmp/evaluation-result-4393099-1568344447/solver-4393099-1568344447 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17189 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 481460362 HOME/instance-4393099-1568344447.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
Current StackSize limit: 8192 KiB

solver pid=18207, runsolver pid=18204

[startup+0.10034 s]*
/proc/loadavg: 8.29 8.15 5.62 7/235 18223
/proc/meminfo: memFree=30468308/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0
[pid=18209] ppid=18207 vsize=15144768 memory=30968 CPUtime=0.13 cores=0,2,4,6
/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 5649 0 0 0 12 1 0 0 20 0 15 0 410358692 15508242432 7742 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3786192 7742 3148 1 0 3748377 0
[pid=18209/tid=18210] ppid=18207 vsize=15144768 memory=7748307311448697419 CPUtime=0.09 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) R 18207 18207 15420 0 -1 4202560 3564 0 0 0 9 0 0 0 20 0 15 0 410358692 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650788281120 140650768131422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15144768 memory=139811989644928 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15144768 memory=139811989644928 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410358695 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410358695 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650318804128 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410358695 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650317751024 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) R 18207 18207 15420 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 7742 33554432000 4194304 4196468 140728333581744 140650315647728 140650767461608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) R 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 7742 33554432000 4194304 4196468 140728333581744 140649719393136 140650784062082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15144768 memory=139811989644928 CPUtime=0.02 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) R 18207 18207 15420 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 410358698 15508242432 7742 33554432000 4194304 4196468 140728333581744 140649718340080 140650763018887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 7742 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15144768 memory=139811989644928 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 7742 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 32416 KiB

[startup+0.210658 s]*
/proc/loadavg: 8.29 8.15 5.62 6/235 18223
/proc/meminfo: memFree=30455324/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0
[pid=18209] ppid=18207 vsize=15144768 memory=42816 CPUtime=0.34 cores=0,2,4,6
/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 9440 0 0 0 31 3 0 0 20 0 15 0 410358692 15508242432 10704 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3786192 10704 3312 1 0 3748377 0
[pid=18209/tid=18210] ppid=18207 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) R 18207 18207 15420 0 -1 4202560 6591 0 0 0 18 2 0 0 20 0 15 0 410358692 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650788280656 140650766000130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15144768 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15144768 memory=139811989661587 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410358693 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15144768 memory=139811989644928 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410358695 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410358695 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650318804128 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410358695 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650317751024 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) S 18207 18207 15420 0 -1 1077944384 496 0 0 0 2 0 0 0 20 0 15 0 410358698 15508242432 10704 33554432000 4194304 4196468 140728333581744 140650315647728 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15144768 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) S 18207 18207 15420 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 15 0 410358698 15508242432 10704 33554432000 4194304 4196468 140728333581744 140649719393136 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15144768 memory=139811989644928 CPUtime=0.08 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) R 18207 18207 15420 0 -1 4202560 790 0 0 0 8 0 0 0 20 0 15 0 410358698 15508242432 10704 33554432000 4194304 4196468 140728333581744 140649718340080 140650784062870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 10704 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358698 15508242432 10704 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 44264 KiB

[startup+0.310585 s]*
/proc/loadavg: 8.29 8.15 5.62 8/235 18223
/proc/meminfo: memFree=30449632/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0
[pid=18209] ppid=18207 vsize=15149024 memory=52044 CPUtime=0.53 cores=0,2,4,6
/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 10822 0 0 0 49 4 0 0 20 0 15 0 410358692 15512600576 13011 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3787256 13011 3357 1 0 3748377 0
[pid=18209/tid=18210] ppid=18207 vsize=15149024 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) R 18207 18207 15420 0 -1 4202560 7744 0 0 0 27 2 0 0 20 0 15 0 410358692 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650788282048 140650768131422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410358693 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15149024 memory=-7595490506177102494 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410358695 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15149024 memory=-7533229591079788448 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410358695 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650318804128 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410358695 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650317751024 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) R 18207 18207 15420 0 -1 4202560 612 0 0 0 4 0 0 0 20 0 15 0 410358698 15512600576 13011 33554432000 4194304 4196468 140728333581744 140650315628744 140650767435750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) S 18207 18207 15420 0 -1 1077944384 278 0 0 0 4 0 0 0 20 0 15 0 410358698 15512600576 13011 33554432000 4194304 4196468 140728333581744 140649719393136 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) S 18207 18207 15420 0 -1 1077944384 888 0 0 0 12 0 0 0 20 0 15 0 410358698 15512600576 13011 33554432000 4194304 4196468 140728333581744 140649718340080 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15512600576 13011 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358698 15512600576 13011 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 53492 KiB

[startup+0.706383 s]
/proc/loadavg: 8.29 8.15 5.62 9/235 18223
/proc/meminfo: memFree=30424304/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0
[pid=18209] ppid=18207 vsize=15151148 memory=131592 CPUtime=1.77 cores=0,2,4,6
/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 14339 0 0 0 171 6 0 0 20 0 15 0 410358692 15514775552 32898 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3787787 32898 3444 1 0 3748889 0
[pid=18209/tid=18210] ppid=18207 vsize=15151148 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) R 18207 18207 15420 0 -1 4202560 8336 0 0 0 64 4 0 0 20 0 15 0 410358692 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650788284656 140650784074525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15151148 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15151148 memory=-7604262568725289114 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358693 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410358693 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15151148 memory=34352 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410358695 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15151148 memory=988 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410358695 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650318804128 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15151148 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410358695 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650317751024 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15151148 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15151148 memory=580 CPUtime=0.37 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) R 18207 18207 15420 0 -1 4202560 1767 0 0 0 37 0 0 0 20 0 15 0 410358698 15514775552 32898 33554432000 4194304 4196468 140728333581744 140650315635968 140650762184448 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15151148 memory=1696 CPUtime=0.39 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) R 18207 18207 15420 0 -1 4202560 1265 0 0 0 39 0 0 0 20 0 15 0 410358698 15514775552 32898 33554432000 4194304 4196468 140728333581744 140649719379640 140650765595024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15151148 memory=3436 CPUtime=0.3 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) S 18207 18207 15420 0 -1 1077944384 1665 0 0 0 30 0 0 0 20 0 15 0 410358698 15514775552 32898 33554432000 4194304 4196468 140728333581744 140649718340080 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15151148 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410358698 15514775552 32898 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15151148 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410358698 15514775552 32898 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 133040 KiB

[startup+1.50143 s]
/proc/loadavg: 8.29 8.15 5.62 8/235 18223
/proc/meminfo: memFree=30321892/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0

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

/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 75266 0 0 0 207719 76 0 0 20 0 19 0 410358692 15787421696 611351 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3854351 611351 3518 1 0 3815453 0
[pid=18209/tid=18210] ppid=18207 vsize=15417404 memory=2433116 CPUtime=1.71 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) S 18207 18207 15420 0 -1 1077944384 9557 0 0 0 165 6 0 0 20 0 19 0 410358692 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650788291712 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15417404 memory=2269276 CPUtime=0.22 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 2424 0 0 0 16 6 0 0 20 0 19 0 410358693 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15417404 memory=279623712449952 CPUtime=0.22 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 892 0 0 0 16 6 0 0 20 0 19 0 410358693 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15417404 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 869 0 0 0 17 6 0 0 20 0 19 0 410358693 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15417404 memory=2445404 CPUtime=0.21 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 1943 0 0 0 15 6 0 0 20 0 19 0 410358693 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15417404 memory=1448 CPUtime=0.04 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 2896 0 0 0 2 2 0 0 20 0 19 0 410358695 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15417404 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410358695 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650318804192 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15417404 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 410358695 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650317751040 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410358698 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15417404 memory=-5587106306044206369 CPUtime=2.51 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) S 18207 18207 15420 0 -1 1077944384 11050 0 0 0 251 0 0 0 20 0 19 0 410358698 15787421696 611351 33554432000 4194304 4196468 140728333581744 140650315647728 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15417404 memory=139811856715841 CPUtime=2.67 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) S 18207 18207 15420 0 -1 1077944384 14579 0 0 0 265 2 0 0 20 0 19 0 410358698 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649719393136 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15417404 memory=-6226076308412321883 CPUtime=0.75 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) S 18207 18207 15420 0 -1 1077944384 7849 0 0 0 74 1 0 0 20 0 19 0 410358698 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649718340080 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410358698 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15417404 memory=2273372 CPUtime=0.16 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 434 0 0 0 0 16 0 0 20 0 19 0 410358698 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18224] ppid=18207 vsize=15417404 memory=1448 CPUtime=516.29 cores=0,2,4,6
/proc/18209/task/18224/stat : 18224 (java) R 18207 18207 15420 0 -1 4202560 2031 0 0 0 51626 3 0 0 20 0 19 0 410358872 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649711553848 140650404533009 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18225] ppid=18207 vsize=15417404 memory=2343004 CPUtime=516.16 cores=0,2,4,6
/proc/18209/task/18225/stat : 18225 (java) R 18207 18207 15420 0 -1 4202560 11693 0 0 0 51597 19 0 0 20 0 19 0 410358873 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649264041960 140650406470736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18226] ppid=18207 vsize=15417404 memory=1556 CPUtime=516.96 cores=0,2,4,6
/proc/18209/task/18226/stat : 18226 (java) R 18207 18207 15420 0 -1 4202560 1092 0 0 0 51695 1 0 0 20 0 19 0 410358873 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649262992992 140650404546588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18227] ppid=18207 vsize=15417404 memory=1056 CPUtime=519.67 cores=0,2,4,6
/proc/18209/task/18227/stat : 18227 (java) R 18207 18207 15420 0 -1 4202560 6658 0 0 0 51957 10 0 0 20 0 19 0 410358874 15787421696 611351 33554432000 4194304 4196468 140728333581744 140649261941528 140650405041579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 2077.95 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2446852 KiB

[startup+582.301 s]
/proc/loadavg: 8.47 8.42 6.93 10/238 19446
/proc/meminfo: memFree=27945228/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0
[pid=18209] ppid=18207 vsize=15417404 memory=3477652 CPUtime=2316.86 cores=0,2,4,6
/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 80806 0 0 0 231589 97 0 0 20 0 19 0 410358692 15787421696 869413 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3854351 869413 3518 1 0 3815453 0
[pid=18209/tid=18210] ppid=18207 vsize=15417404 memory=3477652 CPUtime=1.71 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) S 18207 18207 15420 0 -1 1077944384 9557 0 0 0 165 6 0 0 20 0 19 0 410358692 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650788291712 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15417404 memory=1448 CPUtime=0.25 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 2471 0 0 0 18 7 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15417404 memory=1448 CPUtime=0.25 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 1260 0 0 0 18 7 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15417404 memory=1448 CPUtime=0.25 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 926 0 0 0 18 7 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15417404 memory=1448 CPUtime=0.23 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 2008 0 0 0 17 6 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15417404 memory=3477652 CPUtime=0.05 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 3095 0 0 0 2 3 0 0 20 0 19 0 410358695 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15417404 memory=3461840 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410358695 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650318804192 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 410358695 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650317751040 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15417404 memory=3477652 CPUtime=2.64 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) S 18207 18207 15420 0 -1 1077944384 13896 0 0 0 264 0 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650315647728 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15417404 memory=1448 CPUtime=2.68 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) S 18207 18207 15420 0 -1 1077944384 14733 0 0 0 266 2 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649719393136 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15417404 memory=3477652 CPUtime=0.75 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) S 18207 18207 15420 0 -1 1077944384 8286 0 0 0 74 1 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649718340080 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15417404 memory=3477652 CPUtime=0.18 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 440 0 0 0 0 18 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18224] ppid=18207 vsize=15417404 memory=3616 CPUtime=576.24 cores=0,2,4,6
/proc/18209/task/18224/stat : 18224 (java) R 18207 18207 15420 0 -1 4202560 2140 0 0 0 57620 4 0 0 20 0 19 0 410358872 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649711549448 140650404532753 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18225] ppid=18207 vsize=15417404 memory=34364 CPUtime=575.99 cores=0,2,4,6
/proc/18209/task/18225/stat : 18225 (java) R 18207 18207 15420 0 -1 4202560 12127 0 0 0 57575 24 0 0 20 0 19 0 410358873 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649264044352 140650406470356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18226] ppid=18207 vsize=15417404 memory=988 CPUtime=576.88 cores=0,2,4,6
/proc/18209/task/18226/stat : 18226 (java) R 18207 18207 15420 0 -1 4202560 1156 0 0 0 57686 2 0 0 20 0 19 0 410358873 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649262989160 140650405279834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18227] ppid=18207 vsize=15417404 memory=1448 CPUtime=578.62 cores=0,2,4,6
/proc/18209/task/18227/stat : 18227 (java) R 18207 18207 15420 0 -1 4202560 7412 0 0 0 57841 21 0 0 20 0 19 0 410358874 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649261936736 140650404767499 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 2316.86 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 3479100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.401 s]
/proc/loadavg: 8.20 8.36 6.99 10/238 19450
/proc/meminfo: memFree=27766108/32770624 swapFree=66999980/67108860
[pid=18207] ppid=18204 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18207/stat : 18207 (xcsp3-exec) S 18204 18207 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410358692 115843072 362 33554432000 4194304 5098028 140724843344944 140724843343048 140467402146428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37203968 140724843352955 140724843353197 140724843353197 140724843356106 0
/proc/18207/statm: 28282 362 304 221 0 87 0
[pid=18209] ppid=18207 vsize=15417404 memory=3477652 CPUtime=2520.37 cores=0,2,4,6
/proc/18209/stat : 18209 (java) S 18207 18207 15420 0 -1 1077944320 82986 0 0 0 251940 97 0 0 20 0 19 0 410358692 15787421696 869413 33554432000 4194304 4196468 140728333581744 140728333564288 140650784050935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
/proc/18209/statm: 3854351 869413 3518 1 0 3815453 0
[pid=18209/tid=18210] ppid=18207 vsize=15417404 memory=16106965717748363 CPUtime=1.71 cores=0,2,4,6
/proc/18209/task/18210/stat : 18210 (java) S 18207 18207 15420 0 -1 1077944384 9557 0 0 0 165 6 0 0 20 0 19 0 410358692 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650788291712 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18211] ppid=18207 vsize=15417404 memory=7157161464026264167 CPUtime=0.25 cores=0,2,4,6
/proc/18209/task/18211/stat : 18211 (java) S 18207 18207 15420 0 -1 1077944384 2471 0 0 0 18 7 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650720287760 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18212] ppid=18207 vsize=15417404 memory=7012476690306000492 CPUtime=0.25 cores=0,2,4,6
/proc/18209/task/18212/stat : 18212 (java) S 18207 18207 15420 0 -1 1077944384 1260 0 0 0 18 7 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650719235216 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18213] ppid=18207 vsize=15417404 memory=7307212868150125672 CPUtime=0.25 cores=0,2,4,6
/proc/18209/task/18213/stat : 18213 (java) S 18207 18207 15420 0 -1 1077944384 926 0 0 0 18 7 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650718182160 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18214] ppid=18207 vsize=15417404 memory=-6519613052471072158 CPUtime=0.23 cores=0,2,4,6
/proc/18209/task/18214/stat : 18214 (java) S 18207 18207 15420 0 -1 1077944384 2008 0 0 0 17 6 0 0 20 0 19 0 410358693 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650373241744 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18215] ppid=18207 vsize=15417404 memory=4639393064608818031 CPUtime=0.05 cores=0,2,4,6
/proc/18209/task/18215/stat : 18215 (java) S 18207 18207 15420 0 -1 1077944384 3101 0 0 0 2 3 0 0 20 0 19 0 410358695 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650319857904 140650784062082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18216] ppid=18207 vsize=15417404 memory=7656227597178989411 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18216/stat : 18216 (java) S 18207 18207 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410358695 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650318804192 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18217] ppid=18207 vsize=15417404 memory=7656227597178989411 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18217/stat : 18217 (java) S 18207 18207 15420 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 410358695 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650317751040 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18218] ppid=18207 vsize=15417404 memory=7307724136882201963 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18218/stat : 18218 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650316699600 140650784069531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18219] ppid=18207 vsize=15417404 memory=7656227597178989411 CPUtime=2.64 cores=0,2,4,6
/proc/18209/task/18219/stat : 18219 (java) S 18207 18207 15420 0 -1 1077944384 13903 0 0 0 264 0 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140650315647728 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18220] ppid=18207 vsize=15417404 memory=7307724136882201963 CPUtime=2.68 cores=0,2,4,6
/proc/18209/task/18220/stat : 18220 (java) S 18207 18207 15420 0 -1 1077944384 14735 0 0 0 266 2 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649719393136 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18221] ppid=18207 vsize=15417404 memory=7521685834683281257 CPUtime=0.75 cores=0,2,4,6
/proc/18209/task/18221/stat : 18221 (java) S 18207 18207 15420 0 -1 1077944384 8291 0 0 0 74 1 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649718340080 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18222] ppid=18207 vsize=15417404 memory=35332 CPUtime=0 cores=0,2,4,6
/proc/18209/task/18222/stat : 18222 (java) S 18207 18207 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649717287776 140650784061141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18223] ppid=18207 vsize=15417404 memory=37540 CPUtime=0.19 cores=0,2,4,6
/proc/18209/task/18223/stat : 18223 (java) S 18207 18207 15420 0 -1 1077944384 469 0 0 0 0 19 0 0 20 0 19 0 410358698 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649716234800 140650784062082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18224] ppid=18207 vsize=15417404 memory=39748 CPUtime=627.33 cores=0,2,4,6
/proc/18209/task/18224/stat : 18224 (java) R 18207 18207 15420 0 -1 4202560 2309 0 0 0 62729 4 0 0 20 0 19 0 410358872 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649711549448 140650404546395 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18225] ppid=18207 vsize=15417404 memory=41956 CPUtime=627.08 cores=0,2,4,6
/proc/18209/task/18225/stat : 18225 (java) R 18207 18207 15420 0 -1 4202560 13069 0 0 0 62684 24 0 0 20 0 19 0 410358873 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649264044352 140650406470336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18226] ppid=18207 vsize=15417404 memory=44164 CPUtime=627.97 cores=0,2,4,6
/proc/18209/task/18226/stat : 18226 (java) R 18207 18207 15420 0 -1 4202560 1242 0 0 0 62795 2 0 0 20 0 19 0 410358873 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649262989160 140650405352140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
[pid=18209/tid=18227] ppid=18207 vsize=15417404 memory=44196 CPUtime=628.86 cores=0,2,4,6
/proc/18209/task/18227/stat : 18227 (java) R 18207 18207 15420 0 -1 4202560 8346 0 0 0 62864 22 0 0 20 0 19 0 410358874 15787421696 869413 33554432000 4194304 4196468 140728333581744 140649261936736 140650404767722 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9121792 140728333587439 140728333587610 140728333587610 140728333590479 0
Current children cumulated CPU time: 2520.37 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 3479100 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+633.435 s]
# the end of solver process 18207 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001144 s, system=0.001144 s

[startup+633.494 s]
# the end of solver process 18209 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.69 s, system=0.996431 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 633.494
CPU time (s): 2520.69
CPU user time (s): 2519.69
CPU system time (s): 0.996431
CPU usage (%): 397.902
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 3479100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.69
system time used= 0.996431
maximum resident set size= 3492564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84295
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16161
involuntary context switches= 37978


# summary of solver processes directly reported to runsolver:
#   pid: 18207,18209
#   total CPU time (s): 2520.69
#   total CPU user time (s): 2519.69
#   total CPU system time (s): 0.996431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92661 second user time and 6.98162 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 05:13:26
IDJOB=4393099
IDBENCH=135026
IDSOLVER=2840
FILE ID=node146/4393099-1568344447
RUNJOBID= node146-1568343521-17189
PBS_JOBID= 21701161
Free space on /tmp= 56672 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.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-4393099-1568344447/watcher-4393099-1568344447 -o /tmp/evaluation-result-4393099-1568344447/solver-4393099-1568344447 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17189 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 481460362 HOME/instance-4393099-1568344447.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=481460362

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30486808 kB
MemAvailable:   30806824 kB
Buffers:          144340 kB
Cached:           456100 kB
SwapCached:         5176 kB
Active:          1418508 kB
Inactive:         279604 kB
Active(anon):    1114892 kB
Inactive(anon):    20900 kB
Active(file):     303616 kB
Inactive(file):   258704 kB
Unevictable:      111040 kB
Mlocked:          111040 kB
SwapTotal:      67108860 kB
SwapFree:       66999980 kB
Dirty:             26464 kB
Writeback:            12 kB
AnonPages:       1205668 kB
Mapped:            53936 kB
Shmem:             29340 kB
Slab:             176144 kB
SReclaimable:     147060 kB
SUnreclaim:        29084 kB
KernelStack:        3824 kB
PageTables:         7980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2359016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1105920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56648 MiB
End job on node146 at 2019-09-13 05:24:00