Trace number 4282212

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.04 2502.6201

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark824.70099
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282212-1503159596.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282212-1503159596.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
5.12/1.89	c solve instance...
2520.02/2502.60	s UNKNOWN
2520.02/2502.60	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 (15086 MiB free)
  memory of node 1: 16384 MiB (15506 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282212-1503159596/watcher-4282212-1503159596 -o /tmp/evaluation-result-4282212-1503159596/solver-4282212-1503159596 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 544506111 HOME/instance-4282212-1503159596.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32378, runsolver pid=32375

[startup+0.107059 s]*
/proc/loadavg: 2.09 2.04 2.04 3/202 32385
/proc/meminfo: memFree=31318360/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13574484 memory=18460 CPUtime=0.01 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 3932 0 0 0 1 0 0 0 20 0 9 0 14366714 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3393621 4615 2065 1 0 3383118 0
[pid=32380/tid=32381] ppid=32378 vsize=13574484 memory=-8713483618642457695 CPUtime=0.01 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 2637 0 0 0 1 0 0 0 20 0 9 0 14366714 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068611879528 140068591723870 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14366715 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13574484 memory=140635524535936 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14366715 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14366715 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14366715 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13574484 memory=140635524535936 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14366716 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 14366716 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068152235552 140068607653589 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 14366717 13900271616 4615 18446744073709551615 4194304 4196468 140735575592864 140068151182768 140068607653589 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19840 KiB

[startup+0.211071 s]*
/proc/loadavg: 2.09 2.04 2.04 4/211 32394
/proc/meminfo: memFree=31307124/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13974352 memory=29128 CPUtime=0.09 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 5176 0 0 0 8 1 0 0 20 0 15 0 14366714 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3493588 7282 2744 1 0 3482964 0
[pid=32380/tid=32381] ppid=32378 vsize=13974352 memory=-6871798056524144002 CPUtime=0.07 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 3313 0 0 0 7 0 0 0 20 0 15 0 14366714 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068611874496 140068607655318 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13974352 memory=140635524535936 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13974352 memory=140635524535936 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366716 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14366716 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068152235552 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14366717 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068151182704 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) S 32378 32378 18108 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068149078384 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068148025584 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13974352 memory=140635524535936 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13974352 memory=140635524535936 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366724 14309736448 7282 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30508 KiB

[startup+0.310319 s]*
/proc/loadavg: 2.09 2.04 2.04 4/211 32394
/proc/meminfo: memFree=31295944/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13974352 memory=39408 CPUtime=0.28 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 8926 0 0 0 26 2 0 0 20 0 15 0 14366714 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3493588 9852 2983 1 0 3482964 0
[pid=32380/tid=32381] ppid=32378 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 6078 0 0 0 15 1 0 0 20 0 15 0 14366714 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068611881680 140068591723870 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13974352 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13974352 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366715 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13974352 memory=140635524542929 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366716 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14366716 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068152235552 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14366717 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068151182704 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) R 32378 32378 18108 0 -1 4202560 780 0 0 0 2 0 0 0 20 0 15 0 14366719 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068149078384 140068600628425 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) R 32378 32378 18108 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068148025584 140068607654530 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 736 0 0 0 6 0 0 0 20 0 15 0 14366719 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366724 14309736448 9852 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40788 KiB

[startup+0.701098 s]
/proc/loadavg: 2.09 2.04 2.04 5/211 32394
/proc/meminfo: memFree=31275924/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13978684 memory=85788 CPUtime=1.34 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 13091 0 0 0 130 4 0 0 20 0 15 0 14366714 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3494671 21447 3164 1 0 3482964 0
[pid=32380/tid=32381] ppid=32378 vsize=13978684 memory=7165352523810945333 CPUtime=0.55 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 7842 0 0 0 52 3 0 0 20 0 15 0 14366714 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068611876368 140068231454218 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13978684 memory=5788058341903188065 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13978684 memory=5865491479076426066 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13978684 memory=-7812477184716565654 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366715 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14366715 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14366716 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14366716 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068152235552 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13978684 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14366717 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068151182704 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13978684 memory=140635415782000 CPUtime=0.26 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) R 32378 32378 18108 0 -1 4202560 1710 0 0 0 26 0 0 0 20 0 15 0 14366719 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068149071576 140068591143581 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13978684 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) R 32378 32378 18108 0 -1 4202560 646 0 0 0 22 0 0 0 20 0 15 0 14366719 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068148013696 140068592570051 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13978684 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 1586 0 0 0 28 0 0 0 20 0 15 0 14366719 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13978684 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14366724 14314172416 21447 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 87168 KiB

