Trace number 4282398

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 4.0.5 seq (2017-08-18)? (TO) 2520.1001 2513.02

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K145.xml
MD5SUM5e6b89adf4cff092dc7bbd8ab430815e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17255
Number of constraints17547
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17255}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":273},{"degree":5,"count":1771},{"degree":6,"count":7755},{"degree":7,"count":4732},{"degree":8,"count":1862},{"degree":9,"count":574},{"degree":10,"count":143},{"degree":11,"count":1},{"degree":12,"count":143}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1872},{"arity":3,"count":7776},{"arity":4,"count":4752},{"arity":5,"count":2016},{"arity":6,"count":432},{"arity":7,"count":144},{"arity":9,"count":144},{"arity":119,"count":290},{"arity":145,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17547}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282398-1503145208.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282398-1503145208.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.33	c simple solver
0.30/0.39	c parse instance...
4.04/1.56	c solve instance...
2520.07/2513.01	s UNKNOWN
2520.07/2513.01	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 (14960 MiB free)
  memory of node 1: 16384 MiB (15173 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282398-1503145208/watcher-4282398-1503145208 -o /tmp/evaluation-result-4282398-1503145208/solver-4282398-1503145208 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1281520813 HOME/instance-4282398-1503145208.xml 

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

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

solver pid=5202, runsolver pid=5199

[startup+0.101287 s]*
/proc/loadavg: 1.51 1.43 1.37 3/203 5210
/proc/meminfo: memFree=30849252/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13574484 memory=16408 CPUtime=0.02 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 3948 0 0 0 2 0 0 0 20 0 9 0 116713817 13900271616 4102 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3393621 4102 2064 1 0 3383118 0
[pid=5204/tid=5205] ppid=5202 vsize=13574484 memory=1404226546252096138 CPUtime=0.02 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 2683 0 0 0 2 0 0 0 20 0 9 0 116713817 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998851523176 139998831367518 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13574484 memory=4122819170707441977 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116713818 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13574484 memory=140274314712704 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116713818 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116713818 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 116713818 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13574484 memory=140274314712704 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116713819 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 116713820 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998031431200 139998847297237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 116713820 13900271616 4167 18446744073709551615 4194304 4196468 140732420447344 139998030378416 139998847297237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 17788 KiB

[startup+0.209814 s]*
/proc/loadavg: 1.51 1.43 1.37 3/211 5218
/proc/meminfo: memFree=30839948/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13974352 memory=28032 CPUtime=0.09 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 5419 0 0 0 9 0 0 0 20 0 15 0 116713817 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3493588 7008 2751 1 0 3482964 0
[pid=5204/tid=5205] ppid=5202 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 3569 0 0 0 7 0 0 0 20 0 15 0 116713817 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998851512720 139998831734128 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13974352 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13974352 memory=140274314776247 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13974352 memory=140274314712704 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713819 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116713820 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998031431200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116713820 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998030378352 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) S 5202 5202 28892 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 116713822 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998028274032 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713822 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998027221232 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13974352 memory=140274314712704 CPUtime=0.01 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) S 5202 5202 28892 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 116713822 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13974352 memory=140274314712704 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713827 14309736448 7008 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29412 KiB

[startup+0.313746 s]*
/proc/loadavg: 1.55 1.43 1.37 3/211 5218
/proc/meminfo: memFree=30829084/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13974352 memory=39956 CPUtime=0.3 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 9135 0 0 0 27 3 0 0 20 0 15 0 116713817 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3493588 9989 3038 1 0 3482964 0
[pid=5204/tid=5205] ppid=5202 vsize=13974352 memory=6933928925625698159 CPUtime=0.18 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) S 5202 5202 28892 0 -1 1077944384 6312 0 0 0 16 2 0 0 20 0 15 0 116713817 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998851521008 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713818 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713819 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116713820 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998031431200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116713820 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998030378352 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) S 5202 5202 28892 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 116713822 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998028274032 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) R 5202 5202 28892 0 -1 4202560 337 0 0 0 3 0 0 0 20 0 15 0 116713822 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998027221232 139998847298966 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) R 5202 5202 28892 0 -1 4202560 713 0 0 0 6 0 0 0 20 0 15 0 116713822 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298966 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713827 14309736448 9989 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41336 KiB

