Trace number 4403588

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-20SAT 1972.8 495.88

General information on the benchmark

NameRandom/Random-RB-2-50-23f/
rand-2-50-23-587-230f-45.xml
MD5SUM41f8f24832fd252a4029981691973b80
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 benchmark17.333
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree9
Maximum variable degree28
Distribution of variable degrees[{"degree":9,"count":1},{"degree":12,"count":1},{"degree":13,"count":3},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":9},{"degree":19,"count":3},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":4},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":26,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":467}]
Number of extensional constraints467
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":467}]
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-4403588-1568988975.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403588-1568988975.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.07/1.17	c solve instance...
1972.51/495.87	s SATISFIABLE
1972.51/495.87	v <instantiation>
1972.51/495.87	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
1972.51/495.87	v 	<values>18 18 16 18 11 13 5 21 17 8 14 10 1 11 0 17 4 17 12 17 11 18 11 0 7 8 20 16 9 16 14 11 19 22 11 0 2 8 6 19 11 15 14 14 13 15 18 16 16 20 </values>
1972.51/495.87	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403588-1568988975/watcher-4403588-1568988975 -o /tmp/evaluation-result-4403588-1568988975/solver-4403588-1568988975 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1496011565 HOME/instance-4403588-1568988975.xml 

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

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

solver pid=12452, runsolver pid=12449

[startup+0.100098 s]*
/proc/loadavg: 7.69 7.40 4.89 7/233 12468
/proc/meminfo: memFree=9195656/32770624 swapFree=66974496/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15144776 memory=30152 CPUtime=0.13 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 5962 0 0 0 12 1 0 0 20 0 15 0 475164290 15508250624 7538 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3786194 7538 3142 1 0 3748377 0
[pid=12454/tid=12455] ppid=12452 vsize=15144776 memory=8324486588775410251 CPUtime=0.08 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) R 12452 12452 11742 0 -1 4202560 3864 0 0 0 8 0 0 0 20 0 15 0 475164291 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275980925040 140275968928574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15144776 memory=140325884708480 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15144776 memory=140325884708480 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475164293 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475164293 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275443819808 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475164293 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275442767472 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) S 12452 12452 11742 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 475164296 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275440662640 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275439609840 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15144776 memory=140325884708480 CPUtime=0.02 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) R 12452 12452 11742 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 475164296 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275438557552 140275976703382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15144776 memory=140325884708480 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 7604 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31600 KiB

[startup+0.211891 s]*
/proc/loadavg: 7.69 7.40 4.89 6/233 12468
/proc/meminfo: memFree=9177152/32770624 swapFree=66974496/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15144776 memory=41248 CPUtime=0.35 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 9505 0 0 0 32 3 0 0 20 0 15 0 475164290 15508250624 10312 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3786194 10312 3303 1 0 3748377 0
[pid=12454/tid=12455] ppid=12452 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) R 12452 12452 11742 0 -1 4202560 6678 0 0 0 18 2 0 0 20 0 15 0 475164291 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275980926432 140275976713277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15144776 memory=140325884720623 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475164291 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15144776 memory=140325884708480 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475164293 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475164293 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275443819808 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475164293 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275442767472 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) S 12452 12452 11742 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 15 0 475164296 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275440662640 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) S 12452 12452 11742 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 15 0 475164296 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275439609840 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15144776 memory=140325884708480 CPUtime=0.08 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) R 12452 12452 11742 0 -1 4202560 743 0 0 0 8 0 0 0 20 0 15 0 475164296 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275438557552 140275956154817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164296 15508250624 10312 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42696 KiB

[startup+0.319359 s]*
/proc/loadavg: 7.69 7.40 4.89 7/233 12468
/proc/meminfo: memFree=9169984/32770624 swapFree=66974496/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15149032 memory=50700 CPUtime=0.54 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 11028 0 0 0 50 4 0 0 20 0 15 0 475164290 15512608768 12675 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3787258 12675 3374 1 0 3748377 0
[pid=12454/tid=12455] ppid=12452 vsize=15149032 memory=1398722017469774279 CPUtime=0.31 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) R 12452 12452 11742 0 -1 4202560 7955 0 0 0 28 3 0 0 20 0 15 0 475164291 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275980922560 140275976713373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475164291 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475164293 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475164293 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275443819808 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475164293 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275442767472 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) S 12452 12452 11742 0 -1 1077944384 529 0 0 0 4 0 0 0 20 0 15 0 475164296 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275440662640 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) S 12452 12452 11742 0 -1 1077944384 390 0 0 0 5 0 0 0 20 0 15 0 475164296 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275439609840 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) S 12452 12452 11742 0 -1 1077944384 852 0 0 0 12 0 0 0 20 0 15 0 475164296 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275438557552 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164296 15512608768 12675 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52148 KiB

