Trace number 4292769

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.05 2344.94

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-07-0600_c18.xml
MD5SUM0ae5362fc8ec35126a2a174beba608b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1603939205
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables13855
Number of constraints8996
Number of domains202
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":4816},{"size":11,"count":4218},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":10},{"size":25,"count":44},{"size":29,"count":37},{"size":31,"count":2},{"size":32,"count":3},{"size":33,"count":37},{"size":34,"count":12},{"size":35,"count":9},{"size":36,"count":11},{"size":37,"count":13},{"size":38,"count":8},{"size":39,"count":37},{"size":40,"count":13},{"size":41,"count":28},{"size":42,"count":21},{"size":43,"count":32},{"size":44,"count":30},{"size":45,"count":18},{"size":46,"count":11},{"size":48,"count":13},"...",{"size":119,"count":4}, {"size":120,"count":3}, {"size":121,"count":17}, {"size":123,"count":97}, {"size":125,"count":18}, {"size":126,"count":17}, {"size":127,"count":42}, {"size":128,"count":76}, {"size":130,"count":61}, {"size":131,"count":88}, {"size":132,"count":46}, {"size":133,"count":30}, {"size":135,"count":53}, {"size":136,"count":94}, {"size":137,"count":43}, {"size":138,"count":8}, {"size":139,"count":29}, {"size":141,"count":5}, {"size":143,"count":122}, {"size":144,"count":136}, {"size":145,"count":57}, {"size":147,"count":60}, {"size":148,"count":54}, {"size":150,"count":21}, {"size":151,"count":1165}]
Minimum variable degree2
Maximum variable degree4219
Distribution of variable degrees[{"degree":2,"count":12654},{"degree":3,"count":1},{"degree":4,"count":10},{"degree":5,"count":17},{"degree":6,"count":18},{"degree":7,"count":18},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":76},{"degree":11,"count":64},{"degree":12,"count":63},{"degree":13,"count":48},{"degree":14,"count":63},{"degree":15,"count":70},{"degree":16,"count":93},{"degree":17,"count":127},{"degree":18,"count":153},{"degree":19,"count":186},{"degree":20,"count":110},{"degree":21,"count":1},{"degree":4219,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":560},{"arity":3,"count":4218},{"arity":6,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints4778
Distribution of constraint types[{"type":"extension","count":4218},{"type":"intension","count":4778}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292769-1532460370.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292769-1532460370.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
103.04/53.69	c solve instance...
2400.00/2344.90	s UNKNOWN
2400.00/2344.90	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 (9513 MiB free)
  memory of node 1: 16384 MiB (6141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292769-1532460370/watcher-4292769-1532460370 -o /tmp/evaluation-result-4292769-1532460370/solver-4292769-1532460370 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532448430-22096 --watchdog 2560 HOME/xcsp3-exec -seed 576183559 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292769-1532460370.xml 

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

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

solver pid=23395, runsolver pid=23392

[startup+0.100551 s]*
/proc/loadavg: 2.17 2.04 2.05 3/217 23411
/proc/meminfo: memFree=16009996/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14082840 memory=28688 CPUtime=0.12 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 5475 0 0 0 11 1 0 0 20 0 15 0 63600310 14420828160 7172 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3520710 7172 3026 1 0 3483008 0
[pid=23397/tid=23398] ppid=23395 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) R 23395 23395 22065 0 -1 4202560 3479 0 0 0 8 1 0 0 20 0 15 0 63600311 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715745211472 140715359342851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14082840 memory=3472468501977273552 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14082840 memory=140373082121856 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63600311 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63600313 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63600313 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715281278624 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63600313 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715280225520 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 63600316 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600316 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14082840 memory=140373082121856 CPUtime=0.01 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) R 23395 23395 22065 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 63600316 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715208206320 140715719936766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14420828160 7172 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14082840 memory=140373082121856 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600316 14420828160 7238 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30144 KiB

[startup+0.210563 s]*
/proc/loadavg: 2.17 2.04 2.05 5/217 23411
/proc/meminfo: memFree=16004384/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14082840 memory=41244 CPUtime=0.34 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 8313 0 0 0 31 3 0 0 20 0 15 0 63600310 14420828160 10311 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3520710 10311 3202 1 0 3483008 0
[pid=23397/tid=23398] ppid=23395 vsize=14084956 memory=5852833021473685665 CPUtime=0.2 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) D 23395 23395 22065 0 -1 1077944384 5403 0 0 0 18 2 0 0 20 0 15 0 63600311 14422994944 10311 33554432000 4194304 4196468 140723908716656 140715745216312 140715743270599 0 4 0 16800975 18446744072101625380 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14084956 memory=3472468501977273552 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14422994944 10311 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14084956 memory=140373082121856 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14422994944 10311 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14084956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14422994944 10311 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63600311 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14087096 memory=140373082121856 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715281278624 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715280225520 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 15 0 63600316 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14087096 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 15 0 63600316 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14087096 memory=140373082121856 CPUtime=0.07 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) S 23395 23395 22065 0 -1 1077944384 787 0 0 0 7 0 0 0 20 0 15 0 63600316 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715208206320 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14087096 memory=140373082121856 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 10314 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42700 KiB

