Trace number 4282401

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-18)SAT 10.5153 7.8529401

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-08.xml
MD5SUMd991fc81a7825fd4569ca865dffdd673
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.96158
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1910
Maximum variable degree1982
Distribution of variable degrees[{"degree":1910,"count":1},{"degree":1911,"count":1},{"degree":1926,"count":1},{"degree":1929,"count":1},{"degree":1931,"count":3},{"degree":1932,"count":1},{"degree":1933,"count":1},{"degree":1934,"count":2},{"degree":1935,"count":1},{"degree":1938,"count":2},{"degree":1941,"count":2},{"degree":1946,"count":1},{"degree":1948,"count":1},{"degree":1956,"count":1},{"degree":1968,"count":1},{"degree":1982,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282401-1503122996.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4282401-1503122996.xml, -tl, 2520s, -p, 1, -x, 0]
0.21/0.37	c simple solver
0.37/0.44	c parse instance...
9.31/7.46	c solve instance...
10.43/7.83	s SATISFIABLE
10.43/7.83	v <instantiation>
10.43/7.83	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] </list>
10.43/7.83	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
10.43/7.83	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 (13948 MiB free)
  memory of node 1: 16384 MiB (15270 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282401-1503122996/watcher-4282401-1503122996 -o /tmp/evaluation-result-4282401-1503122996/solver-4282401-1503122996 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1364756921 HOME/instance-4282401-1503122996.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=16077, runsolver pid=16074

[startup+0.100146 s]*
/proc/loadavg: 1.74 1.76 1.74 2/195 16078
/proc/meminfo: memFree=29920256/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209245 s]*
/proc/loadavg: 1.74 1.76 1.74 2/209 16093
/proc/meminfo: memFree=29909936/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13907304 memory=20388 CPUtime=0.05 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 4554 0 0 0 5 0 0 0 20 0 14 0 114520072 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3476826 5097 2553 1 0 3466323 0
[pid=16079/tid=16081] ppid=16077 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) D 16077 16077 8563 0 -1 4202560 2722 0 0 0 4 0 0 0 20 0 14 0 114520072 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140568196679584 140568192464125 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13907304 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 114520073 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13907304 memory=140272676208719 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 114520073 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 114520073 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 114520073 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13907304 memory=140272676193920 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 114520074 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 114520074 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 114520075 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 114520077 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) S 16077 16077 8563 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 114520077 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567666710512 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 114520077 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567665657968 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13907304 memory=140272676193920 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 14 0 114520077 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 114520077 14241079296 5097 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 21768 KiB

[startup+0.309544 s]*
/proc/loadavg: 1.74 1.76 1.74 6/210 16094
/proc/meminfo: memFree=29899976/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13974352 memory=32292 CPUtime=0.21 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 5981 0 0 0 20 1 0 0 20 0 15 0 114520072 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3493588 8073 2966 1 0 3482964 0
[pid=16079/tid=16081] ppid=16077 vsize=13974352 memory=-8774313645642428999 CPUtime=0.12 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) R 16077 16077 8563 0 -1 4202560 3233 0 0 0 12 0 0 0 20 0 15 0 114520072 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140568196678000 140568184679230 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114520073 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13974352 memory=140272676193920 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114520074 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114520074 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114520075 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) R 16077 16077 8563 0 -1 1077944384 565 0 0 0 1 0 0 0 20 0 15 0 114520077 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567666710512 140568192453250 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) S 16077 16077 8563 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 114520077 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567665657968 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13974352 memory=140272676193920 CPUtime=0.04 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 746 0 0 0 4 0 0 0 20 0 15 0 114520077 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13974352 memory=140272676193920 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520085 14309736448 8073 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 33672 KiB

[startup+0.701533 s]
/proc/loadavg: 1.74 1.76 1.74 5/210 16094
/proc/meminfo: memFree=29883104/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13978684 memory=84496 CPUtime=1.25 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 13299 0 0 0 121 4 0 0 20 0 15 0 114520072 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3494671 21124 3158 1 0 3482964 0
[pid=16079/tid=16081] ppid=16077 vsize=13978684 memory=7158297138891346256 CPUtime=0.51 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) R 16077 16077 8563 0 -1 4202560 7395 0 0 0 48 3 0 0 20 0 15 0 114520072 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140568196678704 140568174342119 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13978684 memory=6003668156883685970 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13978684 memory=6226596351323422817 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13978684 memory=-6592935420932104128 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13978684 memory=9047017150487036571 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13978684 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114520074 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13978684 memory=-7233780906022726806 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114520074 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13978684 memory=8401352418782109792 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114520075 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) R 16077 16077 8563 0 -1 4202560 1913 0 0 0 23 0 0 0 20 0 15 0 114520077 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567666706880 140568175936621 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) R 16077 16077 8563 0 -1 4202560 989 0 0 0 21 0 0 0 20 0 15 0 114520077 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567665648080 140568175942486 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13978684 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 1695 0 0 0 27 0 0 0 20 0 15 0 114520077 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520085 14314172416 21124 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85876 KiB

