Trace number 4405955

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24UNSAT 1483.98 1469.92

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-09-06-fair.xml
MD5SUM15d83a7cac0db09c33f3aa76b650ee28
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 benchmark14.6037
Satisfiable
(Un)Satisfiability was proved
Number of variables14436
Number of constraints13661
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1946},{"size":201,"count":70},{"size":20001,"count":12420}]
Minimum variable degree2
Maximum variable degree118
Distribution of variable degrees[{"degree":2,"count":12752},{"degree":3,"count":324},{"degree":4,"count":33},{"degree":5,"count":162},{"degree":6,"count":98},{"degree":7,"count":279},{"degree":8,"count":371},{"degree":9,"count":222},{"degree":10,"count":33},{"degree":11,"count":66},{"degree":12,"count":9},{"degree":13,"count":54},{"degree":20,"count":1},{"degree":29,"count":7},{"degree":47,"count":7},{"degree":49,"count":4},{"degree":58,"count":1},{"degree":66,"count":6},{"degree":103,"count":2},{"degree":104,"count":4},{"degree":118,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2246},{"arity":3,"count":11413}]
Number of extensional constraints0
Number of intensional constraints13661
Distribution of constraint types[{"type":"intension","count":13661}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405955-1569413295.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405955-1569413295.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
7.05/2.38	c solve instance...
1483.95/1469.90	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 (3211 MiB free)
  memory of node 1: 16384 MiB (9484 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405955-1569413295/watcher-4405955-1569413295 -o /var/tmp/evaluation-result-4405955-1569413295/solver-4405955-1569413295 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1235200647 HOME/instance-4405955-1569413295.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=23702, runsolver pid=23699
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 4.65 3.79 2.73 7/229 23718
/proc/meminfo: memFree=12985704/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15144776 memory=28876 CPUtime=0.13 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 5679 0 0 0 13 0 0 0 20 0 15 0 517265955 15508250624 7219 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3786194 7219 3153 1 0 3748377 0
[pid=23704/tid=23705] ppid=23702 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 3545 0 0 0 9 0 0 0 20 0 15 0 517265955 15508250624 7219 33554432000 4194304 4196468 140734655404688 139920155538576 139920151326102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 7219 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15144776 memory=140353204860544 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15144776 memory=140353204860544 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517265957 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517265958 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919024395296 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517265958 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919023342448 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 517265960 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 517265960 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15144776 memory=140353204860544 CPUtime=0.02 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 517265960 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15144776 memory=140353204860544 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265961 15508250624 7219 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30332 KiB

[startup+0.210769 s]*
/proc/loadavg: 4.65 3.79 2.73 7/229 23718
/proc/meminfo: memFree=12971788/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15144776 memory=41200 CPUtime=0.35 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 9490 0 0 0 33 2 0 0 20 0 15 0 517265955 15508250624 10300 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3786194 10300 3315 1 0 3748377 0
[pid=23704/tid=23705] ppid=23702 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 6599 0 0 0 18 1 0 0 20 0 15 0 517265955 15508250624 10300 33554432000 4194304 4196468 140734655404688 139920155551632 139920135394654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15144776 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 10300 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15144776 memory=3834312821479594545 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517265956 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517265957 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517265958 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919024395296 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15144776 memory=140353204860544 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517265958 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919023342448 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 620 0 0 0 2 0 0 0 20 0 15 0 517265960 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 15 0 517265960 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 801 0 0 0 8 0 0 0 20 0 15 0 517265960 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265961 15508250624 10300 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42656 KiB

[startup+0.310586 s]*
/proc/loadavg: 4.65 3.79 2.73 7/229 23718
/proc/meminfo: memFree=12964852/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15149032 memory=50196 CPUtime=0.54 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 10870 0 0 0 51 3 0 0 20 0 15 0 517265955 15512608768 12549 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3787258 12549 3368 1 0 3748377 0
[pid=23704/tid=23705] ppid=23702 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 7801 0 0 0 28 2 0 0 20 0 15 0 517265955 15512608768 12549 33554432000 4194304 4196468 140734655404688 139920155545280 139920135394654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15512608768 12549 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15149032 memory=3835157272162749069 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517265956 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15149032 memory=140353204860544 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517265957 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517265958 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919024395296 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517265958 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919023342448 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 720 0 0 0 5 0 0 0 20 0 15 0 517265960 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 173 0 0 0 4 0 0 0 20 0 15 0 517265960 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15149032 memory=140353204860544 CPUtime=0.13 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 877 0 0 0 13 0 0 0 20 0 15 0 517265960 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15149032 memory=140353204860544 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265961 15512608768 12549 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51652 KiB

[startup+0.700829 s]
/proc/loadavg: 4.65 3.79 2.73 9/229 23718
/proc/meminfo: memFree=12938304/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15151156 memory=117028 CPUtime=1.71 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 14257 0 0 0 166 5 0 0 20 0 15 0 517265955 15514783744 29257 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3787789 29257 3443 1 0 3748889 0
[pid=23704/tid=23705] ppid=23702 vsize=15151156 memory=2120 CPUtime=0.68 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 8317 0 0 0 65 3 0 0 20 0 15 0 517265955 15514783744 29257 33554432000 4194304 4196468 140734655404688 139920155547056 139919787082424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15151156 memory=508 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15514783744 29257 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265956 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15151156 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517265956 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15151156 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517265957 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15151156 memory=864 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517265958 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919024395296 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15151156 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517265958 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919023342448 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15151156 memory=2496 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15151156 memory=7302135314614015842 CPUtime=0.35 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) R 23702 23702 18764 0 -1 4202560 1853 0 0 0 35 0 0 0 20 0 15 0 517265960 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919021224904 139920132506106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15151156 memory=5795403093133454681 CPUtime=0.34 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) R 23702 23702 18764 0 -1 4202560 1217 0 0 0 34 0 0 0 20 0 15 0 517265960 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919020186352 139920134810955 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15151156 memory=7223887401239728208 CPUtime=0.3 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 1561 0 0 0 30 0 0 0 20 0 15 0 517265960 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15151156 memory=7079772213163872336 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15151156 memory=5794554270290830437 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517265961 15514783744 29257 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 118484 KiB