[startup+0.310591 s]*
/proc/loadavg: 2.17 2.04 2.05 4/217 23411
/proc/meminfo: memFree=15993888/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14087096 memory=47864 CPUtime=0.52 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 9110 0 0 0 48 4 0 0 20 0 15 0 63600310 14425186304 11966 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3521774 11966 3237 1 0 3483008 0
[pid=23397/tid=23398] ppid=23395 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) R 23395 23395 22065 0 -1 4202560 6116 0 0 0 27 2 0 0 20 0 15 0 63600311 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715745230448 140715725075806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14087096 memory=3472468501977273552 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14087096 memory=140373082121856 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14087096 memory=8 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600311 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14087096 memory=140372953147423 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63600311 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14087096 memory=280745906255616 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14087096 memory=140372953124367 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715281278624 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14087096 memory=280746035255392 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715280225520 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14087096 memory=140372953128975 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14087096 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 535 0 0 0 5 0 0 0 20 0 15 0 63600316 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14087096 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 306 0 0 0 3 0 0 0 20 0 15 0 63600316 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) S 23395 23395 22065 0 -1 1077944384 849 0 0 0 12 0 0 0 20 0 15 0 63600316 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715208206320 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14087096 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 11966 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49320 KiB

[startup+0.700911 s]
/proc/loadavg: 2.17 2.04 2.05 5/217 23411
/proc/meminfo: memFree=15897684/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14087096 memory=291700 CPUtime=1.57 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 12024 0 0 0 131 26 0 0 20 0 15 0 63600310 14425186304 72925 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3521774 72925 3301 1 0 3483008 0
[pid=23397/tid=23398] ppid=23395 vsize=14087096 memory=7660742144744843625 CPUtime=0.6 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) R 23395 23395 22065 0 -1 4202560 6265 0 0 0 54 6 0 0 20 0 15 0 63600311 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715745234448 140715741017245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14087096 memory=5865465064658194540 CPUtime=0.06 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 63600311 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14087096 memory=4638778398332764256 CPUtime=0.06 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 60 0 0 0 2 4 0 0 20 0 15 0 63600311 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14087096 memory=-7242455096852575424 CPUtime=0.05 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 58 0 0 0 1 4 0 0 20 0 15 0 63600311 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14087096 memory=8326441112149131693 CPUtime=0.05 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 15 0 63600311 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14087096 memory=-7737605734073691286 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14087096 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715281278624 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14087096 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63600313 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715280225520 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14087096 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14087096 memory=19528 CPUtime=0.25 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 1289 0 0 0 24 1 0 0 20 0 15 0 63600316 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14087096 memory=1296 CPUtime=0.23 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 1505 0 0 0 23 0 0 0 20 0 15 0 63600316 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14087096 memory=2412 CPUtime=0.19 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) R 23395 23395 22065 0 -1 4202560 1338 0 0 0 18 1 0 0 20 0 15 0 63600316 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715208206320 140715732950163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14087096 memory=7668012111147524688 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14087096 memory=7451579857426993518 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63600316 14425186304 72925 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 293156 KiB

[startup+1.50084 s]
/proc/loadavg: 2.17 2.04 2.05 3/217 23411
/proc/meminfo: memFree=15564924/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0

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

