Trace number 4271980

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-07-26)? (TO) 2520.02 2455.21

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-5.xml
MD5SUM80f621e31f8a9b35d5cf92091f9e4ac3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark533
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables7084
Number of constraints656
Number of domains11
Minimum domain size2
Maximum domain size213
Distribution of domain sizes[{"size":2,"count":644},{"size":8,"count":644},{"size":19,"count":644},{"size":49,"count":644},{"size":96,"count":644},{"size":97,"count":644},{"size":101,"count":644},{"size":106,"count":644},{"size":159,"count":644},{"size":162,"count":644},{"size":213,"count":644}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7084}]
Minimum constraint arity11
Maximum constraint arity6440
Distribution of constraint arities[{"arity":11,"count":644},{"arity":644,"count":11},{"arity":6440,"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":654}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271980-1502753229.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4271980-1502753229.xml, -tl, 2520s, -p, 1, -x, 3]
0.32/0.32	c simple solver
0.32/0.38	c parse instance...
1.64/0.84	c solve instance...
2520.00/2455.20	s UNKNOWN
2520.00/2455.20	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 (14939 MiB free)
  memory of node 1: 16384 MiB (10815 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271980-1502753229/watcher-4271980-1502753229 -o /tmp/evaluation-result-4271980-1502753229/solver-4271980-1502753229 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1315384345 HOME/instance-4271980-1502753229.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=28291, runsolver pid=28288


[startup+0.100198 s]*
/proc/loadavg: 1.93 1.94 1.89 3/202 28298
/proc/meminfo: memFree=26367824/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13441356 memory=17336 CPUtime=0.01 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 3612 0 0 0 1 0 0 0 20 0 7 0 77543581 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3360339 4334 1988 1 0 3349836 0
[pid=28293/tid=28294] ppid=28291 vsize=13441356 memory=7311146985107750967 CPUtime=0.01 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 2371 0 0 0 1 0 0 0 20 0 7 0 77543581 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140550697634576 140550693414045 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13441356 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 77543582 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13441356 memory=140533057487307 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 77543582 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 77543582 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 77543582 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13441356 memory=140533057459840 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 77543583 13763948544 4334 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18712 KiB

[startup+0.20986 s]*
/proc/loadavg: 1.93 1.94 1.89 3/211 28307
/proc/meminfo: memFree=26357544/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13974352 memory=27896 CPUtime=0.11 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 5389 0 0 0 9 2 0 0 20 0 15 0 77543581 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3493588 6974 2846 1 0 3482964 0
[pid=28293/tid=28294] ppid=28291 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 3408 0 0 0 8 1 0 0 20 0 15 0 77543581 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550697625392 140550693404054 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13974352 memory=140533057487307 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13974352 memory=140533057459840 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77543583 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28300/stat : 28300 (java) S 28291 28291 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77543584 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550170666656 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28301] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77543584 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550169613552 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) S 28291 28291 897 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 77543587 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550167509232 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) S 28291 28291 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77543587 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550166456688 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13974352 memory=140533057459840 CPUtime=0.01 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) R 28291 28291 897 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 15 0 77543587 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550677472606 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13974352 memory=140533057459840 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543590 14309736448 6974 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29272 KiB

[startup+0.31011 s]*
/proc/loadavg: 1.93 1.94 1.89 5/211 28307
/proc/meminfo: memFree=26344188/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13974352 memory=40064 CPUtime=0.32 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 9204 0 0 0 28 4 0 0 20 0 15 0 77543581 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3493588 10016 3019 1 0 3482964 0
[pid=28293/tid=28294] ppid=28291 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 6289 0 0 0 16 2 0 0 20 0 15 0 77543581 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550697629568 140550677472606 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77543582 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77543583 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28300/stat : 28300 (java) S 28291 28291 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77543584 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550170666656 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28301] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77543584 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550169613552 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13974352 memory=140532940821440 CPUtime=0.02 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) S 28291 28291 897 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 15 0 77543587 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550167509232 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) S 28291 28291 897 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 77543587 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550166456688 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13974352 memory=140533057459840 CPUtime=0.07 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) R 28291 28291 897 0 -1 4202560 734 0 0 0 7 0 0 0 20 0 15 0 77543587 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550677472606 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13974352 memory=140533057459840 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543590 14309736448 10016 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41440 KiB