[startup+1.50108 s]
/proc/loadavg: 2.09 2.04 2.04 5/211 32394
/proc/meminfo: memFree=31160068/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13980732 memory=365552 CPUtime=4.07 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 17310 0 0 0 379 28 0 0 20 0 15 0 14366714 14316269568 91388 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3495183 91388 3210 1 0 3483476 0
[pid=32380/tid=32381] ppid=32378 vsize=13980732 memory=25959 CPUtime=1.16 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 8583 0 0 0 112 4 0 0 20 0 15 0 14366714 14316269568 91388 18446744073709551615 4194304 4196468 140735575592864 140068611878352 140068590631223 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13980732 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 123 0 0 0 11 5 0 0 20 0 15 0 14366715 14316269568 91388 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13980732 memory=-3253322038155611931 CPUtime=0.16 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 96 0 0 0 11 5 0 0 20 0 15 0 14366715 14316269568 91388 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13980732 memory=6944656592455360604 CPUtime=0.17 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 131 0 0 0 12 5 0 0 20 0 15 0 14366715 14316269568 91388 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0

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

/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 14366717 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140068151182720 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13980732 memory=1148 CPUtime=3.37 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) S 32378 32378 18108 0 -1 1077944384 22767 0 0 0 334 3 0 0 20 0 15 0 14366719 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140068149078384 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13980732 memory=1392384 CPUtime=3.74 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) S 32378 32378 18108 0 -1 1077944384 26106 0 0 0 371 3 0 0 20 0 15 0 14366719 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140068148025584 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13980732 memory=1380 CPUtime=0.95 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 14833 0 0 0 93 2 0 0 20 0 15 0 14366719 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13980732 memory=1148 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13980732 memory=5308 CPUtime=1.24 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1058 0 0 0 50 74 0 0 20 0 15 0 14366724 14316269568 349632 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 2399.62 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1399908 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/211 32691
/proc/meminfo: memFree=27732492/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13980732 memory=1427200 CPUtime=2459.63 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 118266 0 0 0 245805 158 0 0 20 0 15 0 14366714 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3495183 356800 3263 1 0 3483476 0
[pid=32380/tid=32381] ppid=32378 vsize=13980732 memory=1427200 CPUtime=2438.41 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 42513 0 0 0 243824 17 0 0 20 0 15 0 14366714 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068611882064 140068236002774 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13980732 memory=1425152 CPUtime=2.71 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 692 0 0 0 255 16 0 0 20 0 15 0 14366715 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13980732 memory=1421056 CPUtime=2.74 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1275 0 0 0 259 15 0 0 20 0 15 0 14366715 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13980732 memory=1423104 CPUtime=2.75 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 969 0 0 0 259 16 0 0 20 0 15 0 14366715 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13980732 memory=1425152 CPUtime=2.77 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 1842 0 0 0 260 17 0 0 20 0 15 0 14366715 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13980732 memory=1380 CPUtime=0.84 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 4848 0 0 0 81 3 0 0 20 0 15 0 14366716 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13980732 memory=1427200 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 14366716 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068152235616 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 14366717 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068151182720 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13980732 memory=4128 CPUtime=3.37 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) S 32378 32378 18108 0 -1 1077944384 22770 0 0 0 334 3 0 0 20 0 15 0 14366719 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068149078384 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13980732 memory=1380 CPUtime=3.74 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) S 32378 32378 18108 0 -1 1077944384 26108 0 0 0 371 3 0 0 20 0 15 0 14366719 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068148025584 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13980732 memory=1427200 CPUtime=0.95 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 14835 0 0 0 93 2 0 0 20 0 15 0 14366719 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13980732 memory=1425152 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13980732 memory=1425152 CPUtime=1.25 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1079 0 0 0 50 75 0 0 20 0 15 0 14366724 14316269568 356800 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 2459.63 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1428580 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/211 32693
/proc/meminfo: memFree=27595808/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13980732 memory=1564672 CPUtime=2519.72 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 119636 0 0 0 251811 161 0 0 20 0 15 0 14366714 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3495183 391168 3263 1 0 3483476 0
[pid=32380/tid=32381] ppid=32378 vsize=13980732 memory=1564672 CPUtime=2498.38 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 43246 0 0 0 249820 18 0 0 20 0 15 0 14366714 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068611882064 140068237787507 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13980732 memory=1564672 CPUtime=2.73 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 723 0 0 0 257 16 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13980732 memory=1564672 CPUtime=2.76 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1554 0 0 0 261 15 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13980732 memory=1380 CPUtime=2.77 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 986 0 0 0 261 16 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13980732 memory=1380 CPUtime=2.79 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 1855 0 0 0 262 17 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13980732 memory=1564672 CPUtime=0.84 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 5070 0 0 0 81 3 0 0 20 0 15 0 14366716 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13980732 memory=1564672 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 14366716 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068152235616 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13980732 memory=281270832572240 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 14366717 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068151182720 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13980732 memory=1564672 CPUtime=3.37 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) S 32378 32378 18108 0 -1 1077944384 22770 0 0 0 334 3 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068149078384 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13980732 memory=1564672 CPUtime=3.74 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) S 32378 32378 18108 0 -1 1077944384 26108 0 0 0 371 3 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068148025584 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13980732 memory=1380 CPUtime=0.95 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 14906 0 0 0 93 2 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13980732 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13980732 memory=11708 CPUtime=1.29 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1083 0 0 0 52 77 0 0 20 0 15 0 14366724 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 2519.72 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1566052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.6 s]
/proc/loadavg: 2.00 2.04 2.05 3/211 32693
/proc/meminfo: memFree=27595808/32770624 swapFree=67108860/67108860
[pid=32378] ppid=32375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32378/stat : 32378 (xcsp3-exec) S 32375 32378 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14366705 9740288 345 18446744073709551615 4194304 5098028 140730285896096 140730285894200 139849541288572 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 8482816 140730285900154 140730285900358 140730285900358 140730285903851 0
/proc/32378/statm: 2378 345 289 221 0 87 0
[pid=32380] ppid=32378 vsize=13980732 memory=1564672 CPUtime=2520.02 cores=1,3,5,7
/proc/32380/stat : 32380 (java) S 32378 32378 18108 0 -1 1077944320 119639 0 0 0 251841 161 0 0 20 0 15 0 14366714 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140735575575408 140068607643383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
/proc/32380/statm: 3495183 391168 3263 1 0 3483476 0
[pid=32380/tid=32381] ppid=32378 vsize=13980732 memory=10936 CPUtime=2498.68 cores=1,3,5,7
/proc/32380/task/32381/stat : 32381 (java) R 32378 32378 18108 0 -1 4202560 43249 0 0 0 249850 18 0 0 20 0 15 0 14366714 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068611882064 140068236176007 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32382] ppid=32378 vsize=13980732 memory=1700 CPUtime=2.73 cores=1,3,5,7
/proc/32380/task/32382/stat : 32382 (java) S 32378 32378 18108 0 -1 1077944384 723 0 0 0 257 16 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068549589648 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32383] ppid=32378 vsize=13980732 memory=952 CPUtime=2.76 cores=1,3,5,7
/proc/32380/task/32383/stat : 32383 (java) S 32378 32378 18108 0 -1 1077944384 1554 0 0 0 261 15 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068548536848 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32384] ppid=32378 vsize=13980732 memory=1236 CPUtime=2.77 cores=1,3,5,7
/proc/32380/task/32384/stat : 32384 (java) S 32378 32378 18108 0 -1 1077944384 986 0 0 0 261 16 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068205894032 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32385] ppid=32378 vsize=13980732 memory=2244 CPUtime=2.79 cores=1,3,5,7
/proc/32380/task/32385/stat : 32385 (java) S 32378 32378 18108 0 -1 1077944384 1855 0 0 0 262 17 0 0 20 0 15 0 14366715 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068204841232 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32386] ppid=32378 vsize=13980732 memory=4300 CPUtime=0.84 cores=1,3,5,7
/proc/32380/task/32386/stat : 32386 (java) S 32378 32378 18108 0 -1 1077944384 5070 0 0 0 81 3 0 0 20 0 15 0 14366716 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068153289584 140068607654530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32387] ppid=32378 vsize=13980732 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32387/stat : 32387 (java) S 32378 32378 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 14366716 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068152235616 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32388] ppid=32378 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32388/stat : 32388 (java) S 32378 32378 18108 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 14366717 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068151182720 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32389] ppid=32378 vsize=13980732 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32389/stat : 32389 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068150131024 140068607661979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32390] ppid=32378 vsize=13980732 memory=10936 CPUtime=3.37 cores=1,3,5,7
/proc/32380/task/32390/stat : 32390 (java) S 32378 32378 18108 0 -1 1077944384 22770 0 0 0 334 3 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068149078384 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32391] ppid=32378 vsize=13980732 memory=1700 CPUtime=3.74 cores=1,3,5,7
/proc/32380/task/32391/stat : 32391 (java) S 32378 32378 18108 0 -1 1077944384 26108 0 0 0 371 3 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068148025584 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32392] ppid=32378 vsize=13980732 memory=-8774313645642428999 CPUtime=0.95 cores=1,3,5,7
/proc/32380/task/32392/stat : 32392 (java) S 32378 32378 18108 0 -1 1077944384 14906 0 0 0 93 2 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068146972784 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32393] ppid=32378 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/32380/task/32393/stat : 32393 (java) S 32378 32378 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14366719 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140068145920224 140068607653589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
[pid=32380/tid=32394] ppid=32378 vsize=13980732 memory=1236 CPUtime=1.29 cores=1,3,5,7
/proc/32380/task/32394/stat : 32394 (java) S 32378 32378 18108 0 -1 1077944384 1083 0 0 0 52 77 0 0 20 0 15 0 14366724 14316269568 391168 18446744073709551615 4194304 4196468 140735575592864 140067515657392 140068607654530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37388288 140735575601586 140735575601762 140735575601762 140735575605199 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1566052 KiB

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

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