/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715280225536 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14091268 memory=6578052 CPUtime=4.33 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 34741 0 0 0 430 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14091268 memory=6578052 CPUtime=4.66 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 39206 0 0 0 463 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14091268 memory=1456 CPUtime=1.1 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) S 23395 23395 22065 0 -1 1077944384 23540 0 0 0 107 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715208206320 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14091268 memory=6578052 CPUtime=1.38 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 3331 0 0 0 65 73 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 2317.35 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 6579508 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/219 23508
/proc/meminfo: memFree=9480616/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14091268 memory=6578052 CPUtime=2377.38 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 373605 0 0 0 236968 770 0 0 20 0 15 0 63600310 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3522817 1644513 3418 1 0 3484032 0
[pid=23397/tid=23398] ppid=23395 vsize=14091268 memory=6578052 CPUtime=2306.73 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) R 23395 23395 22065 0 -1 4202560 206335 0 0 0 230630 43 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715745230896 140715364676174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.61 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 10965 0 0 0 1303 158 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.53 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 10283 0 0 0 1286 167 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14091268 memory=1456 CPUtime=14.69 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 13240 0 0 0 1305 164 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.64 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 13516 0 0 0 1301 163 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0.58 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 16996 0 0 0 55 3 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715281278688 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715280225536 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14091268 memory=6578052 CPUtime=4.33 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 34748 0 0 0 430 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14091268 memory=1456 CPUtime=4.66 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 39210 0 0 0 463 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14091268 memory=6578052 CPUtime=1.1 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) S 23395 23395 22065 0 -1 1077944384 23557 0 0 0 107 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715208206320 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14091268 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14091268 memory=1456 CPUtime=1.41 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 3407 0 0 0 67 74 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 2377.38 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 6579508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2344.9 s]
/proc/loadavg: 2.01 2.02 2.05 3/219 23509
/proc/meminfo: memFree=9480748/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14091268 memory=6578052 CPUtime=2400 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 375714 0 0 0 239229 771 0 0 20 0 15 0 63600310 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3522817 1644513 3418 1 0 3484032 0
[pid=23397/tid=23398] ppid=23395 vsize=14091268 memory=6578052 CPUtime=2329.33 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) R 23395 23395 22065 0 -1 4202560 208402 0 0 0 232890 43 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715745230896 140715369819207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14091268 memory=1456 CPUtime=14.61 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 10965 0 0 0 1303 158 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14091268 memory=1456 CPUtime=14.53 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 10283 0 0 0 1286 167 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.69 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 13240 0 0 0 1305 164 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.64 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 13516 0 0 0 1301 163 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14091268 memory=1456 CPUtime=0.58 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 17004 0 0 0 55 3 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715281278688 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715280225536 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14091268 memory=6578052 CPUtime=4.33 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 34748 0 0 0 430 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14091268 memory=1456 CPUtime=4.66 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 39210 0 0 0 463 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14091268 memory=4104 CPUtime=1.1 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) S 23395 23395 22065 0 -1 1077944384 23557 0 0 0 107 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715208206320 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14091268 memory=6578052 CPUtime=1.43 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 3441 0 0 0 68 75 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 6579508 KiB

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

[startup+2344.93 s]
# the end of solver process 23395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002289 s, system=0 s

[startup+2344.94 s]
# the end of solver process 23397 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2392.31 s, system=7.74514 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