[startup+0.701485 s]
/proc/loadavg: 1.55 1.43 1.37 6/211 5218
/proc/meminfo: memFree=30808644/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13978684 memory=91452 CPUtime=1.43 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 13434 0 0 0 139 4 0 0 20 0 15 0 116713817 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3494671 22863 3169 1 0 3482964 0
[pid=5204/tid=5205] ppid=5202 vsize=13978684 memory=5 CPUtime=0.55 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 7842 0 0 0 52 3 0 0 20 0 15 0 116713817 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998851521720 139998438210672 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13978684 memory=40 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13978684 memory=752 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116713818 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713818 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 116713819 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116713820 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998031431200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116713820 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998030378352 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13978684 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) R 5202 5202 28892 0 -1 4202560 1527 0 0 0 28 0 0 0 20 0 15 0 116713822 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998028265488 139998830770508 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13978684 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) R 5202 5202 28892 0 -1 4202560 1350 0 0 0 30 0 0 0 20 0 15 0 116713822 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998027209344 139998830645368 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13978684 memory=26 CPUtime=0.27 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) S 5202 5202 28892 0 -1 1077944384 1407 0 0 0 27 0 0 0 20 0 15 0 116713822 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13978684 memory=79 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116713827 14314172416 22863 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 92832 KiB

[startup+1.50078 s]
/proc/loadavg: 1.55 1.43 1.37 6/211 5218
/proc/meminfo: memFree=30671652/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13980732 memory=237364 CPUtime=4.04 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 17620 0 0 0 393 11 0 0 20 0 15 0 116713817 14316269568 59341 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3495183 59341 3216 1 0 3483476 0
[pid=5204/tid=5205] ppid=5202 vsize=13980732 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 8463 0 0 0 125 5 0 0 20 0 15 0 116713817 14316269568 59341 18446744073709551615 4194304 4196468 140732420447344 139998851527408 139998440597895 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13980732 memory=6154538792250073449 CPUtime=0.02 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 44 0 0 0 2 0 0 0 20 0 15 0 116713818 14316269568 59341 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13980732 memory=5864058694711464016 CPUtime=0.04 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 188 0 0 0 3 1 0 0 20 0 15 0 116713818 14316269568 59341 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13980732 memory=280548337603744 CPUtime=0.03 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 111 0 0 0 2 1 0 0 20 0 15 0 116713818 14316269568 59341 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13980732 memory=7811044310603950144 CPUtime=0.04 cores=0,2,4,6

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

/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998030378368 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2.21 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) S 5202 5202 28892 0 -1 1077944384 12050 0 0 0 220 1 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998028274032 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13980732 memory=1380 CPUtime=2.43 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) S 5202 5202 28892 0 -1 1077944384 13568 0 0 0 241 2 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998027221232 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.69 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) S 5202 5202 28892 0 -1 1077944384 9036 0 0 0 68 1 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13980732 memory=62900 CPUtime=1.32 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1397 0 0 0 67 65 0 0 20 0 15 0 116713827 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 2389.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1231444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.86 1.79 1.72 3/211 5509
/proc/meminfo: memFree=28850044/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2449.3 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 78925 0 0 0 244825 105 0 0 20 0 15 0 116713817 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3495183 307516 3239 1 0 3483476 0
[pid=5204/tid=5205] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2441.67 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 31302 0 0 0 244144 23 0 0 20 0 15 0 116713817 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998851523928 139998441155648 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.18 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2445 0 0 0 13 5 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.21 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2186 0 0 0 15 6 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.2 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 1466 0 0 0 15 5 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.2 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1342 0 0 0 15 5 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.07 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 2785 0 0 0 3 4 0 0 20 0 15 0 116713819 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998031431264 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998030378368 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2.21 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) S 5202 5202 28892 0 -1 1077944384 12052 0 0 0 220 1 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998028274032 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13980732 memory=1380 CPUtime=2.43 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) S 5202 5202 28892 0 -1 1077944384 13570 0 0 0 241 2 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998027221232 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.69 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) S 5202 5202 28892 0 -1 1077944384 9038 0 0 0 68 1 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13980732 memory=1230064 CPUtime=1.35 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1403 0 0 0 68 67 0 0 20 0 15 0 116713827 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 2449.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1231444 KiB

