Trace number 4282616

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-727-a4_X2.xml
MD5SUMfeda79726080e93715556435cff6944b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.4597402
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":216,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
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-4282616-1503149708.xml"  -tl '2520s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4282616-1503149708.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
5.21/3.60	c solve instance...
10.35/7.05	s SATISFIABLE
10.35/7.05	v <instantiation>
10.35/7.05	v 	<list>w3 w4 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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] </list>
10.35/7.05	v 	<values>215 0 19 13 6 9 10 2 8 1 7 14 18 20 11 12 3 5 15 16 17 4 21 3 24 1 23 4 28 12 27 4 12 10 4 13 5 8 3 5 4 4 24 48 49 72 76 104 116 143 147 159 169 173 186 191 199 202 207 211 215 </values>
10.35/7.05	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 (15152 MiB free)
  memory of node 1: 16384 MiB (15735 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282616-1503149708/watcher-4282616-1503149708 -o /tmp/evaluation-result-4282616-1503149708/solver-4282616-1503149708 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 173630383 HOME/instance-4282616-1503149708.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=25917, runsolver pid=25914

[startup+0.100153 s]*
/proc/loadavg: 1.28 1.44 1.54 3/205 25924
/proc/meminfo: memFree=31621832/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13441356 memory=16940 CPUtime=0.01 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 3498 0 0 0 1 0 0 0 20 0 7 0 13380598 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3360339 4235 1985 1 0 3349836 0
[pid=25919/tid=25920] ppid=25917 vsize=13441356 memory=-6871798056524144002 CPUtime=0.01 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 2258 0 0 0 1 0 0 0 20 0 7 0 13380598 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 139781662001936 139781639659952 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13380599 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13441356 memory=140463407208064 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13380599 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13380599 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13380599 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13380600 13763948544 4235 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18316 KiB

[startup+0.21013 s]*
/proc/loadavg: 1.28 1.44 1.54 3/214 25933
/proc/meminfo: memFree=31612676/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13974352 memory=27984 CPUtime=0.1 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 4898 0 0 0 9 1 0 0 20 0 15 0 13380598 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3493588 6996 2752 1 0 3482964 0
[pid=25919/tid=25920] ppid=25917 vsize=13974352 memory=8390339637985935414 CPUtime=0.07 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 3047 0 0 0 7 0 0 0 20 0 15 0 13380598 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781661988896 139781641839966 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13974352 memory=288230583233161597 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13974352 memory=4051185718419101344 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13974352 memory=140463407208064 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13380600 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13380601 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13380601 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) S 25917 25917 16431 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 13380603 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781199222768 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781198170224 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13974352 memory=140463407208064 CPUtime=0.01 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) S 25917 25917 16431 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 13380603 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13974352 memory=140463407208064 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380608 14309736448 6996 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29360 KiB

[startup+0.310444 s]*
/proc/loadavg: 1.28 1.44 1.54 5/214 25933
/proc/meminfo: memFree=31601484/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13974352 memory=39940 CPUtime=0.3 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 8648 0 0 0 28 2 0 0 20 0 15 0 13380598 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3493588 9985 3004 1 0 3482964 0
[pid=25919/tid=25920] ppid=25917 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 5797 0 0 0 16 1 0 0 20 0 15 0 13380598 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781661977568 139781657771414 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13380599 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13380600 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13380601 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13380601 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13974352 memory=140463281834432 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) R 25917 25917 16431 0 -1 1077944384 643 0 0 0 3 0 0 0 20 0 15 0 13380603 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781199222768 139781657770626 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) S 25917 25917 16431 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 15 0 13380603 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781198170224 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13974352 memory=140463407208064 CPUtime=0.06 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) R 25917 25917 16431 0 -1 4202560 668 0 0 0 6 0 0 0 20 0 15 0 13380603 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657771414 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13974352 memory=140463407208064 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380608 14309736448 9985 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41316 KiB

[startup+0.701523 s]
/proc/loadavg: 1.28 1.44 1.54 4/214 25933
/proc/meminfo: memFree=31585556/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13978684 memory=102544 CPUtime=1.28 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 12200 0 0 0 124 4 0 0 20 0 15 0 13380598 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3494671 25636 3163 1 0 3482964 0
[pid=25919/tid=25920] ppid=25917 vsize=13978684 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 7389 0 0 0 52 3 0 0 20 0 15 0 13380598 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781661995496 139781273560599 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13978684 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13978684 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13380600 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13380601 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13380601 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13978684 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13978684 memory=4612 CPUtime=0.24 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) R 25917 25917 16431 0 -1 4202560 1354 0 0 0 24 0 0 0 20 0 15 0 13380603 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781199208648 139781635645648 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13978684 memory=1444 CPUtime=0.23 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) R 25917 25917 16431 0 -1 4202560 738 0 0 0 23 0 0 0 20 0 15 0 13380603 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781198160336 139781638459776 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13978684 memory=10720 CPUtime=0.24 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) S 25917 25917 16431 0 -1 1077944384 1412 0 0 0 24 0 0 0 20 0 15 0 13380603 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13978684 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13978684 memory=11204 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380608 14314172416 25636 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 103920 KiB

