Trace number 4405795

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 2019-09-24? (TO) 2520.06 2514.51

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-85-05.xml
MD5SUM5a3f618f89c6aa3a803c36caec9b03ca
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 benchmark78.4996
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree89
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":3}, {"degree":89,"count":29}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":2},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":5},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":2},{"arity":56,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405795-1569407827.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405795-1569407827.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.34/0.28	c parse instance...
1.81/0.76	c solve instance...
2520.04/2514.50	s UNKNOWN
2520.04/2514.50	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 (13686 MiB free)
  memory of node 1: 16384 MiB (10801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405795-1569407827/watcher-4405795-1569407827 -o /var/tmp/evaluation-result-4405795-1569407827/solver-4405795-1569407827 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1569407783-6863 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 730553108 HOME/instance-4405795-1569407827.xml 

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

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

solver pid=6887, runsolver pid=6883

[startup+0.100058 s]*
/proc/loadavg: 1.52 1.21 1.42 6/229 6923
/proc/meminfo: memFree=25044076/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15144776 memory=29000 CPUtime=0.12 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 5676 0 0 0 11 1 0 0 20 0 15 0 516696443 15508250624 7250 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3786194 7250 3190 1 0 3748377 0
[pid=6890/tid=6895] ppid=6887 vsize=15144776 memory=-8600874473345040327 CPUtime=0.09 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 3547 0 0 0 8 1 0 0 20 0 15 0 516696444 15508250624 7250 33554432000 4194304 4196468 140736509723056 139922301086136 139922280899941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 7250 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15144776 memory=140087745521280 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 7250 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 7250 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15144776 memory=140087745521280 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516696446 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516696446 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921169773344 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516696446 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921168721008 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) R 6887 6887 6831 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15144776 memory=140087745521280 CPUtime=0.02 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) R 6887 6887 6831 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 516696449 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921164509368 139922275771815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15144776 memory=140087745521280 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 7250 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30456 KiB

[startup+0.211277 s]*
/proc/loadavg: 1.52 1.21 1.42 3/229 6923
/proc/meminfo: memFree=25016564/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15144776 memory=40948 CPUtime=0.34 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 9502 0 0 0 31 3 0 0 20 0 15 0 516696443 15508250624 10237 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3786194 10237 3308 1 0 3748377 0
[pid=6890/tid=6895] ppid=6887 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 6597 0 0 0 17 2 0 0 20 0 15 0 516696444 15508250624 10237 33554432000 4194304 4196468 140736509723056 139922301090368 139922296868246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15144776 memory=8956 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 10237 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15144776 memory=140087748877623 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 10237 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 10237 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516696444 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15144776 memory=140087745521280 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516696446 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516696446 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921169773344 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516696446 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921168721008 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) S 6887 6887 6831 0 -1 1077944384 641 0 0 0 2 0 0 0 20 0 15 0 516696449 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 516696449 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15144776 memory=140087745521280 CPUtime=0.08 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) R 6887 6887 6831 0 -1 4202560 721 0 0 0 8 0 0 0 20 0 15 0 516696449 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921164512112 139922296877658 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696449 15508250624 10237 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42404 KiB

[startup+0.314806 s]*
/proc/loadavg: 1.52 1.21 1.42 7/229 6923
/proc/meminfo: memFree=25004268/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15149032 memory=50572 CPUtime=0.54 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 10977 0 0 0 50 4 0 0 20 0 15 0 516696443 15512608768 12643 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3787258 12643 3362 1 0 3748377 0
[pid=6890/tid=6895] ppid=6887 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 7847 0 0 0 27 3 0 0 20 0 15 0 516696444 15512608768 12652 33554432000 4194304 4196468 140736509723056 139922301087424 139922276441829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15512608768 12652 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15512608768 12652 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15512608768 12652 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516696444 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516696446 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516696446 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921169773344 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516696446 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921168721008 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15149032 memory=4196912344889787449 CPUtime=0.04 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) S 6887 6887 6831 0 -1 1077944384 650 0 0 0 4 0 0 0 20 0 15 0 516696449 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15149032 memory=3047711566422646390 CPUtime=0.05 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 375 0 0 0 5 0 0 0 20 0 15 0 516696449 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15149032 memory=-6516833586042938556 CPUtime=0.12 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) S 6887 6887 6831 0 -1 1077944384 803 0 0 0 12 0 0 0 20 0 15 0 516696449 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921164512112 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696449 15512608768 12652 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52028 KiB