[startup+0.701808 s]
/proc/loadavg: 7.69 7.40 4.89 9/233 12468
/proc/meminfo: memFree=9139128/32770624 swapFree=66974496/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15151156 memory=142068 CPUtime=1.71 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 13836 0 0 0 165 6 0 0 20 0 15 0 475164290 15514783744 35517 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3787789 35517 3449 1 0 3748889 0
[pid=12454/tid=12455] ppid=12452 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) R 12452 12452 11742 0 -1 4202560 8410 0 0 0 64 4 0 0 20 0 15 0 475164291 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275980926640 140275598788020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15151156 memory=54348 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164291 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15151156 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475164291 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475164293 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15151156 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475164293 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275443819808 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475164293 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275442767472 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15151156 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15151156 memory=10564 CPUtime=0.31 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) R 12452 12452 11742 0 -1 4202560 1479 0 0 0 31 0 0 0 20 0 15 0 475164296 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275440662640 140275954713984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15151156 memory=716 CPUtime=0.35 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) R 12452 12452 11742 0 -1 4202560 1054 0 0 0 35 0 0 0 20 0 15 0 475164296 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275439593312 140275961486515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15151156 memory=780 CPUtime=0.33 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) R 12452 12452 11742 0 -1 1077944384 1587 0 0 0 33 0 0 0 20 0 15 0 475164296 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275438555344 140275976701653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475164296 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475164296 15514783744 35517 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 143516 KiB

[startup+1.50827 s]
/proc/loadavg: 7.69 7.40 4.89 8/233 12468
/proc/meminfo: memFree=9012936/32770624 swapFree=66974496/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0

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

/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 981 0 0 0 0 13 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12469] ppid=12452 vsize=15417412 memory=12040 CPUtime=490.21 cores=1,3,5,7
/proc/12454/task/12469/stat : 12469 (java) R 12452 12452 11742 0 -1 4202560 1013 0 0 0 49020 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275427470552 140275601371166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12470] ppid=12452 vsize=15417412 memory=27992 CPUtime=489.62 cores=1,3,5,7
/proc/12454/task/12470/stat : 12470 (java) R 12452 12452 11742 0 -1 4202560 3530 0 0 0 48956 6 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275426419416 140275601487128 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12471] ppid=12452 vsize=15417412 memory=2120 CPUtime=490.87 cores=1,3,5,7
/proc/12454/task/12471/stat : 12471 (java) R 12452 12452 11742 0 -1 4202560 801 0 0 0 49086 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275425366480 140275601343096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12472] ppid=12452 vsize=15417412 memory=500 CPUtime=490.66 cores=1,3,5,7
/proc/12454/task/12472/stat : 12472 (java) R 12452 12452 11742 0 -1 4202560 6341 0 0 0 49061 5 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275424315792 140275601043915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 1968.13 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1179480 KiB

