Trace number 4270037

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-09)? (TO) 246.261 240.02299

General information on the benchmark

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

Solver Data

0.00/0.04	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270037-1502621299.xml"  -tl '264s' -p 1 -x 0
0.17/0.23	c [HOME/instance-4270037-1502621299.xml, -tl, 264s, -p, 1, -x, 0]
0.17/0.29	c simple solver
0.35/0.36	c parse instance...
2.82/1.15	c solve instance...
246.23/240.01	s UNKNOWN
246.23/240.01	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 (15078 MiB free)
  memory of node 1: 16384 MiB (15266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270037-1502621299/watcher-4270037-1502621299 -o /tmp/evaluation-result-4270037-1502621299/solver-4270037-1502621299 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28448 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1815793021 HOME/instance-4270037-1502621299.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28473, runsolver pid=28469
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 2.00 2.03 2.05 4/207 28498
/proc/meminfo: memFree=31049816/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13907304 memory=21420 CPUtime=0.05 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 4735 0 0 0 4 1 0 0 20 0 14 0 104041174 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3476826 5355 2574 1 0 3466323 0
[pid=28479/tid=28481] ppid=28473 vsize=13907304 memory=-6225773952127570272 CPUtime=0.04 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) D 28473 28473 12395 0 -1 4202560 2917 0 0 0 4 0 0 0 20 0 14 0 104041174 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140048276387744 140048272172285 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13907304 memory=3461490768163620489 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104041175 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13907304 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104041175 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104041175 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104041175 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104041176 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 104041177 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 104041177 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104041179 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) S 28473 28473 12395 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 104041179 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047385962480 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104041179 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13907304 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 104041179 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104041180 14241079296 5355 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22800 KiB

[startup+0.211163 s]*
/proc/loadavg: 2.00 2.03 2.05 5/217 28508
/proc/meminfo: memFree=31037444/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13974352 memory=30844 CPUtime=0.17 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 6170 0 0 0 15 2 0 0 20 0 15 0 104041174 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3493588 7711 2963 1 0 3482964 0
[pid=28479/tid=28481] ppid=28473 vsize=13974352 memory=-6225773952127570272 CPUtime=0.11 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) R 28473 28473 12395 0 -1 4202560 3454 0 0 0 10 1 0 0 20 0 15 0 104041174 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140048276379592 140048257285397 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13974352 memory=3461490768163620489 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041175 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13974352 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041175 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041175 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041175 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13974352 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041176 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104041177 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104041177 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) R 28473 28473 12395 0 -1 4202560 722 0 0 0 1 0 0 0 20 0 15 0 104041179 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047385943496 140048250083648 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) R 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13974352 memory=140163533936256 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) R 28473 28473 12395 0 -1 4202560 696 0 0 0 3 0 0 0 20 0 15 0 104041179 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047383853560 140048256230750 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13974352 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041185 14309736448 7711 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32224 KiB

[startup+0.314095 s]*
/proc/loadavg: 2.00 2.03 2.05 6/217 28508
/proc/meminfo: memFree=31013080/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13978608 memory=40440 CPUtime=0.35 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 9810 0 0 0 31 4 0 0 20 0 15 0 104041174 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3494652 10110 3034 1 0 3482964 0
[pid=28479/tid=28481] ppid=28473 vsize=13978608 memory=2241 CPUtime=0.21 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) R 28473 28473 12395 0 -1 4202560 6910 0 0 0 18 3 0 0 20 0 15 0 104041174 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140048276363216 140048272172189 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041175 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13978608 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041175 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13978608 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041175 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13978608 memory=140163372130511 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041175 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13978608 memory=140163533936256 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041176 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13978608 memory=140163372151279 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104041177 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104041177 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13978608 memory=280326744274848 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) S 28473 28473 12395 0 -1 1077944384 731 0 0 0 2 0 0 0 20 0 15 0 104041179 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047385962480 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13978608 memory=140163372168031 CPUtime=0.02 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) S 28473 28473 12395 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 104041179 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13978608 memory=140163637977425 CPUtime=0.08 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 753 0 0 0 8 0 0 0 20 0 15 0 104041179 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13978608 memory=140163533936255 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041185 14314094592 10110 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41820 KiB

