Trace number 4270366

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT2 3.4819801 2.3721499

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.098310001
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270366-1502624542.xml"  -tl '264s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4270366-1502624542.xml, -tl, 264s, -p, 1, -x, 0]
0.31/0.33	c simple solver
0.31/0.39	c parse instance...
2.69/2.11	c solve instance...
3.29/2.32	o 2 
3.29/2.35	s OPTIMUM FOUND
3.29/2.35	v <instantiation>
3.29/2.35	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8] </list>
3.29/2.35	v 	<values>0 1 1 1 0 0 1 0 1 0 0 1 2 1 1 0 0 2 1 2 0 2 1 0 0 1 0 0 2 1 1 0 2 1 1 0 </values>
3.29/2.35	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270366-1502624542/watcher-4270366-1502624542 -o /tmp/evaluation-result-4270366-1502624542/solver-4270366-1502624542 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28447 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 274679135 HOME/instance-4270366-1502624542.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=31505, runsolver pid=31502

[startup+0.100196 s]*
/proc/loadavg: 1.96 2.04 2.02 3/206 31512
/proc/meminfo: memFree=30874172/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13441356 memory=15036 CPUtime=0.01 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 3568 0 0 0 1 0 0 0 20 0 7 0 104365569 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3360339 3759 1976 1 0 3349836 0
[pid=31507/tid=31508] ppid=31505 vsize=13441356 memory=-6871798056524144002 CPUtime=0.01 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 2327 0 0 0 1 0 0 0 20 0 7 0 104365570 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140435532147472 140435511985502 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13441356 memory=7451718608254304499 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 104365570 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13441356 memory=140246555641472 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 104365570 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 104365570 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 104365570 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13441356 memory=140246555641472 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 104365572 13763948544 3759 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 16416 KiB

[startup+0.210114 s]*
/proc/loadavg: 1.96 2.04 2.02 3/215 31521
/proc/meminfo: memFree=30863168/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13974352 memory=28396 CPUtime=0.11 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 5009 0 0 0 9 2 0 0 20 0 15 0 104365569 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3493588 7099 2746 1 0 3482964 0
[pid=31507/tid=31508] ppid=31505 vsize=13974352 memory=-6729903327702782306 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 3148 0 0 0 7 1 0 0 20 0 15 0 104365570 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435532128656 140435527926941 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13974352 memory=3461490851185325705 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13974352 memory=140246555641472 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104365570 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13974352 memory=140246555641472 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104365572 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104365572 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104365572 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) S 31505 31505 12395 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 104365575 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435002280432 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13974352 memory=140246555641472 CPUtime=0.01 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) S 31505 31505 12395 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 104365575 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13974352 memory=140246555641472 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365579 14309736448 7099 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29776 KiB

[startup+0.310692 s]*
/proc/loadavg: 1.96 2.04 2.02 4/215 31521
/proc/meminfo: memFree=30852628/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13974352 memory=40304 CPUtime=0.31 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 8670 0 0 0 28 3 0 0 20 0 15 0 104365569 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3493588 10076 2997 1 0 3482964 0
[pid=31507/tid=31508] ppid=31505 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 1077944384 5825 0 0 0 16 2 0 0 20 0 15 0 104365570 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435532123104 140435520584237 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13975376 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14310785024 10076 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14310785024 10076 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104365570 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104365572 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104365572 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104365572 14310785024 10076 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14310785024 10076 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) R 31505 31505 12395 0 -1 4202560 767 0 0 0 2 0 0 0 20 0 15 0 104365575 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435002261448 140435509451709 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) S 31505 31505 12395 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 104365575 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) S 31505 31505 12395 0 -1 1077944384 690 0 0 0 6 0 0 0 20 0 15 0 104365575 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365579 14309736448 10076 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41684 KiB

[startup+0.701519 s]
/proc/loadavg: 1.96 2.04 2.02 5/215 31521
/proc/meminfo: memFree=30841892/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13978684 memory=66020 CPUtime=1.06 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 11572 0 0 0 102 4 0 0 20 0 15 0 104365569 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3494671 16505 3151 1 0 3482964 0
[pid=31507/tid=31508] ppid=31505 vsize=13978684 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 7929 0 0 0 53 3 0 0 20 0 15 0 104365570 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435532140952 140435171661275 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13978684 memory=60 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365570 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104365570 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 104365572 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104365572 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13978684 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104365572 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13978684 memory=140246452806256 CPUtime=0.15 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) S 31505 31505 12395 0 -1 1077944384 986 0 0 0 15 0 0 0 20 0 15 0 104365575 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435002280432 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13978684 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) R 31505 31505 12395 0 -1 4202560 421 0 0 0 13 0 0 0 20 0 15 0 104365575 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435507598119 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13978684 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) S 31505 31505 12395 0 -1 1077944384 929 0 0 0 20 0 0 0 20 0 15 0 104365575 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13978684 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104365579 14314172416 16505 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 67400 KiB

