Trace number 4272798

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 5a (2017-07-26)UNSAT 5.6380701 3.9672101

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os04/
SuperTaillard-os-04-26.xml
MD5SUM2e26f45698146d54d9dabf0de4c81571
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 benchmark0.106776
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints160
Number of domains14
Minimum domain size90
Maximum domain size180
Distribution of domain sizes[{"size":90,"count":6},{"size":105,"count":2},{"size":120,"count":2},{"size":131,"count":2},{"size":135,"count":2},{"size":139,"count":2},{"size":144,"count":2},{"size":145,"count":2},{"size":151,"count":2},{"size":170,"count":2},{"size":171,"count":2},{"size":174,"count":2},{"size":177,"count":2},{"size":180,"count":2}]
Minimum variable degree7
Maximum variable degree13
Distribution of variable degrees[{"degree":7,"count":16},{"degree":13,"count":16}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272798-1502848351.xml"  -tl '2520s' -p 1 -x 3
0.11/0.14	c [HOME/instance-4272798-1502848351.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.19	c simple solver
0.33/0.26	c parse instance...
4.87/3.68	c solve instance...
5.53/3.95	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272798-1502848351/watcher-4272798-1502848351 -o /tmp/evaluation-result-4272798-1502848351/solver-4272798-1502848351 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502838622-6415 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1540742562 HOME/instance-4272798-1502848351.xml 

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

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


[startup+0.100166 s]*
/proc/loadavg: 2.01 2.19 2.47 3/218 7594
/proc/meminfo: memFree=25743220/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13978596 memory=28000 CPUtime=0.11 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 5377 0 0 0 10 1 0 0 20 0 15 0 117915988 14314082304 7000 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3494649 7000 2864 1 0 3482966 0
[pid=7580/tid=7581] ppid=7578 vsize=13978596 memory=7972397869331354459 CPUtime=0.09 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) R 7578 7578 6383 0 -1 4202560 3374 0 0 0 8 1 0 0 20 0 15 0 117915988 14314082304 7066 33554432000 4194304 4196468 140731405581824 140067889119792 140067884907926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14314082304 7066 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13978596 memory=139790671677056 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14314082304 7066 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14314082304 7066 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915989 14314082304 7066 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13978596 memory=139790671677056 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915990 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066794993184 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117915991 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066793940336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) S 7578 7578 6383 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 117915993 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066791836016 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) S 7578 7578 6383 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 117915993 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066790783216 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13978596 memory=139790671677056 CPUtime=0.01 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) R 7578 7578 6383 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 117915993 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066789730416 140067877133118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13978596 memory=139790671677056 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14314082304 7066 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29384 KiB

[startup+0.210763 s]*
/proc/loadavg: 2.01 2.19 2.47 3/218 7594
/proc/meminfo: memFree=25731188/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13982852 memory=40604 CPUtime=0.33 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 8237 0 0 0 30 3 0 0 20 0 15 0 117915988 14318440448 10151 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3495713 10151 3061 1 0 3482966 0
[pid=7580/tid=7581] ppid=7578 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) D 7578 7578 6383 0 -1 1077944384 5365 0 0 0 17 2 0 0 20 0 15 0 117915988 14318440448 10151 33554432000 4194304 4196468 140731405581824 140067889097792 140067877575213 0 4 0 16800975 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13982852 memory=2907 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14318440448 10151 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13982852 memory=139790671783343 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14318440448 10151 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14318473216 10151 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915989 14318473216 10151 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13982852 memory=139790671677056 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915990 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066794993184 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117915991 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066793940336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) R 7578 7578 6383 0 -1 1077944384 503 0 0 0 2 0 0 0 20 0 15 0 117915993 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066791836016 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) S 7578 7578 6383 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 117915993 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066790783216 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13982852 memory=139790671677056 CPUtime=0.07 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) R 7578 7578 6383 0 -1 4202560 758 0 0 0 7 0 0 0 20 0 15 0 117915993 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066789730416 140067884917338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14318440448 10151 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41988 KiB

[startup+0.310797 s]*
/proc/loadavg: 2.01 2.19 2.47 4/218 7594
/proc/meminfo: memFree=25724364/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13982852 memory=47520 CPUtime=0.5 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 9077 0 0 0 47 3 0 0 20 0 15 0 117915988 14318440448 11880 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3495732 11880 3076 1 0 3482966 0
[pid=7580/tid=7581] ppid=7578 vsize=13982928 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) R 7578 7578 6383 0 -1 4202560 6033 0 0 0 27 3 0 0 20 0 15 0 117915988 14318518272 11880 33554432000 4194304 4196468 140731405581824 140067889128320 140067884917917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14318518272 11880 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13982928 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14318518272 11880 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13982928 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14318518272 11880 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13982928 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915989 14318518272 11880 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13982928 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915990 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13982928 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066794993184 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13982928 memory=-8412656550039221914 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117915991 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066793940336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13982928 memory=-8389222452898340213 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) S 7578 7578 6383 0 -1 1077944384 516 0 0 0 3 0 0 0 20 0 15 0 117915993 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066791836016 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) S 7578 7578 6383 0 -1 1077944384 368 0 0 0 3 0 0 0 20 0 15 0 117915993 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066790783216 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) S 7578 7578 6383 0 -1 1077944384 882 0 0 0 12 0 0 0 20 0 15 0 117915993 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066789730416 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13982928 memory=4051332244813526831 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14318518272 11880 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48904 KiB