[startup+1.50154 s]
/proc/loadavg: 4.65 3.79 2.73 7/229 23718
/proc/meminfo: memFree=12811956/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0

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

/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1482.86 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 110563 0 0 0 148151 135 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3788301 402717 3533 1 0 3749401 0
[pid=23704/tid=23705] ppid=23702 vsize=15153204 memory=14066017897321 CPUtime=1466.9 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 38117 0 0 0 146670 20 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920155550784 139919792614749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15153204 memory=2372 CPUtime=1.42 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 2970 0 0 0 127 15 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1.45 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 2910 0 0 0 129 16 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 3133 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15153204 memory=508 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2713 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15153204 memory=-3622645143214314312 CPUtime=0.46 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 4033 0 0 0 43 3 0 0 20 0 15 0 517265957 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15153204 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919024395360 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15153204 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919023342464 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15153204 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15153204 memory=6791534058613427641 CPUtime=4.15 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 21049 0 0 0 412 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15153204 memory=1610868 CPUtime=3.61 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 21506 0 0 0 358 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15153204 memory=3616 CPUtime=1.04 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 11963 0 0 0 102 2 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15153204 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15153204 memory=-3622645143214314312 CPUtime=0.82 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 796 0 0 0 37 45 0 0 20 0 15 0 517265961 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 1482.86 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1612324 KiB

[startup+1469.6 s]
/proc/loadavg: 2.01 2.09 2.29 3/229 23932
/proc/meminfo: memFree=21789384/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1483.65 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 110563 0 0 0 148230 135 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3788301 402717 3533 1 0 3749401 0
[pid=23704/tid=23705] ppid=23702 vsize=15153204 memory=65744 CPUtime=1467.7 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 38117 0 0 0 146750 20 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920155550784 139919784778151 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15153204 memory=988 CPUtime=1.42 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 2970 0 0 0 127 15 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15153204 memory=6791534058613427641 CPUtime=1.45 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 2910 0 0 0 129 16 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 3133 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15153204 memory=1976 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2713 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15153204 memory=2496 CPUtime=0.46 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 4033 0 0 0 43 3 0 0 20 0 15 0 517265957 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15153204 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919024395360 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15153204 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919023342464 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15153204 memory=776 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15153204 memory=1056 CPUtime=4.15 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 21049 0 0 0 412 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15153204 memory=3616 CPUtime=3.61 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 21506 0 0 0 358 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15153204 memory=1552 CPUtime=1.04 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 11963 0 0 0 102 2 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15153204 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15153204 memory=1196 CPUtime=0.82 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 796 0 0 0 37 45 0 0 20 0 15 0 517265961 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 1483.65 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1612324 KiB

[startup+1469.8 s]
/proc/loadavg: 2.01 2.09 2.29 3/229 23932
/proc/meminfo: memFree=21789384/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1483.85 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 110578 0 0 0 148250 135 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3788301 402717 3533 1 0 3749401 0
[pid=23704/tid=23705] ppid=23702 vsize=15153204 memory=36784 CPUtime=1467.9 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 38132 0 0 0 146770 20 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920155550784 139919793304189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15153204 memory=2120 CPUtime=1.42 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 2970 0 0 0 127 15 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15153204 memory=508 CPUtime=1.45 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 2910 0 0 0 129 16 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15153204 memory=-3622645143214314312 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 3133 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2713 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15153204 memory=1444 CPUtime=0.46 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 4033 0 0 0 43 3 0 0 20 0 15 0 517265957 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15153204 memory=864 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919024395360 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15153204 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919023342464 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15153204 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15153204 memory=712 CPUtime=4.15 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 21049 0 0 0 412 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15153204 memory=2832 CPUtime=3.61 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 21506 0 0 0 358 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15153204 memory=8144 CPUtime=1.04 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 11963 0 0 0 102 2 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15153204 memory=10492 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15153204 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 796 0 0 0 37 45 0 0 20 0 15 0 517265961 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 1483.85 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1612324 KiB

