Trace number 4282567

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 40.9907 37.6693

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-09.xml
MD5SUM1acf0ac9bd97a514ba0385b56c9970ab
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 benchmark6.41295
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints78
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":36}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":36}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":12},{"arity":6,"count":66}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"ordered","count":12}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282567-1503127278.xml"  -tl '2520s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4282567-1503127278.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.32	c simple solver
0.29/0.39	c parse instance...
10.12/8.69	c solve instance...
40.89/37.66	s SATISFIABLE
40.89/37.66	v <instantiation>
40.89/37.66	v 	<list>x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2] x[3][0] x[3][1] x[3][2] x[4][0] x[4][1] x[4][2] x[5][0] x[5][1] x[5][2] x[6][0] x[6][1] x[6][2] x[7][0] x[7][1] x[7][2] x[8][0] x[8][1] x[8][2] x[9][0] x[9][1] x[9][2] x[10][0] x[10][1] x[10][2] x[11][0] x[11][1] x[11][2] </list>
40.89/37.66	v 	<values>1 6 9 3 7 9 4 6 8 4 5 9 1 7 8 3 5 8 1 3 4 5 6 7 2 4 7 1 2 5 2 3 6 2 8 9 </values>
40.89/37.66	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 (15041 MiB free)
  memory of node 1: 16384 MiB (15336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282567-1503127278/watcher-4282567-1503127278 -o /tmp/evaluation-result-4282567-1503127278/solver-4282567-1503127278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 793384849 HOME/instance-4282567-1503127278.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13926, runsolver pid=13923

[startup+0.109566 s]*
/proc/loadavg: 2.16 1.91 1.81 3/205 13936
/proc/meminfo: memFree=31098484/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13574484 memory=18508 CPUtime=0.04 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 3974 0 0 0 3 1 0 0 20 0 9 0 114922915 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3393621 4627 2137 1 0 3383118 0
[pid=13928/tid=13929] ppid=13926 vsize=13574484 memory=-8713483618642983523 CPUtime=0.03 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 2680 0 0 0 3 0 0 0 20 0 9 0 114922916 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140433453010808 140433448797341 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 114922916 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13574484 memory=140141036205696 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 114922916 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 114922916 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 114922916 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13574484 memory=140141036205696 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 114922918 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 114922918 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140432926250016 140433448785621 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 114922918 13900271616 4627 18446744073709551615 4194304 4196468 140721819816544 140432925197168 140433448785621 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19888 KiB

[startup+0.209913 s]*
/proc/loadavg: 2.16 1.91 1.81 4/211 13942
/proc/meminfo: memFree=31090632/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13974352 memory=28384 CPUtime=0.1 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 5004 0 0 0 9 1 0 0 20 0 15 0 114922915 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3493588 7096 2752 1 0 3482964 0
[pid=13928/tid=13929] ppid=13926 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 3144 0 0 0 7 0 0 0 20 0 15 0 114922916 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140433452998384 140433441012542 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13974352 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922916 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13974352 memory=3616869511261746848 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922916 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922916 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922916 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13974352 memory=140141036205696 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922918 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114922918 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432926250016 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114922918 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432925197168 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) S 13926 13926 8557 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 114922921 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432923093872 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432922041072 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13974352 memory=140141036205696 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) R 13926 13926 8557 0 -1 4202560 248 0 0 0 0 0 0 0 20 0 15 0 114922921 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448796762 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13974352 memory=140141036205696 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922927 14309736448 7096 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29764 KiB

[startup+0.310126 s]*
/proc/loadavg: 2.16 1.91 1.81 4/211 13942
/proc/meminfo: memFree=31079692/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13974352 memory=39788 CPUtime=0.29 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 8573 0 0 0 27 2 0 0 20 0 15 0 114922915 14309736448 9947 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3493588 9947 2989 1 0 3482964 0
[pid=13928/tid=13929] ppid=13926 vsize=13975376 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 5773 0 0 0 16 2 0 0 20 0 15 0 114922916 14310785024 10011 18446744073709551615 4194304 4196468 140721819816544 140433452993504 140433441455133 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13975376 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922916 14310785024 10011 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922916 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922916 14309736448 10000 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922916 14309736448 10000 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922918 14309736448 10000 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114922918 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432926250016 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114922918 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432925197168 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) S 13926 13926 8557 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 15 0 114922921 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432923093872 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) R 13926 13926 8557 0 -1 4202560 382 0 0 0 2 0 0 0 20 0 15 0 114922921 14309736448 10000 18446744073709551615 4194304 4196468 140721819816544 140432922041072 140433430296480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13975376 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) S 13926 13926 8557 0 -1 1077944384 712 0 0 0 6 0 0 0 20 0 15 0 114922921 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922927 14310785024 10000 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41168 KiB