[startup+1.50085 s]
/proc/loadavg: 1.34 1.45 1.54 3/214 25933
/proc/meminfo: memFree=31503952/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13978684 memory=144524 CPUtime=2.66 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 15460 0 0 0 261 5 0 0 20 0 15 0 13380598 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3494671 36131 3178 1 0 3482964 0
[pid=25919/tid=25920] ppid=25917 vsize=13978684 memory=6943526294502006880 CPUtime=1.35 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 8472 0 0 0 131 4 0 0 20 0 15 0 13380598 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 139781661983760 139781274816223 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13978684 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13978684 memory=7017826922289719121 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13978684 memory=7444848660042835793 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13978684 memory=8025788801259955540 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13380599 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13978684 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13380600 14314172416 36131 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13978684 memory=280926563320664 CPUtime=0 cores=1,3,5,7

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

/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 95 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13980732 memory=7450169123743819113 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 103 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13980732 memory=164 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13980732 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 289 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 13380600 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13980732 memory=140463407281665 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13980732 memory=7162809608044569704 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13980732 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) S 25917 25917 16431 0 -1 1077944384 4610 0 0 0 153 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781199222768 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13980732 memory=7810487918915055718 CPUtime=1.21 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) S 25917 25917 16431 0 -1 1077944384 3857 0 0 0 121 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781198170224 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13980732 memory=7734234446623322006 CPUtime=0.5 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) S 25917 25917 16431 0 -1 1077944384 2793 0 0 0 50 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13980732 memory=280926563076880 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13980732 memory=5931331325882553697 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 13380608 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 255784 KiB

[startup+7.07482 s]
# the end of solver process 25917 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.243 s, system=0.188604 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40097 s]
/proc/loadavg: 1.55 1.49 1.55 3/214 25933
/proc/meminfo: memFree=31387468/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13980732 memory=254408 CPUtime=9.65 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 23032 0 0 0 947 18 0 0 20 0 15 0 13380598 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3495183 63602 3220 1 0 3483476 0
[pid=25919/tid=25920] ppid=25917 vsize=13980732 memory=0 CPUtime=6.21 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 9372 0 0 0 616 5 0 0 20 0 15 0 13380598 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781661996240 139781276319754 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 95 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13980732 memory=930 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 103 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13980732 memory=592 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13980732 memory=1376 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 289 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13980732 memory=252940 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 13380600 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13980732 memory=5860133464324002659 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13980732 memory=7019818124745859158 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13980732 memory=7739264785197323877 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13980732 memory=7450169128038786409 CPUtime=1.53 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) S 25917 25917 16431 0 -1 1077944384 4610 0 0 0 153 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781199222768 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13980732 memory=7450169128038786409 CPUtime=1.21 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) S 25917 25917 16431 0 -1 1077944384 3857 0 0 0 121 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781198170224 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13980732 memory=4004 CPUtime=0.5 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) S 25917 25917 16431 0 -1 1077944384 2793 0 0 0 50 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13980732 memory=11276 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 13380608 14316269568 63602 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 255784 KiB

[startup+6.80074 s]
/proc/loadavg: 1.55 1.49 1.55 3/214 25933
/proc/meminfo: memFree=31387468/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13980732 memory=254464 CPUtime=10.1 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 23040 0 0 0 992 18 0 0 20 0 15 0 13380598 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3495183 63616 3222 1 0 3483476 0
[pid=25919/tid=25920] ppid=25917 vsize=13980732 memory=-8774313645642428999 CPUtime=6.61 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 9372 0 0 0 656 5 0 0 20 0 15 0 13380598 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781661996240 139781275919702 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13980732 memory=88 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 95 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13980732 memory=23 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 103 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13980732 memory=61 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13980732 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 289 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13980732 memory=28 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 13380600 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13980732 memory=181 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13980732 memory=445 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13980732 memory=5 CPUtime=1.57 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) S 25917 25917 16431 0 -1 1077944384 4616 0 0 0 157 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781199222768 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13980732 memory=56 CPUtime=1.23 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) S 25917 25917 16431 0 -1 1077944384 3859 0 0 0 123 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781198170224 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13980732 memory=60 CPUtime=0.5 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) S 25917 25917 16431 0 -1 1077944384 2793 0 0 0 50 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13980732 memory=16 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13980732 memory=89 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 13380608 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 255840 KiB

