Trace number 4405766

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-24UNSAT 1433.96 1421.88

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f02_c18.xml
MD5SUM7ac25fa9c4532324d4bc78edd5427656
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.1724
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
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-4405766-1569414438.xml"  -tl '2520s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.20	c [HOME/instance-4405766-1569414438.xml, -tl, 2520s, -p, 1]
0.13/0.22	c simple solver
0.13/0.28	c parse instance...
7.43/2.63	c solve instance...
1433.86/1421.86	s UNSATISFIABLE

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 (11674 MiB free)
  memory of node 1: 16384 MiB (14195 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405766-1569414438/watcher-4405766-1569414438 -o /var/tmp/evaluation-result-4405766-1569414438/solver-4405766-1569414438 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569406883-8784 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 843557303 HOME/instance-4405766-1569414438.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
solver pid=9954, runsolver pid=9951
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.94 1.84 1.78 4/229 9970
/proc/meminfo: memFree=26459948/32770624 swapFree=67024140/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15144776 memory=30024 CPUtime=0.13 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 5491 0 0 0 12 1 0 0 20 0 15 0 517716263 15508250624 7506 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3786194 7506 3176 1 0 3748377 0
[pid=9956/tid=9957] ppid=9954 vsize=15144776 memory=7827720830813705051 CPUtime=0.08 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 3363 0 0 0 8 0 0 0 20 0 15 0 517716264 15508250624 7506 33554432000 4194304 4196468 140732874679072 140305153401264 140305149185430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15508250624 7506 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15144776 memory=140028343158400 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15144776 memory=140028343158400 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716266 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517716266 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304616207904 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517716266 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304615155056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 517716269 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 15 0 517716269 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15144776 memory=140028343158400 CPUtime=0.02 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) R 9954 9954 8752 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 517716269 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304610940864 140304784969849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15144776 memory=140028343158400 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716269 15508250624 7506 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31480 KiB

[startup+0.304546 s]*
/proc/loadavg: 1.94 1.84 1.78 4/229 9970
/proc/meminfo: memFree=26448408/32770624 swapFree=67024140/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15149032 memory=49960 CPUtime=0.52 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 10316 0 0 0 48 4 0 0 20 0 15 0 517716263 15512608768 12490 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3787258 12490 3333 1 0 3748377 0
[pid=9956/tid=9957] ppid=9954 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 7280 0 0 0 27 2 0 0 20 0 15 0 517716264 15512608768 12490 33554432000 4194304 4196468 140732874679072 140305153404608 140305133253982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15149032 memory=13575 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15512608768 12490 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15149032 memory=140028347040348 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15149032 memory=140028343158400 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517716266 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517716266 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304616207904 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517716266 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304615155056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) R 9954 9954 8752 0 -1 4202560 487 0 0 0 4 0 0 0 20 0 15 0 517716269 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304613050832 140305130721168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 454 0 0 0 4 0 0 0 20 0 15 0 517716269 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15149032 memory=140028343158400 CPUtime=0.12 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) S 9954 9954 8752 0 -1 1077944384 801 0 0 0 12 0 0 0 20 0 15 0 517716269 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304610945136 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716269 15512608768 12490 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51416 KiB

[startup+0.411459 s]*
/proc/loadavg: 1.94 1.84 1.78 5/229 9970
/proc/meminfo: memFree=26443444/32770624 swapFree=67024140/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15149108 memory=60572 CPUtime=0.82 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 12366 0 0 0 78 4 0 0 20 0 15 0 517716263 15512686592 15143 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3787277 15143 3418 1 0 3748377 0
[pid=9956/tid=9957] ppid=9954 vsize=15149108 memory=7883960649037381690 CPUtime=0.39 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) D 9954 9954 8752 0 -1 4202560 7680 0 0 0 36 3 0 0 20 0 15 0 517716264 15512686592 15143 33554432000 4194304 4196468 140732874679072 140305153406976 140305149195421 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15149108 memory=13938 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15512686592 15143 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15149108 memory=3887244 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517716266 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517716266 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304616207904 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517716266 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304615155056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15149108 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 15 0 517716269 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15149108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) R 9954 9954 8752 0 -1 4202560 1125 0 0 0 10 0 0 0 20 0 15 0 517716269 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304611984480 140305128866587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15149108 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) S 9954 9954 8752 0 -1 1077944384 1396 0 0 0 19 0 0 0 20 0 15 0 517716269 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304610945136 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716269 15512686592 15143 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 15262236 KiB
Current children cumulated memory: 62028 KiB

