Trace number 4269714

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT 17.044201 15.0457

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-35.xml
MD5SUMa2d920503104dc914fda533712712f08
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 benchmark7.70538
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 degree16
Maximum variable degree26
Distribution of variable degrees[{"degree":16,"count":2},{"degree":17,"count":5},{"degree":18,"count":2},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":21,"count":9},{"degree":22,"count":4},{"degree":23,"count":9},{"degree":24,"count":2},{"degree":26,"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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269714-1502726096.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4269714-1502726096.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
1.36/0.72	c solve instance...
17.00/15.03	s SATISFIABLE
17.00/15.03	v <instantiation>
17.00/15.03	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>
17.00/15.03	v 	<values>0 1 4 10 0 10 8 4 1 5 10 4 8 4 5 10 3 2 7 2 8 0 4 1 0 0 0 1 7 1 8 2 0 7 8 4 2 3 8 5 </values>
17.00/15.03	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 (15104 MiB free)
  memory of node 1: 16384 MiB (15603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269714-1502726096/watcher-4269714-1502726096 -o /tmp/evaluation-result-4269714-1502726096/solver-4269714-1502726096 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1325231640 HOME/instance-4269714-1502726096.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=23878, runsolver pid=23875

[startup+0.100162 s]*
/proc/loadavg: 3.05 2.24 1.93 3/206 23885
/proc/meminfo: memFree=31439124/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13358712 memory=16504 CPUtime=0.01 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 3401 0 0 0 1 0 0 0 20 0 6 0 60950249 13679321088 4126 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3339678 4126 1903 1 0 3329175 0
[pid=23880/tid=23881] ppid=23878 vsize=13358712 memory=-6224653549778866527 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 2162 0 0 0 0 0 0 0 20 0 6 0 60950249 13679321088 4126 18446744073709551615 4194304 4196468 140735034289568 139652381196880 139652376982685 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13358712 memory=5767615698199984521 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60950250 13679321088 4126 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13358712 memory=140411792000640 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60950250 13679321088 4126 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60950250 13679321088 4126 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13358712 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 60950250 13679321088 4126 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17884 KiB

[startup+0.210053 s]*
/proc/loadavg: 3.05 2.24 1.93 5/215 23894
/proc/meminfo: memFree=31429016/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13974352 memory=26736 CPUtime=0.1 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 5128 0 0 0 9 1 0 0 20 0 15 0 60950249 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3493588 6684 2754 1 0 3482964 0
[pid=23880/tid=23881] ppid=23878 vsize=13974352 memory=8257239349434685855 CPUtime=0.07 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 3269 0 0 0 7 0 0 0 20 0 15 0 60950249 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139652381190176 139652376982106 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13974352 memory=5767615698199984521 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13974352 memory=140411792000640 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950251 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23878 11586 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651851414384 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651850361584 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13974352 memory=140411792000640 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23878 11586 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13974352 memory=140411792000640 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950259 14309736448 6684 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28116 KiB

[startup+0.310507 s]*
/proc/loadavg: 3.05 2.24 1.93 4/215 23894
/proc/meminfo: memFree=31418232/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13974352 memory=37416 CPUtime=0.29 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 8933 0 0 0 27 2 0 0 20 0 15 0 60950249 14309736448 9354 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3493588 9354 2986 1 0 3482964 0
[pid=23880/tid=23881] ppid=23878 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 6108 0 0 0 16 1 0 0 20 0 15 0 60950249 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139652381198272 139652018603668 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13974352 memory=140411792000639 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950251 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13974352 memory=140411792000640 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) R 23878 23878 11586 0 -1 4202560 617 0 0 0 2 0 0 0 20 0 15 0 60950254 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651851414384 139652360371574 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) R 23878 23878 11586 0 -1 1077944384 137 0 0 0 1 0 0 0 20 0 15 0 60950254 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651850361584 139652376971906 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) R 23878 23878 11586 0 -1 4202560 768 0 0 0 6 0 0 0 20 0 15 0 60950254 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652361143503 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950259 14309736448 9866 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38796 KiB