[startup+0.700761 s]
/proc/loadavg: 2.00 2.03 2.05 8/217 28508
/proc/meminfo: memFree=30966192/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13978684 memory=97268 CPUtime=1.44 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 13394 0 0 0 137 7 0 0 20 0 15 0 104041174 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3494671 24317 3169 1 0 3482964 0
[pid=28479/tid=28481] ppid=28473 vsize=13978684 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) R 28473 28473 12395 0 -1 4202560 7881 0 0 0 53 5 0 0 20 0 15 0 104041174 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140048276387792 140047894585041 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041175 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041175 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104041175 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13978684 memory=13 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041175 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13978684 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104041176 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104041177 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13978684 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104041177 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13978684 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13978684 memory=1196 CPUtime=0.27 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) R 28473 28473 12395 0 -1 4202560 1549 0 0 0 27 0 0 0 20 0 15 0 104041179 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047385948504 140048257260921 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13978684 memory=15880 CPUtime=0.27 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) R 28473 28473 12395 0 -1 4202560 1080 0 0 0 27 0 0 0 20 0 15 0 104041179 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047384895248 140048256056284 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13978684 memory=2241 CPUtime=0.28 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 1579 0 0 0 28 0 0 0 20 0 15 0 104041179 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13978684 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041185 14314172416 24317 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 98648 KiB

[startup+1.50894 s]
/proc/loadavg: 2.00 2.03 2.05 11/217 28508
/proc/meminfo: memFree=30842904/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13980732 memory=221728 CPUtime=4.04 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 22106 0 0 0 392 12 0 0 20 0 15 0 104041174 14316269568 55432 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0

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

[pid=28479/tid=28491] ppid=28473 vsize=13980732 memory=232740 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 104041176 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13980732 memory=223644 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13980732 memory=236104 CPUtime=1.7 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) S 28473 28473 12395 0 -1 1077944384 9078 0 0 0 169 1 0 0 20 0 15 0 104041179 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047385962480 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13980732 memory=1380 CPUtime=2.56 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) S 28473 28473 12395 0 -1 1077944384 15203 0 0 0 255 1 0 0 20 0 15 0 104041179 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13980732 memory=4132 CPUtime=0.66 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 7306 0 0 0 65 1 0 0 20 0 15 0 104041179 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13980732 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13980732 memory=4638778428397538640 CPUtime=0.06 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 485 0 0 0 2 4 0 0 20 0 15 0 104041185 14316269568 59026 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 107.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 237484 KiB