[startup+0.709645 s]
/proc/loadavg: 2.16 1.91 1.81 4/211 13942
/proc/meminfo: memFree=31065264/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13978684 memory=140240 CPUtime=1.26 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 11928 0 0 0 121 5 0 0 20 0 15 0 114922915 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3494671 35060 3144 1 0 3482964 0
[pid=13928/tid=13929] ppid=13926 vsize=13978684 memory=6153415001170666065 CPUtime=0.56 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 7448 0 0 0 53 3 0 0 20 0 15 0 114922916 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140433453011496 140433093283784 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13978684 memory=33 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922916 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922916 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922916 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922916 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13978684 memory=872 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114922918 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13978684 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114922918 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432926250016 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13978684 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114922918 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432925197168 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13978684 memory=7332 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13978684 memory=1628 CPUtime=0.22 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) R 13926 13926 8557 0 -1 4202560 1274 0 0 0 22 0 0 0 20 0 15 0 114922921 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432923079896 140433426638512 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) R 13926 13926 8557 0 -1 4202560 779 0 0 0 23 0 0 0 20 0 15 0 114922921 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432922026912 140433433164280 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) S 13926 13926 8557 0 -1 1077944384 1122 0 0 0 21 0 0 0 20 0 15 0 114922921 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114922927 14314172416 35060 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 141620 KiB

[startup+1.5008 s]
/proc/loadavg: 2.31 1.94 1.82 3/211 13942
/proc/meminfo: memFree=30894672/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13978684 memory=224864 CPUtime=2.37 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 12793 0 0 0 228 9 0 0 20 0 15 0 114922915 14314172416 56216 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3494671 56216 3186 1 0 3482964 0
[pid=13928/tid=13929] ppid=13926 vsize=13978684 memory=280281781138048 CPUtime=1.33 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 7478 0 0 0 129 4 0 0 20 0 15 0 114922916 14314172416 56216 18446744073709551615 4194304 4196468 140721819816544 140433453010944 140433448789264 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 114922916 14314172416 56216 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 15 0 114922916 14314172416 56216 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13978684 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 61 0 0 0 1 1 0 0 20 0 15 0 114922916 14314172416 56216 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13978684 memory=0 CPUtime=0.02 cores=1,3,5,7

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

/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13980732 memory=455324 CPUtime=38.49 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 27560 0 0 0 3827 22 0 0 20 0 15 0 114922915 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3495183 113831 3225 1 0 3483476 0
[pid=13928/tid=13929] ppid=13926 vsize=13980732 memory=1380 CPUtime=34.92 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 10858 0 0 0 3486 6 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433453012208 140433094695498 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13980732 memory=1380 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 113 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13980732 memory=455324 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 189 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13980732 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 154 0 0 0 8 3 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13980732 memory=3904 CPUtime=0.1 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 258 0 0 0 8 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13980732 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 756 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13980732 memory=2776 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432926250080 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13980732 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432925197184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13980732 memory=455292 CPUtime=1.33 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) S 13926 13926 8557 0 -1 1077944384 4930 0 0 0 132 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432923093872 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13980732 memory=796 CPUtime=1.24 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) S 13926 13926 8557 0 -1 1077944384 4634 0 0 0 123 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432922041072 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13980732 memory=1228 CPUtime=0.46 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) S 13926 13926 8557 0 -1 1077944384 3715 0 0 0 45 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13980732 memory=1400 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13980732 memory=15348 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 623 0 0 0 1 0 0 0 20 0 15 0 114922927 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 38.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 456704 KiB