[startup+7.00076 s]*
/proc/loadavg: 1.55 1.49 1.55 3/214 25933
/proc/meminfo: memFree=31387348/32770624 swapFree=67108860/67108860
[pid=25917] ppid=25914 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/25917/stat : 25917 (xcsp3-exec) S 25914 25917 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 13380589 9740288 344 18446744073709551615 4194304 5098028 140736781196032 140736781194136 140383201583740 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24797184 140736781197690 140736781197894 140736781197894 140736781201387 0
/proc/25917/statm: 2378 344 289 221 0 87 0
[pid=25919] ppid=25917 vsize=13980732 memory=254464 CPUtime=10.35 cores=1,3,5,7
/proc/25919/stat : 25919 (java) S 25917 25917 16431 0 -1 1077944320 23054 0 0 0 1017 18 0 0 20 0 15 0 13380598 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 140723605189168 139781657759479 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
/proc/25919/statm: 3495183 63616 3222 1 0 3483476 0
[pid=25919/tid=25920] ppid=25917 vsize=13980732 memory=4026532047 CPUtime=6.82 cores=1,3,5,7
/proc/25919/task/25920/stat : 25920 (java) R 25917 25917 16431 0 -1 4202560 9372 0 0 0 677 5 0 0 20 0 15 0 13380598 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781661998008 139781276217552 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25921] ppid=25917 vsize=13980732 memory=10881 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25921/stat : 25921 (java) S 25917 25917 16431 0 -1 1077944384 95 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781592193296 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25922] ppid=25917 vsize=13980732 memory=3618840171354625696 CPUtime=0.02 cores=1,3,5,7
/proc/25919/task/25922/stat : 25922 (java) S 25917 25917 16431 0 -1 1077944384 103 0 0 0 0 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781591140752 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25923] ppid=25917 vsize=13980732 memory=-7595754389018297760 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25923/stat : 25923 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781255903760 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25924] ppid=25917 vsize=13980732 memory=734139722786418735 CPUtime=0.03 cores=1,3,5,7
/proc/25919/task/25924/stat : 25924 (java) S 25917 25917 16431 0 -1 1077944384 289 0 0 0 1 2 0 0 20 0 15 0 13380599 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781254851216 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25925] ppid=25917 vsize=13980732 memory=3472468759634888368 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25925/stat : 25925 (java) S 25917 25917 16431 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 13380600 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781203433968 139781657770626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25926] ppid=25917 vsize=13980732 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25926/stat : 25926 (java) S 25917 25917 16431 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781202380192 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25927] ppid=25917 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25927/stat : 25927 (java) S 25917 25917 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 13380601 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781201327600 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25928] ppid=25917 vsize=13980732 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25928/stat : 25928 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781200276176 139781657778075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25929] ppid=25917 vsize=13980732 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/25919/task/25929/stat : 25929 (java) S 25917 25917 16431 0 -1 1077944384 4616 0 0 0 157 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781199222768 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25930] ppid=25917 vsize=13980732 memory=4 CPUtime=1.26 cores=1,3,5,7
/proc/25919/task/25930/stat : 25930 (java) S 25917 25917 16431 0 -1 1077944384 3873 0 0 0 126 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781198170224 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25931] ppid=25917 vsize=13980732 memory=3473577076029966512 CPUtime=0.51 cores=1,3,5,7
/proc/25919/task/25931/stat : 25931 (java) S 25917 25917 16431 0 -1 1077944384 2793 0 0 0 51 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781197117680 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25932] ppid=25917 vsize=13980732 memory=3474301949664572470 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25932/stat : 25932 (java) S 25917 25917 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13380603 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781196065376 139781657769685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
[pid=25919/tid=25933] ppid=25917 vsize=13980732 memory=2319529662573627827 CPUtime=0 cores=1,3,5,7
/proc/25919/task/25933/stat : 25933 (java) S 25917 25917 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 13380608 14316269568 63616 18446744073709551615 4194304 4196468 140723605206624 139781195012912 139781657770626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31031296 140723605209522 140723605209698 140723605209698 140723605213135 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 255840 KiB

Child status: 0
Real time (s): 7.07486
CPU time (s): 10.4316
CPU user time (s): 10.243
CPU system time (s): 0.188604
CPU usage (%): 147.446
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 255840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.243
system time used= 0.188604
maximum resident set size= 254988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2634
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 25917
#   total CPU time (s): 10.4316
#   total CPU user time (s): 10.243
#   total CPU system time (s): 0.188604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075842 second user time and 0.106404 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 15:21:08
IDJOB=4282616
IDBENCH=135913
IDSOLVER=2677
FILE ID=node128/4282616-1503149708
RUNJOBID= node128-1503095815-16490
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-727-a4_X2.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-4282616-1503149708/watcher-4282616-1503149708 -o /tmp/evaluation-result-4282616-1503149708/solver-4282616-1503149708 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 173630383 HOME/instance-4282616-1503149708.xml

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

MD5SUM BENCH= feda79726080e93715556435cff6944b
RANDOM SEED=173630383

node128.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.47
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.47
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.47
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.47
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:        31629604 kB
MemAvailable:   31828376 kB
Buffers:          171292 kB
Cached:           317600 kB
SwapCached:            0 kB
Active:           417156 kB
Inactive:         319304 kB
Active(anon):     247708 kB
Inactive(anon):    16752 kB
Active(file):     169448 kB
Inactive(file):   302552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8224 kB
Writeback:            12 kB
AnonPages:        263268 kB
Mapped:            45304 kB
Shmem:             17060 kB
Slab:             109708 kB
SReclaimable:      85216 kB
SUnreclaim:        24492 kB
KernelStack:        3536 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-19 15:21:15