Trace number 4281799

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 4.0.5 seq (2017-08-18)? (TO) 2520.0601 2513.71

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-5.xml
MD5SUM519aab078b15cc65d0c3ff53b01638da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark983
Best CPU time to get the best result obtained on this benchmark19781.199
Satisfiable
(Un)Satisfiability was proved
Number of variables26124
Number of constraints1266
Number of domains20
Minimum domain size2
Maximum domain size208
Distribution of domain sizes[{"size":2,"count":1244},{"size":22,"count":1244},{"size":23,"count":1244},{"size":24,"count":1244},{"size":38,"count":1244},{"size":52,"count":1244},{"size":57,"count":1244},{"size":61,"count":1244},{"size":66,"count":1244},{"size":73,"count":1244},{"size":77,"count":1244},{"size":78,"count":1244},{"size":91,"count":1244},{"size":126,"count":1244},{"size":136,"count":1244},{"size":159,"count":1244},{"size":173,"count":2488},{"size":186,"count":1244},{"size":197,"count":1244},{"size":208,"count":1244}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":26124}]
Minimum constraint arity21
Maximum constraint arity24880
Distribution of constraint arities[{"arity":21,"count":1244},{"arity":1244,"count":21},{"arity":24880,"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":1264}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281799-1503117946.xml"  -tl '2520s' -p 1 -x 0
0.14/0.44	c [HOME/instance-4281799-1503117946.xml, -tl, 2520s, -p, 1, -x, 0]
0.14/0.50	c simple solver
0.34/0.57	c parse instance...
2.52/1.25	c solve instance...
2520.05/2513.70	s UNKNOWN
2520.05/2513.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 (15364 MiB free)
  memory of node 1: 16384 MiB (15494 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281799-1503117946/watcher-4281799-1503117946 -o /tmp/evaluation-result-4281799-1503117946/solver-4281799-1503117946 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1432872333 HOME/instance-4281799-1503117946.xml 

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

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=19505, runsolver pid=19502

[startup+0.100517 s]*
/proc/loadavg: 2.05 1.99 1.88 2/199 19508
/proc/meminfo: memFree=31593904/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=105164 memory=5156 CPUtime=0 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 1507 0 0 0 0 0 0 0 20 0 2 0 10202667 107687936 1289 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 26291 1289 964 1 0 16808 0
[pid=19507/tid=19508] ppid=19505 vsize=105164 memory=8508281356421794206 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) D 19505 19505 15523 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 2 0 10202668 107687936 1289 18446744073709551615 4194304 4196468 140727926572800 140074323560752 140074311809941 0 0 1 16784584 18446744072100433029 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 114676 KiB
Current children cumulated memory: 6532 KiB

[startup+0.38193 s]*
/proc/loadavg: 2.05 1.99 1.88 3/212 19521
/proc/meminfo: memFree=31585288/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13974352 memory=27972 CPUtime=0.09 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 4881 0 0 0 8 1 0 0 20 0 15 0 10202667 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3493588 6993 2757 1 0 3482964 0
[pid=19507/tid=19508] ppid=19505 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 3032 0 0 0 6 1 0 0 20 0 15 0 10202668 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140074323548928 140074319340701 0 4 1 16800974 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13974352 memory=8941 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13974352 memory=3690903335196976800 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13974352 memory=140539948459648 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10202688 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10202688 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10202689 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) S 19505 19505 15523 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073860844016 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13974352 memory=140539948459648 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) S 19505 19505 15523 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13974352 memory=140539948459648 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202694 14309736448 6993 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29348 KiB

[startup+0.410355 s]*
/proc/loadavg: 2.05 1.99 1.88 4/212 19521
/proc/meminfo: memFree=31582620/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13974352 memory=29288 CPUtime=0.14 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 5195 0 0 0 13 1 0 0 20 0 15 0 10202667 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3493588 7322 2939 1 0 3482964 0
[pid=19507/tid=19508] ppid=19505 vsize=13974352 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 3090 0 0 0 9 1 0 0 20 0 15 0 10202668 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140074323548304 140074319330710 0 4 1 16800974 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10202687 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10202688 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10202688 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10202689 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) S 19505 19505 15523 0 -1 1077944384 473 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073860844016 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13974352 memory=140539948459648 CPUtime=0.02 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) R 19505 19505 15523 0 -1 4202560 327 0 0 0 2 0 0 0 20 0 15 0 10202691 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319330710 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13974352 memory=140539948459648 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202694 14309736448 7322 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30664 KiB