[startup+495.501 s]
/proc/loadavg: 8.97 8.51 6.47 9/238 14169
/proc/meminfo: memFree=7973300/32770624 swapFree=66974504/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15417412 memory=1178032 CPUtime=1971.31 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 56259 0 0 0 197075 56 0 0 20 0 19 0 475164290 15787429888 294508 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3854353 294508 3511 1 0 3815453 0
[pid=12454/tid=12455] ppid=12452 vsize=15417412 memory=1448 CPUtime=1.13 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) S 12452 12452 11742 0 -1 1077944384 9118 0 0 0 108 5 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275980932224 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15417412 memory=1448 CPUtime=0.18 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 2069 0 0 0 11 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15417412 memory=1174436 CPUtime=0.17 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 2133 0 0 0 10 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15417412 memory=1804 CPUtime=0.18 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 2409 0 0 0 11 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15417412 memory=3636 CPUtime=0.19 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2707 0 0 0 11 8 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15417412 memory=1724 CPUtime=0.05 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 3388 0 0 0 4 1 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15417412 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275443819872 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15417412 memory=10564 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275442767488 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15417412 memory=716 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15417412 memory=780 CPUtime=1.97 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) S 12452 12452 11742 0 -1 1077944384 8355 0 0 0 196 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275440662640 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15417412 memory=984 CPUtime=1.93 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) S 12452 12452 11742 0 -1 1077944384 6179 0 0 0 192 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275439609840 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15417412 memory=2004 CPUtime=0.71 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) S 12452 12452 11742 0 -1 1077944384 5891 0 0 0 70 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275438557552 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15417412 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15417412 memory=1060 CPUtime=0.13 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 981 0 0 0 0 13 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12469] ppid=12452 vsize=15417412 memory=3620 CPUtime=491.01 cores=1,3,5,7
/proc/12454/task/12469/stat : 12469 (java) R 12452 12452 11742 0 -1 4202560 1013 0 0 0 49100 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275427470552 140275601043584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12470] ppid=12452 vsize=15417412 memory=54356 CPUtime=490.4 cores=1,3,5,7
/proc/12454/task/12470/stat : 12470 (java) R 12452 12452 11742 0 -1 4202560 3530 0 0 0 49034 6 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275426419416 140275601346978 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12471] ppid=12452 vsize=15417412 memory=1552 CPUtime=491.67 cores=1,3,5,7
/proc/12454/task/12471/stat : 12471 (java) R 12452 12452 11742 0 -1 4202560 801 0 0 0 49166 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275425366368 140275601344198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12472] ppid=12452 vsize=15417412 memory=2832 CPUtime=491.45 cores=1,3,5,7
/proc/12454/task/12472/stat : 12472 (java) R 12452 12452 11742 0 -1 4202560 6341 0 0 0 49140 5 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275424315792 140275601043705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 1971.31 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1179480 KiB

[startup+495.701 s]
/proc/loadavg: 8.97 8.51 6.47 9/238 14169
/proc/meminfo: memFree=7973300/32770624 swapFree=66974504/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15417412 memory=1178032 CPUtime=1972.11 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 56259 0 0 0 197155 56 0 0 20 0 19 0 475164290 15787429888 294508 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3854353 294508 3511 1 0 3815453 0
[pid=12454/tid=12455] ppid=12452 vsize=15417412 memory=14008 CPUtime=1.13 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) S 12452 12452 11742 0 -1 1077944384 9118 0 0 0 108 5 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275980932224 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15417412 memory=12040 CPUtime=0.18 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 2069 0 0 0 11 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15417412 memory=27992 CPUtime=0.17 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 2133 0 0 0 10 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15417412 memory=1412 CPUtime=0.18 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 2409 0 0 0 11 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15417412 memory=3132 CPUtime=0.19 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2707 0 0 0 11 8 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15417412 memory=1448 CPUtime=0.05 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 3388 0 0 0 4 1 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15417412 memory=1211936 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275443819872 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15417412 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275442767488 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15417412 memory=1173424 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15417412 memory=1412 CPUtime=1.97 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) S 12452 12452 11742 0 -1 1077944384 8355 0 0 0 196 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275440662640 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15417412 memory=164 CPUtime=1.93 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) S 12452 12452 11742 0 -1 1077944384 6179 0 0 0 192 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275439609840 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15417412 memory=31356350842106266 CPUtime=0.71 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) S 12452 12452 11742 0 -1 1077944384 5891 0 0 0 70 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275438557552 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15417412 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15417412 memory=6944656575208382560 CPUtime=0.13 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 981 0 0 0 0 13 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12469] ppid=12452 vsize=15417412 memory=576574510189602056 CPUtime=491.21 cores=1,3,5,7
/proc/12454/task/12469/stat : 12469 (java) R 12452 12452 11742 0 -1 4202560 1013 0 0 0 49120 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275427470552 140275601344440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12470] ppid=12452 vsize=15417412 memory=7812726576340533336 CPUtime=490.6 cores=1,3,5,7
/proc/12454/task/12470/stat : 12470 (java) R 12452 12452 11742 0 -1 4202560 3530 0 0 0 49054 6 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275426419416 140275601044029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12471] ppid=12452 vsize=15417412 memory=20039 CPUtime=491.87 cores=1,3,5,7
/proc/12454/task/12471/stat : 12471 (java) R 12452 12452 11742 0 -1 4202560 801 0 0 0 49186 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275425366368 140275601043595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12472] ppid=12452 vsize=15417412 memory=2120 CPUtime=491.65 cores=1,3,5,7
/proc/12454/task/12472/stat : 12472 (java) R 12452 12452 11742 0 -1 4202560 6341 0 0 0 49160 5 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275424315792 140275601346084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 1972.11 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1179480 KiB

