Trace number 4283798

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-08-18)SAT 26.041201 21.6614

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-05.xml
MD5SUMea540cd06a6319d4cfbd19a531a1ad9c
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 benchmark0.56077999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
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-4283798-1503213252.xml"  -tl '2520s' -p 1 -x 3
0.15/0.24	c [HOME/instance-4283798-1503213252.xml, -tl, 2520s, -p, 1, -x, 3]
0.15/0.30	c simple solver
0.34/0.37	c parse instance...
0.50/0.51	c solve instance...
25.96/21.65	s SATISFIABLE
25.96/21.65	v <instantiation>
25.96/21.65	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] </list>
25.96/21.65	v 	<values>0 1 1 0 0 1 0 0 1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 </values>
25.96/21.65	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 (14320 MiB free)
  memory of node 1: 16384 MiB (15720 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283798-1503213252/watcher-4283798-1503213252 -o /tmp/evaluation-result-4283798-1503213252/solver-4283798-1503213252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 51107959 HOME/instance-4283798-1503213252.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=5655, runsolver pid=5652

[startup+0.100158 s]*
/proc/loadavg: 1.63 1.55 1.57 3/209 5665
/proc/meminfo: memFree=30754672/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13574484 memory=19248 CPUtime=0.03 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 4122 0 0 0 2 1 0 0 20 0 9 0 19734959 13900271616 4812 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3393621 4812 2099 1 0 3383118 0
[pid=5657/tid=5658] ppid=5655 vsize=13574484 memory=-6739615476349292588 CPUtime=0.02 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 1077944384 2826 0 0 0 2 0 0 0 20 0 9 0 19734959 13900271616 4812 18446744073709551615 4194304 4196468 140727731416752 140641513286000 140641501727277 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19734960 13900271616 4812 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13575508 memory=140141958342272 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19734960 13901320192 4812 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13575508 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19734960 13901320192 4812 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13575508 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 19734960 13901320192 4812 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 19734961 13900271616 4839 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 19734962 13900271616 4839 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 19734962 13900271616 4839 18446744073709551615 4194304 4196468 140727731416752 140640984748848 140641509058261 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20624 KiB

[startup+0.210913 s]*
/proc/loadavg: 1.63 1.55 1.57 5/215 5671
/proc/meminfo: memFree=30746024/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13974352 memory=28740 CPUtime=0.15 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 5610 0 0 0 14 1 0 0 20 0 15 0 19734959 14309736448 7185 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3493588 7185 2915 1 0 3482964 0
[pid=5657/tid=5658] ppid=5655 vsize=13974352 memory=7311146985107750967 CPUtime=0.1 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 3470 0 0 0 9 1 0 0 20 0 15 0 19734959 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140641513277576 140641501285182 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13974352 memory=10596 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13974352 memory=140141958554677 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19734960 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13974352 memory=140141958342272 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19734961 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19734962 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19734962 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) S 5655 5655 16431 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 19734964 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640982645488 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) R 5655 5655 16431 0 -1 4202560 219 0 0 0 0 0 0 0 20 0 15 0 19734964 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640981578744 140641501337504 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13974352 memory=140141958342272 CPUtime=0.02 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) R 5655 5655 16431 0 -1 4202560 394 0 0 0 2 0 0 0 20 0 15 0 19734965 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640980535800 140641489015174 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13974352 memory=140141958342272 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734968 14309736448 7251 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30116 KiB

[startup+0.310735 s]*
/proc/loadavg: 1.63 1.55 1.57 5/215 5671
/proc/meminfo: memFree=30733540/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13978608 memory=40160 CPUtime=0.34 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 9285 0 0 0 31 3 0 0 20 0 15 0 19734959 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3494652 10040 3035 1 0 3482964 0
[pid=5657/tid=5658] ppid=5655 vsize=13978608 memory=6933928925625698159 CPUtime=0.2 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 6401 0 0 0 18 2 0 0 20 0 15 0 19734959 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140641513269048 140641509069981 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19734960 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19734961 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19734962 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19734962 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) R 5655 5655 16431 0 -1 4202560 640 0 0 0 3 0 0 0 20 0 15 0 19734964 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640982645488 140641509059202 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) R 5655 5655 16431 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 19734964 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640981592944 140641509059202 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) R 5655 5655 16431 0 -1 4202560 711 0 0 0 7 0 0 0 20 0 15 0 19734965 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640980539888 140641509059990 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734968 14314094592 10040 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41536 KiB

