Trace number 4306768

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.7b seq (e747e1e)? (TO) 2520.12 2511.83

General information on the benchmark

NameCarSequencing/
CarSequencing-85-01_c18.xml
MD5SUM1301ca50d7ea6d03cca9e07ce6e480be
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 benchmark84.3427
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1440
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 degree84
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":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"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":3}, {"degree":84,"count":39}]
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":35,"count":1},{"arity":38,"count":2},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":1},{"arity":56,"count":3},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":62,"count":3},{"arity":64,"count":1},"...",{"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":1239},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306768-1534114379.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306768-1534114379.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.34/0.28	c parse instance...
1.80/0.76	c solve instance...
2520.07/2511.81	s UNKNOWN
2520.07/2511.81	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 (5932 MiB free)
  memory of node 1: 16384 MiB (6805 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306768-1534114379/watcher-4306768-1534114379 -o /tmp/evaluation-result-4306768-1534114379/solver-4306768-1534114379 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534096142-24482 --watchdog 2580 HOME/xcsp3-exec -seed 1781351299 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306768-1534114379.xml 

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

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

solver pid=27794, runsolver pid=27791

[startup+0.100137 s]*
/proc/loadavg: 2.00 2.02 2.05 4/218 27810
/proc/meminfo: memFree=13026580/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14082940 memory=28496 CPUtime=0.12 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 5545 0 0 0 10 2 0 0 20 0 15 0 229001093 14420930560 7124 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3520735 7124 2996 1 0 3483012 0
[pid=27796/tid=27797] ppid=27794 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 3560 0 0 0 8 1 0 0 20 0 15 0 229001093 14420930560 7124 33554432000 4194304 4196468 140721714206928 139882016032560 139882011821213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14082940 memory=139804995401344 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14082940 memory=139804995401344 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001095 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229001096 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229001096 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 229001098 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 229001098 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14082940 memory=139804995401344 CPUtime=0.01 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 15 0 229001098 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14082940 memory=139804995401344 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001099 14420930560 7124 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29948 KiB

[startup+0.21083 s]*
/proc/loadavg: 2.00 2.02 2.05 4/218 27810
/proc/meminfo: memFree=13015152/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14082940 memory=41172 CPUtime=0.34 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 8342 0 0 0 31 3 0 0 20 0 15 0 229001093 14420930560 10293 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3520735 10293 3180 1 0 3483012 0
[pid=27796/tid=27797] ppid=27794 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 5419 0 0 0 18 2 0 0 20 0 15 0 229001093 14420930560 10293 33554432000 4194304 4196468 140721714206928 139882016034272 139882011821213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14082940 memory=12591 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14082940 memory=139804996623633 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14082940 memory=139804995401344 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229001095 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229001096 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229001096 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 229001098 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 482 0 0 0 2 0 0 0 20 0 15 0 229001098 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14082940 memory=139804995401344 CPUtime=0.07 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 744 0 0 0 7 0 0 0 20 0 15 0 229001098 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001099 14420930560 10293 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42624 KiB

[startup+0.311367 s]*
/proc/loadavg: 2.00 2.02 2.05 5/218 27810
/proc/meminfo: memFree=13008576/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14087196 memory=48228 CPUtime=0.53 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 9229 0 0 0 49 4 0 0 20 0 15 0 229001093 14425288704 12057 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3521799 12057 3279 1 0 3483012 0
[pid=27796/tid=27797] ppid=27794 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 6127 0 0 0 27 3 0 0 20 0 15 0 229001093 14425288704 12057 33554432000 4194304 4196468 140721714206928 139882016026960 139881995879774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001094 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229001095 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229001096 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229001096 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14087196 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 402 0 0 0 4 0 0 0 20 0 15 0 229001098 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 577 0 0 0 5 0 0 0 20 0 15 0 229001098 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 229001098 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001099 14425288704 12057 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49680 KiB

[startup+0.701455 s]
/proc/loadavg: 2.00 2.02 2.05 4/218 27810
/proc/meminfo: memFree=12987424/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14089320 memory=89932 CPUtime=1.8 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 14144 0 0 0 174 6 0 0 20 0 15 0 229001093 14427463680 22483 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3522330 22483 3364 1 0 3483524 0
[pid=27796/tid=27797] ppid=27794 vsize=14089320 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 6960 0 0 0 63 4 0 0 20 0 15 0 229001093 14427463680 22483 33554432000 4194304 4196468 140721714206928 139882016035776 139881997184675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001094 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14089320 memory=62148 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14089320 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229001094 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14089320 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229001095 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14089320 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14089320 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14089320 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14089320 memory=5408 CPUtime=0.33 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) R 27794 27794 24451 0 -1 4202560 1961 0 0 0 33 0 0 0 20 0 15 0 229001098 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881188343624 139882004516250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14089320 memory=876 CPUtime=0.37 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) R 27794 27794 24451 0 -1 4202560 1687 0 0 0 37 0 0 0 20 0 15 0 229001098 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881187299280 139881996908284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14089320 memory=10096 CPUtime=0.4 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) R 27794 27794 24451 0 -1 4202560 2226 0 0 0 40 0 0 0 20 0 15 0 229001098 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881186253944 139881993736062 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14089320 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14089320 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229001099 14427463680 22483 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 91384 KiB

