Trace number 4272653

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 5a (2017-07-26)SAT 11.4833 6.0899801

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-23.xml
MD5SUM1a4e26af447c68eb67ea8607a589b7af
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 benchmark1.03478
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree15
Maximum variable degree30
Distribution of variable degrees[{"degree":15,"count":1},{"degree":16,"count":5},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":6},{"degree":20,"count":4},{"degree":21,"count":5},{"degree":22,"count":6},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":27,"count":1},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272653-1502719509.xml"  -tl '2520s' -p 1 -x 3
0.12/0.25	c [HOME/instance-4272653-1502719509.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.31	c simple solver
0.33/0.38	c parse instance...
1.39/0.72	c solve instance...
11.40/6.07	s SATISFIABLE
11.40/6.07	v <instantiation>
11.40/6.07	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] </list>
11.40/6.07	v 	<values>5 8 6 7 2 5 9 1 7 0 10 0 9 8 2 3 1 0 0 7 5 2 6 0 1 4 4 5 7 2 9 2 4 9 5 8 3 2 0 0 </values>
11.40/6.07	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 (15223 MiB free)
  memory of node 1: 16384 MiB (14894 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272653-1502719509/watcher-4272653-1502719509 -o /tmp/evaluation-result-4272653-1502719509/solver-4272653-1502719509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 998520312 HOME/instance-4272653-1502719509.xml 

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

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


[startup+0.100158 s]*
/proc/loadavg: 1.62 1.60 1.55 3/211 12269
/proc/meminfo: memFree=30833512/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13574484 memory=19664 CPUtime=0.03 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 4286 0 0 0 3 0 0 0 20 0 9 0 25833503 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3393621 4916 2104 1 0 3383118 0
[pid=12261/tid=12262] ppid=12259 vsize=13574484 memory=-7666416650606639742 CPUtime=0.03 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 2993 0 0 0 3 0 0 0 20 0 9 0 25833503 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139974295932496 139974291720989 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13574484 memory=-6623551257525838759 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 25833504 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13574484 memory=140417958991488 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 25833504 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 25833504 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13574484 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 25833504 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 25833505 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 25833505 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 25833506 13900271616 4916 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 21044 KiB

[startup+0.21045 s]*
/proc/loadavg: 1.62 1.60 1.55 3/217 12275
/proc/meminfo: memFree=30825156/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13974352 memory=28536 CPUtime=0.12 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 5564 0 0 0 11 1 0 0 20 0 15 0 25833503 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3493588 7134 2869 1 0 3482964 0
[pid=12261/tid=12262] ppid=12259 vsize=13974352 memory=-7666416650606639742 CPUtime=0.09 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 3533 0 0 0 8 1 0 0 20 0 15 0 25833503 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139974295930672 139974274125950 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13974352 memory=-6623551257525838759 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13974352 memory=140417958991488 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25833504 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25833505 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25833505 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25833506 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14309736448 7134 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) S 12259 12259 7968 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 25833508 14309736448 7200 18446744073709551615 4194304 4196468 140726110226304 139973766056176 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14309736448 7200 18446744073709551615 4194304 4196468 140726110226304 139973765003632 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13974352 memory=140417958991488 CPUtime=0.01 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) R 12259 12259 7968 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 15 0 25833508 14309736448 7200 18446744073709551615 4194304 4196468 140726110226304 139973763950576 139974283934526 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14309736448 7200 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13974352 memory=140417958991488 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833513 14309736448 7200 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29916 KiB