[startup+1.50071 s]
/proc/loadavg: 1.74 1.76 1.74 3/210 16094
/proc/meminfo: memFree=29823228/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13978684 memory=112284 CPUtime=2.49 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 14629 0 0 0 244 5 0 0 20 0 15 0 114520072 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3494671 28071 3174 1 0 3482964 0
[pid=16079/tid=16081] ppid=16077 vsize=13978684 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) R 16077 16077 8563 0 -1 4202560 7670 0 0 0 127 3 0 0 20 0 15 0 114520072 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140568196680752 140568174905277 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13978684 memory=280545117091936 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13978684 memory=140272558560096 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114520073 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114520074 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114520074 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13978684 memory=280545117114016 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114520075 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13978684 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13978684 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) S 16077 16077 8563 0 -1 1077944384 2053 0 0 0 41 0 0 0 20 0 15 0 114520077 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567666710512 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13978684 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) S 16077 16077 8563 0 -1 1077944384 1533 0 0 0 41 0 0 0 20 0 15 0 114520077 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567665657968 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13978684 memory=6788 CPUtime=0.33 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 2045 0 0 0 33 0 0 0 20 0 15 0 114520077 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13978684 memory=8298057990329740325 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 114520085 14314172416 28071 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 13988196 KiB

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

/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13980732 memory=351944 CPUtime=8.22 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 19564 0 0 0 794 28 0 0 20 0 15 0 114520072 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3495183 87986 3211 1 0 3483476 0
[pid=16079/tid=16081] ppid=16077 vsize=13980732 memory=0 CPUtime=6.06 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) S 16077 16077 8563 0 -1 1077944384 8935 0 0 0 601 5 0 0 20 0 15 0 114520072 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140568196679952 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13980732 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) R 16077 16077 8563 0 -1 4202560 204 0 0 0 8 5 0 0 20 0 15 0 114520073 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568177464224 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13980732 memory=2316 CPUtime=0.13 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) R 16077 16077 8563 0 -1 4202560 302 0 0 0 8 5 0 0 20 0 15 0 114520073 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568177469522 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13980732 memory=1728 CPUtime=0.13 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) R 16077 16077 8563 0 -1 4202560 358 0 0 0 8 5 0 0 20 0 15 0 114520073 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140568109751000 140568177464120 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13980732 memory=1228 CPUtime=0.13 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) R 16077 16077 8563 0 -1 4202560 220 0 0 0 8 5 0 0 20 0 15 0 114520073 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140568108698456 140568177464214 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567670920224 140568192452309 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13980732 memory=280545117054624 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114520075 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13980732 memory=8243114992657236055 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13980732 memory=288285593140740268 CPUtime=0.57 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) S 16077 16077 8563 0 -1 1077944384 2669 0 0 0 57 0 0 0 20 0 15 0 114520077 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567666710512 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13980732 memory=-8918986286114809139 CPUtime=0.58 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) S 16077 16077 8563 0 -1 1077944384 2289 0 0 0 58 0 0 0 20 0 15 0 114520077 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567665657968 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13980732 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 2862 0 0 0 41 0 0 0 20 0 15 0 114520077 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 114520085 14316269568 87986 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 8.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 353324 KiB

[startup+7.2007 s]
/proc/loadavg: 1.76 1.76 1.74 3/210 16094
/proc/meminfo: memFree=29501952/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13980732 memory=362184 CPUtime=9.1 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 19595 0 0 0 880 30 0 0 20 0 15 0 114520072 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3495183 90546 3211 1 0 3483476 0
[pid=16079/tid=16081] ppid=16077 vsize=13980732 memory=5788 CPUtime=6.84 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) R 16077 16077 8563 0 -1 4202560 8936 0 0 0 679 5 0 0 20 0 15 0 114520072 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140568196679840 140567791167887 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13980732 memory=1720 CPUtime=0.15 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 211 0 0 0 10 5 0 0 20 0 15 0 114520073 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13980732 memory=4616 CPUtime=0.16 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 310 0 0 0 10 6 0 0 20 0 15 0 114520073 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13980732 memory=1380 CPUtime=0.15 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 364 0 0 0 10 5 0 0 20 0 15 0 114520073 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13980732 memory=2316 CPUtime=0.15 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 229 0 0 0 10 5 0 0 20 0 15 0 114520073 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114520075 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13980732 memory=1720 CPUtime=0.57 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) S 16077 16077 8563 0 -1 1077944384 2669 0 0 0 57 0 0 0 20 0 15 0 114520077 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567666710512 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13980732 memory=4616 CPUtime=0.58 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) S 16077 16077 8563 0 -1 1077944384 2289 0 0 0 58 0 0 0 20 0 15 0 114520077 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567665657968 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13980732 memory=1012 CPUtime=0.41 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 2862 0 0 0 41 0 0 0 20 0 15 0 114520077 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13980732 memory=17828 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 114520085 14316269568 90546 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 363564 KiB

