Trace number 4392883

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.36 702.408

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-20-054.xml
MD5SUM3ff211d871d85a956d1d429dedc73eaa
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 benchmark6.5032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints190
Number of domains20
Minimum domain size35
Maximum domain size54
Distribution of domain sizes[{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2},{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":40}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
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-4392883-1568356375.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392883-1568356375.xml, -tl, 2520s, -p, 4]
0.13/0.21	c 4 solvers in parallel
0.34/0.28	c parse instance...
129.88/101.92	c solve instance...
2520.01/702.36	s UNKNOWN
2520.01/702.36	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 (15042 MiB free)
  memory of node 1: 16384 MiB (15344 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392883-1568356375/watcher-4392883-1568356375 -o /tmp/evaluation-result-4392883-1568356375/solver-4392883-1568356375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22074 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1708262043 HOME/instance-4392883-1568356375.xml 

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

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


[startup+0.1002 s]*
/proc/loadavg: 4.01 5.14 6.87 3/208 27500
/proc/meminfo: memFree=31098308/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0
[pid=27486] ppid=27484 vsize=15144768 memory=29616 CPUtime=0.13 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 5857 0 0 0 12 1 0 0 20 0 15 0 411876255 15508242432 7404 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3786192 7404 3179 1 0 3748377 0
[pid=27486/tid=27487] ppid=27484 vsize=15144768 memory=-6153717457601270115 CPUtime=0.09 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27484 22042 0 -1 4202560 3728 0 0 0 8 1 0 0 20 0 15 0 411876255 15508242432 7404 33554432000 4194304 4196468 140728493537056 140326565956720 140326540150944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15144768 memory=5767621984051685769 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 7404 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15144768 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 7404 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 7404 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 7404 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411876257 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411876258 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325894948128 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411876258 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325893895792 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27484 22042 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 411876260 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325891790960 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27484 22042 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 411876260 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325890738160 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15144768 memory=140117753804416 CPUtime=0.02 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) R 27484 27484 22042 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 411876260 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325889685872 140326553945712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15144768 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876261 15508242432 7404 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31068 KiB

[startup+0.210498 s]*
/proc/loadavg: 4.01 5.14 6.87 3/208 27500
/proc/meminfo: memFree=31086432/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0
[pid=27486] ppid=27484 vsize=15144768 memory=41244 CPUtime=0.34 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 9470 0 0 0 31 3 0 0 20 0 15 0 411876255 15508242432 10311 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3786192 10311 3305 1 0 3748377 0
[pid=27486/tid=27487] ppid=27484 vsize=15144768 memory=7970134873189818271 CPUtime=0.19 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27484 22042 0 -1 4202560 6653 0 0 0 17 2 0 0 20 0 15 0 411876255 15508242432 10311 33554432000 4194304 4196468 140728493537056 140326565961184 140326545806686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15144768 memory=3461490722383488649 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 10311 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15144768 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 10311 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 10311 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411876256 15508242432 10311 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15144768 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411876257 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411876258 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325894948128 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15144768 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411876258 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325893895792 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27484 22042 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 411876260 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325891790960 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27484 22042 0 -1 1077944384 410 0 0 0 3 0 0 0 20 0 15 0 411876260 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325890738160 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15144768 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27484 22042 0 -1 1077944384 757 0 0 0 8 0 0 0 20 0 15 0 411876260 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325889685872 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876261 15508242432 10311 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42696 KiB

[startup+0.310354 s]*
/proc/loadavg: 4.01 5.14 6.87 3/208 27500
/proc/meminfo: memFree=31079420/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0
[pid=27486] ppid=27484 vsize=15149024 memory=49992 CPUtime=0.53 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 10903 0 0 0 49 4 0 0 20 0 15 0 411876255 15512600576 12498 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3787256 12498 3355 1 0 3748377 0
[pid=27486/tid=27487] ppid=27484 vsize=15149024 memory=280235207747488 CPUtime=0.3 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27484 22042 0 -1 4202560 7867 0 0 0 27 3 0 0 20 0 15 0 411876255 15512600576 12498 33554432000 4194304 4196468 140728493537056 140326565957312 140326561748125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15149024 memory=67 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15512600576 12498 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15149024 memory=280235357678160 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15512600576 12498 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15512600576 12498 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15149024 memory=67 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411876256 15512600576 12498 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15149024 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411876257 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15149024 memory=67 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411876258 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325894948128 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15149024 memory=67300 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411876258 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325893895792 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15149024 memory=69604 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27484 22042 0 -1 1077944384 390 0 0 0 3 0 0 0 20 0 15 0 411876260 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325891790960 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15149024 memory=140117603894543 CPUtime=0.06 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27484 22042 0 -1 1077944384 501 0 0 0 6 0 0 0 20 0 15 0 411876260 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325890738160 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15149024 memory=280235357708128 CPUtime=0.12 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27484 22042 0 -1 1077944384 839 0 0 0 12 0 0 0 20 0 15 0 411876260 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325889685872 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15149024 memory=140117603899151 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15149024 memory=140117753804416 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876261 15512600576 12498 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51444 KiB

[startup+0.700957 s]
/proc/loadavg: 4.01 5.14 6.87 2/208 27500
/proc/meminfo: memFree=31067076/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0
[pid=27486] ppid=27484 vsize=15151148 memory=105140 CPUtime=1.64 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 14846 0 0 0 158 6 0 0 20 0 15 0 411876255 15514775552 26285 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3787787 26285 3451 1 0 3748889 0
[pid=27486/tid=27487] ppid=27484 vsize=15151148 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) R 27484 27484 22042 0 -1 4202560 9271 0 0 0 63 4 0 0 20 0 15 0 411876255 15514775552 26285 33554432000 4194304 4196468 140728493537056 140326565961152 140326199778040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15514775552 26285 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15514775552 26285 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15151148 memory=7813587196152198965 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876256 15514775552 26285 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15151148 memory=1532 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411876256 15514775552 26285 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15151148 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411876257 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411876258 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325894948128 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15151148 memory=780 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411876258 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325893895792 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15151148 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15151148 memory=624 CPUtime=0.26 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) R 27484 27484 22042 0 -1 4202560 1122 0 0 0 26 0 0 0 20 0 15 0 411876260 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325891777712 140326541380464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15151148 memory=3996 CPUtime=0.28 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) R 27484 27484 22042 0 -1 4202560 1138 0 0 0 28 0 0 0 20 0 15 0 411876260 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325890724704 140326539322960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15151148 memory=2832 CPUtime=0.4 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27484 22042 0 -1 1077944384 2008 0 0 0 40 0 0 0 20 0 15 0 411876260 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325889685872 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411876260 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15151148 memory=33 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411876261 15514775552 26285 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 106592 KiB