[startup+0.704778 s]
/proc/loadavg: 1.52 1.21 1.42 7/229 6923
/proc/meminfo: memFree=24962824/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15151156 memory=91344 CPUtime=1.81 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 16039 0 0 0 175 6 0 0 20 0 15 0 516696443 15514783744 22836 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3787789 22836 3458 1 0 3748889 0
[pid=6890/tid=6895] ppid=6887 vsize=15151156 memory=-7082918048272507482 CPUtime=0.68 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 9135 0 0 0 64 4 0 0 20 0 15 0 516696444 15514783744 22836 33554432000 4194304 4196468 140736509723056 139922301093728 139921934309024 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15514783744 22836 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15514783744 22836 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696444 15514783744 22836 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516696444 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921169773344 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15151156 memory=66800 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921168721008 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15151156 memory=988 CPUtime=0.32 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) R 6887 6887 6831 0 -1 4202560 2145 0 0 0 32 0 0 0 20 0 15 0 516696449 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921166606992 139922296877658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15151156 memory=1432 CPUtime=0.37 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) R 6887 6887 6831 0 -1 4202560 1225 0 0 0 37 0 0 0 20 0 15 0 516696449 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921165554000 139922281963328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15151156 memory=1056 CPUtime=0.41 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) R 6887 6887 6831 0 -1 4202560 2225 0 0 0 41 0 0 0 20 0 15 0 516696449 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921164512240 139922296868246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15151156 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15151156 memory=6072 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 22836 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 92800 KiB

[startup+1.50778 s]
/proc/loadavg: 1.52 1.21 1.42 5/229 6923
/proc/meminfo: memFree=24896120/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0

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

[pid=6890/tid=6906] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 3228 0 0 0 8 2 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15151156 memory=163168 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921169773408 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921168721024 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15151156 memory=1456 CPUtime=2.2 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) S 6887 6887 6831 0 -1 1077944384 12357 0 0 0 219 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15151156 memory=163168 CPUtime=1.93 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 11090 0 0 0 192 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) S 6887 6887 6831 0 -1 1077944384 8051 0 0 0 66 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921164512112 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.49 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1192 0 0 0 20 29 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 2447.82 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 164624 KiB

[startup+2502.3 s]
/proc/loadavg: 1.95 1.77 1.72 3/229 7175
/proc/meminfo: memFree=24618248/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15151156 memory=163168 CPUtime=2507.83 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 64989 0 0 0 250740 43 0 0 20 0 15 0 516696443 15514783744 40792 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3787789 40792 3511 1 0 3748889 0
[pid=6890/tid=6895] ppid=6887 vsize=15151156 memory=1456 CPUtime=2501.91 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 17965 0 0 0 250184 7 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922301095360 139921937193640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15151156 memory=3512 CPUtime=0.11 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 3625 0 0 0 9 2 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15151156 memory=66884 CPUtime=0.11 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 2642 0 0 0 9 2 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1084 0 0 0 9 1 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15151156 memory=3512 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2294 0 0 0 9 1 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 3247 0 0 0 8 2 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15151156 memory=163168 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921169773408 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921168721024 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15151156 memory=163168 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15151156 memory=1456 CPUtime=2.2 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) S 6887 6887 6831 0 -1 1077944384 12357 0 0 0 219 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15151156 memory=163168 CPUtime=1.93 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 11091 0 0 0 192 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15151156 memory=3512 CPUtime=0.67 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) S 6887 6887 6831 0 -1 1077944384 8051 0 0 0 66 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921164512112 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15151156 memory=66884 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.5 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1212 0 0 0 20 30 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 2507.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 164624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.5 s]
/proc/loadavg: 1.96 1.78 1.72 5/229 7253
/proc/meminfo: memFree=24860204/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15151156 memory=163168 CPUtime=2520.04 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 65382 0 0 0 251960 44 0 0 20 0 15 0 516696443 15514783744 40792 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3787789 40792 3511 1 0 3748889 0
[pid=6890/tid=6895] ppid=6887 vsize=15151156 memory=1456 CPUtime=2514.11 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 18023 0 0 0 251404 7 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922301095360 139921938407089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.11 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 3661 0 0 0 9 2 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.11 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 2726 0 0 0 9 2 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1107 0 0 0 9 1 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15151156 memory=6072 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2323 0 0 0 9 1 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15151156 memory=11528 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 3410 0 0 0 8 2 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921169773408 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15151156 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921168721024 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15151156 memory=163168 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15151156 memory=163168 CPUtime=2.2 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) S 6887 6887 6831 0 -1 1077944384 12357 0 0 0 219 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15151156 memory=1456 CPUtime=1.93 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 11091 0 0 0 192 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) S 6887 6887 6831 0 -1 1077944384 8051 0 0 0 66 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921164512112 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.5 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1212 0 0 0 20 30 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 164624 KiB

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

[startup+2514.51 s]
# the end of solver process 6887 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.61 s, system=0.44203 s

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