[startup+7.60154 s]
/proc/loadavg: 1.76 1.76 1.74 3/210 16094
/proc/meminfo: memFree=29501952/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13980732 memory=363336 CPUtime=9.76 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 21115 0 0 0 946 30 0 0 20 0 15 0 114520072 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3495183 90834 3214 1 0 3483476 0
[pid=16079/tid=16081] ppid=16077 vsize=13980732 memory=5787233549803348032 CPUtime=7.24 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) R 16077 16077 8563 0 -1 4202560 9649 0 0 0 719 5 0 0 20 0 15 0 114520072 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140568196681080 140567792007867 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13980732 memory=65 CPUtime=0.15 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 211 0 0 0 10 5 0 0 20 0 15 0 114520073 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13980732 memory=8387223549236478041 CPUtime=0.16 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 310 0 0 0 10 6 0 0 20 0 15 0 114520073 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13980732 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 364 0 0 0 10 5 0 0 20 0 15 0 114520073 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13980732 memory=8247907794334132811 CPUtime=0.15 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 229 0 0 0 10 5 0 0 20 0 15 0 114520073 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13980732 memory=-7533522213388100735 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567669867936 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13980732 memory=-8253362664378451598 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114520075 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13980732 memory=8326441112149131687 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13980732 memory=-7964741877708829548 CPUtime=0.66 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) R 16077 16077 8563 0 -1 4202560 2983 0 0 0 66 0 0 0 20 0 15 0 114520077 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567666697824 140568184683545 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13980732 memory=-6517102902069810590 CPUtime=0.7 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) R 16077 16077 8563 0 -1 4202560 2570 0 0 0 70 0 0 0 20 0 15 0 114520077 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567665647568 140568175938887 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13980732 memory=7017234263446295922 CPUtime=0.46 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 3035 0 0 0 46 0 0 0 20 0 15 0 114520077 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13980732 memory=7881952901904623975 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 114520085 14316269568 90834 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 364716 KiB