[startup+1.50082 s]
/proc/loadavg: 2.00 2.02 2.05 3/218 27810
/proc/meminfo: memFree=12952696/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0

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

/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14089320 memory=1652712 CPUtime=2.18 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 16560 0 0 0 216 2 0 0 20 0 15 0 229001098 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14089320 memory=1652712 CPUtime=2.64 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 22488 0 0 0 262 2 0 0 20 0 15 0 229001098 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14089320 memory=1452 CPUtime=0.68 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 9480 0 0 0 66 2 0 0 20 0 15 0 229001098 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14089320 memory=34612 CPUtime=0.72 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1495 0 0 0 32 40 0 0 20 0 15 0 229001099 14427463680 413178 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 2390.1 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 1654164 KiB

[startup+2442.3 s]
/proc/loadavg: 1.92 1.77 1.71 3/219 27991
/proc/meminfo: memFree=9933308/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14089320 memory=462180 CPUtime=2450.27 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 86160 0 0 0 244913 114 0 0 20 0 15 0 229001093 14427463680 115545 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3522330 115545 3424 1 0 3483524 0
[pid=27796/tid=27797] ppid=27794 vsize=14089320 memory=462128 CPUtime=2440.68 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 22413 0 0 0 244017 51 0 0 20 0 15 0 229001093 14427463680 115545 33554432000 4194304 4196468 140721714206928 139882016038928 139881604696051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14089320 memory=2704888 CPUtime=0.7 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 3011 0 0 0 65 5 0 0 20 0 15 0 229001094 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14089320 memory=2678168 CPUtime=0.7 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1561 0 0 0 65 5 0 0 20 0 15 0 229001094 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14089320 memory=2754236 CPUtime=0.7 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 1472 0 0 0 64 6 0 0 20 0 15 0 229001094 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14089320 memory=2854980 CPUtime=0.7 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2364 0 0 0 64 6 0 0 20 0 15 0 229001094 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14089320 memory=2628816 CPUtime=0.45 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 3937 0 0 0 38 7 0 0 20 0 15 0 229001095 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14089320 memory=2302428 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14089320 memory=462128 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14089320 memory=462128 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14089320 memory=462128 CPUtime=2.18 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 16560 0 0 0 216 2 0 0 20 0 15 0 229001098 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14089320 memory=2602612 CPUtime=2.64 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 22488 0 0 0 262 2 0 0 20 0 15 0 229001098 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14089320 memory=2715260 CPUtime=0.68 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 9480 0 0 0 66 2 0 0 20 0 15 0 229001098 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14089320 memory=462128 CPUtime=0.74 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1507 0 0 0 33 41 0 0 20 0 15 0 229001099 14427463680 115545 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 2450.27 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 463632 KiB

