Trace number 4283267

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)? (TO) 2520.0701 2468.73

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-0.xml
MD5SUM646d28484bd146a649962766e861e016
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1305
Best CPU time to get the best result obtained on this benchmark569.11
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of constraints1636
Number of domains20
Minimum domain size2
Maximum domain size190
Distribution of domain sizes[{"size":2,"count":1614},{"size":8,"count":1614},{"size":16,"count":1614},{"size":44,"count":1614},{"size":56,"count":1614},{"size":62,"count":1614},{"size":71,"count":1614},{"size":76,"count":1614},{"size":85,"count":1614},{"size":102,"count":1614},{"size":109,"count":3228},{"size":110,"count":1614},{"size":112,"count":1614},{"size":125,"count":1614},{"size":126,"count":1614},{"size":132,"count":1614},{"size":154,"count":1614},{"size":165,"count":1614},{"size":168,"count":1614},{"size":190,"count":1614}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":33894}]
Minimum constraint arity21
Maximum constraint arity32280
Distribution of constraint arities[{"arity":21,"count":1614},{"arity":1614,"count":21},{"arity":32280,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1634}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283267-1503194665.xml"  -tl '2520s' -p 1 -x 3
0.11/0.25	c [HOME/instance-4283267-1503194665.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.31	c simple solver
0.32/0.38	c parse instance...
3.10/1.27	c solve instance...
2520.04/2468.70	s UNKNOWN
2520.04/2468.70	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 (14136 MiB free)
  memory of node 1: 16384 MiB (15485 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283267-1503194665/watcher-4283267-1503194665 -o /tmp/evaluation-result-4283267-1503194665/solver-4283267-1503194665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1682482161 HOME/instance-4283267-1503194665.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
Current StackSize limit: 8192 KiB

solver pid=6203, runsolver pid=6200

[startup+0.100131 s]*
/proc/loadavg: 1.60 1.61 1.52 3/207 6211
/proc/meminfo: memFree=30325680/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13574484 memory=16676 CPUtime=0.02 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 4001 0 0 0 2 0 0 0 20 0 9 0 17873511 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3393621 4169 2083 1 0 3383118 0
[pid=6205/tid=6206] ppid=6203 vsize=13574484 memory=4206751525541407381 CPUtime=0.02 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 2722 0 0 0 2 0 0 0 20 0 9 0 17873512 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140690233909768 140690213810440 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13574484 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17873512 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13574484 memory=139731431466624 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17873512 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17873512 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17873512 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17873514 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 17873514 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140689706837664 140690229683925 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 17873514 13900271616 4169 18446744073709551615 4194304 4196468 140736163167504 140689705784624 140690229683925 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18052 KiB

[startup+0.210508 s]*
/proc/loadavg: 1.60 1.61 1.52 3/215 6219
/proc/meminfo: memFree=30316196/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13974352 memory=27692 CPUtime=0.11 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 5438 0 0 0 11 0 0 0 20 0 15 0 17873511 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3493588 6923 2814 1 0 3482964 0
[pid=6205/tid=6206] ppid=6203 vsize=13974352 memory=8390339637985935414 CPUtime=0.08 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 3447 0 0 0 8 0 0 0 20 0 15 0 17873512 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140690233904048 140689857942153 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13974352 memory=288230583233163505 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13974352 memory=139731431669819 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13974352 memory=139731431466624 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873514 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17873514 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689706837664 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17873514 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689705784560 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) S 6203 6203 18108 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 17873517 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689703680240 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) S 6203 6203 18108 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 17873517 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689702627696 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13974352 memory=139731431466624 CPUtime=0.01 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) R 6203 6203 18108 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 15 0 17873517 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689701574640 140690208373920 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13974352 memory=139731431466624 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873521 14309736448 6923 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29068 KiB

[startup+0.310617 s]*
/proc/loadavg: 1.60 1.61 1.52 4/215 6219
/proc/meminfo: memFree=30302968/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13974352 memory=39752 CPUtime=0.32 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 9163 0 0 0 30 2 0 0 20 0 15 0 17873511 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3493588 9938 3022 1 0 3482964 0
[pid=6205/tid=6206] ppid=6203 vsize=13974352 memory=-7677926825137650786 CPUtime=0.18 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 6315 0 0 0 17 1 0 0 20 0 15 0 17873512 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140690233900352 140690229695645 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873512 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873514 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17873514 14309736448 9938 18446744073709551615 4194304 4196468 140736163167504 140689706837664 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17873514 14310785024 9938 18446744073709551615 4194304 4196468 140736163167504 140689705784560 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14310785024 10003 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13975376 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) S 6203 6203 18108 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 15 0 17873517 14310785024 10003 18446744073709551615 4194304 4196468 140736163167504 140689703680240 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13975376 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) S 6203 6203 18108 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 17873517 14310785024 9994 18446744073709551615 4194304 4196468 140736163167504 140689702627696 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13974352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) S 6203 6203 18108 0 -1 1077944384 752 0 0 0 7 0 0 0 20 0 15 0 17873517 14309736448 9994 18446744073709551615 4194304 4196468 140736163167504 140689701574640 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14309736448 9994 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13974352 memory=139731431466624 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873521 14309736448 9994 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41128 KiB