[startup+162.301 s]
/proc/loadavg: 2.04 2.08 2.06 5/216 28589
/proc/meminfo: memFree=30661248/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13980732 memory=236224 CPUtime=167.38 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 48761 0 0 0 16718 20 0 0 20 0 15 0 104041174 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3495183 59056 3220 1 0 3483476 0
[pid=28479/tid=28481] ppid=28473 vsize=13980732 memory=236224 CPUtime=162.14 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) R 28473 28473 12395 0 -1 4202560 13030 0 0 0 16207 7 0 0 20 0 15 0 104041174 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140048276386264 140047901061424 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 15 0 104041175 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13980732 memory=236204 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 48 0 0 0 3 0 0 0 20 0 15 0 104041175 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 54 0 0 0 3 0 0 0 20 0 15 0 104041175 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 104041175 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13980732 memory=236204 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 104041176 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13980732 memory=236204 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13980732 memory=1380 CPUtime=1.73 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) S 28473 28473 12395 0 -1 1077944384 10237 0 0 0 172 1 0 0 20 0 15 0 104041179 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047385962480 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13980732 memory=236224 CPUtime=2.56 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) S 28473 28473 12395 0 -1 1077944384 15390 0 0 0 255 1 0 0 20 0 15 0 104041179 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.66 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 7425 0 0 0 65 1 0 0 20 0 15 0 104041179 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13980732 memory=236224 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.1 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 528 0 0 0 5 5 0 0 20 0 15 0 104041185 14316269568 59056 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 167.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 237604 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 2.07 2.06 4/216 28591
/proc/meminfo: memFree=30658612/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13980732 memory=238784 CPUtime=228.05 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 59187 0 0 0 22782 23 0 0 20 0 15 0 104041174 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3495183 59696 3223 1 0 3483476 0
[pid=28479/tid=28481] ppid=28473 vsize=13980732 memory=238784 CPUtime=222.16 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) R 28473 28473 12395 0 -1 4202560 13707 0 0 0 22208 8 0 0 20 0 15 0 104041174 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140048276386864 140047895583900 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13980732 memory=238752 CPUtime=0.01 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 15 0 104041175 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13980732 memory=238712 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 48 0 0 0 3 0 0 0 20 0 15 0 104041175 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13980732 memory=238752 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 54 0 0 0 3 0 0 0 20 0 15 0 104041175 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 104041175 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 538 0 0 0 0 0 0 0 20 0 15 0 104041176 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13980732 memory=238784 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13980732 memory=238784 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13980732 memory=238752 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13980732 memory=238752 CPUtime=2.21 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) S 28473 28473 12395 0 -1 1077944384 17769 0 0 0 219 2 0 0 20 0 15 0 104041179 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047385962480 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13980732 memory=1380 CPUtime=2.69 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) S 28473 28473 12395 0 -1 1077944384 17144 0 0 0 268 1 0 0 20 0 15 0 104041179 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.67 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 7786 0 0 0 66 1 0 0 20 0 15 0 104041179 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13980732 memory=2460 CPUtime=0.14 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 584 0 0 0 6 8 0 0 20 0 15 0 104041185 14316269568 59696 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 228.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 240164 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.01 2.06 2.05 4/216 28591
/proc/meminfo: memFree=30661712/32770624 swapFree=67108860/67108860
[pid=28473] ppid=28469 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28473/stat : 28473 (xcsp3-exec) S 28469 28473 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104041169 9740288 345 18446744073709551615 4194304 5098028 140725315138384 140725315136488 140300871311996 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 4 0 0 7196144 7232144 13680640 140725315146110 140725315146314 140725315146314 140725315149803 0
/proc/28473/statm: 2378 345 289 221 0 87 0
[pid=28479] ppid=28473 vsize=13980732 memory=235908 CPUtime=246.23 cores=1,3,5,7
/proc/28479/stat : 28479 (java) S 28473 28473 12395 0 -1 1077944320 63676 0 0 0 24599 24 0 0 20 0 15 0 104041174 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140725813902976 140048272150263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
/proc/28479/statm: 3495183 58977 3224 1 0 3483476 0
[pid=28479/tid=28481] ppid=28473 vsize=13980732 memory=-8774313645642428999 CPUtime=239.87 cores=1,3,5,7
/proc/28479/task/28481/stat : 28481 (java) R 28473 28473 12395 0 -1 4202560 13730 0 0 0 23979 8 0 0 20 0 15 0 104041174 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140048276386272 140047895583900 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28483] ppid=28473 vsize=13980732 memory=-7003737579269690708 CPUtime=0.01 cores=1,3,5,7
/proc/28479/task/28483/stat : 28483 (java) S 28473 28473 12395 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 15 0 104041175 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047871908112 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28485] ppid=28473 vsize=13980732 memory=3048 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28485/stat : 28485 (java) S 28473 28473 12395 0 -1 1077944384 48 0 0 0 3 0 0 0 20 0 15 0 104041175 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047870855568 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28487] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/28479/task/28487/stat : 28487 (java) S 28473 28473 12395 0 -1 1077944384 54 0 0 0 3 0 0 0 20 0 15 0 104041175 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047869803024 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28489] ppid=28473 vsize=13980732 memory=197716 CPUtime=0.02 cores=1,3,5,7
/proc/28479/task/28489/stat : 28489 (java) S 28473 28473 12395 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 104041175 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047868750480 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28491] ppid=28473 vsize=13980732 memory=1156 CPUtime=0.01 cores=1,3,5,7
/proc/28479/task/28491/stat : 28491 (java) S 28473 28473 12395 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 15 0 104041176 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047390173680 140048272161410 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28493] ppid=28473 vsize=13980732 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28493/stat : 28493 (java) S 28473 28473 12395 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047389119904 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28495] ppid=28473 vsize=13980732 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28495/stat : 28495 (java) S 28473 28473 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 104041177 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047388067312 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28497] ppid=28473 vsize=13980732 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28497/stat : 28497 (java) S 28473 28473 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104041179 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047387015888 140048272168859 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28498] ppid=28473 vsize=13980732 memory=4048 CPUtime=2.22 cores=1,3,5,7
/proc/28479/task/28498/stat : 28498 (java) S 28473 28473 12395 0 -1 1077944384 17811 0 0 0 220 2 0 0 20 0 15 0 104041179 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047385962480 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28499] ppid=28473 vsize=13980732 memory=29616 CPUtime=3.15 cores=1,3,5,7
/proc/28479/task/28499/stat : 28499 (java) S 28473 28473 12395 0 -1 1077944384 21553 0 0 0 313 2 0 0 20 0 15 0 104041179 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047384909936 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28500] ppid=28473 vsize=13980732 memory=1380 CPUtime=0.67 cores=1,3,5,7
/proc/28479/task/28500/stat : 28500 (java) S 28473 28473 12395 0 -1 1077944384 7800 0 0 0 66 1 0 0 20 0 15 0 104041179 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047383857392 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28505] ppid=28473 vsize=13980732 memory=238784 CPUtime=0 cores=1,3,5,7
/proc/28479/task/28505/stat : 28505 (java) S 28473 28473 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104041180 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047382805088 140048272160469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
[pid=28479/tid=28507] ppid=28473 vsize=13980732 memory=3032 CPUtime=0.16 cores=1,3,5,7
/proc/28479/task/28507/stat : 28507 (java) S 28473 28473 12395 0 -1 1077944384 585 0 0 0 7 9 0 0 20 0 15 0 104041185 14316269568 58977 18446744073709551615 4194304 4196468 140725813920432 140047381752624 140048272161410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38592512 140725813928375 140725813928550 140725813928550 140725813931983 0
Current children cumulated CPU time: 246.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 237288 KiB

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