[startup+2502.3 s]
/proc/loadavg: 1.81 1.78 1.72 4/219 27992
/proc/meminfo: memFree=12096852/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14089320 memory=495272 CPUtime=2510.57 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 91140 0 0 0 250926 131 0 0 20 0 15 0 229001093 14427463680 123818 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3522330 123818 3429 1 0 3483524 0
[pid=27796/tid=27797] ppid=27794 vsize=14089320 memory=1101728 CPUtime=2500.53 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 25738 0 0 0 249987 66 0 0 20 0 15 0 229001093 14427463680 123818 33554432000 4194304 4196468 140721714206928 139882016038920 139881606282080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14089320 memory=1025648 CPUtime=0.8 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 3066 0 0 0 75 5 0 0 20 0 15 0 229001094 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14089320 memory=587808 CPUtime=0.79 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1643 0 0 0 74 5 0 0 20 0 15 0 229001094 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14089320 memory=717332 CPUtime=0.8 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 1615 0 0 0 74 6 0 0 20 0 15 0 229001094 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14089320 memory=998872 CPUtime=0.8 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2646 0 0 0 74 6 0 0 20 0 15 0 229001094 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14089320 memory=408336 CPUtime=0.48 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 4994 0 0 0 41 7 0 0 20 0 15 0 229001095 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14089320 memory=495272 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14089320 memory=443872 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14089320 memory=408336 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14089320 memory=1452 CPUtime=2.18 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 16563 0 0 0 216 2 0 0 20 0 15 0 229001098 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14089320 memory=4124 CPUtime=2.64 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 22490 0 0 0 262 2 0 0 20 0 15 0 229001098 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14089320 memory=2100 CPUtime=0.68 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 9482 0 0 0 66 2 0 0 20 0 15 0 229001098 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14089320 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14089320 memory=1428 CPUtime=0.75 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1536 0 0 0 33 42 0 0 20 0 15 0 229001099 14427463680 123818 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 2510.57 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 496724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.8 s]
/proc/loadavg: 1.84 1.78 1.72 3/219 27992
/proc/meminfo: memFree=11685848/32770624 swapFree=67108860/67108860
[pid=27794] ppid=27791 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27794/stat : 27794 (xcsp3-exec) S 27791 27794 24451 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229001092 115843072 363 33554432000 4194304 5098028 140735139011440 140735139009544 140540000453244 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33198080 140735139013690 140735139013892 140735139013892 140735139016650 0
/proc/27794/statm: 28282 363 306 221 0 87 0
[pid=27796] ppid=27794 vsize=14089320 memory=597616 CPUtime=2520.07 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27794 27794 24451 0 -1 1077944320 91426 0 0 0 251874 133 0 0 20 0 15 0 229001093 14427463680 149404 33554432000 4194304 4196468 140721714206928 140721714189472 139882011799287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
/proc/27796/statm: 3522330 149404 3429 1 0 3483524 0
[pid=27796/tid=27797] ppid=27794 vsize=14089320 memory=80 CPUtime=2510.03 cores=0,2,4,6
/proc/27796/task/27797/stat : 27797 (java) R 27794 27794 24451 0 -1 4202560 26010 0 0 0 250935 68 0 0 20 0 15 0 229001093 14427463680 149404 33554432000 4194304 4196468 140721714206928 139882016038928 139881603951154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27798] ppid=27794 vsize=14089320 memory=48 CPUtime=0.8 cores=0,2,4,6
/proc/27796/task/27798/stat : 27798 (java) S 27794 27794 24451 0 -1 1077944384 3072 0 0 0 75 5 0 0 20 0 15 0 229001094 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881926867600 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27799] ppid=27794 vsize=14089320 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/27796/task/27799/stat : 27799 (java) S 27794 27794 24451 0 -1 1077944384 1644 0 0 0 74 5 0 0 20 0 15 0 229001094 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881925814800 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27800] ppid=27794 vsize=14089320 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/27796/task/27800/stat : 27800 (java) S 27794 27794 24451 0 -1 1077944384 1617 0 0 0 74 6 0 0 20 0 15 0 229001094 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881924762000 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27801] ppid=27794 vsize=14089320 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/27796/task/27801/stat : 27801 (java) S 27794 27794 24451 0 -1 1077944384 2649 0 0 0 74 6 0 0 20 0 15 0 229001094 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881923709200 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27802] ppid=27794 vsize=14089320 memory=4100 CPUtime=0.48 cores=0,2,4,6
/proc/27796/task/27802/stat : 27802 (java) S 27794 27794 24451 0 -1 1077944384 4994 0 0 0 41 7 0 0 20 0 15 0 229001095 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881192573808 139882011810434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27803] ppid=27794 vsize=14089320 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27803/stat : 27803 (java) S 27794 27794 24451 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881191519776 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27804] ppid=27794 vsize=14089320 memory=3332 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27804/stat : 27804 (java) S 27794 27794 24451 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 229001096 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881190466928 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27805] ppid=27794 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27805/stat : 27805 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001098 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881189415248 139882011817883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27806] ppid=27794 vsize=14089320 memory=597616 CPUtime=2.18 cores=0,2,4,6
/proc/27796/task/27806/stat : 27806 (java) S 27794 27794 24451 0 -1 1077944384 16563 0 0 0 216 2 0 0 20 0 15 0 229001098 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881188362608 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27807] ppid=27794 vsize=14089320 memory=1408 CPUtime=2.64 cores=0,2,4,6
/proc/27796/task/27807/stat : 27807 (java) S 27794 27794 24451 0 -1 1077944384 22490 0 0 0 262 2 0 0 20 0 15 0 229001098 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881187309808 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27808] ppid=27794 vsize=14089320 memory=3316 CPUtime=0.68 cores=0,2,4,6
/proc/27796/task/27808/stat : 27808 (java) S 27794 27794 24451 0 -1 1077944384 9482 0 0 0 66 2 0 0 20 0 15 0 229001098 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881186257008 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27809] ppid=27794 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27796/task/27809/stat : 27809 (java) S 27794 27794 24451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229001099 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881185204448 139882011809493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
[pid=27796/tid=27810] ppid=27794 vsize=14089320 memory=956664 CPUtime=0.75 cores=0,2,4,6
/proc/27796/task/27810/stat : 27810 (java) S 27794 27794 24451 0 -1 1077944384 1538 0 0 0 33 42 0 0 20 0 15 0 229001099 14427463680 149404 33554432000 4194304 4196468 140721714206928 139881184152752 139882011810434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18165760 140721714214022 140721714214193 140721714214193 140721714216911 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 599068 KiB

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

