Trace number 4269720

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameRandom/Random-RB-3-28-28f/
rand-3-28-28-93-632f-05.xml
MD5SUM1bf4ccefbf8ae7bb3bb3e34b69384fe1
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 benchmark687.52002
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":28}]
Minimum variable degree4
Maximum variable degree16
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":1},{"degree":7,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":6},{"degree":12,"count":2},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":93}]
Number of extensional constraints93
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":93}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269720-1502726578.xml"  -tl '2520s' -p 1 -x 0
0.12/0.26	c [HOME/instance-4269720-1502726578.xml, -tl, 2520s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
3.35/2.03	c solve instance...
990.78/987.11	s SATISFIABLE
990.78/987.11	v <instantiation>
990.78/987.11	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] </list>
990.78/987.11	v 	<values>23 4 18 0 18 21 22 12 26 5 23 3 3 4 20 14 2 3 5 9 20 13 8 16 25 10 0 23 </values>
990.78/987.11	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 (15094 MiB free)
  memory of node 1: 16384 MiB (15596 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269720-1502726578/watcher-4269720-1502726578 -o /tmp/evaluation-result-4269720-1502726578/solver-4269720-1502726578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1123866445 HOME/instance-4269720-1502726578.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
solver pid=24210, runsolver pid=24207
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.82 1.86 1.86 3/202 24217
/proc/meminfo: memFree=31420532/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13507920 memory=15312 CPUtime=0.01 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 3661 0 0 0 1 0 0 0 20 0 8 0 60998465 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3376980 3828 2022 1 0 3366477 0
[pid=24212/tid=24213] ppid=24210 vsize=13507920 memory=4206989191851631162 CPUtime=0.01 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 2390 0 0 0 1 0 0 0 20 0 8 0 60998465 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140330173130224 140330152977758 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13507920 memory=3461490906317391497 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 60998466 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13507920 memory=140301687707264 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 60998466 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 60998466 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 60998466 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 60998467 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) R 24210 24210 11586 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 60998467 13832110080 3828 18446744073709551615 4194304 4196468 140731731338912 140329646490064 140330168907477 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 16688 KiB

[startup+0.217912 s]*
/proc/loadavg: 1.82 1.86 1.86 3/211 24226
/proc/meminfo: memFree=31409720/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13974352 memory=28652 CPUtime=0.12 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 5167 0 0 0 11 1 0 0 20 0 15 0 60998465 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3493588 7163 2818 1 0 3482964 0
[pid=24212/tid=24213] ppid=24210 vsize=13974352 memory=-6658686864355070311 CPUtime=0.08 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 3181 0 0 0 8 0 0 0 20 0 15 0 60998465 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140330173120416 140330168909206 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13974352 memory=3461490906317391497 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13974352 memory=140301687707264 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13974352 memory=140301687707264 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60998467 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60998467 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329646491168 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60998468 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329645438320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24221] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24221/stat : 24221 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329644386640 140330168915867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) S 24210 24210 11586 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 60998470 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329643334000 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) S 24210 24210 11586 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 60998470 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329642281200 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13974352 memory=140301687707264 CPUtime=0.01 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) R 24210 24210 11586 0 -1 4202560 252 0 0 0 1 0 0 0 20 0 15 0 60998470 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329641228400 140330150134832 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24226] ppid=24210 vsize=13974352 memory=140301687707264 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24226/stat : 24226 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998474 14309736448 7163 18446744073709551615 4194304 4196468 140731731338912 140329639124144 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30028 KiB

[startup+0.310447 s]*
/proc/loadavg: 1.82 1.86 1.86 5/211 24226
/proc/meminfo: memFree=31399000/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13974352 memory=40332 CPUtime=0.31 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 8768 0 0 0 29 2 0 0 20 0 15 0 60998465 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3493588 10083 3008 1 0 3482964 0
[pid=24212/tid=24213] ppid=24210 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 5898 0 0 0 16 2 0 0 20 0 15 0 60998465 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140330173115360 140330168909206 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60998466 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60998467 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60998467 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329646491168 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60998468 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329645438320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24221] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24221/stat : 24221 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329644386640 140330168915867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) S 24210 24210 11586 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 60998470 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329643334000 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) R 24210 24210 11586 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 15 0 60998470 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329642281200 140330168908418 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13974352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) R 24210 24210 11586 0 -1 4202560 714 0 0 0 7 0 0 0 20 0 15 0 60998470 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329641228400 140330148204319 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24226] ppid=24210 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24226/stat : 24226 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998474 14309736448 10083 18446744073709551615 4194304 4196468 140731731338912 140329639124144 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41708 KiB