[startup+0.70089 s]
/proc/loadavg: 2.01 2.19 2.47 5/218 7594
/proc/meminfo: memFree=25697684/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13984976 memory=148012 CPUtime=1.35 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 10806 0 0 0 129 6 0 0 20 0 15 0 117915988 14320615424 37003 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3496244 37003 3180 1 0 3483478 0
[pid=7580/tid=7581] ppid=7578 vsize=13984976 memory=33188 CPUtime=0.67 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) R 7578 7578 6383 0 -1 4202560 6531 0 0 0 63 4 0 0 20 0 15 0 117915988 14320615424 37003 33554432000 4194304 4196468 140731405581824 140067889131472 140067493361408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14320615424 37003 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14320615424 37003 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915989 14320615424 37003 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117915989 14320615424 37003 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13984976 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117915990 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066794993184 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13984976 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066793940336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13984976 memory=4612 CPUtime=0.19 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) S 7578 7578 6383 0 -1 1077944384 901 0 0 0 19 0 0 0 20 0 15 0 117915993 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066791836016 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13984976 memory=1008 CPUtime=0.23 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) R 7578 7578 6383 0 -1 4202560 858 0 0 0 23 0 0 0 20 0 15 0 117915993 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066790769240 140067869817973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13984976 memory=1944 CPUtime=0.23 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) S 7578 7578 6383 0 -1 1077944384 1209 0 0 0 23 0 0 0 20 0 15 0 117915993 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066789730416 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13984976 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 37003 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 149396 KiB

[startup+1.50088 s]
/proc/loadavg: 2.01 2.19 2.46 4/218 7594
/proc/meminfo: memFree=25587900/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0

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

/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13984976 memory=678272 CPUtime=4.46 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 12549 0 0 0 413 33 0 0 20 0 15 0 117915988 14320615424 169568 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3496244 169568 3220 1 0 3483478 0
[pid=7580/tid=7581] ppid=7578 vsize=13984976 memory=0 CPUtime=3.04 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) R 7578 7578 6383 0 -1 4202560 6997 0 0 0 294 10 0 0 20 0 15 0 117915988 14320615424 169568 33554432000 4194304 4196468 140731405581824 140067889133128 140067493599169 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13984976 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 108 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 169568 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13984976 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 112 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 169568 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13984976 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 149 0 0 0 7 4 0 0 20 0 15 0 117915989 14320615424 169568 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13984976 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 116 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 169568 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13984976 memory=19 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 15 0 117915990 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13984976 memory=23 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066794993248 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13984976 memory=24 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066793940352 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13984976 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) S 7578 7578 6383 0 -1 1077944384 956 0 0 0 26 0 0 0 20 0 15 0 117915993 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066791836016 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13984976 memory=148 CPUtime=0.31 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) S 7578 7578 6383 0 -1 1077944384 890 0 0 0 31 0 0 0 20 0 15 0 117915993 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066790783216 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13984976 memory=288230596050944315 CPUtime=0.31 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) S 7578 7578 6383 0 -1 1077944384 1416 0 0 0 31 0 0 0 20 0 15 0 117915993 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066789730416 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13984976 memory=14696313790928245 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13984976 memory=-7088785026379990432 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 169568 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 679656 KiB