[startup+0.711003 s]
/proc/loadavg: 2.05 1.99 1.88 5/212 19521
/proc/meminfo: memFree=31564612/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13978684 memory=73604 CPUtime=0.81 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 12126 0 0 0 76 5 0 0 20 0 15 0 10202667 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3494671 18401 3150 1 0 3482964 0
[pid=19507/tid=19508] ppid=19505 vsize=13978684 memory=15816694648026085 CPUtime=0.39 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 7335 0 0 0 36 3 0 0 20 0 15 0 10202668 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140074323546928 140074301218795 0 4 1 16800974 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13978684 memory=5859271421084193130 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13978684 memory=6370460868699973735 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13978684 memory=-7385037593950845031 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13978684 memory=-7019007802211101846 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10202687 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13978684 memory=6933690305039933585 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10202688 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13978684 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10202688 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13978684 memory=7896318971486248851 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10202689 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13978684 memory=7679927811743456362 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13978684 memory=6944656575208382560 CPUtime=0.11 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) R 19505 19505 15523 0 -1 4202560 1114 0 0 0 11 0 0 0 20 0 15 0 10202691 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073860830864 140074303224778 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13978684 memory=6944656575208382560 CPUtime=0.11 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) R 19505 19505 15523 0 -1 4202560 1107 0 0 0 11 0 0 0 20 0 15 0 10202691 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073859777496 140074304445176 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13978684 memory=6944656592455097440 CPUtime=0.17 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) S 19505 19505 15523 0 -1 1077944384 1262 0 0 0 17 0 0 0 20 0 15 0 10202691 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202694 14314172416 18401 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 74980 KiB

[startup+1.50102 s]
/proc/loadavg: 2.05 1.99 1.88 5/212 19521
/proc/meminfo: memFree=31473484/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13980732 memory=166084 CPUtime=3.45 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 19461 0 0 0 337 8 0 0 20 0 15 0 10202667 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3495183 41521 3194 1 0 3483476 0
[pid=19507/tid=19508] ppid=19505 vsize=13980732 memory=-8774313645642428999 CPUtime=1.16 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 8719 0 0 0 111 5 0 0 20 0 15 0 10202668 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140074323556952 140073938197648 0 4 1 16800974 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13980732 memory=7883960649037381690 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13980732 memory=9272 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13980732 memory=4226760464805815840 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10202687 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13980732 memory=-7812193898651955103 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10202687 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13980732 memory=7667216082027369065 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 10202688 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13980732 memory=8101247189090653288 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10202688 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13980732 memory=7667773542977663341 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10202689 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13980732 memory=7161680400611829846 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13980732 memory=7375071276795276186 CPUtime=0.86 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) R 19505 19505 15523 0 -1 4202560 2901 0 0 0 86 0 0 0 20 0 15 0 10202691 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073860835968 140074300836638 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13980732 memory=14324375105 CPUtime=0.86 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) R 19505 19505 15523 0 -1 4202560 3924 0 0 0 86 0 0 0 20 0 15 0 10202691 14316269568 41521 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074304442299 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13980732 memory=281079571541192 CPUtime=0.53 cores=0,2,4,6

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

[pid=19507/tid=19513] ppid=19505 vsize=13980732 memory=-8774313645642428999 CPUtime=0.06 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 1233 0 0 0 3 3 0 0 20 0 15 0 10202688 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13980732 memory=260556 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10202688 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13980732 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 10202689 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13980732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13980732 memory=2160 CPUtime=2.15 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) S 19505 19505 15523 0 -1 1077944384 15569 0 0 0 213 2 0 0 20 0 15 0 10202691 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073860844016 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13980732 memory=840 CPUtime=2.02 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) S 19505 19505 15523 0 -1 1077944384 18397 0 0 0 200 2 0 0 20 0 15 0 10202691 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13980732 memory=3912 CPUtime=0.71 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) S 19505 19505 15523 0 -1 1077944384 10169 0 0 0 69 2 0 0 20 0 15 0 10202691 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13980732 memory=2856 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13980732 memory=2764 CPUtime=1.51 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1256 0 0 0 74 77 0 0 20 0 15 0 10202694 14316269568 65139 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 2388.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 261932 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.73 1.86 3/211 19765
/proc/meminfo: memFree=31444532/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13980732 memory=260592 CPUtime=2448.57 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 68017 0 0 0 244777 80 0 0 20 0 15 0 10202667 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3495183 65148 3236 1 0 3483476 0
[pid=19507/tid=19508] ppid=19505 vsize=13980732 memory=15261445554177768 CPUtime=2441.78 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 17987 0 0 0 244171 7 0 0 20 0 15 0 10202668 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140074323555848 140073939325897 0 4 1 16800974 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13980732 memory=18448 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 553 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13980732 memory=4012 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 235 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13980732 memory=7188 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 830 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13980732 memory=1244 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 362 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13980732 memory=644 CPUtime=0.06 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 1235 0 0 0 3 3 0 0 20 0 15 0 10202688 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13980732 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10202688 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13980732 memory=956 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 10202689 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13980732 memory=4300 CPUtime=2.18 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) S 19505 19505 15523 0 -1 1077944384 15629 0 0 0 216 2 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073860844016 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13980732 memory=1576 CPUtime=2.02 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) S 19505 19505 15523 0 -1 1077944384 18399 0 0 0 200 2 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13980732 memory=928 CPUtime=0.71 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) S 19505 19505 15523 0 -1 1077944384 10171 0 0 0 69 2 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13980732 memory=3284 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13980732 memory=1376 CPUtime=1.54 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1270 0 0 0 75 79 0 0 20 0 15 0 10202694 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 2448.57 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 261968 KiB