[startup+2502.3 s]
/proc/loadavg: 1.74 1.77 1.72 3/211 5511
/proc/meminfo: memFree=28179188/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2509.34 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 79653 0 0 0 250827 107 0 0 20 0 15 0 116713817 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3495183 307516 3239 1 0 3483476 0
[pid=5204/tid=5205] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2501.67 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 32009 0 0 0 250144 23 0 0 20 0 15 0 116713817 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998851523928 139998441155879 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.18 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2445 0 0 0 13 5 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.21 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2186 0 0 0 15 6 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.2 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 1466 0 0 0 15 5 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.2 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1342 0 0 0 15 5 0 0 20 0 15 0 116713818 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.07 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 2786 0 0 0 3 4 0 0 20 0 15 0 116713819 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998031431264 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998030378368 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13980732 memory=1230064 CPUtime=2.22 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) S 5202 5202 28892 0 -1 1077944384 12052 0 0 0 220 2 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998028274032 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13980732 memory=1380 CPUtime=2.43 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) S 5202 5202 28892 0 -1 1077944384 13571 0 0 0 241 2 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998027221232 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0.69 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) S 5202 5202 28892 0 -1 1077944384 9038 0 0 0 68 1 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13980732 memory=1380 CPUtime=1.39 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1422 0 0 0 70 69 0 0 20 0 15 0 116713827 14316269568 307516 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 2509.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1231444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513 s]*
/proc/loadavg: 1.85 1.79 1.73 3/211 5512
/proc/meminfo: memFree=28012220/32770624 swapFree=67108860/67108860
[pid=5202] ppid=5199 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5202/stat : 5202 (xcsp3-exec) S 5199 5202 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116713809 9740288 345 18446744073709551615 4194304 5098028 140732521902864 140732521900968 140252844733052 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 14860288 140732521910648 140732521910853 140732521910853 140732521914347 0
/proc/5202/statm: 2378 345 289 221 0 87 0
[pid=5204] ppid=5202 vsize=13980732 memory=1233640 CPUtime=2520.07 cores=0,2,4,6
/proc/5204/stat : 5204 (java) S 5202 5202 28892 0 -1 1077944320 80298 0 0 0 251898 109 0 0 20 0 15 0 116713817 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 140732420429888 139998847287031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
/proc/5204/statm: 3495183 308410 3239 1 0 3483476 0
[pid=5204/tid=5205] ppid=5202 vsize=13980732 memory=6933928925625698159 CPUtime=2512.37 cores=0,2,4,6
/proc/5204/task/5205/stat : 5205 (java) R 5202 5202 28892 0 -1 4202560 32167 0 0 0 251214 23 0 0 20 0 15 0 116713817 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998851526448 139998441155852 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5206] ppid=5202 vsize=13980732 memory=4872558044660077418 CPUtime=0.18 cores=0,2,4,6
/proc/5204/task/5206/stat : 5206 (java) S 5202 5202 28892 0 -1 1077944384 2527 0 0 0 13 5 0 0 20 0 15 0 116713818 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998766701200 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5207] ppid=5202 vsize=13980732 memory=4068 CPUtime=0.21 cores=0,2,4,6
/proc/5204/task/5207/stat : 5207 (java) S 5202 5202 28892 0 -1 1077944384 2209 0 0 0 15 6 0 0 20 0 15 0 116713818 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998765648400 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5208] ppid=5202 vsize=13980732 memory=1156 CPUtime=0.2 cores=0,2,4,6
/proc/5204/task/5208/stat : 5208 (java) S 5202 5202 28892 0 -1 1077944384 1715 0 0 0 15 5 0 0 20 0 15 0 116713818 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998764595600 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5209] ppid=5202 vsize=13980732 memory=3228 CPUtime=0.22 cores=0,2,4,6
/proc/5204/task/5209/stat : 5209 (java) S 5202 5202 28892 0 -1 1077944384 1376 0 0 0 16 6 0 0 20 0 15 0 116713818 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998763542800 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5210] ppid=5202 vsize=13980732 memory=1380 CPUtime=0.07 cores=0,2,4,6
/proc/5204/task/5210/stat : 5210 (java) S 5202 5202 28892 0 -1 1077944384 2885 0 0 0 3 4 0 0 20 0 15 0 116713819 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998032485232 139998847298178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5211] ppid=5202 vsize=13980732 memory=1230064 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5211/stat : 5211 (java) S 5202 5202 28892 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998031431264 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5212] ppid=5202 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5212/stat : 5212 (java) S 5202 5202 28892 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 116713820 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998030378368 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5213] ppid=5202 vsize=13980732 memory=3212 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5213/stat : 5213 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998029326672 139998847305627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5214] ppid=5202 vsize=13980732 memory=0 CPUtime=2.22 cores=0,2,4,6
/proc/5204/task/5214/stat : 5214 (java) S 5202 5202 28892 0 -1 1077944384 12052 0 0 0 220 2 0 0 20 0 15 0 116713822 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998028274032 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5215] ppid=5202 vsize=13980732 memory=8098430081202415719 CPUtime=2.43 cores=0,2,4,6
/proc/5204/task/5215/stat : 5215 (java) S 5202 5202 28892 0 -1 1077944384 13571 0 0 0 241 2 0 0 20 0 15 0 116713822 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998027221232 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5216] ppid=5202 vsize=13980732 memory=8098430081202415719 CPUtime=0.69 cores=0,2,4,6
/proc/5204/task/5216/stat : 5216 (java) S 5202 5202 28892 0 -1 1077944384 9038 0 0 0 68 1 0 0 20 0 15 0 116713822 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998026168432 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5217] ppid=5202 vsize=13980732 memory=8098430081202415719 CPUtime=0 cores=0,2,4,6
/proc/5204/task/5217/stat : 5217 (java) S 5202 5202 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116713822 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998025115872 139998847297237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
[pid=5204/tid=5218] ppid=5202 vsize=13980732 memory=7813854648600914024 CPUtime=1.39 cores=0,2,4,6
/proc/5204/task/5218/stat : 5218 (java) S 5202 5202 28892 0 -1 1077944384 1422 0 0 0 70 69 0 0 20 0 15 0 116713827 14316269568 308410 18446744073709551615 4194304 4196468 140732420447344 139998024064176 139998847298178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 11784192 140732420448689 140732420448865 140732420448865 140732420452303 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1235020 KiB

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

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

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

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