[startup+0.707226 s]
/proc/loadavg: 1.60 1.61 1.52 5/215 6219
/proc/meminfo: memFree=30278108/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13978684 memory=95232 CPUtime=1.4 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 13387 0 0 0 135 5 0 0 20 0 15 0 17873511 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3494671 23808 3172 1 0 3482964 0
[pid=6205/tid=6206] ppid=6203 vsize=13978684 memory=6656426216303648864 CPUtime=0.57 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 7897 0 0 0 54 3 0 0 20 0 15 0 17873512 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140690233911248 140689857978065 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13978684 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873512 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13978684 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873512 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13978684 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873512 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13978684 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17873512 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13978684 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17873514 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13978684 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17873514 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689706837664 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13978684 memory=16024522984493 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17873514 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689705784560 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13978684 memory=302304370639515854 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13978684 memory=14418102955827425 CPUtime=0.26 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) R 6203 6203 18108 0 -1 4202560 1509 0 0 0 26 0 0 0 20 0 15 0 17873517 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689703667440 140690214062270 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13978684 memory=6226600758631490880 CPUtime=0.26 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) R 6203 6203 18108 0 -1 1077944384 1094 0 0 0 26 0 0 0 20 0 15 0 17873517 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689702626880 140690229683925 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13978684 memory=7375036169830230336 CPUtime=0.28 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) R 6203 6203 18108 0 -1 4202560 1578 0 0 0 28 0 0 0 20 0 15 0 17873517 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689701570400 140690208516906 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13978684 memory=7014726200783497066 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13978684 memory=7661583193814557810 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17873521 14314172416 23808 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 96608 KiB

[startup+1.50085 s]
/proc/loadavg: 1.72 1.63 1.53 5/215 6219
/proc/meminfo: memFree=30180824/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13980732 memory=226312 CPUtime=4.03 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 23383 0 0 0 393 10 0 0 20 0 15 0 17873511 14316269568 56578 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3495183 56578 3229 1 0 3483476 0
[pid=6205/tid=6206] ppid=6203 vsize=13980732 memory=1376 CPUtime=1.31 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 10246 0 0 0 126 5 0 0 20 0 15 0 17873512 14316269568 56578 18446744073709551615 4194304 4196468 140736163167504 140690233909600 140689863952486 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13980732 memory=146236 CPUtime=0.02 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 21 0 0 0 2 0 0 0 20 0 15 0 17873512 14316269568 56578 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13980732 memory=279462651022272 CPUtime=0.03 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 497 0 0 0 3 0 0 0 20 0 15 0 17873512 14316269568 56578 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13980732 memory=279462650663584 CPUtime=0.03 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 70 0 0 0 3 0 0 0 20 0 15 0 17873512 14316269568 56578 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7

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