[startup+0.310764 s]*
/proc/loadavg: 1.62 1.60 1.55 4/217 12275
/proc/meminfo: memFree=30811336/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13974352 memory=40140 CPUtime=0.33 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 9260 0 0 0 30 3 0 0 20 0 15 0 25833503 14309736448 10035 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3493588 10035 3015 1 0 3482964 0
[pid=12261/tid=12262] ppid=12259 vsize=13978608 memory=4278483708103473607 CPUtime=0.19 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 6403 0 0 0 17 2 0 0 20 0 15 0 25833503 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139974295918392 139974275777886 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13978608 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13978608 memory=140417959002081 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25833504 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25833505 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25833505 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25833506 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) S 12259 12259 7968 0 -1 1077944384 632 0 0 0 3 0 0 0 20 0 15 0 25833508 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973766056176 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13978608 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) S 12259 12259 7968 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 15 0 25833508 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973765003632 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13978608 memory=140417958991488 CPUtime=0.07 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) S 12259 12259 7968 0 -1 1077944384 711 0 0 0 7 0 0 0 20 0 15 0 25833508 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973763950576 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13978608 memory=140417958991488 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833513 14314094592 10038 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41520 KiB

[startup+0.701548 s]
/proc/loadavg: 1.62 1.60 1.55 5/217 12275
/proc/meminfo: memFree=30802492/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13980732 memory=80928 CPUtime=1.39 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 13903 0 0 0 134 5 0 0 20 0 15 0 25833503 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3495183 20232 3169 1 0 3483476 0
[pid=12261/tid=12262] ppid=12259 vsize=13980732 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 8026 0 0 0 54 3 0 0 20 0 15 0 25833503 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139974295926240 139974291719325 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25833506 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13980732 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) R 12259 12259 7968 0 -1 4202560 1439 0 0 0 24 0 0 0 20 0 15 0 25833508 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973766055312 139974270999170 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13980732 memory=8315171486948655189 CPUtime=0.22 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) R 12259 12259 7968 0 -1 4202560 1293 0 0 0 22 0 0 0 20 0 15 0 25833508 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973764993008 139974274910018 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13980732 memory=25786 CPUtime=0.33 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) R 12259 12259 7968 0 -1 4202560 1837 0 0 0 33 0 0 0 20 0 15 0 25833508 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973763946304 139974270280844 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833513 14316269568 20232 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 82308 KiB

[startup+1.50077 s]
/proc/loadavg: 1.62 1.60 1.55 5/217 12275
/proc/meminfo: memFree=30755936/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13980732 memory=121124 CPUtime=3.94 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 27151 0 0 0 387 7 0 0 20 0 15 0 25833503 14316269568 30281 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3495183 30281 3191 1 0 3483476 0
[pid=12261/tid=12262] ppid=12259 vsize=13980732 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 9232 0 0 0 133 4 0 0 20 0 15 0 25833503 14316269568 30281 18446744073709551615 4194304 4196468 140726110226304 139974295934224 139973933917287 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 30281 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 30281 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13980732 memory=8747226831578988619 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 30281 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13980732 memory=288283372609088908 CPUtime=0 cores=0,2,4,6

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

/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13980732 memory=177984 CPUtime=7.82 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 30033 0 0 0 773 9 0 0 20 0 15 0 25833503 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3495183 44496 3204 1 0 3483476 0
[pid=12261/tid=12262] ppid=12259 vsize=13980732 memory=0 CPUtime=3.07 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 9848 0 0 0 303 4 0 0 20 0 15 0 25833503 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139974295933936 139973938578937 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13980732 memory=303148791274668342 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13980732 memory=14410436439181270 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13980732 memory=7301858164987948385 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13980732 memory=7518023258639192400 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13980732 memory=2368 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25833506 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13980732 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) S 12259 12259 7968 0 -1 1077944384 6053 0 0 0 193 0 0 0 20 0 15 0 25833508 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973766056176 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13980732 memory=0 CPUtime=2.14 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) R 12259 12259 7968 0 -1 4202560 8953 0 0 0 213 1 0 0 20 0 15 0 25833508 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973765003632 139974275221872 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13980732 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) S 12259 12259 7968 0 -1 1077944384 3801 0 0 0 61 2 0 0 20 0 15 0 25833508 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973763950576 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 25833513 14316269568 44496 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 179364 KiB