[startup+0.701182 s]
/proc/loadavg: 1.63 1.55 1.57 6/215 5671
/proc/meminfo: memFree=30721460/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13980732 memory=71088 CPUtime=1.38 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 14419 0 0 0 134 4 0 0 20 0 15 0 19734959 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3495183 17772 3175 1 0 3483476 0
[pid=5657/tid=5658] ppid=5655 vsize=13980732 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 8468 0 0 0 55 3 0 0 20 0 15 0 19734959 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140641513286240 140641509059990 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13980732 memory=4 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19734961 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13980732 memory=3 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13980732 memory=12 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13980732 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) R 5655 5655 16431 0 -1 4202560 1624 0 0 0 27 0 0 0 20 0 15 0 19734964 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640982638680 140641488710048 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) R 5655 5655 16431 0 -1 4202560 1391 0 0 0 23 0 0 0 20 0 15 0 19734964 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640981583776 140641488295408 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13980732 memory=2752 CPUtime=0.28 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) R 5655 5655 16431 0 -1 4202560 1629 0 0 0 28 0 0 0 20 0 15 0 19734965 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640980539888 140641509069402 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13980732 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734968 14316269568 17772 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72464 KiB

[startup+1.50083 s]
/proc/loadavg: 1.63 1.55 1.57 5/215 5671
/proc/meminfo: memFree=30684112/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13980732 memory=130540 CPUtime=3.75 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 21357 0 0 0 369 6 0 0 20 0 15 0 19734959 14316269568 32635 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3495183 32635 3198 1 0 3483476 0
[pid=5657/tid=5658] ppid=5655 vsize=13980732 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 9360 0 0 0 134 4 0 0 20 0 15 0 19734959 14316269568 32635 18446744073709551615 4194304 4196468 140727731416752 140641513284968 140641488108176 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 32635 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13980732 memory=5868019213425796198 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 32635 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19734960 14316269568 32635 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13980732 memory=185684 CPUtime=23.53 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 30142 0 0 0 2340 13 0 0 20 0 15 0 19734959 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3495183 46421 3238 1 0 3483476 0
[pid=5657/tid=5658] ppid=5655 vsize=13980732 memory=13984 CPUtime=18.99 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 10938 0 0 0 1894 5 0 0 20 0 15 0 19734959 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140641513284840 140641140271246 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13980732 memory=1376 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 436 0 0 0 4 1 0 0 20 0 15 0 19734960 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13980732 memory=203800 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 339 0 0 0 4 1 0 0 20 0 15 0 19734960 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13980732 memory=13252 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 869 0 0 0 5 0 0 0 20 0 15 0 19734960 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13980732 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 463 0 0 0 4 0 0 0 20 0 15 0 19734960 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13980732 memory=2108 CPUtime=0.01 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 585 0 0 0 1 0 0 0 20 0 15 0 19734961 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13980732 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13980732 memory=1444 CPUtime=2.02 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) S 5655 5655 16431 0 -1 1077944384 5509 0 0 0 202 0 0 0 20 0 15 0 19734964 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640982645488 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13980732 memory=10728 CPUtime=1.71 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) S 5655 5655 16431 0 -1 1077944384 4812 0 0 0 171 0 0 0 20 0 15 0 19734964 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640981592944 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13980732 memory=1200 CPUtime=0.49 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) S 5655 5655 16431 0 -1 1077944384 4676 0 0 0 48 1 0 0 20 0 15 0 19734965 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640980539888 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13980732 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13980732 memory=196384 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 19734968 14316269568 46421 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 23.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 187060 KiB