[startup+0.701156 s]
/proc/loadavg: 1.93 1.94 1.89 6/211 28307
/proc/meminfo: memFree=26328784/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13980732 memory=79880 CPUtime=1.31 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 12635 0 0 0 125 6 0 0 20 0 15 0 77543581 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3495183 19970 3181 1 0 3483476 0
[pid=28293/tid=28294] ppid=28291 vsize=13980732 memory=1712 CPUtime=0.55 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 8053 0 0 0 52 3 0 0 20 0 15 0 77543581 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550697629664 140550334263538 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13980732 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13980732 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13980732 memory=7453282923428146022 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77543582 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77543583 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13980732 memory=140532940572720 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28300/stat : 28300 (java) S 28291 28291 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550170666656 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28301] ppid=28291 vsize=13980732 memory=140532940572912 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550169613552 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13980732 memory=140532940573008 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13980732 memory=297 CPUtime=0.21 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) R 28291 28291 897 0 -1 4202560 1075 0 0 0 21 0 0 0 20 0 15 0 77543587 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550167495256 140550672648728 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13980732 memory=997 CPUtime=0.19 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) R 28291 28291 897 0 -1 4202560 652 0 0 0 19 0 0 0 20 0 15 0 77543587 14316269568 19970 18446744073709551615 4194304 4196468 140731965320752 140550166443472 140550678499136 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13980732 memory=263 CPUtime=0.32 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) R 28291 28291 897 0 -1 4202560 1600 0 0 0 32 0 0 0 20 0 15 0 77543587 14316269568 20036 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550672333733 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13980732 memory=70 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14316269568 20036 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13980732 memory=5 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543590 14316269568 20036 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 81256 KiB

[startup+1.50084 s]
/proc/loadavg: 1.93 1.94 1.89 5/211 28307
/proc/meminfo: memFree=26283600/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13982740 memory=144472 CPUtime=3.8 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 25674 0 0 0 372 8 0 0 20 0 15 0 77543581 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3495685 36118 3200 1 0 3483978 0
[pid=28293/tid=28294] ppid=28291 vsize=13982740 memory=263 CPUtime=1.36 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 9489 0 0 0 132 4 0 0 20 0 15 0 77543581 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140550697626848 140550340219994 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13982740 memory=70 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13982740 memory=5 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13982740 memory=79880 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77543582 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13982740 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77543582 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13982740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 77543583 14318325760 36118 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13982740 memory=281065881093568 CPUtime=0 cores=0,2,4,6

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

/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550169613568 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13980732 memory=4080 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13980732 memory=2924 CPUtime=3.67 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) S 28291 28291 897 0 -1 1077944384 30786 0 0 0 364 3 0 0 20 0 15 0 77543587 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550167509232 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13980732 memory=1376 CPUtime=3.32 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) S 28291 28291 897 0 -1 1077944384 25040 0 0 0 328 4 0 0 20 0 15 0 77543587 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550166456688 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13980732 memory=1376 CPUtime=0.93 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) S 28291 28291 897 0 -1 1077944384 16656 0 0 0 91 2 0 0 20 0 15 0 77543587 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13980732 memory=924888 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13980732 memory=1376 CPUtime=1.22 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 2034 0 0 0 57 65 0 0 20 0 15 0 77543590 14316269568 232338 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 2384.57 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 930728 KiB

[startup+2382.3 s]
/proc/loadavg: 1.64 1.55 1.61 3/211 28749
/proc/meminfo: memFree=29550584/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13980732 memory=932944 CPUtime=2445.64 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 272231 0 0 0 244333 231 0 0 20 0 15 0 77543581 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3495183 233236 3263 1 0 3483476 0
[pid=28293/tid=28294] ppid=28291 vsize=13980732 memory=932944 CPUtime=2360.11 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 92012 0 0 0 235987 24 0 0 20 0 15 0 77543581 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550697631248 140550340673253 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13980732 memory=930688 CPUtime=18.37 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 19046 0 0 0 1805 32 0 0 20 0 15 0 77543582 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13980732 memory=1376 CPUtime=18.43 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 17461 0 0 0 1812 31 0 0 20 0 15 0 77543582 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13980732 memory=1376 CPUtime=18.41 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 22267 0 0 0 1809 32 0 0 20 0 15 0 77543582 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13980732 memory=932944 CPUtime=18.34 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 19948 0 0 0 1801 33 0 0 20 0 15 0 77543582 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13980732 memory=1376 CPUtime=2.71 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 25335 0 0 0 251 20 0 0 20 0 15 0 77543583 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13980732 memory=931912 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28300/stat : 28300 (java) S 28291 28291 897 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550170666720 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28301] ppid=28291 vsize=13980732 memory=931912 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550169613568 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13980732 memory=951856 CPUtime=3.68 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) S 28291 28291 897 0 -1 1077944384 30913 0 0 0 365 3 0 0 20 0 15 0 77543587 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550167509232 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13980732 memory=942684 CPUtime=3.33 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) S 28291 28291 897 0 -1 1077944384 25141 0 0 0 329 4 0 0 20 0 15 0 77543587 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550166456688 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13980732 memory=4116 CPUtime=0.93 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) S 28291 28291 897 0 -1 1077944384 16656 0 0 0 91 2 0 0 20 0 15 0 77543587 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13980732 memory=42728 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13980732 memory=1292 CPUtime=1.25 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 2055 0 0 0 59 66 0 0 20 0 15 0 77543590 14316269568 233236 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 2445.64 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 934320 KiB