[startup+7.81162 s]
/proc/loadavg: 1.76 1.76 1.74 3/210 16094
/proc/meminfo: memFree=29501952/32770624 swapFree=67108860/67108860
[pid=16077] ppid=16074 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16077/stat : 16077 (xcsp3-exec) S 16074 16077 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114520062 9740288 345 18446744073709551615 4194304 5098028 140726891025872 140726891023976 140102763397756 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29921280 140726891028856 140726891029061 140726891029061 140726891032555 0
/proc/16077/statm: 2378 345 289 221 0 87 0
[pid=16079] ppid=16077 vsize=13980732 memory=445908 CPUtime=10.43 cores=1,3,5,7
/proc/16079/stat : 16079 (java) S 16077 16077 8563 0 -1 1077944320 21787 0 0 0 1007 36 0 0 20 0 15 0 114520072 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140728203284304 140568192442103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
/proc/16079/statm: 3495183 111477 3215 1 0 3483476 0
[pid=16079/tid=16081] ppid=16077 vsize=13980732 memory=2502892193537 CPUtime=7.36 cores=1,3,5,7
/proc/16079/task/16081/stat : 16081 (java) R 16077 16077 8563 0 -1 4202560 9719 0 0 0 731 5 0 0 20 0 15 0 114520072 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140568196681344 140568173285049 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16082] ppid=16077 vsize=13980732 memory=2520072062721 CPUtime=0.24 cores=1,3,5,7
/proc/16079/task/16082/stat : 16082 (java) S 16077 16077 8563 0 -1 1077944384 268 0 0 0 17 7 0 0 20 0 15 0 114520073 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140568111855888 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16083] ppid=16077 vsize=13980732 memory=2524367030017 CPUtime=0.24 cores=1,3,5,7
/proc/16079/task/16083/stat : 16083 (java) S 16077 16077 8563 0 -1 1077944384 366 0 0 0 18 6 0 0 20 0 15 0 114520073 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140568110803344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16084] ppid=16077 vsize=13980732 memory=2532956964609 CPUtime=0.23 cores=1,3,5,7
/proc/16079/task/16084/stat : 16084 (java) S 16077 16077 8563 0 -1 1077944384 476 0 0 0 16 7 0 0 20 0 15 0 114520073 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140568109750800 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16085] ppid=16077 vsize=13980732 memory=2661805983489 CPUtime=0.24 cores=1,3,5,7
/proc/16079/task/16085/stat : 16085 (java) S 16077 16077 8563 0 -1 1077944384 344 0 0 0 17 7 0 0 20 0 15 0 114520073 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140568108698256 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16086] ppid=16077 vsize=13980732 memory=2666100950785 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16086/stat : 16086 (java) S 16077 16077 8563 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567670921712 140568192453250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16087] ppid=16077 vsize=13980732 memory=2799244936961 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16087/stat : 16087 (java) S 16077 16077 8563 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 114520074 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567669868000 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16088] ppid=16077 vsize=13980732 memory=3821447153409 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16088/stat : 16088 (java) S 16077 16077 8563 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114520075 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567668815344 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16089] ppid=16077 vsize=13980732 memory=3890166630145 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16089/stat : 16089 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567667763920 140568192460699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16090] ppid=16077 vsize=13980732 memory=3971771008769 CPUtime=0.77 cores=1,3,5,7
/proc/16079/task/16090/stat : 16090 (java) R 16077 16077 8563 0 -1 4202560 3041 0 0 0 77 0 0 0 20 0 15 0 114520077 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567666697080 140568173077580 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16091] ppid=16077 vsize=13980732 memory=2110623165503524 CPUtime=0.8 cores=1,3,5,7
/proc/16079/task/16091/stat : 16091 (java) R 16077 16077 8563 0 -1 4202560 2767 0 0 0 80 0 0 0 20 0 15 0 114520077 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567665657968 140568175928117 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16092] ppid=16077 vsize=13980732 memory=103 CPUtime=0.46 cores=1,3,5,7
/proc/16079/task/16092/stat : 16092 (java) S 16077 16077 8563 0 -1 1077944384 3042 0 0 0 46 0 0 0 20 0 15 0 114520077 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567664605424 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16093] ppid=16077 vsize=13980732 memory=10180 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16093/stat : 16093 (java) S 16077 16077 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114520077 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567663553120 140568192452309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
[pid=16079/tid=16094] ppid=16077 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/16079/task/16094/stat : 16094 (java) S 16077 16077 8563 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 114520085 14316269568 111477 18446744073709551615 4194304 4196468 140728203301760 140567662500656 140568192453250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 32526336 140728203305393 140728203305569 140728203305569 140728203309007 0
Current children cumulated CPU time: 10.43 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 447288 KiB

Child status: 0
Real time (s): 7.85294
CPU time (s): 10.5153
CPU user time (s): 10.1453
CPU system time (s): 0.370026
CPU usage (%): 133.903
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 447288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1453
system time used= 0.370026
maximum resident set size= 446336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22370
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= 2079
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 16077
#   total CPU time (s): 10.5153
#   total CPU user time (s): 10.1453
#   total CPU system time (s): 0.370026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05902 second user time and 0.120644 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 07:55:48
IDJOB=4282401
IDBENCH=125852
IDSOLVER=2677
FILE ID=node125/4282401-1503122996
RUNJOBID= node125-1503095795-8622
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-08.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-4282401-1503122996/watcher-4282401-1503122996 -o /tmp/evaluation-result-4282401-1503122996/solver-4282401-1503122996 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1364756921 HOME/instance-4282401-1503122996.xml

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

MD5SUM BENCH= d991fc81a7825fd4569ca865dffdd673
RANDOM SEED=1364756921

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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.07
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.07
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.07
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:        29920016 kB
MemAvailable:   31064520 kB
Buffers:          324504 kB
Cached:          1127200 kB
SwapCached:            0 kB
Active:          1738628 kB
Inactive:         672592 kB
Active(anon):     959928 kB
Inactive(anon):    49484 kB
Active(file):     778700 kB
Inactive(file):   623108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8188 kB
Writeback:             8 kB
AnonPages:        959248 kB
Mapped:            72740 kB
Shmem:             49828 kB
Slab:             143436 kB
SReclaimable:     117060 kB
SUnreclaim:        26376 kB
KernelStack:        3424 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1599516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-19 07:55:56