[startup+1469.9 s]
/proc/loadavg: 2.01 2.09 2.29 3/229 23932
/proc/meminfo: memFree=21789384/32770624 swapFree=66966900/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517265954 115843072 364 33554432000 4194304 5098028 140724236052816 140724236050920 140176670528124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18128896 140724236059478 140724236059737 140724236059737 140724236062662 0
/proc/23702/statm: 28282 364 305 221 0 87 0
[pid=23704] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1483.95 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 18764 0 -1 1077944320 110578 0 0 0 148260 135 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 140734655387232 139920151314167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
/proc/23704/statm: 3788301 402717 3533 1 0 3749401 0
[pid=23704/tid=23705] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1468 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 18764 0 -1 4202560 38132 0 0 0 146780 20 0 0 20 0 15 0 517265955 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920155550784 139919787767522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23706] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1.42 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 18764 0 -1 1077944384 2970 0 0 0 127 15 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139920103935120 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23707] ppid=23702 vsize=15153204 memory=1456 CPUtime=1.45 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 18764 0 -1 1077944384 2910 0 0 0 129 16 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919742655504 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23708] ppid=23702 vsize=15153204 memory=1610868 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 18764 0 -1 1077944384 3133 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919741602704 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23709] ppid=23702 vsize=15153204 memory=1456 CPUtime=1.46 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 18764 0 -1 1077944384 2713 0 0 0 129 17 0 0 20 0 15 0 517265956 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919740549904 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23710] ppid=23702 vsize=15153204 memory=1610868 CPUtime=0.46 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 18764 0 -1 1077944384 4033 0 0 0 43 3 0 0 20 0 15 0 517265957 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919025449328 139920151325314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23711] ppid=23702 vsize=15153204 memory=1610868 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 18764 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919024395360 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23712] ppid=23702 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 18764 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517265958 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919023342464 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23713] ppid=23702 vsize=15153204 memory=1608820 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919022290768 139920151332763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23714] ppid=23702 vsize=15153204 memory=1456 CPUtime=4.15 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 18764 0 -1 1077944384 21049 0 0 0 412 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919021239152 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23715] ppid=23702 vsize=15153204 memory=3612 CPUtime=3.61 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 18764 0 -1 1077944384 21506 0 0 0 358 3 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919020186352 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23716] ppid=23702 vsize=15153204 memory=65744 CPUtime=1.04 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 18764 0 -1 1077944384 11963 0 0 0 102 2 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919019133552 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23717] ppid=23702 vsize=15153204 memory=1610868 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517265960 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919018080992 139920151324373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
[pid=23704/tid=23718] ppid=23702 vsize=15153204 memory=1608820 CPUtime=0.82 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 18764 0 -1 1077944384 796 0 0 0 37 45 0 0 20 0 15 0 517265961 15516880896 402717 33554432000 4194304 4196468 140734655404688 139919017028272 139920151325314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 9265152 140734655407067 140734655407242 140734655407242 140734655410127 0
Current children cumulated CPU time: 1483.95 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1612324 KiB

Child status: 0
Real time (s): 1469.92
CPU time (s): 1483.98
CPU user time (s): 1482.62
CPU system time (s): 1.36442
CPU usage (%): 100.957
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 1612324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1482.62
system time used= 1.36442
maximum resident set size= 1610968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35703
involuntary context switches= 809


# summary of solver processes directly reported to runsolver:
#   pid: 23702
#   total CPU time (s): 1483.98
#   total CPU user time (s): 1482.62
#   total CPU system time (s): 1.36442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.57635 second user time and 14.8152 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 14:07:33
IDJOB=4405955
IDBENCH=139246
IDSOLVER=2869
FILE ID=node145/4405955-1569413295
RUNJOBID= node145-1569396627-18796
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-09-06-fair.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405955-1569413295/watcher-4405955-1569413295 -o /var/tmp/evaluation-result-4405955-1569413295/solver-4405955-1569413295 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1235200647 HOME/instance-4405955-1569413295.xml

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

MD5SUM BENCH= 15d83a7cac0db09c33f3aa76b650ee28
RANDOM SEED=1235200647

node145.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.59
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.59
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.59
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.59
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:        13001404 kB
MemAvailable:   19213100 kB
Buffers:          182468 kB
Cached:          6157228 kB
SwapCached:        32492 kB
Active:         15670784 kB
Inactive:        3279888 kB
Active(anon):   12578548 kB
Inactive(anon):    89904 kB
Active(file):    3092236 kB
Inactive(file):  3189984 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:      12687484 kB
Mapped:            71356 kB
Shmem:             48856 kB
Slab:             388156 kB
SReclaimable:     357936 kB
SUnreclaim:        30220 kB
KernelStack:        3760 kB
PageTables:        30560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13243192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12462080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 14:32:03