[startup+2514.5 s]
/proc/loadavg: 1.96 1.78 1.72 5/229 7253
/proc/meminfo: memFree=24860204/32770624 swapFree=66935972/67108860
[pid=6887] ppid=6883 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6887/stat : 6887 (xcsp3-exec) S 6883 6887 6831 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516696443 115843072 364 33554432000 4194304 5098028 140725366630784 140725366628888 140186157085308 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10211328 140725366637399 140725366637657 140725366637657 140725366640582 0
/proc/6887/statm: 28282 364 305 221 0 87 0
[pid=6890] ppid=6887 vsize=15151156 memory=163168 CPUtime=2520.04 cores=1,3,5,7
/proc/6890/stat : 6890 (java) S 6887 6887 6831 0 -1 1077944320 65382 0 0 0 251960 44 0 0 20 0 15 0 516696443 15514783744 40792 33554432000 4194304 4196468 140736509723056 140736509705600 139922296856311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
/proc/6890/statm: 3787789 40792 3511 1 0 3748889 0
[pid=6890/tid=6895] ppid=6887 vsize=15151156 memory=1456 CPUtime=2514.11 cores=1,3,5,7
/proc/6890/task/6895/stat : 6895 (java) R 6887 6887 6831 0 -1 4202560 18023 0 0 0 251404 7 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922301095360 139921938407089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6898] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.11 cores=1,3,5,7
/proc/6890/task/6898/stat : 6898 (java) S 6887 6887 6831 0 -1 1077944384 3661 0 0 0 9 2 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922253409168 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6899] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.11 cores=1,3,5,7
/proc/6890/task/6899/stat : 6899 (java) S 6887 6887 6831 0 -1 1077944384 2726 0 0 0 9 2 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922252356368 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6900] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6900/stat : 6900 (java) S 6887 6887 6831 0 -1 1077944384 1107 0 0 0 9 1 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139922251304080 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6901] ppid=6887 vsize=15151156 memory=6072 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6901/stat : 6901 (java) S 6887 6887 6831 0 -1 1077944384 2323 0 0 0 9 1 0 0 20 0 15 0 516696444 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921886206992 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6906] ppid=6887 vsize=15151156 memory=11528 CPUtime=0.1 cores=1,3,5,7
/proc/6890/task/6906/stat : 6906 (java) S 6887 6887 6831 0 -1 1077944384 3410 0 0 0 8 2 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921170827376 139922296867458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6907] ppid=6887 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6907/stat : 6907 (java) S 6887 6887 6831 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921169773408 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6909] ppid=6887 vsize=15151156 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6909/stat : 6909 (java) S 6887 6887 6831 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 516696446 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921168721024 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6912] ppid=6887 vsize=15151156 memory=163168 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6912/stat : 6912 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921167669328 139922296874907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6913] ppid=6887 vsize=15151156 memory=163168 CPUtime=2.2 cores=1,3,5,7
/proc/6890/task/6913/stat : 6913 (java) S 6887 6887 6831 0 -1 1077944384 12357 0 0 0 219 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921166617200 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6914] ppid=6887 vsize=15151156 memory=1456 CPUtime=1.93 cores=1,3,5,7
/proc/6890/task/6914/stat : 6914 (java) S 6887 6887 6831 0 -1 1077944384 11091 0 0 0 192 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921165564400 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6915] ppid=6887 vsize=15151156 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/6890/task/6915/stat : 6915 (java) S 6887 6887 6831 0 -1 1077944384 8051 0 0 0 66 1 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921164512112 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6916] ppid=6887 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6890/task/6916/stat : 6916 (java) S 6887 6887 6831 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921163459552 139922296866517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
[pid=6890/tid=6917] ppid=6887 vsize=15151156 memory=163168 CPUtime=0.5 cores=1,3,5,7
/proc/6890/task/6917/stat : 6917 (java) S 6887 6887 6831 0 -1 1077944384 1212 0 0 0 20 30 0 0 20 0 15 0 516696449 15514783744 40792 33554432000 4194304 4196468 140736509723056 139921162406320 139922296867458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33656832 140736509727707 140736509727882 140736509727882 140736509730767 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 164624 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2514.51
CPU time (s): 2520.06
CPU user time (s): 2519.61
CPU system time (s): 0.44203
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 15265308
Max. memory (cumulated for all children) (KiB): 242952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.61
system time used= 0.44203
maximum resident set size= 243480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58863
involuntary context switches= 1294


# summary of solver processes directly reported to runsolver:
#   pid: 6887
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.61
#   total CPU system time (s): 0.44203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1845 second user time and 22.7066 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-25 12:36:23
IDJOB=4405795
IDBENCH=128124
IDSOLVER=2869
FILE ID=node147/4405795-1569407827
RUNJOBID= node147-1569407783-6863
PBS_JOBID= 21705703
Free space on /var/tmp= 13516 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-85-05.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405795-1569407827/watcher-4405795-1569407827 -o /var/tmp/evaluation-result-4405795-1569407827/solver-4405795-1569407827 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1569407783-6863 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 730553108 HOME/instance-4405795-1569407827.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=730553108

node147.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.52
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.52
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.52
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.52
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:        25076088 kB
MemAvailable:   31776004 kB
Buffers:          174388 kB
Cached:          6581332 kB
SwapCached:        68676 kB
Active:          3393284 kB
Inactive:        3435696 kB
Active(anon):       4260 kB
Inactive(anon):   126884 kB
Active(file):    3389024 kB
Inactive(file):  3308812 kB
Unevictable:      108232 kB
Mlocked:          108232 kB
SwapTotal:      67108860 kB
SwapFree:       66935972 kB
Dirty:             52240 kB
Writeback:             0 kB
AnonPages:        113276 kB
Mapped:            58408 kB
Shmem:             49088 kB
Slab:             459356 kB
SReclaimable:     430540 kB
SUnreclaim:        28816 kB
KernelStack:        3296 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     517840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node147 at 2019-09-25 13:18:17