Trace number 4292596

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.05 2385.61

General information on the benchmark

NameSportsScheduling/
SportsScheduling-18_c18.xml
MD5SUM4eb29a597c5d97627c316d99279efe71
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints225
Number of domains2
Minimum domain size18
Maximum domain size153
Distribution of domain sizes[{"size":18,"count":324},{"size":153,"count":153}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":162},{"degree":4,"count":315}]
Minimum constraint arity1
Maximum constraint arity153
Distribution of constraint arities[{"arity":1,"count":9},{"arity":2,"count":9},{"arity":3,"count":153},{"arity":9,"count":17},{"arity":18,"count":18},{"arity":34,"count":9},{"arity":36,"count":9},{"arity":153,"count":1}]
Number of extensional constraints153
Number of intensional constraints18
Distribution of constraint types[{"type":"extension","count":153},{"type":"intension","count":18},{"type":"allDifferent","count":19},{"type":"count","count":17},{"type":"cardinality","count":18}]
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-4292596-1532582653.xml"  -tl '2400s' -p 1 -x 0
0.10/0.18	c Choco 493a269
0.10/0.18	c [HOME/instance-4292596-1532582653.xml, -tl, 2400s, -p, 1, -x, 0]
0.32/0.22	c simple solver
0.32/0.29	c parse instance...
1.32/0.63	c solve instance...
2400.03/2385.60	s UNKNOWN
2400.03/2385.60	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9680 MiB free)
  memory of node 1: 16384 MiB (10228 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292596-1532582653/watcher-4292596-1532582653 -o /tmp/evaluation-result-4292596-1532582653/solver-4292596-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532582652-2053 --watchdog 2560 HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292596-1532582653.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2083, runsolver pid=2076
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 0.00 0.01 0.05 4/217 2114
/proc/meminfo: memFree=20352572/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14082840 memory=28232 CPUtime=0.1 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 5456 0 0 0 8 2 0 0 20 0 15 0 75828537 14420828160 7058 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3520710 7058 2979 1 0 3483008 0
[pid=2086/tid=2088] ppid=2083 vsize=14082840 memory=8226496019563506588 CPUtime=0.09 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 3481 0 0 0 7 2 0 0 20 0 15 0 75828538 14420828160 7058 33554432000 4194304 4196468 140737325040272 139978266432032 139978246247781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14082840 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14082840 memory=140148989597312 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14082840 memory=140148989597312 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828540 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828540 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828541 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) S 2083 2083 2022 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 75828543 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) S 2083 2083 2022 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 75828543 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977370556400 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14082840 memory=140148989597312 CPUtime=0.01 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) R 2083 2083 2022 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 75828543 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977369504112 139978262225498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14082840 memory=140148989597312 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828544 14420828160 7058 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29688 KiB

[startup+0.210337 s]*
/proc/loadavg: 0.00 0.01 0.05 4/217 2114
/proc/meminfo: memFree=20329484/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14082840 memory=41044 CPUtime=0.32 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 8235 0 0 0 29 3 0 0 20 0 15 0 75828537 14420828160 10261 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3520710 10261 3184 1 0 3483008 0
[pid=2086/tid=2088] ppid=2083 vsize=14082840 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 5345 0 0 0 17 2 0 0 20 0 15 0 75828538 14420828160 10261 33554432000 4194304 4196468 140737325040272 139978266438208 139978262216086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14082840 memory=541 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14082840 memory=288370525141309056 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828540 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828540 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14082840 memory=140148989597312 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828541 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14082840 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) S 2083 2083 2022 0 -1 1077944384 573 0 0 0 2 0 0 0 20 0 15 0 75828543 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14082840 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) S 2083 2083 2022 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 15 0 75828543 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977370556400 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14082840 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) R 2083 2083 2022 0 -1 4202560 794 0 0 0 7 0 0 0 20 0 15 0 75828543 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977369504112 139978241625853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828544 14420828160 10261 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42500 KiB