[startup+1.50152 s]
/proc/loadavg: 1.96 2.04 2.02 3/215 31521
/proc/meminfo: memFree=30780020/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13980732 memory=271740 CPUtime=2.17 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 14359 0 0 0 198 19 0 0 20 0 15 0 104365569 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3495183 67935 3180 1 0 3483476 0
[pid=31507/tid=31508] ppid=31505 vsize=13980732 memory=4132 CPUtime=1.27 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 8637 0 0 0 123 4 0 0 20 0 15 0 104365570 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140435532139944 140435171661242 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13980732 memory=51256 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 165 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 130 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13980732 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 355 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13980732 memory=280492905666496 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67935 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13980732 memory=280492905670912 CPUtime=0 cores=0,2,4,6

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

/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13980732 memory=271764 CPUtime=2.27 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 14403 0 0 0 208 19 0 0 20 0 15 0 104365569 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3495183 67941 3180 1 0 3483476 0
[pid=31507/tid=31508] ppid=31505 vsize=13980732 memory=7649399358444876083 CPUtime=1.37 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 8645 0 0 0 133 4 0 0 20 0 15 0 104365570 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435532142504 140435171661242 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13980732 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 165 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 130 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13980732 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 355 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) S 31505 31505 12395 0 -1 1077944384 991 0 0 0 15 0 0 0 20 0 15 0 104365575 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435002280432 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) S 31505 31505 12395 0 -1 1077944384 441 0 0 0 15 0 0 0 20 0 15 0 104365575 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13980732 memory=1296 CPUtime=0.24 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) S 31505 31505 12395 0 -1 1077944384 1897 0 0 0 24 0 0 0 20 0 15 0 104365575 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13980732 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 104365579 14316269568 67941 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 273144 KiB

[startup+2.00084 s]*
/proc/loadavg: 1.96 2.04 2.02 3/215 31521
/proc/meminfo: memFree=30621448/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13980732 memory=271816 CPUtime=2.69 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 14514 0 0 0 250 19 0 0 20 0 15 0 104365569 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3495183 67954 3182 1 0 3483476 0
[pid=31507/tid=31508] ppid=31505 vsize=13980732 memory=-8774313645642428999 CPUtime=1.77 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 8679 0 0 0 173 4 0 0 20 0 15 0 104365570 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435532143528 140435171587130 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13980732 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 165 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 130 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13980732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13980732 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 355 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13980732 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13980732 memory=29704 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) S 31505 31505 12395 0 -1 1077944384 991 0 0 0 15 0 0 0 20 0 15 0 104365575 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435002280432 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) S 31505 31505 12395 0 -1 1077944384 441 0 0 0 15 0 0 0 20 0 15 0 104365575 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13980732 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) S 31505 31505 12395 0 -1 1077944384 1974 0 0 0 25 0 0 0 20 0 15 0 104365575 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 104365579 14316269568 67954 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 273196 KiB

[startup+2.20079 s]
/proc/loadavg: 1.96 2.04 2.02 3/215 31521
/proc/meminfo: memFree=30621448/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13980732 memory=274240 CPUtime=3.07 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 16782 0 0 0 287 20 0 0 20 0 15 0 104365569 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3495183 68560 3203 1 0 3483476 0
[pid=31507/tid=31508] ppid=31505 vsize=13980732 memory=887519 CPUtime=1.96 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 9399 0 0 0 192 4 0 0 20 0 15 0 104365570 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435532140656 140435172231930 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13980732 memory=-7595718316222733696 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 165 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13980732 memory=8292148123324110535 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 130 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13980732 memory=-2317720213663324238 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13980732 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 355 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13980732 memory=-7674914008656224160 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) S 31505 31505 12395 0 -1 1077944384 1512 0 0 0 22 0 0 0 20 0 15 0 104365575 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435002280432 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) R 31505 31505 12395 0 -1 1077944384 1216 0 0 0 23 0 0 0 20 0 15 0 104365575 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435527916162 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13980732 memory=65 CPUtime=0.28 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) R 31505 31505 12395 0 -1 4202560 2226 0 0 0 28 0 0 0 20 0 15 0 104365575 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527926362 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13980732 memory=3904964140115047455 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13980732 memory=7086240636145848675 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 104365579 14316269568 68560 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 275620 KiB