[startup+1.50087 s]
/proc/loadavg: 4.01 5.14 6.87 2/208 27500
/proc/meminfo: memFree=30929372/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0

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

/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 197513 0 0 0 251729 272 0 0 20 0 19 0 411876255 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3854863 1607500 3548 1 0 3815965 0
[pid=27486/tid=27487] ppid=27484 vsize=15419452 memory=6430000 CPUtime=89.07 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) S 27484 27484 22042 0 -1 1077944384 26750 0 0 0 8856 51 0 0 20 0 19 0 411876255 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326565966976 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.17 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 19723 0 0 0 969 48 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15419452 memory=1452 CPUtime=10.22 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 16584 0 0 0 969 53 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.18 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 13182 0 0 0 971 47 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.16 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 16956 0 0 0 967 49 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15419452 memory=6430000 CPUtime=4.05 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 12758 0 0 0 403 2 0 0 20 0 19 0 411876257 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 411876258 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325894948192 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 411876258 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325893895808 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2.63 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27484 22042 0 -1 1077944384 20335 0 0 0 261 2 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325891790960 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2.66 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27484 22042 0 -1 1077944384 15138 0 0 0 264 2 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325890738160 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15419452 memory=1452 CPUtime=0.83 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27484 22042 0 -1 1077944384 12025 0 0 0 82 1 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325889685872 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0.64 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1222 0 0 0 26 38 0 0 20 0 19 0 411876261 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27508] ppid=27484 vsize=15419452 memory=1452 CPUtime=594.48 cores=1,3,5,7
/proc/27486/task/27508/stat : 27508 (java) R 27484 27484 22042 0 -1 4202560 3088 0 0 0 59448 0 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325878369120 140326202476905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27509] ppid=27484 vsize=15419452 memory=1452 CPUtime=594.3 cores=1,3,5,7
/proc/27486/task/27509/stat : 27509 (java) R 27484 27484 22042 0 -1 4202560 15022 0 0 0 59425 5 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325877318392 140326203552491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27510] ppid=27484 vsize=15419452 memory=3308 CPUtime=595.02 cores=1,3,5,7
/proc/27486/task/27510/stat : 27510 (java) R 27484 27484 22042 0 -1 4202560 2773 0 0 0 59502 0 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325876265464 140326202180509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27511] ppid=27484 vsize=15419452 memory=1452 CPUtime=595.48 cores=1,3,5,7
/proc/27486/task/27511/stat : 27511 (java) R 27484 27484 22042 0 -1 4202560 20573 0 0 0 59544 4 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325875214800 140326202432663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 6431452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+702.301 s]
/proc/loadavg: 4.05 4.06 5.20 5/212 27565
/proc/meminfo: memFree=24684816/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0
[pid=27486] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2520.01 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 197513 0 0 0 251729 272 0 0 20 0 19 0 411876255 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3854863 1607500 3548 1 0 3815965 0
[pid=27486/tid=27487] ppid=27484 vsize=15419452 memory=6430000 CPUtime=89.07 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) S 27484 27484 22042 0 -1 1077944384 26750 0 0 0 8856 51 0 0 20 0 19 0 411876255 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326565966976 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.17 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 19723 0 0 0 969 48 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15419452 memory=1452 CPUtime=10.22 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 16584 0 0 0 969 53 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.18 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 13182 0 0 0 971 47 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.16 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 16956 0 0 0 967 49 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15419452 memory=6430000 CPUtime=4.05 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 12758 0 0 0 403 2 0 0 20 0 19 0 411876257 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 411876258 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325894948192 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 411876258 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325893895808 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2.63 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27484 22042 0 -1 1077944384 20335 0 0 0 261 2 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325891790960 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2.66 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27484 22042 0 -1 1077944384 15138 0 0 0 264 2 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325890738160 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15419452 memory=1452 CPUtime=0.83 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27484 22042 0 -1 1077944384 12025 0 0 0 82 1 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325889685872 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0.64 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1222 0 0 0 26 38 0 0 20 0 19 0 411876261 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27508] ppid=27484 vsize=15419452 memory=1452 CPUtime=594.48 cores=1,3,5,7
/proc/27486/task/27508/stat : 27508 (java) R 27484 27484 22042 0 -1 4202560 3088 0 0 0 59448 0 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325878369120 140326202476905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27509] ppid=27484 vsize=15419452 memory=1452 CPUtime=594.3 cores=1,3,5,7
/proc/27486/task/27509/stat : 27509 (java) R 27484 27484 22042 0 -1 4202560 15022 0 0 0 59425 5 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325877318392 140326203552491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27510] ppid=27484 vsize=15419452 memory=3308 CPUtime=595.02 cores=1,3,5,7
/proc/27486/task/27510/stat : 27510 (java) R 27484 27484 22042 0 -1 4202560 2773 0 0 0 59502 0 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325876265464 140326202180509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27511] ppid=27484 vsize=15419452 memory=1452 CPUtime=595.48 cores=1,3,5,7
/proc/27486/task/27511/stat : 27511 (java) R 27484 27484 22042 0 -1 4202560 20573 0 0 0 59544 4 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325875214800 140326202432663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 6431452 KiB

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