[startup+0.710378 s]
/proc/loadavg: 1.94 1.84 1.78 2/230 9971
/proc/meminfo: memFree=26415540/32770624 swapFree=67024140/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15151156 memory=86992 CPUtime=0.97 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 12886 0 0 0 91 6 0 0 20 0 15 0 517716263 15514783744 21748 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3787789 21748 3421 1 0 3748889 0
[pid=9956/tid=9957] ppid=9954 vsize=15151156 memory=15816698942982814 CPUtime=0.45 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 7906 0 0 0 41 4 0 0 20 0 15 0 517716264 15514783744 21748 33554432000 4194304 4196468 140732874679072 140305153411072 140304785120269 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15151156 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15514783744 21748 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15151156 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15151156 memory=828 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716264 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15151156 memory=736 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517716264 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15151156 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517716266 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15151156 memory=1076 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517716266 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304616207904 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15151156 memory=3124 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517716266 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304615155056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15151156 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15151156 memory=14064 CPUtime=0.12 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 15 0 517716269 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15151156 memory=24212 CPUtime=0.14 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 1318 0 0 0 14 0 0 0 20 0 15 0 517716269 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15151156 memory=2256 CPUtime=0.22 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) R 9954 9954 8752 0 -1 4202560 1487 0 0 0 22 0 0 0 20 0 15 0 517716269 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304610941504 140305132911436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517716269 15514783744 21748 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 88448 KiB

[startup+1.50147 s]
/proc/loadavg: 1.94 1.84 1.78 5/230 9971
/proc/meminfo: memFree=26277164/32770624 swapFree=67024140/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0

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

/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15153204 memory=1781436 CPUtime=1432.96 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 124640 0 0 0 143127 169 0 0 20 0 15 0 517716263 15516880896 445359 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3788301 445359 3527 1 0 3749401 0
[pid=9956/tid=9957] ppid=9954 vsize=15153204 memory=1456 CPUtime=1418.2 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 46326 0 0 0 141802 18 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305153413008 140304793038461 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15153204 memory=1785564 CPUtime=2.24 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 9603 0 0 0 194 30 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15153204 memory=1456 CPUtime=2.23 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 8951 0 0 0 192 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15153204 memory=1781436 CPUtime=2.26 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 9517 0 0 0 195 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15153204 memory=1076 CPUtime=2.25 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 9329 0 0 0 194 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15153204 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 9520 0 0 0 7 1 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15153204 memory=828 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304616207968 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15153204 memory=736 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304615155072 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15153204 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15153204 memory=4486604260213485459 CPUtime=2.16 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 10780 0 0 0 215 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15153204 memory=3124 CPUtime=2.21 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 10664 0 0 0 220 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15153204 memory=1244 CPUtime=0.84 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) S 9954 9954 8752 0 -1 1077944384 7513 0 0 0 82 2 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304610945136 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15153204 memory=14064 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15153204 memory=8112282956445269571 CPUtime=0.39 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1111 0 0 0 17 22 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 1432.96 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1782892 KiB

[startup+1421.3 s]
/proc/loadavg: 1.97 1.77 1.78 3/229 10260
/proc/meminfo: memFree=25249852/32770624 swapFree=67024144/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15153204 memory=1781436 CPUtime=1433.36 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 124642 0 0 0 143167 169 0 0 20 0 15 0 517716263 15516880896 445359 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3788301 445359 3527 1 0 3749401 0
[pid=9956/tid=9957] ppid=9954 vsize=15153204 memory=828 CPUtime=1418.6 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 46328 0 0 0 141842 18 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305153413008 140304792806815 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15153204 memory=736 CPUtime=2.24 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 9603 0 0 0 194 30 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15153204 memory=1456 CPUtime=2.23 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 8951 0 0 0 192 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15153204 memory=1781436 CPUtime=2.26 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 9517 0 0 0 195 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15153204 memory=8112282956445269571 CPUtime=2.25 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 9329 0 0 0 194 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15153204 memory=1785564 CPUtime=0.08 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 9520 0 0 0 7 1 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15153204 memory=15816698942982814 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304616207968 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15153204 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304615155072 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15153204 memory=2508 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15153204 memory=1532 CPUtime=2.16 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 10780 0 0 0 215 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15153204 memory=836 CPUtime=2.21 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 10664 0 0 0 220 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15153204 memory=1760 CPUtime=0.84 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) S 9954 9954 8752 0 -1 1077944384 7513 0 0 0 82 2 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304610945136 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15153204 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15153204 memory=54264 CPUtime=0.39 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1111 0 0 0 17 22 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 1433.36 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1782892 KiB