[startup+2442.3 s]
/proc/loadavg: 1.82 1.62 1.63 3/211 28751
/proc/meminfo: memFree=29529732/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13980732 memory=945228 CPUtime=2506.84 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 277863 0 0 0 250450 234 0 0 20 0 15 0 77543581 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3495183 236307 3263 1 0 3483476 0
[pid=28293/tid=28294] ppid=28291 vsize=13980732 memory=946256 CPUtime=2419.66 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 95551 0 0 0 241941 25 0 0 20 0 15 0 77543581 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550697631360 140550341493015 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13980732 memory=1376 CPUtime=18.77 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 19135 0 0 0 1845 32 0 0 20 0 15 0 77543582 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13980732 memory=948096 CPUtime=18.83 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 17772 0 0 0 1852 31 0 0 20 0 15 0 77543582 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13980732 memory=948092 CPUtime=18.8 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 22697 0 0 0 1848 32 0 0 20 0 15 0 77543582 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13980732 memory=1376 CPUtime=18.74 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 20962 0 0 0 1840 34 0 0 20 0 15 0 77543582 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13980732 memory=1376 CPUtime=2.74 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 25548 0 0 0 254 20 0 0 20 0 15 0 77543583 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13980732 memory=946256 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28300/stat : 28300 (java) S 28291 28291 897 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550170666720 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28301] ppid=28291 vsize=13980732 memory=946256 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550169613568 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13980732 memory=1376 CPUtime=3.68 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) S 28291 28291 897 0 -1 1077944384 30915 0 0 0 365 3 0 0 20 0 15 0 77543587 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550167509232 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13980732 memory=1376 CPUtime=3.33 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) S 28291 28291 897 0 -1 1077944384 25144 0 0 0 329 4 0 0 20 0 15 0 77543587 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550166456688 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13980732 memory=946256 CPUtime=0.93 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) S 28291 28291 897 0 -1 1077944384 16658 0 0 0 91 2 0 0 20 0 15 0 77543587 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13980732 memory=947064 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13980732 memory=1376 CPUtime=1.28 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 2084 0 0 0 61 67 0 0 20 0 15 0 77543590 14316269568 236307 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 2506.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 946604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.2 s]
/proc/loadavg: 1.79 1.62 1.63 3/211 28751
/proc/meminfo: memFree=29525772/32770624 swapFree=67108860/67108860
[pid=28291] ppid=28288 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28291/stat : 28291 (xcsp3-exec) S 28288 28291 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 77543573 9740288 344 18446744073709551615 4194304 5098028 140732719205424 140732719203528 139837706769020 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 34783232 140732719210872 140732719211077 140732719211077 140732719214571 0
/proc/28291/statm: 2378 344 289 221 0 87 0
[pid=28293] ppid=28291 vsize=13980732 memory=945736 CPUtime=2520 cores=0,2,4,6
/proc/28293/stat : 28293 (java) S 28291 28291 897 0 -1 1077944320 278198 0 0 0 251764 236 0 0 20 0 15 0 77543581 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140731965303296 140550693392119 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
/proc/28293/statm: 3495183 236434 3263 1 0 3483476 0
[pid=28293/tid=28294] ppid=28291 vsize=13980732 memory=-8774313645642428999 CPUtime=2432.47 cores=0,2,4,6
/proc/28293/task/28294/stat : 28294 (java) R 28291 28291 897 0 -1 4202560 95560 0 0 0 243222 25 0 0 20 0 15 0 77543581 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550697631248 140550335693807 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28295] ppid=28291 vsize=13980732 memory=-8774313645642428999 CPUtime=18.86 cores=0,2,4,6
/proc/28293/task/28295/stat : 28295 (java) S 28291 28291 897 0 -1 1077944384 19213 0 0 0 1853 33 0 0 20 0 15 0 77543582 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550658673168 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28296] ppid=28291 vsize=13980732 memory=945736 CPUtime=18.91 cores=0,2,4,6
/proc/28293/task/28296/stat : 28296 (java) S 28291 28291 897 0 -1 1077944384 17814 0 0 0 1860 31 0 0 20 0 15 0 77543582 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550292638352 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28297] ppid=28291 vsize=13980732 memory=796 CPUtime=18.88 cores=0,2,4,6
/proc/28293/task/28297/stat : 28297 (java) S 28291 28291 897 0 -1 1077944384 22843 0 0 0 1856 32 0 0 20 0 15 0 77543582 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550291585296 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28298] ppid=28291 vsize=13980732 memory=5788 CPUtime=18.82 cores=0,2,4,6
/proc/28293/task/28298/stat : 28298 (java) S 28291 28291 897 0 -1 1077944384 21010 0 0 0 1848 34 0 0 20 0 15 0 77543582 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550290532752 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28299] ppid=28291 vsize=13980732 memory=1712 CPUtime=2.74 cores=0,2,4,6
/proc/28293/task/28299/stat : 28299 (java) S 28291 28291 897 0 -1 1077944384 25553 0 0 0 254 20 0 0 20 0 15 0 77543583 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550171720432 140550693403266 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28300] ppid=28291 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28300/stat : 28300 (java) S 28291 28291 897 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550170666720 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28301] ppid=28291 vsize=13980732 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28301/stat : 28301 (java) S 28291 28291 897 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 77543584 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550169613568 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28302] ppid=28291 vsize=13980732 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28302/stat : 28302 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543586 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550168562128 140550693410715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28303] ppid=28291 vsize=13980732 memory=1012 CPUtime=3.68 cores=0,2,4,6
/proc/28293/task/28303/stat : 28303 (java) S 28291 28291 897 0 -1 1077944384 30917 0 0 0 365 3 0 0 20 0 15 0 77543587 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550167509232 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28304] ppid=28291 vsize=13980732 memory=10164 CPUtime=3.33 cores=0,2,4,6
/proc/28293/task/28304/stat : 28304 (java) S 28291 28291 897 0 -1 1077944384 25146 0 0 0 329 4 0 0 20 0 15 0 77543587 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550166456688 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28305] ppid=28291 vsize=13980732 memory=1440 CPUtime=0.93 cores=0,2,4,6
/proc/28293/task/28305/stat : 28305 (java) S 28291 28291 897 0 -1 1077944384 16660 0 0 0 91 2 0 0 20 0 15 0 77543587 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550165403632 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28306] ppid=28291 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28293/task/28306/stat : 28306 (java) S 28291 28291 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77543587 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550164351328 140550693402325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
[pid=28293/tid=28307] ppid=28291 vsize=13980732 memory=1376 CPUtime=1.29 cores=0,2,4,6
/proc/28293/task/28307/stat : 28307 (java) S 28291 28291 897 0 -1 1077944384 2085 0 0 0 61 68 0 0 20 0 15 0 77543590 14316269568 236434 18446744073709551615 4194304 4196468 140731965320752 140550163299376 140550693403266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 33644544 140731965321649 140731965321825 140731965321825 140731965325263 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 947112 KiB

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