[startup+36.8008 s]
/proc/loadavg: 2.06 1.92 1.82 3/211 13942
/proc/meminfo: memFree=30646400/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13980732 memory=455324 CPUtime=40.09 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 27578 0 0 0 3987 22 0 0 20 0 15 0 114922915 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3495183 113831 3225 1 0 3483476 0
[pid=13928/tid=13929] ppid=13926 vsize=13980732 memory=1628 CPUtime=36.52 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 10874 0 0 0 3646 6 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433453012208 140433094695498 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13980732 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 113 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13980732 memory=455324 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 189 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13980732 memory=1380 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 154 0 0 0 8 3 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13980732 memory=310324 CPUtime=0.1 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 258 0 0 0 8 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13980732 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 756 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13980732 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432926250080 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432925197184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13980732 memory=455292 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13980732 memory=1380 CPUtime=1.33 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) S 13926 13926 8557 0 -1 1077944384 4930 0 0 0 132 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432923093872 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13980732 memory=164 CPUtime=1.24 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) S 13926 13926 8557 0 -1 1077944384 4634 0 0 0 123 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432922041072 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13980732 memory=-1088251628401078322 CPUtime=0.46 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) S 13926 13926 8557 0 -1 1077944384 3715 0 0 0 45 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13980732 memory=455324 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13980732 memory=455324 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 625 0 0 0 1 0 0 0 20 0 15 0 114922927 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 40.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 456704 KiB

[startup+37.2008 s]
/proc/loadavg: 2.06 1.92 1.82 3/211 13942
/proc/meminfo: memFree=30646400/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13980732 memory=455324 CPUtime=40.49 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 27578 0 0 0 4027 22 0 0 20 0 15 0 114922915 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3495183 113831 3225 1 0 3483476 0
[pid=13928/tid=13929] ppid=13926 vsize=13980732 memory=-8774313645642428999 CPUtime=36.92 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 10874 0 0 0 3686 6 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433453012208 140433094695455 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13980732 memory=66508602 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 113 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13980732 memory=140140891234108 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 189 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13980732 memory=280281782476064 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 154 0 0 0 8 3 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13980732 memory=6944656592455360604 CPUtime=0.1 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 258 0 0 0 8 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 756 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432926250080 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432925197184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13980732 memory=6944656592455359580 CPUtime=1.33 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) S 13926 13926 8557 0 -1 1077944384 4930 0 0 0 132 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432923093872 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13980732 memory=6944656592387989600 CPUtime=1.24 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) S 13926 13926 8557 0 -1 1077944384 4634 0 0 0 123 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432922041072 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13980732 memory=-1088251628401078322 CPUtime=0.46 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) S 13926 13926 8557 0 -1 1077944384 3715 0 0 0 45 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13980732 memory=8976414709404591081 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 625 0 0 0 1 0 0 0 20 0 15 0 114922927 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 40.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 456704 KiB