[startup+2502.62 s]
# the end of solver process 32380 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.42 s, system=1.62251 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): 2502.62
CPU time (s): 2520.04
CPU user time (s): 2518.42
CPU system time (s): 1.62251
CPU usage (%): 100.696
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1566052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.42
system time used= 1.62251
maximum resident set size= 1565008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120446
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57739
involuntary context switches= 1335


# summary of solver processes directly reported to runsolver:
#   pid: 32378,32380
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.42
#   total CPU system time (s): 1.62251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8895 second user time and 21.7596 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 18:06:16
IDJOB=4282212
IDBENCH=139283
IDSOLVER=2677
FILE ID=node131/4282212-1503159596
RUNJOBID= node131-1503095854-18172
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.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-4282212-1503159596/watcher-4282212-1503159596 -o /tmp/evaluation-result-4282212-1503159596/solver-4282212-1503159596 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 544506111 HOME/instance-4282212-1503159596.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=544506111

node131.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.69
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.69
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.69
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.69
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:        31327612 kB
MemAvailable:   31686212 kB
Buffers:          184120 kB
Cached:           461880 kB
SwapCached:            0 kB
Active:           566644 kB
Inactive:         465088 kB
Active(anon):     386176 kB
Inactive(anon):    16748 kB
Active(file):     180468 kB
Inactive(file):   448340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8216 kB
Writeback:            68 kB
AnonPages:        385476 kB
Mapped:            44332 kB
Shmem:             17060 kB
Slab:             116732 kB
SReclaimable:      91252 kB
SUnreclaim:        25480 kB
KernelStack:        3456 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1296912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 62016 MiB
End job on node131 at 2017-08-19 18:47:59