[startup+702.335 s]
# the end of solver process 27484 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001558 s, system=0.000779 s

[startup+702.408 s]
# the end of solver process 27486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.61 s, system=2.75128 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+702.301 s]
/proc/loadavg: 4.05 4.06 5.20 5/212 27565
/proc/meminfo: memFree=24684816/32770624 swapFree=66940800/67108860
[pid=27484] ppid=27481 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27484/stat : 27484 (xcsp3-exec) S 27481 27484 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411876254 115843072 363 33554432000 4194304 5098028 140735986117184 140735986115288 140406982152828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8151040 140735986123642 140735986123885 140735986123885 140735986126794 0
/proc/27484/statm: 28282 363 304 221 0 87 0
[pid=27486] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2520.01 cores=1,3,5,7
/proc/27486/stat : 27486 (java) S 27484 27484 22042 0 -1 1077944320 197513 0 0 0 251729 272 0 0 20 0 19 0 411876255 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140728493519600 140326561726199 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
/proc/27486/statm: 3854863 1607500 3548 1 0 3815965 0
[pid=27486/tid=27487] ppid=27484 vsize=15419452 memory=6430000 CPUtime=89.07 cores=1,3,5,7
/proc/27486/task/27487/stat : 27487 (java) S 27484 27484 22042 0 -1 1077944384 26750 0 0 0 8856 51 0 0 20 0 19 0 411876255 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326565966976 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27488] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.17 cores=1,3,5,7
/proc/27486/task/27488/stat : 27488 (java) S 27484 27484 22042 0 -1 1077944384 19723 0 0 0 969 48 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326153935248 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27489] ppid=27484 vsize=15419452 memory=1452 CPUtime=10.22 cores=1,3,5,7
/proc/27486/task/27489/stat : 27489 (java) S 27484 27484 22042 0 -1 1077944384 16584 0 0 0 969 53 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326152882448 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27490] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.18 cores=1,3,5,7
/proc/27486/task/27490/stat : 27490 (java) S 27484 27484 22042 0 -1 1077944384 13182 0 0 0 971 47 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326151830160 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27491] ppid=27484 vsize=15419452 memory=6430000 CPUtime=10.16 cores=1,3,5,7
/proc/27486/task/27491/stat : 27491 (java) S 27484 27484 22042 0 -1 1077944384 16956 0 0 0 967 49 0 0 20 0 19 0 411876256 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140326150777360 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27492] ppid=27484 vsize=15419452 memory=6430000 CPUtime=4.05 cores=1,3,5,7
/proc/27486/task/27492/stat : 27492 (java) S 27484 27484 22042 0 -1 1077944384 12758 0 0 0 403 2 0 0 20 0 19 0 411876257 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325896002160 140326561737346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27493] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27493/stat : 27493 (java) S 27484 27484 22042 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 411876258 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325894948192 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27494] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27494/stat : 27494 (java) S 27484 27484 22042 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 411876258 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325893895808 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27495] ppid=27484 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27495/stat : 27495 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325892844112 140326561744795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27496] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2.63 cores=1,3,5,7
/proc/27486/task/27496/stat : 27496 (java) S 27484 27484 22042 0 -1 1077944384 20335 0 0 0 261 2 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325891790960 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27497] ppid=27484 vsize=15419452 memory=6430000 CPUtime=2.66 cores=1,3,5,7
/proc/27486/task/27497/stat : 27497 (java) S 27484 27484 22042 0 -1 1077944384 15138 0 0 0 264 2 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325890738160 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27498] ppid=27484 vsize=15419452 memory=1452 CPUtime=0.83 cores=1,3,5,7
/proc/27486/task/27498/stat : 27498 (java) S 27484 27484 22042 0 -1 1077944384 12025 0 0 0 82 1 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325889685872 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27499] ppid=27484 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27486/task/27499/stat : 27499 (java) S 27484 27484 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411876260 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325888633312 140326561736405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27500] ppid=27484 vsize=15419452 memory=6430000 CPUtime=0.64 cores=1,3,5,7
/proc/27486/task/27500/stat : 27500 (java) S 27484 27484 22042 0 -1 1077944384 1222 0 0 0 26 38 0 0 20 0 19 0 411876261 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325887581104 140326561737346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27508] ppid=27484 vsize=15419452 memory=1452 CPUtime=594.48 cores=1,3,5,7
/proc/27486/task/27508/stat : 27508 (java) R 27484 27484 22042 0 -1 4202560 3088 0 0 0 59448 0 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325878369120 140326202476905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27509] ppid=27484 vsize=15419452 memory=1452 CPUtime=594.3 cores=1,3,5,7
/proc/27486/task/27509/stat : 27509 (java) R 27484 27484 22042 0 -1 4202560 15022 0 0 0 59425 5 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325877318392 140326203552491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27510] ppid=27484 vsize=15419452 memory=3308 CPUtime=595.02 cores=1,3,5,7
/proc/27486/task/27510/stat : 27510 (java) R 27484 27484 22042 0 -1 4202560 2773 0 0 0 59502 0 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325876265464 140326202180509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
[pid=27486/tid=27511] ppid=27484 vsize=15419452 memory=1452 CPUtime=595.48 cores=1,3,5,7
/proc/27486/task/27511/stat : 27511 (java) R 27484 27484 22042 0 -1 4202560 20573 0 0 0 59544 4 0 0 20 0 19 0 411886448 15789518848 1607500 33554432000 4194304 4196468 140728493537056 140325875214800 140326202432663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140728493544431 140728493544602 140728493544602 140728493547471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 6431452 KiB