[startup+20.8008 s]
/proc/loadavg: 1.58 1.55 1.56 3/215 5672
/proc/meminfo: memFree=30509968/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13980732 memory=182092 CPUtime=25.15 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 30339 0 0 0 2502 13 0 0 20 0 15 0 19734959 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3495183 45523 3238 1 0 3483476 0
[pid=5657/tid=5658] ppid=5655 vsize=13980732 memory=1376 CPUtime=20.58 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 10948 0 0 0 2053 5 0 0 20 0 15 0 19734959 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641513287360 140641140827535 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13980732 memory=185652 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 444 0 0 0 5 1 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13980732 memory=7680170660397595203 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 359 0 0 0 5 1 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13980732 memory=16448 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 876 0 0 0 5 0 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13980732 memory=4008 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 466 0 0 0 5 0 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13980732 memory=8596 CPUtime=0.01 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 587 0 0 0 1 0 0 0 20 0 15 0 19734961 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13980732 memory=13984 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13980732 memory=2344 CPUtime=2.03 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) S 5655 5655 16431 0 -1 1077944384 5509 0 0 0 203 0 0 0 20 0 15 0 19734964 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640982645488 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13980732 memory=1728 CPUtime=1.72 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) S 5655 5655 16431 0 -1 1077944384 4956 0 0 0 172 0 0 0 20 0 15 0 19734964 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640981592944 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13980732 memory=11952 CPUtime=0.49 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) S 5655 5655 16431 0 -1 1077944384 4676 0 0 0 48 1 0 0 20 0 15 0 19734965 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640980539888 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 19734968 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 25.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183468 KiB

[startup+21.2008 s]
/proc/loadavg: 1.58 1.55 1.56 3/215 5672
/proc/meminfo: memFree=30511432/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13980732 memory=182092 CPUtime=25.55 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 30339 0 0 0 2542 13 0 0 20 0 15 0 19734959 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3495183 45523 3238 1 0 3483476 0
[pid=5657/tid=5658] ppid=5655 vsize=13980732 memory=0 CPUtime=20.98 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 10948 0 0 0 2093 5 0 0 20 0 15 0 19734959 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641513287360 140641140827823 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13980732 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 444 0 0 0 5 1 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13980732 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 359 0 0 0 5 1 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13980732 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 876 0 0 0 5 0 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13980732 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 466 0 0 0 5 0 0 0 20 0 15 0 19734960 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 587 0 0 0 1 0 0 0 20 0 15 0 19734961 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13980732 memory=0 CPUtime=2.03 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) S 5655 5655 16431 0 -1 1077944384 5509 0 0 0 203 0 0 0 20 0 15 0 19734964 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640982645488 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13980732 memory=6011858436984301666 CPUtime=1.72 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) S 5655 5655 16431 0 -1 1077944384 4956 0 0 0 172 0 0 0 20 0 15 0 19734964 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640981592944 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13980732 memory=6082209584144471651 CPUtime=0.49 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) S 5655 5655 16431 0 -1 1077944384 4676 0 0 0 48 1 0 0 20 0 15 0 19734965 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640980539888 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13980732 memory=6154820267226784105 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13980732 memory=7373916858537504097 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 19734968 14316269568 45523 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 25.55 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183468 KiB