/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689705784576 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13980732 memory=1292 CPUtime=3.72 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) S 6203 6203 18108 0 -1 1077944384 19231 0 0 0 369 3 0 0 20 0 15 0 17873517 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689703680240 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13980732 memory=55 CPUtime=3.59 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) S 6203 6203 18108 0 -1 1077944384 20746 0 0 0 356 3 0 0 20 0 15 0 17873517 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689702627696 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13980732 memory=4128 CPUtime=0.97 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) S 6203 6203 18108 0 -1 1077944384 16920 0 0 0 94 3 0 0 20 0 15 0 17873517 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689701574640 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13980732 memory=279462651893824 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13980732 memory=139731326452656 CPUtime=1.42 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1410 0 0 0 58 84 0 0 20 0 15 0 17873521 14316269568 488856 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 2433.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1956800 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.88 1.81 3/215 6460
/proc/meminfo: memFree=26504004/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13980732 memory=1975928 CPUtime=2493.47 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 278033 0 0 0 249010 337 0 0 20 0 15 0 17873511 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3495183 493982 3259 1 0 3483476 0
[pid=6205/tid=6206] ppid=6203 vsize=13980732 memory=1969608 CPUtime=2425.99 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 105533 0 0 0 242567 32 0 0 20 0 15 0 17873512 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140690233912944 140689861322524 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13980732 memory=1969608 CPUtime=13.97 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 23189 0 0 0 1343 54 0 0 20 0 15 0 17873512 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13980732 memory=1969776 CPUtime=14.01 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 23203 0 0 0 1346 55 0 0 20 0 15 0 17873512 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13980732 memory=1969776 CPUtime=14.04 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 24979 0 0 0 1353 51 0 0 20 0 15 0 17873512 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13980732 memory=1975928 CPUtime=14.03 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 28257 0 0 0 1349 54 0 0 20 0 15 0 17873512 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13980732 memory=1975928 CPUtime=1.6 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 13126 0 0 0 147 13 0 0 20 0 15 0 17873514 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13980732 memory=1975928 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689706837728 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689705784576 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13980732 memory=1376 CPUtime=3.72 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) S 6203 6203 18108 0 -1 1077944384 19231 0 0 0 369 3 0 0 20 0 15 0 17873517 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689703680240 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13980732 memory=1969776 CPUtime=3.59 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) S 6203 6203 18108 0 -1 1077944384 20746 0 0 0 356 3 0 0 20 0 15 0 17873517 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689702627696 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13980732 memory=1376 CPUtime=0.97 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) S 6203 6203 18108 0 -1 1077944384 16920 0 0 0 94 3 0 0 20 0 15 0 17873517 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689701574640 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13980732 memory=1975928 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13980732 memory=7680170660397595203 CPUtime=1.46 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1416 0 0 0 60 86 0 0 20 0 15 0 17873521 14316269568 493982 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 2493.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1977304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.7 s]
/proc/loadavg: 1.87 1.89 1.82 3/212 6461
/proc/meminfo: memFree=26531584/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13980732 memory=1988228 CPUtime=2520.04 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 280863 0 0 0 251665 339 0 0 20 0 15 0 17873511 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3495183 497057 3259 1 0 3483476 0
[pid=6205/tid=6206] ppid=6203 vsize=13980732 memory=1980024 CPUtime=2452.34 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 106367 0 0 0 245202 32 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690233912944 140689866643133 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13980732 memory=1376 CPUtime=14.02 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 23780 0 0 0 1348 54 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13980732 memory=1988228 CPUtime=14.06 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 23271 0 0 0 1351 55 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13980732 memory=1376 CPUtime=14.08 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 25601 0 0 0 1357 51 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13980732 memory=1988228 CPUtime=14.08 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 28754 0 0 0 1354 54 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13980732 memory=1376 CPUtime=1.6 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 13309 0 0 0 147 13 0 0 20 0 15 0 17873514 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689706837728 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689705784576 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13980732 memory=1988228 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13980732 memory=13324 CPUtime=3.72 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) S 6203 6203 18108 0 -1 1077944384 19233 0 0 0 369 3 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689703680240 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13980732 memory=1376 CPUtime=3.59 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) S 6203 6203 18108 0 -1 1077944384 20748 0 0 0 356 3 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689702627696 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13980732 memory=1376 CPUtime=0.97 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) S 6203 6203 18108 0 -1 1077944384 16923 0 0 0 94 3 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689701574640 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13980732 memory=1236 CPUtime=1.48 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1444 0 0 0 61 87 0 0 20 0 15 0 17873521 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1989604 KiB

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

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

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

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