[startup+3.60085 s]
/proc/loadavg: 2.01 2.19 2.46 3/218 7594
/proc/meminfo: memFree=25159188/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13984976 memory=678316 CPUtime=4.87 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 12583 0 0 0 454 33 0 0 20 0 15 0 117915988 14320615424 169579 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3496244 169579 3220 1 0 3483478 0
[pid=7580/tid=7581] ppid=7578 vsize=13984976 memory=7896318971486248851 CPUtime=3.44 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) R 7578 7578 6383 0 -1 4202560 7005 0 0 0 334 10 0 0 20 0 15 0 117915988 14320615424 169579 33554432000 4194304 4196468 140731405581824 140067889133592 140067493599174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13984976 memory=4639942713098593122 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 108 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 169579 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13984976 memory=6933690330692294553 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 112 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 169579 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13984976 memory=4132774494331964790 CPUtime=0.11 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 149 0 0 0 7 4 0 0 20 0 15 0 117915989 14320615424 169579 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13984976 memory=7014751519633920871 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 116 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 169579 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13984976 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 15 0 117915990 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13984976 memory=7280 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066794993248 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13984976 memory=844 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066793940352 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13984976 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13984976 memory=916 CPUtime=0.26 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) S 7578 7578 6383 0 -1 1077944384 956 0 0 0 26 0 0 0 20 0 15 0 117915993 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066791836016 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13984976 memory=3828 CPUtime=0.31 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) S 7578 7578 6383 0 -1 1077944384 890 0 0 0 31 0 0 0 20 0 15 0 117915993 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066790783216 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13984976 memory=2788 CPUtime=0.32 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) S 7578 7578 6383 0 -1 1077944384 1442 0 0 0 32 0 0 0 20 0 15 0 117915993 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066789730416 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13984976 memory=2876 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13984976 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 169579 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 679700 KiB

[startup+3.80129 s]
/proc/loadavg: 2.01 2.19 2.46 3/218 7594
/proc/meminfo: memFree=25159188/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13984976 memory=681256 CPUtime=5.41 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 13439 0 0 0 508 33 0 0 20 0 15 0 117915988 14320615424 170314 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3496244 170314 3235 1 0 3483478 0
[pid=7580/tid=7581] ppid=7578 vsize=13984976 memory=3216 CPUtime=3.63 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) R 7578 7578 6383 0 -1 4202560 7280 0 0 0 353 10 0 0 20 0 15 0 117915988 14320615424 170314 33554432000 4194304 4196468 140731405581824 140067889134864 140067494724162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13984976 memory=1384 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 108 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 170314 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13984976 memory=279581030690176 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 112 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 170314 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13984976 memory=139790515390199 CPUtime=0.11 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 149 0 0 0 7 4 0 0 20 0 15 0 117915989 14320615424 170314 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13984976 memory=5795120501565318498 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 116 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 170314 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13984976 memory=7302708199162406764 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 15 0 117915990 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13984976 memory=5795120514433901925 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066794993248 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066793940352 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13984976 memory=400184 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13984976 memory=1384 CPUtime=0.4 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) R 7578 7578 6383 0 -1 4202560 1161 0 0 0 39 1 0 0 20 0 15 0 117915993 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066791834304 140067864069489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13984976 memory=399708 CPUtime=0.44 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) R 7578 7578 6383 0 -1 4202560 1048 0 0 0 44 0 0 0 20 0 15 0 117915993 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066790764232 140067870910368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13984976 memory=279581030755648 CPUtime=0.4 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) S 7578 7578 6383 0 -1 1077944384 1660 0 0 0 40 0 0 0 20 0 15 0 117915993 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066789730416 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13984976 memory=279581030702048 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13984976 memory=279581030638256 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) S 7578 7578 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 170314 33554432000 4194304 4196468 140731405581824 140066787626160 140067884907138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 682640 KiB