[startup+0.310596 s]*
/proc/loadavg: 0.00 0.01 0.05 7/217 2114
/proc/meminfo: memFree=20317944/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14087096 memory=46900 CPUtime=0.49 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 8907 0 0 0 45 4 0 0 20 0 15 0 75828537 14425186304 11725 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3521774 11725 3214 1 0 3483008 0
[pid=2086/tid=2088] ppid=2083 vsize=14087096 memory=1399051139730258233 CPUtime=0.28 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 5928 0 0 0 25 3 0 0 20 0 15 0 75828538 14425186304 11725 33554432000 4194304 4196468 140737325040272 139978266435264 139978241274320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14087096 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14087096 memory=35809 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14087096 memory=-1807685287717842718 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828540 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14087096 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828540 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14087096 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828541 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14087096 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14087096 memory=-3620173217431270332 CPUtime=0.03 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) R 2083 2083 2022 0 -1 1077944384 591 0 0 0 3 0 0 0 20 0 15 0 75828543 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14087096 memory=7090161593327632236 CPUtime=0.04 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) R 2083 2083 2022 0 -1 4202560 226 0 0 0 4 0 0 0 20 0 15 0 75828543 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977370556400 139978247083737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14087096 memory=6944656425123485561 CPUtime=0.12 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) R 2083 2083 2022 0 -1 4202560 861 0 0 0 12 0 0 0 20 0 15 0 75828543 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977369504112 139978254441278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14087096 memory=-9181546051567709026 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14087096 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828544 14425186304 11725 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48356 KiB

[startup+0.701439 s]
/proc/loadavg: 0.00 0.01 0.05 9/217 2114
/proc/meminfo: memFree=20286136/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14089220 memory=76020 CPUtime=1.58 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 12570 0 0 0 153 5 0 0 20 0 15 0 75828537 14427361280 19005 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3522305 19005 3340 1 0 3483520 0
[pid=2086/tid=2088] ppid=2083 vsize=14089220 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 6940 0 0 0 62 4 0 0 20 0 15 0 75828538 14427361280 19005 33554432000 4194304 4196468 140737325040272 139978266420864 139978262216086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828539 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14089220 memory=16 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828539 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14089220 memory=2 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828540 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14089220 memory=14018773256590 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828540 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14089220 memory=12938 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828541 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14089220 memory=422005 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14089220 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) R 2083 2083 2022 0 -1 4202560 1400 0 0 0 25 0 0 0 20 0 15 0 75828543 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977371594512 139978245704548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14089220 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) R 2083 2083 2022 0 -1 4202560 956 0 0 0 26 0 0 0 20 0 15 0 75828543 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977370542432 139978243729048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14089220 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) R 2083 2083 2022 0 -1 4202560 1966 0 0 0 38 0 0 0 20 0 15 0 75828543 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977369504112 139978246284638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828544 14427361280 19005 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 77476 KiB

[startup+1.50085 s]
/proc/loadavg: 0.00 0.01 0.05 8/217 2114
/proc/meminfo: memFree=20242408/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0

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

[pid=2086/tid=2098] ppid=2083 vsize=14089220 memory=1456 CPUtime=2.95 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 3004 0 0 0 276 19 0 0 20 0 15 0 75828540 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14089220 memory=7596837437564087909 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75828540 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14089220 memory=7597132098393106257 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828541 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14089220 memory=221008 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14089220 memory=4140 CPUtime=2.82 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) S 2083 2083 2022 0 -1 1077944384 9334 0 0 0 281 1 0 0 20 0 15 0 75828543 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14089220 memory=97 CPUtime=3.08 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) S 2083 2083 2022 0 -1 1077944384 14726 0 0 0 307 1 0 0 20 0 15 0 75828543 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977370556400 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14089220 memory=9051283677730746851 CPUtime=0.65 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) S 2083 2083 2022 0 -1 1077944384 7698 0 0 0 64 1 0 0 20 0 15 0 75828543 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977369504112 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14089220 memory=221008 CPUtime=0.84 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 909 0 0 0 42 42 0 0 20 0 15 0 75828544 14427361280 55252 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 2276.22 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 222464 KiB

[startup+2322.3 s]
/proc/loadavg: 1.78 1.42 1.22 3/218 2373
/proc/meminfo: memFree=19974000/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14089220 memory=223056 CPUtime=2336.45 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 70989 0 0 0 233513 132 0 0 20 0 15 0 75828537 14427361280 55764 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3522305 55764 3393 1 0 3483520 0
[pid=2086/tid=2088] ppid=2083 vsize=14089220 memory=223056 CPUtime=2314.18 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 22359 0 0 0 231404 14 0 0 20 0 15 0 75828538 14427361280 55764 33554432000 4194304 4196468 140737325040272 139978266443312 139977906897747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14089220 memory=223056 CPUtime=2.93 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2982 0 0 0 273 20 0 0 20 0 15 0 75828539 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14089220 memory=223056 CPUtime=2.94 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 3084 0 0 0 273 21 0 0 20 0 15 0 75828539 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14089220 memory=223056 CPUtime=2.94 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 3249 0 0 0 272 22 0 0 20 0 15 0 75828539 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14089220 memory=223056 CPUtime=2.91 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2228 0 0 0 274 17 0 0 20 0 15 0 75828539 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14089220 memory=223056 CPUtime=3.03 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 3054 0 0 0 283 20 0 0 20 0 15 0 75828540 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14089220 memory=223056 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75828540 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14089220 memory=223056 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828541 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14089220 memory=22816 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14089220 memory=1296 CPUtime=2.82 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) S 2083 2083 2022 0 -1 1077944384 9334 0 0 0 281 1 0 0 20 0 15 0 75828543 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14089220 memory=4140 CPUtime=3.08 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) S 2083 2083 2022 0 -1 1077944384 14726 0 0 0 307 1 0 0 20 0 15 0 75828543 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977370556400 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14089220 memory=22816 CPUtime=0.65 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) S 2083 2083 2022 0 -1 1077944384 7698 0 0 0 64 1 0 0 20 0 15 0 75828543 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977369504112 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14089220 memory=2572 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14089220 memory=1408 CPUtime=0.87 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 922 0 0 0 43 44 0 0 20 0 15 0 75828544 14427361280 55764 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 2336.45 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 224512 KiB

