Trace number 4282711

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.1101 2512.73

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex06460.xml
MD5SUMf140970bd722cd0d04a16203ca32674e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.0624499
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282711-1503170504.xml"  -tl '2520s' -p 1 -x 0
0.13/0.26	c [HOME/instance-4282711-1503170504.xml, -tl, 2520s, -p, 1, -x, 0]
0.32/0.32	c simple solver
0.32/0.39	c parse instance...
5.47/2.28	c solve instance...
2520.02/2512.72	s UNKNOWN
2520.02/2512.72	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 (15304 MiB free)
  memory of node 1: 16384 MiB (15139 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282711-1503170504/watcher-4282711-1503170504 -o /tmp/evaluation-result-4282711-1503170504/solver-4282711-1503170504 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2090341936 HOME/instance-4282711-1503170504.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
solver pid=21374, runsolver pid=21371
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 1.87 1.76 2.06 3/205 21384
/proc/meminfo: memFree=31164000/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13574484 memory=19604 CPUtime=0.03 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 4252 0 0 0 3 0 0 0 20 0 9 0 119245513 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3393621 4901 2136 1 0 3383118 0
[pid=21376/tid=21377] ppid=21374 vsize=13574484 memory=-8713483618642983523 CPUtime=0.03 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 2956 0 0 0 3 0 0 0 20 0 9 0 119245513 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140074109230968 140074089076062 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 119245514 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13574484 memory=139686487869056 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 119245514 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 119245514 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 119245514 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13574484 memory=139686487869056 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 119245515 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 119245515 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140073649710112 140074105005781 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 119245516 13900271616 4901 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20984 KiB

[startup+0.215235 s]*
/proc/loadavg: 1.87 1.76 2.06 3/211 21390
/proc/meminfo: memFree=31159408/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13974352 memory=27980 CPUtime=0.13 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 5444 0 0 0 12 1 0 0 20 0 15 0 119245513 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3493588 6995 2834 1 0 3482964 0
[pid=21376/tid=21377] ppid=21374 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 3455 0 0 0 9 0 0 0 20 0 15 0 119245513 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140074109227936 140074105007510 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13974352 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13974352 memory=139686487888961 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13974352 memory=139686487869056 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245515 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119245515 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073649710112 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21374 21374 8557 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 119245518 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073579305840 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073578253040 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13974352 memory=139686487869056 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) R 21374 21374 8557 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 119245518 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074083364214 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13974352 memory=139686487869056 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245524 14309736448 6995 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29360 KiB

[startup+0.310421 s]*
/proc/loadavg: 1.87 1.76 2.06 3/211 21390
/proc/meminfo: memFree=31146948/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13974352 memory=39460 CPUtime=0.32 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 9081 0 0 0 29 3 0 0 20 0 15 0 119245513 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3493588 9865 3003 1 0 3482964 0
[pid=21376/tid=21377] ppid=21374 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 6255 0 0 0 16 2 0 0 20 0 15 0 119245513 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140074109229552 140074105007510 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245514 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245515 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119245515 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073649710112 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) R 21374 21374 8557 0 -1 4202560 566 0 0 0 2 0 0 0 20 0 15 0 119245518 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073579286856 140074082533376 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) R 21374 21374 8557 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 15 0 119245518 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073578253040 140074105006722 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) R 21374 21374 8557 0 -1 4202560 713 0 0 0 6 0 0 0 20 0 15 0 119245518 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074090161121 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245524 14309736448 9865 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40840 KiB

[startup+0.701246 s]
/proc/loadavg: 1.87 1.76 2.06 4/211 21390
/proc/meminfo: memFree=31136668/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13978684 memory=110660 CPUtime=1.3 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 13166 0 0 0 125 5 0 0 20 0 15 0 119245513 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3494671 27665 3165 1 0 3482964 0
[pid=21376/tid=21377] ppid=21374 vsize=13978684 memory=6298654963688298593 CPUtime=0.57 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 7900 0 0 0 53 4 0 0 20 0 15 0 119245513 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140074109231632 140073734764807 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13978684 memory=5937270905093056086 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245514 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13978684 memory=7739276948477859686 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245514 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13978684 memory=-8382737753049505125 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119245514 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119245514 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119245515 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119245515 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073649710112 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13978684 memory=6378026435750 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13978684 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13978684 memory=15540738687502695 CPUtime=0.21 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) R 21374 21374 8557 0 -1 4202560 1406 0 0 0 21 0 0 0 20 0 15 0 119245518 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073579285840 140074105016922 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13978684 memory=644 CPUtime=0.23 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) R 21374 21374 8557 0 -1 4202560 1207 0 0 0 23 0 0 0 20 0 15 0 119245518 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073578239008 140074086515689 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13978684 memory=1740 CPUtime=0.26 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) R 21374 21374 8557 0 -1 4202560 1343 0 0 0 26 0 0 0 20 0 15 0 119245518 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074097236965 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13978684 memory=956 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13978684 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245524 14314172416 27665 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 112040 KiB