[startup+0.701364 s]
/proc/loadavg: 1.82 1.86 1.86 3/211 24226
/proc/meminfo: memFree=31376032/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13978684 memory=124896 CPUtime=1.25 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 12138 0 0 0 120 5 0 0 20 0 15 0 60998465 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3494671 31224 3168 1 0 3482964 0
[pid=24212/tid=24213] ppid=24210 vsize=13978684 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 7427 0 0 0 52 4 0 0 20 0 15 0 60998465 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140330173134712 140329812733365 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13978684 memory=6363678002678172809 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13978684 memory=3472328296160574753 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998466 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60998466 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60998467 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13978684 memory=2 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60998467 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329646491168 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60998468 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329645438320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24221] ppid=24210 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24221/stat : 24221 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329644386640 140330168915867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13978684 memory=13 CPUtime=0.22 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) R 24210 24210 11586 0 -1 4202560 1173 0 0 0 22 0 0 0 20 0 15 0 60998470 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329643320024 140330148736973 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13978684 memory=3 CPUtime=0.22 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) R 24210 24210 11586 0 -1 4202560 1233 0 0 0 22 0 0 0 20 0 15 0 60998470 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329642267272 140330154023619 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) S 24210 24210 11586 0 -1 1077944384 1001 0 0 0 23 0 0 0 20 0 15 0 60998470 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329641228400 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13978684 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24226] ppid=24210 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24226/stat : 24226 (java) S 24210 24210 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60998474 14314172416 31224 18446744073709551615 4194304 4196468 140731731338912 140329639124144 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 126272 KiB

[startup+1.50473 s]
/proc/loadavg: 1.82 1.86 1.86 4/211 24226
/proc/meminfo: memFree=31220640/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13978684 memory=389764 CPUtime=2.6 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 13210 0 0 0 239 21 0 0 20 0 15 0 60998465 14314172416 97441 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3494671 97441 3200 1 0 3482964 0
[pid=24212/tid=24213] ppid=24210 vsize=13978684 memory=4120 CPUtime=1.28 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 7522 0 0 0 122 6 0 0 20 0 15 0 60998465 14314172416 97441 18446744073709551615 4194304 4196468 140731731338912 140330173133184 140329813512490 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13978684 memory=34600 CPUtime=0.07 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 102 0 0 0 4 3 0 0 20 0 15 0 60998466 14314172416 97441 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13978684 memory=280603098646736 CPUtime=0.06 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 109 0 0 0 3 3 0 0 20 0 15 0 60998466 14314172416 97441 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13978684 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 114 0 0 0 4 3 0 0 20 0 15 0 60998466 14314172416 97441 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13978684 memory=280603098657568 CPUtime=0.07 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 174 0 0 0 4 3 0 0 20 0 15 0 60998466 14314172416 97441 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13978684 memory=124896 CPUtime=0 cores=1,3,5,7

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

[startup+986.401 s]
/proc/loadavg: 1.96 1.93 1.89 3/212 24468
/proc/meminfo: memFree=27785240/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13980732 memory=2226580 CPUtime=990.18 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 62616 0 0 0 98936 82 0 0 20 0 15 0 60998465 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3495183 556645 3222 1 0 3483476 0
[pid=24212/tid=24213] ppid=24210 vsize=13980732 memory=1376 CPUtime=986.02 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 26301 0 0 0 98569 33 0 0 20 0 15 0 60998465 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140330173133904 140329814434770 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13980732 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1745 0 0 0 11 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13980732 memory=796 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1047 0 0 0 10 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13980732 memory=9992 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1210 0 0 0 11 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13980732 memory=1716 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 1245 0 0 0 10 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.03 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 3362 0 0 0 2 1 0 0 20 0 15 0 60998467 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 60998467 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329646491232 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 60998468 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329645438336 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24221] ppid=24210 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24221/stat : 24221 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329644386640 140330168915867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13980732 memory=2226580 CPUtime=1.35 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) S 24210 24210 11586 0 -1 1077944384 11705 0 0 0 134 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329643334000 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13980732 memory=1376 CPUtime=1.08 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) S 24210 24210 11586 0 -1 1077944384 8080 0 0 0 107 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329642281200 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.49 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) S 24210 24210 11586 0 -1 1077944384 5825 0 0 0 48 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329641228400 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24226] ppid=24210 vsize=13980732 memory=1376 CPUtime=0.41 cores=1,3,5,7
/proc/24212/task/24226/stat : 24226 (java) S 24210 24210 11586 0 -1 1077944384 758 0 0 0 20 21 0 0 20 0 15 0 60998474 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329639124144 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 990.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2227956 KiB