[startup+2382.3 s]
/proc/loadavg: 1.82 1.52 1.27 3/218 2374
/proc/meminfo: memFree=19967628/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14089220 memory=227152 CPUtime=2396.72 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 71205 0 0 0 239535 137 0 0 20 0 15 0 75828537 14427361280 56788 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3522305 56788 3393 1 0 3483520 0
[pid=2086/tid=2088] ppid=2083 vsize=14089220 memory=227152 CPUtime=2373.96 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 22547 0 0 0 237381 15 0 0 20 0 15 0 75828538 14427361280 56788 33554432000 4194304 4196468 140737325040272 139978266443312 139977907426244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14089220 memory=227152 CPUtime=3.02 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2985 0 0 0 281 21 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14089220 memory=227152 CPUtime=3.03 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 3089 0 0 0 282 21 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14089220 memory=1456 CPUtime=3.03 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 3256 0 0 0 281 22 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14089220 memory=280297753769456 CPUtime=3.01 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2233 0 0 0 283 18 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14089220 memory=1456 CPUtime=3.11 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 3058 0 0 0 291 20 0 0 20 0 15 0 75828540 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75828540 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14089220 memory=33 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828541 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14089220 memory=225104 CPUtime=2.83 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) S 2083 2083 2022 0 -1 1077944384 9334 0 0 0 281 2 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14089220 memory=1456 CPUtime=3.08 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) S 2083 2083 2022 0 -1 1077944384 14726 0 0 0 307 1 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977370556400 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14089220 memory=4140 CPUtime=0.65 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) S 2083 2083 2022 0 -1 1077944384 7698 0 0 0 64 1 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977369504112 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14089220 memory=1716 CPUtime=0.9 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 926 0 0 0 44 46 0 0 20 0 15 0 75828544 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 2396.72 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 228608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2385.6 s]
/proc/loadavg: 1.82 1.52 1.27 3/218 2374
/proc/meminfo: memFree=19967628/32770624 swapFree=67108860/67108860
[pid=2083] ppid=2076 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2083/stat : 2083 (xcsp3-exec) S 2076 2083 2022 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828537 115843072 364 33554432000 4194304 5098028 140724919936608 140724919934712 140122600411772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33411072 140724919944251 140724919944452 140724919944452 140724919947210 0
/proc/2083/statm: 28282 364 306 221 0 87 0
[pid=2086] ppid=2083 vsize=14089220 memory=227152 CPUtime=2400.03 cores=0,2,4,6
/proc/2086/stat : 2086 (java) S 2083 2083 2022 0 -1 1077944320 71213 0 0 0 239866 137 0 0 20 0 15 0 75828537 14427361280 56788 33554432000 4194304 4196468 140737325040272 140737325022816 139978262204151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
/proc/2086/statm: 3522305 56788 3393 1 0 3483520 0
[pid=2086/tid=2088] ppid=2083 vsize=14089220 memory=22816 CPUtime=2377.24 cores=0,2,4,6
/proc/2086/task/2088/stat : 2088 (java) R 2083 2083 2022 0 -1 4202560 22555 0 0 0 237709 15 0 0 20 0 15 0 75828538 14427361280 56788 33554432000 4194304 4196468 140737325040272 139978266443312 139977904467927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2089] ppid=2083 vsize=14089220 memory=1456 CPUtime=3.03 cores=0,2,4,6
/proc/2086/task/2089/stat : 2089 (java) S 2083 2083 2022 0 -1 1077944384 2985 0 0 0 282 21 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977858410896 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2091] ppid=2083 vsize=14089220 memory=4140 CPUtime=3.04 cores=0,2,4,6
/proc/2086/task/2091/stat : 2091 (java) S 2083 2083 2022 0 -1 1077944384 3089 0 0 0 283 21 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977857358096 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2093] ppid=2083 vsize=14089220 memory=22816 CPUtime=3.03 cores=0,2,4,6
/proc/2086/task/2093/stat : 2093 (java) S 2083 2083 2022 0 -1 1077944384 3256 0 0 0 281 22 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977856305808 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2095] ppid=2083 vsize=14089220 memory=1296 CPUtime=3.01 cores=0,2,4,6
/proc/2086/task/2095/stat : 2095 (java) S 2083 2083 2022 0 -1 1077944384 2233 0 0 0 283 18 0 0 20 0 15 0 75828539 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977855253008 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2098] ppid=2083 vsize=14089220 memory=8112282956445269571 CPUtime=3.12 cores=0,2,4,6
/proc/2086/task/2098/stat : 2098 (java) S 2083 2083 2022 0 -1 1077944384 3058 0 0 0 292 20 0 0 20 0 15 0 75828540 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977375820400 139978262215298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2100] ppid=2083 vsize=14089220 memory=223056 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2100/stat : 2100 (java) S 2083 2083 2022 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75828540 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977374766368 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2101] ppid=2083 vsize=14089220 memory=210508 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2101/stat : 2101 (java) S 2083 2083 2022 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828541 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977373714032 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2104] ppid=2083 vsize=14089220 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2104/stat : 2104 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977372662352 139978262222747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2105] ppid=2083 vsize=14089220 memory=2412 CPUtime=2.83 cores=0,2,4,6
/proc/2086/task/2105/stat : 2105 (java) S 2083 2083 2022 0 -1 1077944384 9334 0 0 0 281 2 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977371609200 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2107] ppid=2083 vsize=14089220 memory=1724 CPUtime=3.08 cores=0,2,4,6
/proc/2086/task/2107/stat : 2107 (java) S 2083 2083 2022 0 -1 1077944384 14726 0 0 0 307 1 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977370556400 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2109] ppid=2083 vsize=14089220 memory=1228 CPUtime=0.65 cores=0,2,4,6
/proc/2086/task/2109/stat : 2109 (java) S 2083 2083 2022 0 -1 1077944384 7698 0 0 0 64 1 0 0 20 0 15 0 75828543 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977369504112 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2111] ppid=2083 vsize=14089220 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/2086/task/2111/stat : 2111 (java) S 2083 2083 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828544 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977368451552 139978262214357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
[pid=2086/tid=2113] ppid=2083 vsize=14089220 memory=1196 CPUtime=0.9 cores=0,2,4,6
/proc/2086/task/2113/stat : 2113 (java) S 2083 2083 2022 0 -1 1077944384 926 0 0 0 44 46 0 0 20 0 15 0 75828544 14427361280 56788 33554432000 4194304 4196468 140737325040272 139977367399344 139978262215298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38518784 140737325044865 140737325045041 140737325045041 140737325047759 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 228608 KiB