[startup+1.50107 s]
/proc/loadavg: 1.87 1.76 2.06 4/211 21390
/proc/meminfo: memFree=31022824/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13980732 memory=741352 CPUtime=3.3 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 29294 0 0 0 265 65 0 0 20 0 15 0 119245513 14316269568 185338 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3495183 185338 3208 1 0 3483476 0
[pid=21376/tid=21377] ppid=21374 vsize=13980732 memory=-8774313645642428999 CPUtime=1.12 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) S 21374 21374 8557 0 -1 1077944384 8566 0 0 0 105 7 0 0 20 0 15 0 119245513 14316269568 185338 18446744073709551615 4194304 4196468 140725987938256 140074109232720 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) R 21374 21374 8557 0 -1 4202560 3703 0 0 0 10 13 0 0 20 0 15 0 119245514 14316269568 185404 18446744073709551615 4194304 4196468 140725987938256 140074061962152 140074098092276 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) R 21374 21374 8557 0 -1 4202560 4047 0 0 0 10 13 0 0 20 0 15 0 119245514 14316269568 185525 18446744073709551615 4194304 4196468 140725987938256 140074060909016 140074098095275 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) R 21374 21374 8557 0 -1 4202560 3795 0 0 0 10 13 0 0 20 0 15 0 119245514 14316269568 185525 18446744073709551615 4194304 4196468 140725987938256 140074059856552 140074098095275 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6

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

/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13980732 memory=1328420 CPUtime=1.74 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21374 21374 8557 0 -1 1077944384 14711 0 0 0 172 2 0 0 20 0 15 0 119245518 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073579305840 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13980732 memory=1380 CPUtime=1.92 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21374 21374 8557 0 -1 1077944384 21118 0 0 0 190 2 0 0 20 0 15 0 119245518 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073578253040 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13980732 memory=1328420 CPUtime=0.62 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21374 21374 8557 0 -1 1077944384 9194 0 0 0 61 1 0 0 20 0 15 0 119245518 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13980732 memory=1328424 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 2130 0 0 0 39 39 0 0 20 0 15 0 119245524 14316269568 332106 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 2449.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1329804 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/189 21663
/proc/meminfo: memFree=30002372/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13980732 memory=1383724 CPUtime=2509.62 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 182865 0 0 0 250805 157 0 0 20 0 15 0 119245513 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3495183 345931 3249 1 0 3483476 0
[pid=21376/tid=21377] ppid=21374 vsize=13980732 memory=1383724 CPUtime=2501.22 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 111219 0 0 0 250106 16 0 0 20 0 15 0 119245513 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074109232152 140073737153094 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.77 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 5065 0 0 0 52 25 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 5516 0 0 0 53 25 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.77 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 5105 0 0 0 53 24 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.75 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 4613 0 0 0 51 24 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 2632 0 0 0 5 3 0 0 20 0 15 0 119245515 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 119245515 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073649710176 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13980732 memory=1628 CPUtime=1.76 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21374 21374 8557 0 -1 1077944384 14770 0 0 0 174 2 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073579305840 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13980732 memory=14340 CPUtime=1.96 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21374 21374 8557 0 -1 1077944384 21177 0 0 0 194 2 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073578253040 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13980732 memory=-8774313645642428999 CPUtime=0.63 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21374 21374 8557 0 -1 1077944384 9292 0 0 0 62 1 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13980732 memory=4144 CPUtime=0.8 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 2176 0 0 0 40 40 0 0 20 0 15 0 119245524 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 2509.62 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1385104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.7 s]
/proc/loadavg: 1.00 1.04 1.36 2/189 21663
/proc/meminfo: memFree=30002372/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13980732 memory=1383724 CPUtime=2520.02 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 182908 0 0 0 251845 157 0 0 20 0 15 0 119245513 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3495183 345931 3249 1 0 3483476 0
[pid=21376/tid=21377] ppid=21374 vsize=13980732 memory=1383724 CPUtime=2511.62 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 111236 0 0 0 251146 16 0 0 20 0 15 0 119245513 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074109232152 140073737135382 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.77 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 5065 0 0 0 52 25 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 5516 0 0 0 53 25 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.77 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 5105 0 0 0 53 24 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.75 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 4613 0 0 0 51 24 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 2632 0 0 0 5 3 0 0 20 0 15 0 119245515 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13980732 memory=279372725328544 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 119245515 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073649710176 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13980732 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13980732 memory=64532 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13980732 memory=1383724 CPUtime=1.76 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21374 21374 8557 0 -1 1077944384 14770 0 0 0 174 2 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073579305840 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13980732 memory=1380 CPUtime=1.96 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21374 21374 8557 0 -1 1077944384 21177 0 0 0 194 2 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073578253040 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.63 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21374 21374 8557 0 -1 1077944384 9292 0 0 0 62 1 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.81 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 2202 0 0 0 40 41 0 0 20 0 15 0 119245524 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1385104 KiB

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

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

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

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