[startup+4.80081 s]
/proc/loadavg: 1.81 1.64 1.56 4/217 12277
/proc/meminfo: memFree=30640936/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13980732 memory=213516 CPUtime=10.03 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 36132 0 0 0 991 12 0 0 20 0 15 0 25833503 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3495183 53379 3231 1 0 3483476 0
[pid=12261/tid=12262] ppid=12259 vsize=13980732 memory=0 CPUtime=4.65 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 10209 0 0 0 460 5 0 0 20 0 15 0 25833503 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139974295935048 139973938854387 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 25833506 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13980732 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13980732 memory=8692 CPUtime=2.21 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) S 12259 12259 7968 0 -1 1077944384 7863 0 0 0 220 1 0 0 20 0 15 0 25833508 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973766056176 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13980732 memory=1380 CPUtime=2.44 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) S 12259 12259 7968 0 -1 1077944384 10832 0 0 0 243 1 0 0 20 0 15 0 25833508 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973765003632 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13980732 memory=192380 CPUtime=0.65 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) S 12259 12259 7968 0 -1 1077944384 4689 0 0 0 63 2 0 0 20 0 15 0 25833508 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973763950576 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 25833513 14316269568 53379 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214896 KiB

[startup+5.60081 s]
/proc/loadavg: 1.81 1.64 1.56 3/217 12277
/proc/meminfo: memFree=30638680/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13980732 memory=213608 CPUtime=10.93 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 36795 0 0 0 1081 12 0 0 20 0 15 0 25833503 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3495183 53402 3234 1 0 3483476 0
[pid=12261/tid=12262] ppid=12259 vsize=13980732 memory=6944656592455097440 CPUtime=5.45 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 10215 0 0 0 540 5 0 0 20 0 15 0 25833503 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139974295938224 139973939235344 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13980732 memory=16896 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13980732 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 25833506 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13980732 memory=0 CPUtime=2.3 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) S 12259 12259 7968 0 -1 1077944384 8210 0 0 0 229 1 0 0 20 0 15 0 25833508 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973766056176 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13980732 memory=0 CPUtime=2.45 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) S 12259 12259 7968 0 -1 1077944384 10834 0 0 0 244 1 0 0 20 0 15 0 25833508 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973765003632 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13980732 memory=4580 CPUtime=0.66 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) S 12259 12259 7968 0 -1 1077944384 4701 0 0 0 64 2 0 0 20 0 15 0 25833508 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973763950576 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13980732 memory=18948 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 25833513 14316269568 53402 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 10.93 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214988 KiB