[startup+986.801 s]
/proc/loadavg: 1.96 1.93 1.89 3/212 24468
/proc/meminfo: memFree=27785240/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13980732 memory=2226580 CPUtime=990.58 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 62617 0 0 0 98976 82 0 0 20 0 15 0 60998465 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3495183 556645 3222 1 0 3483476 0
[pid=24212/tid=24213] ppid=24210 vsize=13980732 memory=1296 CPUtime=986.42 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 26302 0 0 0 98609 33 0 0 20 0 15 0 60998465 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140330173133904 140329814317020 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13980732 memory=1728 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1745 0 0 0 11 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13980732 memory=5788 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1047 0 0 0 10 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13980732 memory=1376 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1210 0 0 0 11 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 1245 0 0 0 10 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13980732 memory=1716 CPUtime=0.03 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 3362 0 0 0 2 1 0 0 20 0 15 0 60998467 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 60998467 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329646491232 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 60998468 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329645438336 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24221] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24221/stat : 24221 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329644386640 140330168915867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13980732 memory=1788 CPUtime=1.35 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) S 24210 24210 11586 0 -1 1077944384 11705 0 0 0 134 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329643334000 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13980732 memory=956 CPUtime=1.08 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) S 24210 24210 11586 0 -1 1077944384 8080 0 0 0 107 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329642281200 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13980732 memory=-8774313645642428999 CPUtime=0.49 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) S 24210 24210 11586 0 -1 1077944384 5825 0 0 0 48 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329641228400 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13980732 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24226] ppid=24210 vsize=13980732 memory=16240 CPUtime=0.41 cores=1,3,5,7
/proc/24212/task/24226/stat : 24226 (java) S 24210 24210 11586 0 -1 1077944384 758 0 0 0 20 21 0 0 20 0 15 0 60998474 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329639124144 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 990.58 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2227956 KiB

[startup+987.001 s]*
/proc/loadavg: 1.96 1.93 1.89 3/212 24468
/proc/meminfo: memFree=27774876/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13980732 memory=2226580 CPUtime=990.78 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 62618 0 0 0 98996 82 0 0 20 0 15 0 60998465 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3495183 556645 3222 1 0 3483476 0
[pid=24212/tid=24213] ppid=24210 vsize=13980732 memory=2226580 CPUtime=986.63 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) R 24210 24210 11586 0 -1 4202560 26303 0 0 0 98630 33 0 0 20 0 15 0 60998465 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140330173133904 140329814317020 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13980732 memory=16240 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1745 0 0 0 11 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13980732 memory=19668 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1047 0 0 0 10 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13980732 memory=-7003737579269690708 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1210 0 0 0 11 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13980732 memory=3908 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 1245 0 0 0 10 7 0 0 20 0 15 0 60998466 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13980732 memory=2852 CPUtime=0.03 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 3362 0 0 0 2 1 0 0 20 0 15 0 60998467 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329647545200 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13980732 memory=3060 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 60998467 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329646491232 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13980732 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 60998468 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329645438336 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24221] ppid=24210 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24221/stat : 24221 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329644386640 140330168915867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13980732 memory=3208 CPUtime=1.35 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) S 24210 24210 11586 0 -1 1077944384 11705 0 0 0 134 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329643334000 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13980732 memory=1376 CPUtime=1.08 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) S 24210 24210 11586 0 -1 1077944384 8080 0 0 0 107 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329642281200 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.49 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) S 24210 24210 11586 0 -1 1077944384 5825 0 0 0 48 1 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329641228400 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60998470 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24226] ppid=24210 vsize=13980732 memory=2888 CPUtime=0.41 cores=1,3,5,7
/proc/24212/task/24226/stat : 24226 (java) S 24210 24210 11586 0 -1 1077944384 758 0 0 0 20 21 0 0 20 0 15 0 60998474 14316269568 556645 18446744073709551615 4194304 4196468 140731731338912 140329639124144 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 990.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2227956 KiB