Child status: 143
Real time (s): 702.408
CPU time (s): 2520.36
CPU user time (s): 2517.61
CPU system time (s): 2.75128
CPU usage (%): 358.817
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 6431452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.61
system time used= 2.75128
maximum resident set size= 6430484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19472
involuntary context switches= 26019


# summary of solver processes directly reported to runsolver:
#   pid: 27484,27486
#   total CPU time (s): 2520.36
#   total CPU user time (s): 2517.61
#   total CPU system time (s): 2.75128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.29656 second user time and 8.16523 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 08:32:18
IDJOB=4392883
IDBENCH=141704
IDSOLVER=2840
FILE ID=node149/4392883-1568356375
RUNJOBID= node149-1568346919-22074
PBS_JOBID= 21701170
Free space on /tmp= 57072 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-20-054.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-4392883-1568356375/watcher-4392883-1568356375 -o /tmp/evaluation-result-4392883-1568356375/solver-4392883-1568356375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22074 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1708262043 HOME/instance-4392883-1568356375.xml

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

MD5SUM BENCH= 3ff211d871d85a956d1d429dedc73eaa
RANDOM SEED=1708262043

node149.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.81
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.81
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.81
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.81
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:        31116640 kB
MemAvailable:   31859588 kB
Buffers:          142548 kB
Cached:           896356 kB
SwapCached:        61348 kB
Active:           435240 kB
Inactive:         665168 kB
Active(anon):      28624 kB
Inactive(anon):    72344 kB
Active(file):     406616 kB
Inactive(file):   592824 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940800 kB
Dirty:             26020 kB
Writeback:             0 kB
AnonPages:        112648 kB
Mapped:            43020 kB
Shmem:             31236 kB
Slab:             147960 kB
SReclaimable:     118688 kB
SUnreclaim:        29272 kB
KernelStack:        3424 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     500572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57044 MiB
End job on node149 at 2019-09-13 08:44:00