[startup+2.30152 s]
/proc/loadavg: 1.96 2.04 2.02 3/215 31521
/proc/meminfo: memFree=30621448/32770624 swapFree=67108860/67108860
[pid=31505] ppid=31502 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31505/stat : 31505 (xcsp3-exec) S 31502 31505 12395 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104365561 9740288 345 18446744073709551615 4194304 5098028 140731746829616 140731746827720 139924590994044 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 27176960 140731746836863 140731746837066 140731746837066 140731746840555 0
/proc/31505/statm: 2378 345 289 221 0 87 0
[pid=31507] ppid=31505 vsize=13980732 memory=274836 CPUtime=3.29 cores=0,2,4,6
/proc/31507/stat : 31507 (java) S 31505 31505 12395 0 -1 1077944320 16922 0 0 0 309 20 0 0 20 0 15 0 104365569 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140727430425872 140435527905015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
/proc/31507/statm: 3495183 68709 3205 1 0 3483476 0
[pid=31507/tid=31508] ppid=31505 vsize=13980732 memory=56 CPUtime=2.06 cores=0,2,4,6
/proc/31507/task/31508/stat : 31508 (java) R 31505 31505 12395 0 -1 4202560 9399 0 0 0 202 4 0 0 20 0 15 0 104365570 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435532140656 140435172433046 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31509] ppid=31505 vsize=13980732 memory=280492905666496 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31509/stat : 31509 (java) S 31505 31505 12395 0 -1 1077944384 165 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435499748112 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31510] ppid=31505 vsize=13980732 memory=280492905670912 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31510/stat : 31510 (java) S 31505 31505 12395 0 -1 1077944384 130 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435127266192 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31511] ppid=31505 vsize=13980732 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/31507/task/31511/stat : 31511 (java) S 31505 31505 12395 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 15 0 104365570 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435126213648 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31512] ppid=31505 vsize=13980732 memory=13931 CPUtime=0.08 cores=0,2,4,6
/proc/31507/task/31512/stat : 31512 (java) S 31505 31505 12395 0 -1 1077944384 355 0 0 0 5 3 0 0 20 0 15 0 104365570 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435125161104 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31513] ppid=31505 vsize=13980732 memory=22219 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31513/stat : 31513 (java) S 31505 31505 12395 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435006490608 140435527916162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31514] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31514/stat : 31514 (java) S 31505 31505 12395 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435005436832 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31515] ppid=31505 vsize=13980732 memory=-3253322038155611931 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31515/stat : 31515 (java) S 31505 31505 12395 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104365572 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435004384240 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31516] ppid=31505 vsize=13980732 memory=280492905842016 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31516/stat : 31516 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435003332816 140435527923611 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31517] ppid=31505 vsize=13980732 memory=13924 CPUtime=0.26 cores=0,2,4,6
/proc/31507/task/31517/stat : 31517 (java) R 31505 31505 12395 0 -1 4202560 1531 0 0 0 26 0 0 0 20 0 15 0 104365575 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435002280352 140435511401803 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31518] ppid=31505 vsize=13980732 memory=22215 CPUtime=0.28 cores=0,2,4,6
/proc/31507/task/31518/stat : 31518 (java) S 31505 31505 12395 0 -1 1077944384 1305 0 0 0 28 0 0 0 20 0 15 0 104365575 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435001227888 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31519] ppid=31505 vsize=13980732 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/31507/task/31519/stat : 31519 (java) S 31505 31505 12395 0 -1 1077944384 2258 0 0 0 30 0 0 0 20 0 15 0 104365575 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140435000175344 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31520] ppid=31505 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31520/stat : 31520 (java) S 31505 31505 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104365575 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140434999123040 140435527915221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
[pid=31507/tid=31521] ppid=31505 vsize=13980732 memory=280492905898240 CPUtime=0 cores=0,2,4,6
/proc/31507/task/31521/stat : 31521 (java) S 31505 31505 12395 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 104365579 14316269568 68709 18446744073709551615 4194304 4196468 140727430443328 140434998069552 140435527916162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18751488 140727430447543 140727430447718 140727430447718 140727430451151 0
Current children cumulated CPU time: 3.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 276216 KiB

Child status: 0
Real time (s): 2.37215
CPU time (s): 3.48198
CPU user time (s): 3.27097
CPU system time (s): 0.211006
CPU usage (%): 146.786
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 276216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.27097
system time used= 0.211006
maximum resident set size= 279912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1861
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 31505
#   total CPU time (s): 3.48198
#   total CPU user time (s): 3.27097
#   total CPU system time (s): 0.211006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0378 second user time and 0.068126 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 13:28:29
IDJOB=4270366
IDBENCH=140554
IDSOLVER=2661
FILE ID=node135/4270366-1502624542
RUNJOBID= node135-1502620465-28447
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.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-4270366-1502624542/watcher-4270366-1502624542 -o /tmp/evaluation-result-4270366-1502624542/solver-4270366-1502624542 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28447 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 274679135 HOME/instance-4270366-1502624542.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=274679135

node135.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.21
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.21
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.21
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.21
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:        30879852 kB
MemAvailable:   31782836 kB
Buffers:          311476 kB
Cached:           889040 kB
SwapCached:            0 kB
Active:           892888 kB
Inactive:         554640 kB
Active(anon):     247204 kB
Inactive(anon):    41324 kB
Active(file):     645684 kB
Inactive(file):   513316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7584 kB
Writeback:             0 kB
AnonPages:        246604 kB
Mapped:            67080 kB
Shmem:             41656 kB
Slab:             147308 kB
SReclaimable:     119636 kB
SUnreclaim:        27672 kB
KernelStack:        3808 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1285568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-13 13:28:31