[startup+2502.3 s]
/proc/loadavg: 1.64 1.70 1.85 3/211 19767
/proc/meminfo: memFree=31428936/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13980732 memory=260592 CPUtime=2508.6 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 68230 0 0 0 250779 81 0 0 20 0 15 0 10202667 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3495183 65148 3236 1 0 3483476 0
[pid=19507/tid=19508] ppid=19505 vsize=13980732 memory=4134606225630022328 CPUtime=2501.78 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 18176 0 0 0 250171 7 0 0 20 0 15 0 10202668 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140074323555848 140073939975494 0 4 1 16800974 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13980732 memory=4945942593795758902 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 553 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13980732 memory=-7737605734073691286 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 235 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13980732 memory=-8990762241483579296 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 830 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13980732 memory=6944656591801720226 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 362 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13980732 memory=-5587106306044206369 CPUtime=0.06 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 1238 0 0 0 3 3 0 0 20 0 15 0 10202688 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13980732 memory=7377267100464080737 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10202688 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13980732 memory=7451600662249170541 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 10202689 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13980732 memory=288230604624101684 CPUtime=2.18 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) S 19505 19505 15523 0 -1 1077944384 15629 0 0 0 216 2 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073860844016 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13980732 memory=15261445554177768 CPUtime=2.02 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) S 19505 19505 15523 0 -1 1077944384 18400 0 0 0 200 2 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13980732 memory=9148 CPUtime=0.71 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) S 19505 19505 15523 0 -1 1077944384 10171 0 0 0 69 2 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13980732 memory=2412 CPUtime=1.58 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1290 0 0 0 77 81 0 0 20 0 15 0 10202694 14316269568 65148 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 2508.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 261968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 1.62 1.70 1.84 3/211 19767
/proc/meminfo: memFree=31426888/32770624 swapFree=67108860/67108860
[pid=19505] ppid=19502 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (xcsp3-exec) S 19502 19505 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10202658 9740288 344 18446744073709551615 4194304 5098028 140724960791728 140724960789832 140690534138492 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 11612160 140724960797049 140724960797254 140724960797254 140724960800747 0
/proc/19505/statm: 2378 344 289 221 0 87 0
[pid=19507] ppid=19505 vsize=13980732 memory=260620 CPUtime=2520.05 cores=0,2,4,6
/proc/19507/stat : 19507 (java) S 19505 19505 15523 0 -1 1077944320 68500 0 0 0 251923 82 0 0 20 0 15 0 10202667 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140727926555344 140074319318775 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
/proc/19507/statm: 3495183 65155 3236 1 0 3483476 0
[pid=19507/tid=19508] ppid=19505 vsize=13980732 memory=4124 CPUtime=2513.17 cores=0,2,4,6
/proc/19507/task/19508/stat : 19508 (java) R 19505 19505 15523 0 -1 4202560 18183 0 0 0 251310 7 0 0 20 0 15 0 10202668 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140074323556360 140073938197710 0 4 1 16800974 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19509] ppid=19505 vsize=13980732 memory=1376 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19509/stat : 19509 (java) S 19505 19505 15523 0 -1 1077944384 553 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140074253753104 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19510] ppid=19505 vsize=13980732 memory=260592 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19510/stat : 19510 (java) S 19505 19505 15523 0 -1 1077944384 235 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140074252700560 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19511] ppid=19505 vsize=13980732 memory=2240 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19511/stat : 19511 (java) S 19505 19505 15523 0 -1 1077944384 830 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073917660176 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19512] ppid=19505 vsize=13980732 memory=4300 CPUtime=0.04 cores=0,2,4,6
/proc/19507/task/19512/stat : 19512 (java) S 19505 19505 15523 0 -1 1077944384 362 0 0 0 3 1 0 0 20 0 15 0 10202687 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073916607632 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19513] ppid=19505 vsize=13980732 memory=1576 CPUtime=0.07 cores=0,2,4,6
/proc/19507/task/19513/stat : 19513 (java) S 19505 19505 15523 0 -1 1077944384 1238 0 0 0 3 4 0 0 20 0 15 0 10202688 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073865054192 140074319329922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19514] ppid=19505 vsize=13980732 memory=9148 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19514/stat : 19514 (java) S 19505 19505 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10202688 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073864000416 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19515] ppid=19505 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19515/stat : 19515 (java) S 19505 19505 15523 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 10202689 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073862947824 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19516] ppid=19505 vsize=13980732 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19516/stat : 19516 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073861896400 140074319337371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19517] ppid=19505 vsize=13980732 memory=-8774313645642428999 CPUtime=2.18 cores=0,2,4,6
/proc/19507/task/19517/stat : 19517 (java) S 19505 19505 15523 0 -1 1077944384 15629 0 0 0 216 2 0 0 20 0 15 0 10202691 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073860844016 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19518] ppid=19505 vsize=13980732 memory=1228 CPUtime=2.05 cores=0,2,4,6
/proc/19507/task/19518/stat : 19518 (java) S 19505 19505 15523 0 -1 1077944384 18663 0 0 0 203 2 0 0 20 0 15 0 10202691 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073859791472 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19519] ppid=19505 vsize=13980732 memory=1700 CPUtime=0.71 cores=0,2,4,6
/proc/19507/task/19519/stat : 19519 (java) S 19505 19505 15523 0 -1 1077944384 10171 0 0 0 69 2 0 0 20 0 15 0 10202691 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073858738928 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19520] ppid=19505 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/19507/task/19520/stat : 19520 (java) S 19505 19505 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10202691 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073857686624 140074319328981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
[pid=19507/tid=19521] ppid=19505 vsize=13980732 memory=1996 CPUtime=1.59 cores=0,2,4,6
/proc/19507/task/19521/stat : 19521 (java) S 19505 19505 15523 0 -1 1077944384 1290 0 0 0 78 81 0 0 20 0 15 0 10202694 14316269568 65155 18446744073709551615 4194304 4196468 140727926572800 140073856633136 140074319329922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8171520 140727926575538 140727926575714 140727926575714 140727926579151 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 261996 KiB

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