[startup+2512.7 s]
/proc/loadavg: 1.00 1.04 1.36 2/189 21663
/proc/meminfo: memFree=30002372/32770624 swapFree=67105588/67108860
[pid=21374] ppid=21371 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21374/stat : 21374 (xcsp3-exec) S 21371 21374 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119245507 9740288 345 18446744073709551615 4194304 5098028 140722784447168 140722784445272 140695935312508 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 20455424 140722784448888 140722784449093 140722784449093 140722784452587 0
/proc/21374/statm: 2378 345 289 221 0 87 0
[pid=21376] ppid=21374 vsize=13980732 memory=1383724 CPUtime=2520.02 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21374 21374 8557 0 -1 1077944320 182908 0 0 0 251845 157 0 0 20 0 15 0 119245513 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140725987920800 140074104995575 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
/proc/21376/statm: 3495183 345931 3249 1 0 3483476 0
[pid=21376/tid=21377] ppid=21374 vsize=13980732 memory=1383724 CPUtime=2511.62 cores=0,2,4,6
/proc/21376/task/21377/stat : 21377 (java) R 21374 21374 8557 0 -1 4202560 111236 0 0 0 251146 16 0 0 20 0 15 0 119245513 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074109232152 140073737135382 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21378] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.77 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21374 21374 8557 0 -1 1077944384 5065 0 0 0 52 25 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074061962384 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21379] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21374 21374 8557 0 -1 1077944384 5516 0 0 0 53 25 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074060909584 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21380] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.77 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21374 21374 8557 0 -1 1077944384 5105 0 0 0 53 24 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074059856784 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21381] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.75 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21374 21374 8557 0 -1 1077944384 4613 0 0 0 51 24 0 0 20 0 15 0 119245514 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140074058803984 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21382] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21374 21374 8557 0 -1 1077944384 2632 0 0 0 5 3 0 0 20 0 15 0 119245515 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073650764144 140074105006722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21383] ppid=21374 vsize=13980732 memory=279372725328544 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21374 21374 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 119245515 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073649710176 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21384] ppid=21374 vsize=13980732 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21374 21374 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119245516 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073648657264 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21385] ppid=21374 vsize=13980732 memory=64532 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073580357456 140074105014171 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21386] ppid=21374 vsize=13980732 memory=1383724 CPUtime=1.76 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21374 21374 8557 0 -1 1077944384 14770 0 0 0 174 2 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073579305840 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21387] ppid=21374 vsize=13980732 memory=1380 CPUtime=1.96 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21374 21374 8557 0 -1 1077944384 21177 0 0 0 194 2 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073578253040 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21388] ppid=21374 vsize=13980732 memory=1380 CPUtime=0.63 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21374 21374 8557 0 -1 1077944384 9292 0 0 0 62 1 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073577200240 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21389] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21374 21374 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119245518 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073576147680 140074105005781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
[pid=21376/tid=21390] ppid=21374 vsize=13980732 memory=1383724 CPUtime=0.81 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21374 21374 8557 0 -1 1077944384 2202 0 0 0 40 41 0 0 20 0 15 0 119245524 14316269568 345931 18446744073709551615 4194304 4196468 140725987938256 140073575094960 140074105006722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140725987942833 140725987943009 140725987943009 140725987946447 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1385104 KiB

Child status: 143
Real time (s): 2512.73
CPU time (s): 2520.11
CPU user time (s): 2518.49
CPU system time (s): 1.61799
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 13991900
Max. memory (cumulated for all children) (KiB): 1385104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.49
system time used= 1.61799
maximum resident set size= 1409056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184922
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58153
involuntary context switches= 732


# summary of solver processes directly reported to runsolver:
#   pid: 21374,21376
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.49
#   total CPU system time (s): 1.61799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4873 second user time and 21.2276 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 21:07:39
IDJOB=4282711
IDBENCH=140823
IDSOLVER=2677
FILE ID=node126/4282711-1503170504
RUNJOBID= node126-1503095802-8615
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex06460.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-4282711-1503170504/watcher-4282711-1503170504 -o /tmp/evaluation-result-4282711-1503170504/solver-4282711-1503170504 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2090341936 HOME/instance-4282711-1503170504.xml

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

MD5SUM BENCH= f140970bd722cd0d04a16203ca32674e
RANDOM SEED=2090341936

node126.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.81
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.81
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.81
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.81
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:        31175228 kB
MemAvailable:   31760980 kB
Buffers:          312784 kB
Cached:           563848 kB
SwapCached:          524 kB
Active:           751068 kB
Inactive:         372468 kB
Active(anon):     202988 kB
Inactive(anon):    93904 kB
Active(file):     548080 kB
Inactive(file):   278564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              8360 kB
Writeback:             0 kB
AnonPages:        246552 kB
Mapped:            71452 kB
Shmem:             49824 kB
Slab:             176808 kB
SReclaimable:     149888 kB
SUnreclaim:        26920 kB
KernelStack:        3456 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node126 at 2017-08-19 21:49:32