[startup+2511.81 s]
# the end of solver process 27794 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001162 s, system=0.001162 s

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

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

Child status: 143
Real time (s): 2511.83
CPU time (s): 2520.12
CPU user time (s): 2518.77
CPU system time (s): 1.34439
CPU usage (%): 100.33
Max. virtual memory (cumulated for all children) (KiB): 14204272
Max. memory (cumulated for all children) (KiB): 3084048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.77
system time used= 1.34439
maximum resident set size= 3189416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67111
involuntary context switches= 2836


# summary of solver processes directly reported to runsolver:
#   pid: 27794,27796
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.77
#   total CPU system time (s): 1.34439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3737 second user time and 23.4024 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-13 00:52:59
IDJOB=4306768
IDBENCH=141455
IDSOLVER=2787
FILE ID=node139/4306768-1534114379
RUNJOBID= node139-1534096142-24482
PBS_JOBID= 21036995
Free space on /tmp= 28392 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-85-01_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306768-1534114379/watcher-4306768-1534114379 -o /tmp/evaluation-result-4306768-1534114379/solver-4306768-1534114379 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534096142-24482 --watchdog 2580  HOME/xcsp3-exec -seed 1781351299 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306768-1534114379.xml

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

MD5SUM BENCH= 1301ca50d7ea6d03cca9e07ce6e480be
RANDOM SEED=1781351299

node139.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.80
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.80
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.80
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.80
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:        13043208 kB
MemAvailable:   31704816 kB
Buffers:          238360 kB
Cached:         18395520 kB
SwapCached:            0 kB
Active:          7958348 kB
Inactive:       10930112 kB
Active(anon):     207280 kB
Inactive(anon):    99596 kB
Active(file):    7751068 kB
Inactive(file): 10830516 kB
Unevictable:        7232 kB
Mlocked:            7232 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22024 kB
Writeback:             0 kB
AnonPages:        261316 kB
Mapped:            74976 kB
Shmem:             49804 kB
Slab:             536620 kB
SReclaimable:     508484 kB
SUnreclaim:        28136 kB
KernelStack:        3600 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1320088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 28368 MiB
End job on node139 at 2018-08-13 01:34:51