[startup+0.704454 s]
/proc/loadavg: 3.05 2.24 1.93 4/215 23894
/proc/meminfo: memFree=31406376/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13980732 memory=80416 CPUtime=1.36 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 13751 0 0 0 131 5 0 0 20 0 15 0 60950249 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3495183 20104 3170 1 0 3483476 0
[pid=23880/tid=23881] ppid=23878 vsize=13980732 memory=139 CPUtime=0.56 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 7924 0 0 0 53 3 0 0 20 0 15 0 60950249 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139652381190352 139652376982685 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13980732 memory=8443538352883892301 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 60950251 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13980732 memory=288292173013844728 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13980732 memory=3762537806224973412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) R 23878 23878 11586 0 -1 1077944384 1802 0 0 0 23 0 0 0 20 0 15 0 60950254 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651851404176 139652376970965 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) R 23878 23878 11586 0 -1 4202560 895 0 0 0 20 0 0 0 20 0 15 0 60950254 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651850342400 139652360347544 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13980732 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23878 11586 0 -1 1077944384 1823 0 0 0 33 0 0 0 20 0 15 0 60950254 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950259 14316269568 20104 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 81796 KiB

[startup+1.50076 s]
/proc/loadavg: 3.05 2.24 1.93 3/215 23894
/proc/meminfo: memFree=31372752/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13980732 memory=87828 CPUtime=3.14 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 18433 0 0 0 308 6 0 0 20 0 15 0 60950249 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3495183 21957 3183 1 0 3483476 0
[pid=23880/tid=23881] ppid=23878 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 8896 0 0 0 132 3 0 0 20 0 15 0 60950249 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139652381197856 139652021584606 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13980732 memory=7375040490549896786 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13980732 memory=7013623321951496274 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13980732 memory=7301857172715104592 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 60950251 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13980732 memory=164 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 21957 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7

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

/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13980732 memory=159984 CPUtime=14.77 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 23162 0 0 0 1470 7 0 0 20 0 15 0 60950249 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3495183 39996 3191 1 0 3483476 0
[pid=23880/tid=23881] ppid=23878 vsize=13980732 memory=1380 CPUtime=12.65 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 10334 0 0 0 1261 4 0 0 20 0 15 0 60950249 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139652381199448 139652021831866 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13980732 memory=139504 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13980732 memory=118992 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13980732 memory=509 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13980732 memory=305 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 60950251 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13980732 memory=301793952481412393 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13980732 memory=288284463631459472 CPUtime=0.86 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23878 11586 0 -1 1077944384 4361 0 0 0 85 1 0 0 20 0 15 0 60950254 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651851414384 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13980732 memory=-7966001958750355552 CPUtime=0.76 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23878 11586 0 -1 1077944384 3750 0 0 0 76 0 0 0 20 0 15 0 60950254 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651850361584 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13980732 memory=1399661390618268019 CPUtime=0.47 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23878 11586 0 -1 1077944384 2795 0 0 0 46 1 0 0 20 0 15 0 60950254 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 60950259 14316269568 39996 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 14.77 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 161364 KiB

[startup+14.4006 s]
/proc/loadavg: 2.81 2.21 1.92 3/215 23895
/proc/meminfo: memFree=31288696/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13980732 memory=172280 CPUtime=16.39 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 24220 0 0 0 1631 8 0 0 20 0 15 0 60950249 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3495183 43070 3191 1 0 3483476 0
[pid=23880/tid=23881] ppid=23878 vsize=13980732 memory=4584 CPUtime=14.25 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 10373 0 0 0 1420 5 0 0 20 0 15 0 60950249 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139652381197424 139652021467524 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13980732 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13980732 memory=47 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 15 0 60950251 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13980732 memory=13568184779278711 CPUtime=0.88 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23878 11586 0 -1 1077944384 5144 0 0 0 87 1 0 0 20 0 15 0 60950254 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651851414384 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13980732 memory=288230621803970871 CPUtime=0.76 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23878 11586 0 -1 1077944384 3770 0 0 0 76 0 0 0 20 0 15 0 60950254 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651850361584 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13980732 memory=13568184779278711 CPUtime=0.47 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23878 11586 0 -1 1077944384 2982 0 0 0 46 1 0 0 20 0 15 0 60950254 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 60950259 14316269568 43070 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 173660 KiB

[startup+14.8006 s]
/proc/loadavg: 2.81 2.21 1.92 3/215 23895
/proc/meminfo: memFree=31288696/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13980732 memory=176376 CPUtime=16.79 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 24225 0 0 0 1671 8 0 0 20 0 15 0 60950249 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3495183 44094 3191 1 0 3483476 0
[pid=23880/tid=23881] ppid=23878 vsize=13980732 memory=3908 CPUtime=14.65 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 10378 0 0 0 1460 5 0 0 20 0 15 0 60950249 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139652381197424 139652021467232 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13980732 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13980732 memory=3024 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 15 0 60950251 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13980732 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13980732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13980732 memory=1232 CPUtime=0.88 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23878 11586 0 -1 1077944384 5144 0 0 0 87 1 0 0 20 0 15 0 60950254 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651851414384 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13980732 memory=8952 CPUtime=0.76 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23878 11586 0 -1 1077944384 3770 0 0 0 76 0 0 0 20 0 15 0 60950254 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651850361584 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13980732 memory=4616 CPUtime=0.47 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23878 11586 0 -1 1077944384 2982 0 0 0 46 1 0 0 20 0 15 0 60950254 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 60950259 14316269568 44094 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 177756 KiB