Sending SIGTERM to process tree (bottom up)

[startup+2385.61 s]
# the end of solver process 2083 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.68 s, system=1.37608 s

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

Child status: 143
Real time (s): 2385.61
CPU time (s): 2400.05
CPU user time (s): 2398.68
CPU system time (s): 1.37608
CPU usage (%): 100.605
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 228608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.68
system time used= 1.37608
maximum resident set size= 227736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130205
involuntary context switches= 5681


# summary of solver processes directly reported to runsolver:
#   pid: 2083
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2398.68
#   total CPU system time (s): 1.37608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7912 second user time and 22.3268 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-26 07:24:13
IDJOB=4292596
IDBENCH=141597
IDSOLVER=2747
FILE ID=node103/4292596-1532582653
RUNJOBID= node103-1532582652-2053
PBS_JOBID= 21021969
Free space on /tmp= 56544 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-18_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292596-1532582653/watcher-4292596-1532582653 -o /tmp/evaluation-result-4292596-1532582653/solver-4292596-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532582652-2053 --watchdog 2560  HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292596-1532582653.xml

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

MD5SUM BENCH= 4eb29a597c5d97627c316d99279efe71
RANDOM SEED=223816382

node103.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.48
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.48
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.48
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.48
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:        20387444 kB
MemAvailable:   31931548 kB
Buffers:          284296 kB
Cached:         11449936 kB
SwapCached:            0 kB
Active:          3775864 kB
Inactive:        8011400 kB
Active(anon):      55608 kB
Inactive(anon):    25180 kB
Active(file):    3720256 kB
Inactive(file):  7986220 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41072 kB
Writeback:             0 kB
AnonPages:         60084 kB
Mapped:            40248 kB
Shmem:             25228 kB
Slab:             293556 kB
SReclaimable:     266088 kB
SUnreclaim:        27468 kB
KernelStack:        3184 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node103 at 2018-07-26 08:03:59