[startup+2468.7 s]
/proc/loadavg: 1.87 1.89 1.82 3/212 6461
/proc/meminfo: memFree=26531584/32770624 swapFree=67108860/67108860
[pid=6203] ppid=6200 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6203/stat : 6203 (xcsp3-exec) S 6200 6203 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 17873504 9740288 344 18446744073709551615 4194304 5098028 140729333722112 140729333720216 140550144488060 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 21245952 140729333723513 140729333723718 140729333723718 140729333727211 0
/proc/6203/statm: 2378 344 289 221 0 87 0
[pid=6205] ppid=6203 vsize=13980732 memory=1988228 CPUtime=2520.04 cores=1,3,5,7
/proc/6205/stat : 6205 (java) S 6203 6203 18108 0 -1 1077944320 280863 0 0 0 251665 339 0 0 20 0 15 0 17873511 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140736163150048 140690229673719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
/proc/6205/statm: 3495183 497057 3259 1 0 3483476 0
[pid=6205/tid=6206] ppid=6203 vsize=13980732 memory=1980024 CPUtime=2452.34 cores=1,3,5,7
/proc/6205/task/6206/stat : 6206 (java) R 6203 6203 18108 0 -1 4202560 106367 0 0 0 245202 32 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690233912944 140689866643133 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6207] ppid=6203 vsize=13980732 memory=1376 CPUtime=14.02 cores=1,3,5,7
/proc/6205/task/6207/stat : 6207 (java) S 6203 6203 18108 0 -1 1077944384 23780 0 0 0 1348 54 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690186639888 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6208] ppid=6203 vsize=13980732 memory=1988228 CPUtime=14.06 cores=1,3,5,7
/proc/6205/task/6208/stat : 6208 (java) S 6203 6203 18108 0 -1 1077944384 23271 0 0 0 1351 55 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690185587344 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6209] ppid=6203 vsize=13980732 memory=1376 CPUtime=14.08 cores=1,3,5,7
/proc/6205/task/6209/stat : 6209 (java) S 6203 6203 18108 0 -1 1077944384 25601 0 0 0 1357 51 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690184534288 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6210] ppid=6203 vsize=13980732 memory=1988228 CPUtime=14.08 cores=1,3,5,7
/proc/6205/task/6210/stat : 6210 (java) S 6203 6203 18108 0 -1 1077944384 28754 0 0 0 1354 54 0 0 20 0 15 0 17873512 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140690183481744 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6211] ppid=6203 vsize=13980732 memory=1376 CPUtime=1.6 cores=1,3,5,7
/proc/6205/task/6211/stat : 6211 (java) S 6203 6203 18108 0 -1 1077944384 13309 0 0 0 147 13 0 0 20 0 15 0 17873514 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689775409904 140690229684866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6212] ppid=6203 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6212/stat : 6212 (java) S 6203 6203 18108 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689706837728 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6213] ppid=6203 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6213/stat : 6213 (java) S 6203 6203 18108 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 17873514 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689705784576 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6214] ppid=6203 vsize=13980732 memory=1988228 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6214/stat : 6214 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689704733136 140690229692315 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6215] ppid=6203 vsize=13980732 memory=13324 CPUtime=3.72 cores=1,3,5,7
/proc/6205/task/6215/stat : 6215 (java) S 6203 6203 18108 0 -1 1077944384 19233 0 0 0 369 3 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689703680240 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6216] ppid=6203 vsize=13980732 memory=1376 CPUtime=3.59 cores=1,3,5,7
/proc/6205/task/6216/stat : 6216 (java) S 6203 6203 18108 0 -1 1077944384 20748 0 0 0 356 3 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689702627696 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6217] ppid=6203 vsize=13980732 memory=1376 CPUtime=0.97 cores=1,3,5,7
/proc/6205/task/6217/stat : 6217 (java) S 6203 6203 18108 0 -1 1077944384 16923 0 0 0 94 3 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689701574640 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6218] ppid=6203 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/6205/task/6218/stat : 6218 (java) S 6203 6203 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17873517 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689700522336 140690229683925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
[pid=6205/tid=6219] ppid=6203 vsize=13980732 memory=1236 CPUtime=1.48 cores=1,3,5,7
/proc/6205/task/6219/stat : 6219 (java) S 6203 6203 18108 0 -1 1077944384 1444 0 0 0 61 87 0 0 20 0 15 0 17873521 14316269568 497057 18446744073709551615 4194304 4196468 140736163167504 140689699470384 140690229684866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 13938688 140736163168690 140736163168866 140736163168866 140736163172303 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1989604 KiB

Child status: 143
Real time (s): 2468.73
CPU time (s): 2520.07
CPU user time (s): 2516.67
CPU system time (s): 3.40223
CPU usage (%): 102.079
Max. virtual memory (cumulated for all children) (KiB): 13992100
Max. memory (cumulated for all children) (KiB): 1989604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.67
system time used= 3.40223
maximum resident set size= 1988612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73745
involuntary context switches= 2631


# summary of solver processes directly reported to runsolver:
#   pid: 6203,6205
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.67
#   total CPU system time (s): 3.40223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2925 second user time and 21.9944 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 03:50:44
IDJOB=4283267
IDBENCH=124184
IDSOLVER=2679
FILE ID=node131/4283267-1503194665
RUNJOBID= node131-1503171558-2271
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-0.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283267-1503194665/watcher-4283267-1503194665 -o /tmp/evaluation-result-4283267-1503194665/solver-4283267-1503194665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1682482161 HOME/instance-4283267-1503194665.xml

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

MD5SUM BENCH= 646d28484bd146a649962766e861e016
RANDOM SEED=1682482161

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30332640 kB
MemAvailable:   30726040 kB
Buffers:          198936 kB
Cached:           481340 kB
SwapCached:            0 kB
Active:          1547296 kB
Inactive:         477472 kB
Active(anon):    1344668 kB
Inactive(anon):    16748 kB
Active(file):     202628 kB
Inactive(file):   460724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:            36 kB
AnonPages:       1375048 kB
Mapped:            46640 kB
Shmem:             17060 kB
Slab:             116692 kB
SReclaimable:      91768 kB
SUnreclaim:        24924 kB
KernelStack:        3776 kB
PageTables:         8112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1929268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1239040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-20 04:31:53