[startup+2513.71 s]
# the end of solver process 19505 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.24 s, system=0.825512 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2513.71
CPU time (s): 2520.06
CPU user time (s): 2519.24
CPU system time (s): 0.825512
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 13992076
Max. memory (cumulated for all children) (KiB): 261996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.24
system time used= 0.825512
maximum resident set size= 261292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69236
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57248
involuntary context switches= 1520


# summary of solver processes directly reported to runsolver:
#   pid: 19505
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.24
#   total CPU system time (s): 0.825512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8447 second user time and 28.7282 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 06:32:17
IDJOB=4281799
IDBENCH=124210
IDSOLVER=2677
FILE ID=node130/4281799-1503117946
RUNJOBID= node130-1503095856-15586
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-5.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-4281799-1503117946/watcher-4281799-1503117946 -o /tmp/evaluation-result-4281799-1503117946/solver-4281799-1503117946 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1432872333 HOME/instance-4281799-1503117946.xml

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

MD5SUM BENCH= 519aab078b15cc65d0c3ff53b01638da
RANDOM SEED=1432872333

node130.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.77
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.77
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.77
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.77
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:        31600088 kB
MemAvailable:   31753452 kB
Buffers:          154372 kB
Cached:           281612 kB
SwapCached:            0 kB
Active:           488588 kB
Inactive:         281024 kB
Active(anon):     333640 kB
Inactive(anon):     8556 kB
Active(file):     154948 kB
Inactive(file):   272468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8100 kB
Writeback:             0 kB
AnonPages:        348732 kB
Mapped:            43264 kB
Shmem:              8868 kB
Slab:             107924 kB
SReclaimable:      83564 kB
SUnreclaim:        24360 kB
KernelStack:        3728 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1378816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-19 07:14:11