Child status: 143
Real time (s): 2513.02
CPU time (s): 2520.1
CPU user time (s): 2519
CPU system time (s): 1.10196
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1235020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519
system time used= 1.10196
maximum resident set size= 1238256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57333
involuntary context switches= 2965


# summary of solver processes directly reported to runsolver:
#   pid: 5202,5204
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519
#   total CPU system time (s): 1.10196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8747 second user time and 19.4439 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 14:05:56
IDJOB=4282398
IDBENCH=134763
IDSOLVER=2677
FILE ID=node127/4282398-1503145208
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K145.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282398-1503145208/watcher-4282398-1503145208 -o /tmp/evaluation-result-4282398-1503145208/solver-4282398-1503145208 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1281520813 HOME/instance-4282398-1503145208.xml

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

MD5SUM BENCH= 5e6b89adf4cff092dc7bbd8ab430815e
RANDOM SEED=1281520813

node127.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.92
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.92
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.92
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.92
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:        30857148 kB
MemAvailable:   31691176 kB
Buffers:          298092 kB
Cached:           837856 kB
SwapCached:            0 kB
Active:          1092480 kB
Inactive:         372620 kB
Active(anon):     279840 kB
Inactive(anon):    99188 kB
Active(file):     812640 kB
Inactive(file):   273432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             4 kB
AnonPages:        329300 kB
Mapped:            73432 kB
Shmem:             49828 kB
Slab:             153744 kB
SReclaimable:     127580 kB
SUnreclaim:        26164 kB
KernelStack:        3440 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1190916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node127 at 2017-08-19 14:47:50