[startup+495.801 s]
/proc/loadavg: 8.97 8.51 6.47 9/238 14169
/proc/meminfo: memFree=7973300/32770624 swapFree=66974504/67108860
[pid=12452] ppid=12449 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12452/stat : 12452 (xcsp3-exec) S 12449 12452 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475164290 115843072 362 33554432000 4194304 5098028 140725241663584 140725241661688 139788352172668 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39084032 140725241668474 140725241668717 140725241668717 140725241671626 0
/proc/12452/statm: 28282 362 304 221 0 87 0
[pid=12454] ppid=12452 vsize=15417412 memory=1178032 CPUtime=1972.51 cores=1,3,5,7
/proc/12454/stat : 12454 (java) S 12452 12452 11742 0 -1 1077944320 56259 0 0 0 197195 56 0 0 20 0 19 0 475164290 15787429888 294508 33554432000 4194304 4196468 140733976021104 140733976003648 140275976691447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
/proc/12454/statm: 3854353 294508 3511 1 0 3815453 0
[pid=12454/tid=12455] ppid=12452 vsize=15417412 memory=1448 CPUtime=1.13 cores=1,3,5,7
/proc/12454/task/12455/stat : 12455 (java) S 12452 12452 11742 0 -1 1077944384 9118 0 0 0 108 5 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275980932224 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12456] ppid=12452 vsize=15417412 memory=1178032 CPUtime=0.18 cores=1,3,5,7
/proc/12454/task/12456/stat : 12456 (java) S 12452 12452 11742 0 -1 1077944384 2069 0 0 0 11 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275929311632 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12457] ppid=12452 vsize=15417412 memory=1448 CPUtime=0.17 cores=1,3,5,7
/proc/12454/task/12457/stat : 12457 (java) S 12452 12452 11742 0 -1 1077944384 2133 0 0 0 10 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275928258832 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12458] ppid=12452 vsize=15417412 memory=1448 CPUtime=0.18 cores=1,3,5,7
/proc/12454/task/12458/stat : 12458 (java) S 12452 12452 11742 0 -1 1077944384 2409 0 0 0 11 7 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275927206544 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12459] ppid=12452 vsize=15417412 memory=140329466462775 CPUtime=0.19 cores=1,3,5,7
/proc/12454/task/12459/stat : 12459 (java) S 12452 12452 11742 0 -1 1077944384 2707 0 0 0 11 8 0 0 20 0 19 0 475164291 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275926153744 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12460] ppid=12452 vsize=15417412 memory=1556 CPUtime=0.05 cores=1,3,5,7
/proc/12454/task/12460/stat : 12460 (java) S 12452 12452 11742 0 -1 1077944384 3388 0 0 0 4 1 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275512466032 140275976702594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12461] ppid=12452 vsize=15417412 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12461/stat : 12461 (java) S 12452 12452 11742 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275443819872 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12462] ppid=12452 vsize=15417412 memory=1178032 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12462/stat : 12462 (java) S 12452 12452 11742 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 475164293 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275442767488 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12463] ppid=12452 vsize=15417412 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12463/stat : 12463 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275441715792 140275976710043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12464] ppid=12452 vsize=15417412 memory=1448 CPUtime=1.97 cores=1,3,5,7
/proc/12454/task/12464/stat : 12464 (java) S 12452 12452 11742 0 -1 1077944384 8355 0 0 0 196 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275440662640 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12465] ppid=12452 vsize=15417412 memory=1448 CPUtime=1.93 cores=1,3,5,7
/proc/12454/task/12465/stat : 12465 (java) S 12452 12452 11742 0 -1 1077944384 6179 0 0 0 192 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275439609840 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12466] ppid=12452 vsize=15417412 memory=1448 CPUtime=0.71 cores=1,3,5,7
/proc/12454/task/12466/stat : 12466 (java) S 12452 12452 11742 0 -1 1077944384 5891 0 0 0 70 1 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275438557552 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12467] ppid=12452 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12454/task/12467/stat : 12467 (java) S 12452 12452 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275437504992 140275976701653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12468] ppid=12452 vsize=15417412 memory=1448 CPUtime=0.13 cores=1,3,5,7
/proc/12454/task/12468/stat : 12468 (java) S 12452 12452 11742 0 -1 1077944384 981 0 0 0 0 13 0 0 20 0 19 0 475164296 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275436452784 140275976702594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12469] ppid=12452 vsize=15417412 memory=1173424 CPUtime=491.31 cores=1,3,5,7
/proc/12454/task/12469/stat : 12469 (java) R 12452 12452 11742 0 -1 4202560 1013 0 0 0 49130 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275427470552 140275601257163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12470] ppid=12452 vsize=15417412 memory=1192 CPUtime=490.7 cores=1,3,5,7
/proc/12454/task/12470/stat : 12470 (java) R 12452 12452 11742 0 -1 4202560 3530 0 0 0 49064 6 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275426419416 140275601043804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12471] ppid=12452 vsize=15417412 memory=940 CPUtime=491.97 cores=1,3,5,7
/proc/12454/task/12471/stat : 12471 (java) R 12452 12452 11742 0 -1 4202560 801 0 0 0 49196 1 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275425366368 140275601344209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
[pid=12454/tid=12472] ppid=12452 vsize=15417412 memory=6791534058613427641 CPUtime=491.75 cores=1,3,5,7
/proc/12454/task/12472/stat : 12472 (java) R 12452 12452 11742 0 -1 4202560 6341 0 0 0 49170 5 0 0 20 0 19 0 475164409 15787429888 294508 33554432000 4194304 4196468 140733976021104 140275424315792 140275601343250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23166976 140733976024047 140733976024218 140733976024218 140733976027087 0
Current children cumulated CPU time: 1972.51 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1179480 KiB