[startup+15.0006 s]*
/proc/loadavg: 2.75 2.21 1.92 3/215 23895
/proc/meminfo: memFree=31278456/32770624 swapFree=67108860/67108860
[pid=23878] ppid=23875 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (xcsp3-exec) S 23875 23878 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 60950240 9740288 345 18446744073709551615 4194304 5098028 140734797299920 140734797298024 139652637446780 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 31887360 140734797308280 140734797308485 140734797308485 140734797311979 0
/proc/23878/statm: 2378 345 289 221 0 87 0
[pid=23880] ppid=23878 vsize=13980732 memory=178424 CPUtime=17 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23878 11586 0 -1 1077944320 24227 0 0 0 1692 8 0 0 20 0 15 0 60950249 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 140735034272112 139652376960759 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
/proc/23880/statm: 3495183 44606 3191 1 0 3483476 0
[pid=23880/tid=23881] ppid=23878 vsize=13980732 memory=-8774313645642428999 CPUtime=14.86 cores=1,3,5,7
/proc/23880/task/23881/stat : 23881 (java) R 23878 23878 11586 0 -1 4202560 10380 0 0 0 1481 5 0 0 20 0 15 0 60950249 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139652381197424 139652021884855 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23882] ppid=23878 vsize=13980732 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139652340067472 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23883] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651975560208 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23884] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23878 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651974507408 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23885] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23878 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60950250 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651973454608 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23886] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23878 11586 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 15 0 60950251 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651855624560 139652376971906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23887] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23878 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651854570528 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23888] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23878 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60950252 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651853517680 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23889] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651852466000 139652376979355 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23890] ppid=23878 vsize=13980732 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23878 11586 0 -1 1077944384 5144 0 0 0 87 1 0 0 20 0 15 0 60950254 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651851414384 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23891] ppid=23878 vsize=13980732 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23878 11586 0 -1 1077944384 3770 0 0 0 76 0 0 0 20 0 15 0 60950254 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651850361584 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23892] ppid=23878 vsize=13980732 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23878 11586 0 -1 1077944384 2982 0 0 0 46 1 0 0 20 0 15 0 60950254 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651849308784 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23893] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23878 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60950254 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651848256224 139652376970965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
[pid=23880/tid=23894] ppid=23878 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23878 11586 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 60950259 14316269568 44606 18446744073709551615 4194304 4196468 140735034289568 139651847203504 139652376971906 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10625024 140735034294705 140735034294881 140735034294881 140735034298319 0
Current children cumulated CPU time: 17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 179804 KiB

Child status: 0
Real time (s): 15.0457
CPU time (s): 17.0442
CPU user time (s): 16.95
CPU system time (s): 0.094202
CPU usage (%): 113.283
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 179804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.95
system time used= 0.094202
maximum resident set size= 180800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25667
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= 2223
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 23878
#   total CPU time (s): 17.0442
#   total CPU user time (s): 16.95
#   total CPU system time (s): 0.094202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133442 second user time and 0.15585 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 17:40:40
IDJOB=4269714
IDBENCH=121919
IDSOLVER=2660
FILE ID=node124/4269714-1502726096
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-35.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-4269714-1502726096/watcher-4269714-1502726096 -o /tmp/evaluation-result-4269714-1502726096/solver-4269714-1502726096 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1325231640 HOME/instance-4269714-1502726096.xml

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

MD5SUM BENCH= a2d920503104dc914fda533712712f08
RANDOM SEED=1325231640

node124.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.51
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.51
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.51
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.51
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:        31445400 kB
MemAvailable:   31813688 kB
Buffers:          215668 kB
Cached:           440116 kB
SwapCached:            0 kB
Active:           620492 kB
Inactive:         257900 kB
Active(anon):     173792 kB
Inactive(anon):    81952 kB
Active(file):     446700 kB
Inactive(file):   175948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8080 kB
Writeback:            12 kB
AnonPages:        256224 kB
Mapped:            58724 kB
Shmem:             33512 kB
Slab:             149392 kB
SReclaimable:     122948 kB
SUnreclaim:        26444 kB
KernelStack:        3840 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1155048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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 node124 at 2017-08-14 17:40:55