[startup+6.00081 s]*
/proc/loadavg: 1.81 1.64 1.56 3/217 12277
/proc/meminfo: memFree=30638556/32770624 swapFree=67108860/67108860
[pid=12259] ppid=12256 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/12259/stat : 12259 (xcsp3-exec) S 12256 12259 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 25833496 9740288 345 18446744073709551615 4194304 5098028 140728562300560 140728562298664 139739058319996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 21622784 140728562303354 140728562303558 140728562303558 140728562307051 0
/proc/12259/statm: 2378 345 289 221 0 87 0
[pid=12261] ppid=12259 vsize=13980732 memory=213700 CPUtime=11.4 cores=0,2,4,6
/proc/12261/stat : 12261 (java) S 12259 12259 7968 0 -1 1077944320 37065 0 0 0 1128 12 0 0 20 0 15 0 25833503 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 140726110208848 139974291697399 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
/proc/12261/statm: 3495183 53425 3234 1 0 3483476 0
[pid=12261/tid=12262] ppid=12259 vsize=13980732 memory=590034227545776330 CPUtime=5.86 cores=0,2,4,6
/proc/12261/task/12262/stat : 12262 (java) R 12259 12259 7968 0 -1 4202560 10216 0 0 0 581 5 0 0 20 0 15 0 25833503 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139974295938224 139973939235169 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12263] ppid=12259 vsize=13980732 memory=11600 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12263/stat : 12263 (java) S 12259 12259 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973892327952 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12264] ppid=12259 vsize=13980732 memory=3617710901694879392 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12264/stat : 12264 (java) S 12259 12259 7968 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973891275408 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12265] ppid=12259 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12265/stat : 12265 (java) S 12259 12259 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973890222352 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12266] ppid=12259 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12266/stat : 12266 (java) S 12259 12259 7968 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 15 0 25833504 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973889169808 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12267] ppid=12259 vsize=13980732 memory=140417958991488 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12267/stat : 12267 (java) S 12259 12259 7968 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973770267376 139974291708546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12268] ppid=12259 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12268/stat : 12268 (java) S 12259 12259 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 25833505 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973769213600 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12269] ppid=12259 vsize=13980732 memory=280835698478464 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12269/stat : 12269 (java) S 12259 12259 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 25833506 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973768160496 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12270] ppid=12259 vsize=13980732 memory=34489027 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12270/stat : 12270 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973767109072 139974291715995 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12271] ppid=12259 vsize=13980732 memory=0 CPUtime=2.33 cores=0,2,4,6
/proc/12261/task/12271/stat : 12271 (java) S 12259 12259 7968 0 -1 1077944384 8383 0 0 0 232 1 0 0 20 0 15 0 25833508 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973766056176 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12272] ppid=12259 vsize=13980732 memory=3467825727391412255 CPUtime=2.47 cores=0,2,4,6
/proc/12261/task/12272/stat : 12272 (java) S 12259 12259 7968 0 -1 1077944384 10914 0 0 0 246 1 0 0 20 0 15 0 25833508 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973765003632 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12273] ppid=12259 vsize=13980732 memory=3833040388441311136 CPUtime=0.66 cores=0,2,4,6
/proc/12261/task/12273/stat : 12273 (java) S 12259 12259 7968 0 -1 1077944384 4717 0 0 0 64 2 0 0 20 0 15 0 25833508 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973763950576 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12274] ppid=12259 vsize=13980732 memory=3545798801362465590 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12274/stat : 12274 (java) S 12259 12259 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25833508 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973762898272 139974291707605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
[pid=12261/tid=12275] ppid=12259 vsize=13980732 memory=2321799035230555570 CPUtime=0 cores=0,2,4,6
/proc/12261/task/12275/stat : 12275 (java) S 12259 12259 7968 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 25833513 14316269568 53425 18446744073709551615 4194304 4196468 140726110226304 139973761846320 139974291708546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 20439040 140726110228914 140726110229090 140726110229090 140726110232527 0
Current children cumulated CPU time: 11.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 215080 KiB

Child status: 0
Real time (s): 6.08998
CPU time (s): 11.4833
CPU user time (s): 11.3503
CPU system time (s): 0.132929
CPU usage (%): 188.56
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 215080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3503
system time used= 0.132929
maximum resident set size= 213948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2499
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 12259
#   total CPU time (s): 11.4833
#   total CPU user time (s): 11.3503
#   total CPU system time (s): 0.132929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069236 second user time and 0.100273 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 15:51:11
IDJOB=4272653
IDBENCH=121925
IDSOLVER=2664
FILE ID=node128/4272653-1502719509
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-23.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272653-1502719509/watcher-4272653-1502719509 -o /tmp/evaluation-result-4272653-1502719509/solver-4272653-1502719509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 998520312 HOME/instance-4272653-1502719509.xml

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

MD5SUM BENCH= 1a4e26af447c68eb67ea8607a589b7af
RANDOM SEED=998520312

node128.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.94
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.94
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.94
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.94
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:        30841232 kB
MemAvailable:   31628948 kB
Buffers:          195600 kB
Cached:           877712 kB
SwapCached:            0 kB
Active:           710744 kB
Inactive:         800120 kB
Active(anon):     438308 kB
Inactive(anon):    16764 kB
Active(file):     272436 kB
Inactive(file):   783356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             0 kB
AnonPages:        437748 kB
Mapped:            48888 kB
Shmem:             17116 kB
Slab:             121616 kB
SReclaimable:      95520 kB
SUnreclaim:        26096 kB
KernelStack:        3520 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1146392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 15:51:17