Child status: 0
Real time (s): 495.88
CPU time (s): 1972.8
CPU user time (s): 1972.22
CPU system time (s): 0.573381
CPU usage (%): 397.837
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1182564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1972.22
system time used= 0.573381
maximum resident set size= 1183168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58785
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13879
involuntary context switches= 34814


# summary of solver processes directly reported to runsolver:
#   pid: 12452
#   total CPU time (s): 1972.8
#   total CPU user time (s): 1972.22
#   total CPU system time (s): 0.573381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11862 second user time and 5.61078 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 16:15:32
IDJOB=4403588
IDBENCH=122226
IDSOLVER=2863
FILE ID=node125/4403588-1568988975
RUNJOBID= node125-1568988175-11774
PBS_JOBID= 21704643
Free space on /tmp= 4132 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Random/Random-RB-2-50-23f/rand-2-50-23-587-230f-45.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403588-1568988975/watcher-4403588-1568988975 -o /tmp/evaluation-result-4403588-1568988975/solver-4403588-1568988975 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1496011565 HOME/instance-4403588-1568988975.xml

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

MD5SUM BENCH= 41f8f24832fd252a4029981691973b80
RANDOM SEED=1496011565

node125.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.29
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.29
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.29
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.29
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:         9213044 kB
MemAvailable:   30696708 kB
Buffers:          127772 kB
Cached:         21236448 kB
SwapCached:        30024 kB
Active:         11733804 kB
Inactive:       10793688 kB
Active(anon):    1131524 kB
Inactive(anon):    78252 kB
Active(file):   10602280 kB
Inactive(file): 10715436 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974496 kB
Dirty:             26664 kB
Writeback:             0 kB
AnonPages:       1244240 kB
Mapped:            64852 kB
Shmem:             38148 kB
Slab:             624032 kB
SReclaimable:     594408 kB
SUnreclaim:        29624 kB
KernelStack:        3808 kB
PageTables:         8116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2559916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1155072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4108 MiB
End job on node125 at 2019-09-20 16:23:48