[startup+1421.7 s]
/proc/loadavg: 1.97 1.77 1.78 3/229 10260
/proc/meminfo: memFree=25249852/32770624 swapFree=67024144/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15153204 memory=1781436 CPUtime=1433.76 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 124643 0 0 0 143207 169 0 0 20 0 15 0 517716263 15516880896 445359 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3788301 445359 3527 1 0 3749401 0
[pid=9956/tid=9957] ppid=9954 vsize=15153204 memory=1040 CPUtime=1419 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 46329 0 0 0 141882 18 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305153413008 140304793039094 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15153204 memory=8112282956445269571 CPUtime=2.24 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 9603 0 0 0 194 30 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15153204 memory=1608 CPUtime=2.23 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 8951 0 0 0 192 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15153204 memory=1076 CPUtime=2.26 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 9517 0 0 0 195 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15153204 memory=3124 CPUtime=2.25 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 9329 0 0 0 194 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15153204 memory=2084 CPUtime=0.08 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 9520 0 0 0 7 1 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15153204 memory=1480 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304616207968 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15153204 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304615155072 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15153204 memory=7712 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15153204 memory=1760 CPUtime=2.16 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 10780 0 0 0 215 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15153204 memory=1172 CPUtime=2.21 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 10664 0 0 0 220 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15153204 memory=6384 CPUtime=0.84 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) S 9954 9954 8752 0 -1 1077944384 7513 0 0 0 82 2 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304610945136 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15153204 memory=828 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15153204 memory=1584 CPUtime=0.39 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1111 0 0 0 17 22 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 1433.76 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1782892 KiB