[startup+37.6008 s]
/proc/loadavg: 2.06 1.92 1.82 3/211 13942
/proc/meminfo: memFree=30646400/32770624 swapFree=67105588/67108860
[pid=13926] ppid=13923 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13926/stat : 13926 (xcsp3-exec) S 13923 13926 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114922908 9740288 345 18446744073709551615 4194304 5098028 140725410743680 140725410741784 139896330769020 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 36413440 140725410750841 140725410751045 140725410751045 140725410754539 0
/proc/13926/statm: 2378 345 289 221 0 87 0
[pid=13928] ppid=13926 vsize=13980732 memory=455324 CPUtime=40.89 cores=1,3,5,7
/proc/13928/stat : 13928 (java) S 13926 13926 8557 0 -1 1077944320 27580 0 0 0 4067 22 0 0 20 0 15 0 114922915 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140721819799088 140433448775415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
/proc/13928/statm: 3495183 113831 3225 1 0 3483476 0
[pid=13928/tid=13929] ppid=13926 vsize=13980732 memory=-8774313645642428999 CPUtime=37.32 cores=1,3,5,7
/proc/13928/task/13929/stat : 13929 (java) R 13926 13926 8557 0 -1 4202560 10876 0 0 0 3726 6 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433453012208 140433094992114 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13930] ppid=13926 vsize=13980732 memory=62408 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13930/stat : 13930 (java) S 13926 13926 8557 0 -1 1077944384 113 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433049021584 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13931] ppid=13926 vsize=13980732 memory=1240 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13931/stat : 13931 (java) S 13926 13926 8557 0 -1 1077944384 189 0 0 0 9 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433047968784 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13932] ppid=13926 vsize=13980732 memory=2384 CPUtime=0.11 cores=1,3,5,7
/proc/13928/task/13932/stat : 13932 (java) S 13926 13926 8557 0 -1 1077944384 154 0 0 0 8 3 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433046915984 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13933] ppid=13926 vsize=13980732 memory=1672 CPUtime=0.1 cores=1,3,5,7
/proc/13928/task/13933/stat : 13933 (java) S 13926 13926 8557 0 -1 1077944384 258 0 0 0 8 2 0 0 20 0 15 0 114922916 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140433045863184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13934] ppid=13926 vsize=13980732 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13934/stat : 13934 (java) S 13926 13926 8557 0 -1 1077944384 756 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432927304048 140433448786562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13935] ppid=13926 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13935/stat : 13935 (java) S 13926 13926 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432926250080 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13936] ppid=13926 vsize=13980732 memory=140140891298272 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13936/stat : 13936 (java) S 13926 13926 8557 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 114922918 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432925197184 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13937] ppid=13926 vsize=13980732 memory=-6305715022657578368 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13937/stat : 13937 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432924145488 140433448794011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13938] ppid=13926 vsize=13980732 memory=-3472574513799858009 CPUtime=1.33 cores=1,3,5,7
/proc/13928/task/13938/stat : 13938 (java) S 13926 13926 8557 0 -1 1077944384 4930 0 0 0 132 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432923093872 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13939] ppid=13926 vsize=13980732 memory=-6369637238906953513 CPUtime=1.24 cores=1,3,5,7
/proc/13928/task/13939/stat : 13939 (java) S 13926 13926 8557 0 -1 1077944384 4634 0 0 0 123 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432922041072 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13940] ppid=13926 vsize=13980732 memory=-5934722112538761091 CPUtime=0.46 cores=1,3,5,7
/proc/13928/task/13940/stat : 13940 (java) S 13926 13926 8557 0 -1 1077944384 3715 0 0 0 45 1 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432920988272 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13941] ppid=13926 vsize=13980732 memory=-6305709486444274304 CPUtime=0 cores=1,3,5,7
/proc/13928/task/13941/stat : 13941 (java) S 13926 13926 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114922921 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432919935712 140433448785621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
[pid=13928/tid=13942] ppid=13926 vsize=13980732 memory=4947374192395328128 CPUtime=0.01 cores=1,3,5,7
/proc/13928/task/13942/stat : 13942 (java) S 13926 13926 8557 0 -1 1077944384 625 0 0 0 1 0 0 0 20 0 15 0 114922927 14316269568 113831 18446744073709551615 4194304 4196468 140721819816544 140432918882992 140433448786562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140721819824561 140721819824737 140721819824737 140721819828175 0
Current children cumulated CPU time: 40.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 456704 KiB

Child status: 0
Real time (s): 37.6693
CPU time (s): 40.9907
CPU user time (s): 40.7561
CPU system time (s): 0.234618
CPU usage (%): 108.817
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 459976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.7561
system time used= 0.234618
maximum resident set size= 458596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28780
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3323
involuntary context switches= 82


# summary of solver processes directly reported to runsolver:
#   pid: 13926
#   total CPU time (s): 40.9907
#   total CPU user time (s): 40.7561
#   total CPU system time (s): 0.234618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.285709 second user time and 0.37774 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 09:07:13
IDJOB=4282567
IDBENCH=126256
IDSOLVER=2677
FILE ID=node126/4282567-1503127278
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-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-4282567-1503127278/watcher-4282567-1503127278 -o /tmp/evaluation-result-4282567-1503127278/solver-4282567-1503127278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 793384849 HOME/instance-4282567-1503127278.xml

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

MD5SUM BENCH= 1acf0ac9bd97a514ba0385b56c9970ab
RANDOM SEED=793384849

node126.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.81
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.81
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.81
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.81
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:        31108016 kB
MemAvailable:   31671776 kB
Buffers:          304204 kB
Cached:           549596 kB
SwapCached:          524 kB
Active:           829344 kB
Inactive:         361444 kB
Active(anon):     293156 kB
Inactive(anon):    93904 kB
Active(file):     536188 kB
Inactive(file):   267540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             10176 kB
Writeback:             4 kB
AnonPages:        336904 kB
Mapped:            70228 kB
Shmem:             49824 kB
Slab:             178076 kB
SReclaimable:     151736 kB
SUnreclaim:        26340 kB
KernelStack:        3440 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1421560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62012 MiB
End job on node126 at 2017-08-19 09:07:51