[startup+240.023 s]
# the end of solver process 28473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.007 s, system=0.254172 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): 240.023
CPU time (s): 246.261
CPU user time (s): 246.007
CPU system time (s): 0.254172
CPU usage (%): 102.599
Max. virtual memory (cumulated for all children) (KiB): 13992084
Max. memory (cumulated for all children) (KiB): 252276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.007
system time used= 0.254172
maximum resident set size= 251688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7853
involuntary context switches= 103


# summary of solver processes directly reported to runsolver:
#   pid: 28473
#   total CPU time (s): 246.261
#   total CPU user time (s): 246.007
#   total CPU system time (s): 0.254172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.35946 second user time and 1.68203 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 12:34:25
IDJOB=4270037
IDBENCH=124184
IDSOLVER=2661
FILE ID=node135/4270037-1502621299
RUNJOBID= node135-1502620465-28448
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-0.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270037-1502621299/watcher-4270037-1502621299 -o /tmp/evaluation-result-4270037-1502621299/solver-4270037-1502621299 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28448 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1815793021 HOME/instance-4270037-1502621299.xml

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

MD5SUM BENCH= 646d28484bd146a649962766e861e016
RANDOM SEED=1815793021

node135.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.21
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.21
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.21
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.21
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:        31072736 kB
MemAvailable:   31972328 kB
Buffers:          311036 kB
Cached:           886764 kB
SwapCached:            0 kB
Active:           700484 kB
Inactive:         552692 kB
Active(anon):      56048 kB
Inactive(anon):    41324 kB
Active(file):     644436 kB
Inactive(file):   511368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15736 kB
Writeback:             0 kB
AnonPages:        151940 kB
Mapped:            54492 kB
Shmem:             41656 kB
Slab:             146616 kB
SReclaimable:     119248 kB
SUnreclaim:        27368 kB
KernelStack:        3472 kB
PageTables:         4932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     314760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-13 12:38:25