[startup+3.9008 s]
/proc/loadavg: 2.01 2.19 2.46 3/218 7594
/proc/meminfo: memFree=25159188/32770624 swapFree=67108860/67108860
[pid=7578] ppid=7575 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7578/stat : 7578 (xcsp3-exec) S 7575 7578 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117915988 9740288 346 33554432000 4194304 5098028 140723667136784 140723667134888 140047611961980 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26406912 140723667141742 140723667141947 140723667141947 140723667144683 0
/proc/7578/statm: 2378 346 289 221 0 87 0
[pid=7580] ppid=7578 vsize=13984976 memory=683236 CPUtime=5.53 cores=1,3,5,7
/proc/7580/stat : 7580 (java) S 7578 7578 6383 0 -1 1077944320 13896 0 0 0 520 33 0 0 20 0 15 0 117915988 14320615424 170809 33554432000 4194304 4196468 140731405581824 140731405564368 140067884895991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
/proc/7580/statm: 3496244 170809 3237 1 0 3483478 0
[pid=7580/tid=7581] ppid=7578 vsize=13984976 memory=680008 CPUtime=3.67 cores=1,3,5,7
/proc/7580/task/7581/stat : 7581 (java) D 7578 7578 6383 0 -1 4202560 7280 0 0 0 357 10 0 0 20 0 15 0 117915988 14320615424 170809 33554432000 4194304 4196468 140731405581824 140067889134440 140067868976478 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7582] ppid=7578 vsize=13984976 memory=-6873162000112450758 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7582/stat : 7582 (java) S 7578 7578 6383 0 -1 1077944384 108 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 170809 33554432000 4194304 4196468 140731405581824 140067814984336 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7583] ppid=7578 vsize=13984976 memory=678316 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7583/stat : 7583 (java) S 7578 7578 6383 0 -1 1077944384 112 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 170809 33554432000 4194304 4196468 140731405581824 140067813931536 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7584] ppid=7578 vsize=13984976 memory=678272 CPUtime=0.11 cores=1,3,5,7
/proc/7580/task/7584/stat : 7584 (java) S 7578 7578 6383 0 -1 1077944384 149 0 0 0 7 4 0 0 20 0 15 0 117915989 14320615424 170809 33554432000 4194304 4196468 140731405581824 140067812878736 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7585] ppid=7578 vsize=13984976 memory=2110141122541556 CPUtime=0.12 cores=1,3,5,7
/proc/7580/task/7585/stat : 7585 (java) S 7578 7578 6383 0 -1 1077944384 116 0 0 0 7 5 0 0 20 0 15 0 117915989 14320615424 170809 33554432000 4194304 4196468 140731405581824 140067811825936 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7586] ppid=7578 vsize=13984976 memory=279581030351088 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7586/stat : 7586 (java) S 7578 7578 6383 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 15 0 117915990 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066796047216 140067884907138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7587] ppid=7578 vsize=13984976 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7587/stat : 7587 (java) S 7578 7578 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066794993248 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7588] ppid=7578 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7588/stat : 7588 (java) S 7578 7578 6383 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117915991 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066793940352 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7589] ppid=7578 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7589/stat : 7589 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915993 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066792888656 140067884914587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7590] ppid=7578 vsize=13984976 memory=678316 CPUtime=0.43 cores=1,3,5,7
/proc/7580/task/7590/stat : 7590 (java) D 7578 7578 6383 0 -1 4202560 1281 0 0 0 42 1 0 0 20 0 15 0 117915993 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066791817032 140067877613143 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7591] ppid=7578 vsize=13984976 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/7580/task/7591/stat : 7591 (java) D 7578 7578 6383 0 -1 4202560 1328 0 0 0 47 0 0 0 20 0 15 0 117915993 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066790767800 140067877613143 0 4 0 16800975 18446744071582151463 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7592] ppid=7578 vsize=13984976 memory=279581030852848 CPUtime=0.41 cores=1,3,5,7
/proc/7580/task/7592/stat : 7592 (java) D 7578 7578 6383 0 -1 4202560 1717 0 0 0 41 0 0 0 20 0 15 0 117915993 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066789730336 140067864820127 0 4 0 16800975 18446744072100387973 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7593] ppid=7578 vsize=13984976 memory=-3704326594973231466 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7593/stat : 7593 (java) S 7578 7578 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066788677856 140067884906197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
[pid=7580/tid=7594] ppid=7578 vsize=13984976 memory=7014751519633920871 CPUtime=0 cores=1,3,5,7
/proc/7580/task/7594/stat : 7594 (java) D 7578 7578 6383 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 117915994 14320615424 170809 33554432000 4194304 4196468 140731405581824 140066787626080 140067869752078 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 21127168 140731405587607 140731405587783 140731405587783 140731405590479 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 684620 KiB

Child status: 0
Real time (s): 3.96721
CPU time (s): 5.63807
CPU user time (s): 5.29224
CPU system time (s): 0.345837
CPU usage (%): 142.117
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 684620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.29224
system time used= 0.345837
maximum resident set size= 687300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2283
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 7578
#   total CPU time (s): 5.63807
#   total CPU user time (s): 5.29224
#   total CPU system time (s): 0.345837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047504 second user time and 0.080163 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-16 03:38:12
IDJOB=4272798
IDBENCH=138672
IDSOLVER=2664
FILE ID=node151/4272798-1502848351
RUNJOBID= node151-1502838622-6415
PBS_JOBID= 20629850
Free space on /tmp= 61832 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os04/SuperTaillard-os-04-26.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-4272798-1502848351/watcher-4272798-1502848351 -o /tmp/evaluation-result-4272798-1502848351/solver-4272798-1502848351 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502838622-6415 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1540742562 HOME/instance-4272798-1502848351.xml

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

MD5SUM BENCH= 2e26f45698146d54d9dabf0de4c81571
RANDOM SEED=1540742562

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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:        25760892 kB
MemAvailable:   29009880 kB
Buffers:          305524 kB
Cached:          3233244 kB
SwapCached:            0 kB
Active:          3977972 kB
Inactive:        2590644 kB
Active(anon):    3032432 kB
Inactive(anon):    25060 kB
Active(file):     945540 kB
Inactive(file):  2565584 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7776 kB
Writeback:             8 kB
AnonPages:       3036564 kB
Mapped:            59032 kB
Shmem:             25256 kB
Slab:             134220 kB
SReclaimable:     107396 kB
SUnreclaim:        26824 kB
KernelStack:        3536 kB
PageTables:        11148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4999372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2912256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61824 MiB
End job on node151 at 2017-08-16 03:38:16