[startup+2455.21 s]
# the end of solver process 28291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.00184 s

[startup+2455.21 s]
# the end of solver process 28293 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.66 s, system=2.36885 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

Child status: 143
Real time (s): 2455.21
CPU time (s): 2520.02
CPU user time (s): 2517.66
CPU system time (s): 2.36885
CPU usage (%): 102.64
Max. virtual memory (cumulated for all children) (KiB): 13992252
Max. memory (cumulated for all children) (KiB): 970188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.66
system time used= 2.36885
maximum resident set size= 973428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99014
involuntary context switches= 4743


# summary of solver processes directly reported to runsolver:
#   pid: 28291,28293
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2517.66
#   total CPU system time (s): 2.36885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2963 second user time and 24.4007 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 01:13:03
IDJOB=4271980
IDBENCH=124249
IDSOLVER=2664
FILE ID=node125/4271980-1502753229
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-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-4271980-1502753229/watcher-4271980-1502753229 -o /tmp/evaluation-result-4271980-1502753229/solver-4271980-1502753229 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1315384345 HOME/instance-4271980-1502753229.xml

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

MD5SUM BENCH= 80f621e31f8a9b35d5cf92091f9e4ac3
RANDOM SEED=1315384345

node125.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.07
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.07
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.07
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.07
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:        26374456 kB
MemAvailable:   27347220 kB
Buffers:          299124 kB
Cached:           967456 kB
SwapCached:            0 kB
Active:          5353016 kB
Inactive:         603644 kB
Active(anon):    4690420 kB
Inactive(anon):    33100 kB
Active(file):     662596 kB
Inactive(file):   570544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:            48 kB
AnonPages:       4690080 kB
Mapped:            62572 kB
Shmem:             33444 kB
Slab:             136952 kB
SReclaimable:     110916 kB
SUnreclaim:        26036 kB
KernelStack:        3408 kB
PageTables:        14096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5507332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4530176 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 node125 at 2017-08-15 01:53:58