[startup+21.6012 s]
/proc/loadavg: 1.58 1.55 1.56 3/215 5672
/proc/meminfo: memFree=30511432/32770624 swapFree=67108860/67108860
[pid=5655] ppid=5652 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/5655/stat : 5655 (xcsp3-exec) S 5652 5655 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19734952 9740288 344 18446744073709551615 4194304 5098028 140720397642944 140720397641048 139747969417852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 24248320 140720397648251 140720397648454 140720397648454 140720397651947 0
/proc/5655/statm: 2378 344 289 221 0 87 0
[pid=5657] ppid=5655 vsize=13980732 memory=180040 CPUtime=25.96 cores=1,3,5,7
/proc/5657/stat : 5657 (java) S 5655 5655 16431 0 -1 1077944320 30352 0 0 0 2583 13 0 0 20 0 15 0 19734959 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140727731399296 140641509048055 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
/proc/5657/statm: 3495183 45010 3238 1 0 3483476 0
[pid=5657/tid=5658] ppid=5655 vsize=13980732 memory=183636 CPUtime=21.38 cores=1,3,5,7
/proc/5657/task/5658/stat : 5658 (java) R 5655 5655 16431 0 -1 4202560 10949 0 0 0 2133 5 0 0 20 0 15 0 19734959 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140641513287488 140641140471481 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5659] ppid=5655 vsize=13980732 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5659/stat : 5659 (java) S 5655 5655 16431 0 -1 1077944384 447 0 0 0 5 1 0 0 20 0 15 0 19734960 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140641466014736 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5660] ppid=5655 vsize=13980732 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5660/stat : 5660 (java) S 5655 5655 16431 0 -1 1077944384 360 0 0 0 5 1 0 0 20 0 15 0 19734960 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140641464962192 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5661] ppid=5655 vsize=13980732 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5657/task/5661/stat : 5661 (java) S 5655 5655 16431 0 -1 1077944384 881 0 0 0 6 0 0 0 20 0 15 0 19734960 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140641463909136 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5662] ppid=5655 vsize=13980732 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5657/task/5662/stat : 5662 (java) S 5655 5655 16431 0 -1 1077944384 469 0 0 0 5 0 0 0 20 0 15 0 19734960 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140641462856592 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5663] ppid=5655 vsize=13980732 memory=4004 CPUtime=0.01 cores=1,3,5,7
/proc/5657/task/5663/stat : 5663 (java) S 5655 5655 16431 0 -1 1077944384 587 0 0 0 1 0 0 0 20 0 15 0 19734961 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140641054644464 140641509059202 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5664] ppid=5655 vsize=13980732 memory=13984 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5664/stat : 5664 (java) S 5655 5655 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640985801888 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5665] ppid=5655 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5665/stat : 5665 (java) S 5655 5655 16431 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 19734962 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640984748784 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5666] ppid=5655 vsize=13980732 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5666/stat : 5666 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734964 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640983697360 140641509066651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5667] ppid=5655 vsize=13980732 memory=1728 CPUtime=2.03 cores=1,3,5,7
/proc/5657/task/5667/stat : 5667 (java) S 5655 5655 16431 0 -1 1077944384 5509 0 0 0 203 0 0 0 20 0 15 0 19734964 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640982645488 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5668] ppid=5655 vsize=13980732 memory=11952 CPUtime=1.72 cores=1,3,5,7
/proc/5657/task/5668/stat : 5668 (java) S 5655 5655 16431 0 -1 1077944384 4956 0 0 0 172 0 0 0 20 0 15 0 19734964 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640981592944 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5669] ppid=5655 vsize=13980732 memory=1008 CPUtime=0.49 cores=1,3,5,7
/proc/5657/task/5669/stat : 5669 (java) S 5655 5655 16431 0 -1 1077944384 4676 0 0 0 48 1 0 0 20 0 15 0 19734965 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640980539888 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5670] ppid=5655 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5670/stat : 5670 (java) S 5655 5655 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19734965 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640979487584 140641509058261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
[pid=5657/tid=5671] ppid=5655 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/5657/task/5671/stat : 5671 (java) S 5655 5655 16431 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 19734968 14316269568 45010 18446744073709551615 4194304 4196468 140727731416752 140640978434608 140641509059202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 15704064 140727731425714 140727731425890 140727731425890 140727731429327 0
Current children cumulated CPU time: 25.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 181416 KiB

Child status: 0
Real time (s): 21.6614
CPU time (s): 26.0412
CPU user time (s): 25.8958
CPU system time (s): 0.145476
CPU usage (%): 120.22
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 205680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.8958
system time used= 0.145476
maximum resident set size= 207896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31720
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= 2890
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 5655
#   total CPU time (s): 26.0412
#   total CPU user time (s): 25.8958
#   total CPU system time (s): 0.145476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.142952 second user time and 0.273074 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 09:00:12
IDJOB=4283798
IDBENCH=133092
IDSOLVER=2679
FILE ID=node128/4283798-1503213252
RUNJOBID= node128-1503171959-30215
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-05.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-4283798-1503213252/watcher-4283798-1503213252 -o /tmp/evaluation-result-4283798-1503213252/solver-4283798-1503213252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 51107959 HOME/instance-4283798-1503213252.xml

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

MD5SUM BENCH= ea540cd06a6319d4cfbd19a531a1ad9c
RANDOM SEED=51107959

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.47
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.47
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.47
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.47
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:        30763388 kB
MemAvailable:   31033900 kB
Buffers:          200032 kB
Cached:           359184 kB
SwapCached:            0 kB
Active:          1252840 kB
Inactive:         347116 kB
Active(anon):    1040784 kB
Inactive(anon):    16752 kB
Active(file):     212056 kB
Inactive(file):   330364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7984 kB
Writeback:             0 kB
AnonPages:       1048676 kB
Mapped:            47232 kB
Shmem:             17060 kB
Slab:             112284 kB
SReclaimable:      87852 kB
SUnreclaim:        24432 kB
KernelStack:        3776 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1712428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    964608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-20 09:00:34