[startup+987.111 s]
/proc/loadavg: 1.96 1.93 1.89 3/212 24468
/proc/meminfo: memFree=27774876/32770624 swapFree=67108860/67108860
[pid=24210] ppid=24207 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24210/stat : 24210 (xcsp3-exec) S 24207 24210 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60998457 9740288 344 18446744073709551615 4194304 5098028 140730005519296 140730005517400 140318974472828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 24059904 140730005520760 140730005520965 140730005520965 140730005524459 0
/proc/24210/statm: 2378 344 289 221 0 87 0
[pid=24212] ppid=24210 vsize=13980732 memory=2226660 CPUtime=990.9 cores=1,3,5,7
/proc/24212/stat : 24212 (java) S 24210 24210 11586 0 -1 1077944320 64488 0 0 0 99008 82 0 0 20 0 13 0 60998465 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140731731321456 140330168897271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
/proc/24212/statm: 3495183 556665 3224 1 0 3483476 0
[pid=24212/tid=24213] ppid=24210 vsize=13980732 memory=2226580 CPUtime=986.73 cores=1,3,5,7
/proc/24212/task/24213/stat : 24213 (java) S 24210 24210 11586 0 -1 1077944384 26935 0 0 0 98640 33 0 0 20 0 13 0 60998465 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140330173140112 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24214] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24214/stat : 24214 (java) S 24210 24210 11586 0 -1 1077944384 1745 0 0 0 11 7 0 0 20 0 13 0 60998466 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140330138610320 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24215] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24215/stat : 24215 (java) S 24210 24210 11586 0 -1 1077944384 1047 0 0 0 10 7 0 0 20 0 13 0 60998466 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329768479248 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24216] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.18 cores=1,3,5,7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24210 11586 0 -1 1077944384 1210 0 0 0 11 7 0 0 20 0 13 0 60998466 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329767426448 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24217] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0.17 cores=1,3,5,7
/proc/24212/task/24217/stat : 24217 (java) S 24210 24210 11586 0 -1 1077944384 1245 0 0 0 10 7 0 0 20 0 13 0 60998466 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329766373648 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24218] ppid=24210 vsize=13980732 memory=56 CPUtime=0.03 cores=1,3,5,7
/proc/24212/task/24218/stat : 24218 (java) S 24210 24210 11586 0 -1 1077944384 3362 0 0 0 2 1 0 0 20 0 13 0 60998467 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329647545408 140330168908418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24219] ppid=24210 vsize=13980732 memory=2226580 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24219/stat : 24219 (java) S 24210 24210 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 13 0 60998467 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329646491232 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24220] ppid=24210 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24220/stat : 24220 (java) S 24210 24210 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 13 0 60998468 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329645438336 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24222] ppid=24210 vsize=13980732 memory=2226580 CPUtime=1.35 cores=1,3,5,7
/proc/24212/task/24222/stat : 24222 (java) S 24210 24210 11586 0 -1 1077944384 11840 0 0 0 134 1 0 0 20 0 13 0 60998470 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329643334000 140330168908418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24223] ppid=24210 vsize=13980732 memory=1376 CPUtime=1.09 cores=1,3,5,7
/proc/24212/task/24223/stat : 24223 (java) R 24210 24210 11586 0 -1 4202560 8486 0 0 0 108 1 0 0 20 0 13 0 60998470 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329642267168 140330154004222 0 4 1 16800974 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24224] ppid=24210 vsize=13980732 memory=1376 CPUtime=0.5 cores=1,3,5,7
/proc/24212/task/24224/stat : 24224 (java) S 24210 24210 11586 0 -1 1077944384 6487 0 0 0 49 1 0 0 20 0 13 0 60998470 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329641224272 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
[pid=24212/tid=24225] ppid=24210 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24212/task/24225/stat : 24225 (java) S 24210 24210 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 60998470 14316269568 556665 18446744073709551615 4194304 4196468 140731731338912 140329640175840 140330168907477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24899584 140731731345841 140731731346017 140731731346017 140731731349455 0
Current children cumulated CPU time: 990.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2228036 KiB

Child status: 0
Real time (s): 987.133
CPU time (s): 990.928
CPU user time (s): 990.093
CPU system time (s): 0.835214
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2228036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 990.093
system time used= 0.835214
maximum resident set size= 2226880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24194
involuntary context switches= 562


# summary of solver processes directly reported to runsolver:
#   pid: 24210
#   total CPU time (s): 990.928
#   total CPU user time (s): 990.093
#   total CPU system time (s): 0.835214

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72396 second user time and 8.56285 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 17:48:42
IDJOB=4269720
IDBENCH=122829
IDSOLVER=2660
FILE ID=node124/4269720-1502726578
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Random/Random-RB-3-28-28f/rand-3-28-28-93-632f-05.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269720-1502726578/watcher-4269720-1502726578 -o /tmp/evaluation-result-4269720-1502726578/solver-4269720-1502726578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1123866445 HOME/instance-4269720-1502726578.xml

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

MD5SUM BENCH= 1bf4ccefbf8ae7bb3bb3e34b69384fe1
RANDOM SEED=1123866445

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31427452 kB
MemAvailable:   31803564 kB
Buffers:          215936 kB
Cached:           448220 kB
SwapCached:            0 kB
Active:           636320 kB
Inactive:         259180 kB
Active(anon):     183012 kB
Inactive(anon):    81952 kB
Active(file):     453308 kB
Inactive(file):   177228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14504 kB
Writeback:             4 kB
AnonPages:        231248 kB
Mapped:            57608 kB
Shmem:             33512 kB
Slab:             149376 kB
SReclaimable:     122824 kB
SUnreclaim:        26552 kB
KernelStack:        3440 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1147176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62008 MiB
End job on node124 at 2017-08-14 18:05:09