[startup+2344.9 s]
/proc/loadavg: 2.01 2.02 2.05 3/219 23509
/proc/meminfo: memFree=9480748/32770624 swapFree=67108860/67108860
[pid=23395] ppid=23392 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (xcsp3-exec) S 23392 23395 22065 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 63600310 115843072 364 33554432000 4194304 5098028 140734169822544 140734169820648 139816756122236 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10424320 140734169826363 140734169826564 140734169826564 140734169829322 0
/proc/23395/statm: 28282 364 306 221 0 87 0
[pid=23397] ppid=23395 vsize=14091268 memory=6578052 CPUtime=2400 cores=0,2,4,6
/proc/23397/stat : 23397 (java) S 23395 23395 22065 0 -1 1077944320 375714 0 0 0 239229 771 0 0 20 0 15 0 63600310 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140723908699200 140715740995319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
/proc/23397/statm: 3522817 1644513 3418 1 0 3484032 0
[pid=23397/tid=23398] ppid=23395 vsize=14091268 memory=6578052 CPUtime=2329.33 cores=0,2,4,6
/proc/23397/task/23398/stat : 23398 (java) R 23395 23395 22065 0 -1 4202560 208402 0 0 0 232890 43 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715745230896 140715369819207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23399] ppid=23395 vsize=14091268 memory=1456 CPUtime=14.61 cores=0,2,4,6
/proc/23397/task/23399/stat : 23399 (java) S 23395 23395 22065 0 -1 1077944384 10965 0 0 0 1303 158 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715336669712 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23400] ppid=23395 vsize=14091268 memory=1456 CPUtime=14.53 cores=0,2,4,6
/proc/23397/task/23400/stat : 23400 (java) S 23395 23395 22065 0 -1 1077944384 10283 0 0 0 1286 167 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715335617168 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23401] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.69 cores=0,2,4,6
/proc/23397/task/23401/stat : 23401 (java) S 23395 23395 22065 0 -1 1077944384 13240 0 0 0 1305 164 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715334564112 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23402] ppid=23395 vsize=14091268 memory=6578052 CPUtime=14.64 cores=0,2,4,6
/proc/23397/task/23402/stat : 23402 (java) S 23395 23395 22065 0 -1 1077944384 13516 0 0 0 1301 163 0 0 20 0 15 0 63600311 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715333511568 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23403] ppid=23395 vsize=14091268 memory=1456 CPUtime=0.58 cores=0,2,4,6
/proc/23397/task/23403/stat : 23403 (java) S 23395 23395 22065 0 -1 1077944384 17004 0 0 0 55 3 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715282332400 140715741006466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23404] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23404/stat : 23404 (java) S 23395 23395 22065 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715281278688 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23405] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23405/stat : 23405 (java) S 23395 23395 22065 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 63600313 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715280225536 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23406] ppid=23395 vsize=14091268 memory=6578052 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23406/stat : 23406 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715279174096 140715741013915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23407] ppid=23395 vsize=14091268 memory=6578052 CPUtime=4.33 cores=0,2,4,6
/proc/23397/task/23407/stat : 23407 (java) S 23395 23395 22065 0 -1 1077944384 34748 0 0 0 430 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715278121200 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23408] ppid=23395 vsize=14091268 memory=1456 CPUtime=4.66 cores=0,2,4,6
/proc/23397/task/23408/stat : 23408 (java) S 23395 23395 22065 0 -1 1077944384 39210 0 0 0 463 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715277068656 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23409] ppid=23395 vsize=14091268 memory=4104 CPUtime=1.1 cores=0,2,4,6
/proc/23397/task/23409/stat : 23409 (java) S 23395 23395 22065 0 -1 1077944384 23557 0 0 0 107 3 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715208206320 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23410] ppid=23395 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23397/task/23410/stat : 23410 (java) S 23395 23395 22065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715207154016 140715741005525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
[pid=23397/tid=23411] ppid=23395 vsize=14091268 memory=6578052 CPUtime=1.43 cores=0,2,4,6
/proc/23397/task/23411/stat : 23411 (java) S 23395 23395 22065 0 -1 1077944384 3441 0 0 0 68 75 0 0 20 0 15 0 63600316 14429458432 1644513 33554432000 4194304 4196468 140723908716656 140715206102064 140715741006466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 38625280 140723908723841 140723908724017 140723908724017 140723908726735 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 6579508 KiB

Child status: 143
Real time (s): 2344.94
CPU time (s): 2400.05
CPU user time (s): 2392.31
CPU system time (s): 7.74514
CPU usage (%): 102.35
Max. virtual memory (cumulated for all children) (KiB): 14204396
Max. memory (cumulated for all children) (KiB): 6588716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.31
system time used= 7.74514
maximum resident set size= 6587260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55597
involuntary context switches= 3560


# summary of solver processes directly reported to runsolver:
#   pid: 23395,23397
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2392.31
#   total CPU system time (s): 7.74514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.21 second user time and 23.3231 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-24 21:26:11
IDJOB=4292769
IDBENCH=141263
IDSOLVER=2747
FILE ID=node103/4292769-1532460370
RUNJOBID= node103-1532448430-22096
PBS_JOBID= 21021580
Free space on /tmp= 56332 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-07-0600_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292769-1532460370/watcher-4292769-1532460370 -o /tmp/evaluation-result-4292769-1532460370/solver-4292769-1532460370 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532448430-22096 --watchdog 2560  HOME/xcsp3-exec -seed 576183559 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292769-1532460370.xml

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

MD5SUM BENCH= 0ae5362fc8ec35126a2a174beba608b8
RANDOM SEED=576183559

node103.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.48
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.48
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.48
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.48
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:        16030728 kB
MemAvailable:   27685464 kB
Buffers:          270184 kB
Cached:         11562512 kB
SwapCached:            0 kB
Active:          8093024 kB
Inactive:        7999320 kB
Active(anon):    4262556 kB
Inactive(anon):    16996 kB
Active(file):    3830468 kB
Inactive(file):  7982324 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            165132 kB
Writeback:         71160 kB
AnonPages:       4267044 kB
Mapped:            51456 kB
Shmem:             17036 kB
Slab:             337948 kB
SReclaimable:     270404 kB
SUnreclaim:        67544 kB
KernelStack:        3520 kB
PageTables:        13548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6253988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3960832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56312 MiB
End job on node103 at 2018-07-24 22:05:16