[startup+1421.8 s]
/proc/loadavg: 1.97 1.77 1.78 3/229 10260
/proc/meminfo: memFree=25249852/32770624 swapFree=67024144/67108860
[pid=9954] ppid=9951 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9954/stat : 9954 (xcsp3-exec) S 9951 9954 8752 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517716263 115843072 364 33554432000 4194304 5098028 140730924697552 140730924695656 139647353213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18239488 140730924700503 140730924700761 140730924700761 140730924703686 0
/proc/9954/statm: 28282 364 305 221 0 87 0
[pid=9956] ppid=9954 vsize=15153204 memory=1781436 CPUtime=1433.86 cores=1,3,5,7
/proc/9956/stat : 9956 (java) S 9954 9954 8752 0 -1 1077944320 124644 0 0 0 143217 169 0 0 20 0 15 0 517716263 15516880896 445359 33554432000 4194304 4196468 140732874679072 140732874661616 140305149173495 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
/proc/9956/statm: 3788301 445359 3527 1 0 3749401 0
[pid=9956/tid=9957] ppid=9954 vsize=15153204 memory=1781436 CPUtime=1419.1 cores=1,3,5,7
/proc/9956/task/9957/stat : 9957 (java) R 9954 9954 8752 0 -1 4202560 46330 0 0 0 141892 18 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305153413008 140304793520415 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9958] ppid=9954 vsize=15153204 memory=1781436 CPUtime=2.24 cores=1,3,5,7
/proc/9956/task/9958/stat : 9958 (java) S 9954 9954 8752 0 -1 1077944384 9603 0 0 0 194 30 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140305107933840 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9959] ppid=9954 vsize=15153204 memory=1785564 CPUtime=2.23 cores=1,3,5,7
/proc/9956/task/9959/stat : 9959 (java) S 9954 9954 8752 0 -1 1077944384 8951 0 0 0 192 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304740067856 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9960] ppid=9954 vsize=15153204 memory=1456 CPUtime=2.26 cores=1,3,5,7
/proc/9956/task/9960/stat : 9960 (java) S 9954 9954 8752 0 -1 1077944384 9517 0 0 0 195 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304739015056 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9961] ppid=9954 vsize=15153204 memory=1781436 CPUtime=2.25 cores=1,3,5,7
/proc/9956/task/9961/stat : 9961 (java) S 9954 9954 8752 0 -1 1077944384 9329 0 0 0 194 31 0 0 20 0 15 0 517716264 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304737962256 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9962] ppid=9954 vsize=15153204 memory=1781436 CPUtime=0.08 cores=1,3,5,7
/proc/9956/task/9962/stat : 9962 (java) S 9954 9954 8752 0 -1 1077944384 9520 0 0 0 7 1 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304617261936 140305149184642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9963] ppid=9954 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9963/stat : 9963 (java) S 9954 9954 8752 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304616207968 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9964] ppid=9954 vsize=15153204 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9964/stat : 9964 (java) S 9954 9954 8752 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 517716266 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304615155072 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9965] ppid=9954 vsize=15153204 memory=3648 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9965/stat : 9965 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304614103376 140305149192091 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9966] ppid=9954 vsize=15153204 memory=54268 CPUtime=2.16 cores=1,3,5,7
/proc/9956/task/9966/stat : 9966 (java) S 9954 9954 8752 0 -1 1077944384 10780 0 0 0 215 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304613050736 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9967] ppid=9954 vsize=15153204 memory=0 CPUtime=2.21 cores=1,3,5,7
/proc/9956/task/9967/stat : 9967 (java) S 9954 9954 8752 0 -1 1077944384 10664 0 0 0 220 1 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304611997936 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9968] ppid=9954 vsize=15153204 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/9956/task/9968/stat : 9968 (java) S 9954 9954 8752 0 -1 1077944384 7513 0 0 0 82 2 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304610945136 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9969] ppid=9954 vsize=15153204 memory=7712 CPUtime=0 cores=1,3,5,7
/proc/9956/task/9969/stat : 9969 (java) S 9954 9954 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304609892576 140305149183701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
[pid=9956/tid=9970] ppid=9954 vsize=15153204 memory=1760 CPUtime=0.39 cores=1,3,5,7
/proc/9956/task/9970/stat : 9970 (java) S 9954 9954 8752 0 -1 1077944384 1111 0 0 0 17 22 0 0 20 0 15 0 517716269 15516880896 445359 33554432000 4194304 4196468 140732874679072 140304608840880 140305149184642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37101568 140732874687451 140732874687626 140732874687626 140732874690511 0
Current children cumulated CPU time: 1433.86 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1782892 KiB

Child status: 0
Real time (s): 1421.88
CPU time (s): 1433.96
CPU user time (s): 1432.24
CPU system time (s): 1.71174
CPU usage (%): 100.849
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 1793416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.24
system time used= 1.71174
maximum resident set size= 1794008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125776
page faults= 0
swaps= 0
block input operations= 53040
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34501
involuntary context switches= 874


# summary of solver processes directly reported to runsolver:
#   pid: 9954
#   total CPU time (s): 1433.96
#   total CPU user time (s): 1432.24
#   total CPU system time (s): 1.71174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36254 second user time and 13.3793 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 14:26:37
IDJOB=4405766
IDBENCH=141062
IDSOLVER=2869
FILE ID=node150/4405766-1569414438
RUNJOBID= node150-1569406883-8784
PBS_JOBID= 21705701
Free space on /var/tmp= 13452 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f02_c18.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-4405766-1569414438/watcher-4405766-1569414438 -o /var/tmp/evaluation-result-4405766-1569414438/solver-4405766-1569414438 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569406883-8784 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 843557303 HOME/instance-4405766-1569414438.xml

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

MD5SUM BENCH= 7ac25fa9c4532324d4bc78edd5427656
RANDOM SEED=843557303

node150.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.79
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.79
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.79
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.79
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:        26491008 kB
MemAvailable:   29968076 kB
Buffers:          169232 kB
Cached:          3404748 kB
SwapCached:         8024 kB
Active:          5242928 kB
Inactive:         214472 kB
Active(anon):    1853596 kB
Inactive(anon):    82216 kB
Active(file):    3389332 kB
Inactive(file):   132256 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       67024140 kB
Dirty:             26072 kB
Writeback:             0 kB
AnonPages:       1981608 kB
Mapped:            68304 kB
Shmem:             42960 kB
Slab:             412932 kB
SReclaimable:     383940 kB
SUnreclaim:        28992 kB
KernelStack:        3712 kB
PageTables:         9604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4092020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1890304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node150 at 2019-09-25 14:50:19