Trace number 4292767

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)OPT523 3.03352 1.15101

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.877161
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292767-1532330571.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292767-1532330571.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.27	c parse instance...
1.35/0.68	c solve instance...
1.63/0.73	o 1291 
2.26/0.95	o 644 
2.61/1.03	o 524 
2.61/1.09	o 523 
2.94/1.13	s OPTIMUM FOUND
2.94/1.13	v <instantiation>
2.94/1.13	v 	<list>f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3] </list>
2.94/1.13	v 	<values>54 1 100 31 1 0 0 0 3 0 1 0 0 1 2 0 0 53 46 99 30 </values>
2.94/1.13	v </instantiation>

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292767-1532330571/watcher-4292767-1532330571 -o /tmp/evaluation-result-4292767-1532330571/solver-4292767-1532330571 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532328176-15599 --watchdog 2560 HOME/xcsp3-exec -seed 1066339202 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292767-1532330571.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=15900, runsolver pid=15897

[startup+0.100142 s]*
/proc/loadavg: 1.91 1.91 1.85 3/218 15916
/proc/meminfo: memFree=17914768/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14082840 memory=28216 CPUtime=0.12 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 5491 0 0 0 11 1 0 0 20 0 15 0 50619940 14420828160 7054 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3520710 7054 2973 1 0 3483008 0
[pid=15902/tid=15903] ppid=15900 vsize=14082840 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 3490 0 0 0 8 0 0 0 20 0 15 0 50619940 14420828160 7119 33554432000 4194304 4196468 140734317740576 139663727142704 139663360773882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14082840 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14420828160 7119 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14082840 memory=140077982541440 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14420828160 7119 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14420828160 7119 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14420828160 7119 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14082840 memory=140077982541440 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619942 14420828160 7119 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14420828160 7119 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14420828160 7119 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14420828160 7119 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) S 15900 15900 9800 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 50619945 14420828160 7119 33554432000 4194304 4196468 140734317740576 139662698145904 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) S 15900 15900 9800 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 50619945 14420828160 7185 33554432000 4194304 4196468 140734317740576 139662697093104 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14082840 memory=140077982541440 CPUtime=0.01 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) R 15900 15900 9800 0 -1 4202560 330 0 0 0 1 0 0 0 20 0 15 0 50619945 14420828160 7185 33554432000 4194304 4196468 140734317740576 139662696040816 139663702876550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14420828160 7185 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14082840 memory=140077982541440 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619946 14420828160 7185 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29672 KiB

[startup+0.211608 s]*
/proc/loadavg: 1.91 1.91 1.85 3/218 15916
/proc/meminfo: memFree=17885172/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14087096 memory=40728 CPUtime=0.34 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 8243 0 0 0 32 2 0 0 20 0 15 0 50619940 14425186304 10182 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3521774 10182 3198 1 0 3483008 0
[pid=15902/tid=15903] ppid=15900 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 5447 0 0 0 19 1 0 0 20 0 15 0 50619940 14425186304 10182 33554432000 4194304 4196468 140734317740576 139663727132704 139663715587445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14087096 memory=12627 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 10182 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14087096 memory=140077982557543 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 10182 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 10182 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 10182 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14087096 memory=140077982541440 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 50619942 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) S 15900 15900 9800 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 15 0 50619945 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662698145904 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14087096 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) S 15900 15900 9800 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 15 0 50619945 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662697093104 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14087096 memory=140077982541440 CPUtime=0.07 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) R 15900 15900 9800 0 -1 4202560 791 0 0 0 7 0 0 0 20 0 15 0 50619945 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662696040816 139663722930778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619946 14425186304 10182 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42184 KiB

[startup+0.311962 s]*
/proc/loadavg: 1.91 1.91 1.85 6/218 15916
/proc/meminfo: memFree=17829756/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14087096 memory=47772 CPUtime=0.51 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 9086 0 0 0 48 3 0 0 20 0 15 0 50619940 14425186304 11943 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3521774 11943 3231 1 0 3483008 0
[pid=15902/tid=15903] ppid=15900 vsize=14087096 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 6153 0 0 0 28 2 0 0 20 0 15 0 50619940 14425186304 11943 33554432000 4194304 4196468 140734317740576 139663727144272 139663706989918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14087096 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 11943 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 11943 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 11943 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14425186304 11943 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 50619942 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14087096 memory=4498404016631593313 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14087096 memory=-6519613052471072158 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14087096 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14087096 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) S 15900 15900 9800 0 -1 1077944384 430 0 0 0 4 0 0 0 20 0 15 0 50619945 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662698145904 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) S 15900 15900 9800 0 -1 1077944384 287 0 0 0 3 0 0 0 20 0 15 0 50619945 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662697093104 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) S 15900 15900 9800 0 -1 1077944384 923 0 0 0 12 0 0 0 20 0 15 0 50619945 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662696040816 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619946 14425186304 11943 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49228 KiB

[startup+0.700837 s]
/proc/loadavg: 1.91 1.91 1.85 6/218 15916
/proc/meminfo: memFree=17765724/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14089220 memory=91728 CPUtime=1.63 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 12508 0 0 0 158 5 0 0 20 0 15 0 50619940 14427361280 22932 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3522305 22932 3334 1 0 3483520 0
[pid=15902/tid=15903] ppid=15900 vsize=14089220 memory=33 CPUtime=0.65 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 6995 0 0 0 62 3 0 0 20 0 15 0 50619940 14427361280 22932 33554432000 4194304 4196468 140734317740576 139663727147712 139663722921366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14089220 memory=288230613197271346 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 22932 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14089220 memory=15262540770860192 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 22932 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 22932 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 22932 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 50619942 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14089220 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) S 15900 15900 9800 0 -1 1077944384 1345 0 0 0 33 0 0 0 20 0 15 0 50619945 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662698145904 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14089220 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) R 15900 15900 9800 0 -1 4202560 1205 0 0 0 31 0 0 0 20 0 15 0 50619945 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662697070464 139663706296653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14089220 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) R 15900 15900 9800 0 -1 1077944384 1655 0 0 0 30 0 0 0 20 0 15 0 50619945 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662696040000 139663722919637 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14089220 memory=7235994222290298984 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14089220 memory=7883665971270673753 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619946 14427361280 22932 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 93184 KiB

[startup+1.15097 s]
# the end of solver process 15900 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.9637 s, system=0.06982 s

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

[startup+0.801 s]
/proc/loadavg: 1.91 1.91 1.85 6/218 15916
/proc/meminfo: memFree=17765724/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14089220 memory=95836 CPUtime=1.96 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 13601 0 0 0 191 5 0 0 20 0 15 0 50619940 14427361280 23959 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3522305 23959 3345 1 0 3483520 0
[pid=15902/tid=15903] ppid=15900 vsize=14089220 memory=1952 CPUtime=0.75 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 7001 0 0 0 72 3 0 0 20 0 15 0 50619940 14427361280 23959 33554432000 4194304 4196468 140734317740576 139663727148496 139663364779197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14089220 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 23959 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 23959 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 23959 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14089220 memory=8392 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 23959 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14089220 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 50619942 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14089220 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14089220 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14089220 memory=1204 CPUtime=0.42 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) R 15900 15900 9800 0 -1 4202560 1753 0 0 0 42 0 0 0 20 0 15 0 50619945 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662698146032 139663708017134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14089220 memory=15872 CPUtime=0.41 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) R 15900 15900 9800 0 -1 4202560 1794 0 0 0 41 0 0 0 20 0 15 0 50619945 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662697083024 139663702155321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14089220 memory=4008 CPUtime=0.34 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) S 15900 15900 9800 0 -1 1077944384 1745 0 0 0 34 0 0 0 20 0 15 0 50619945 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662696040816 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14089220 memory=31076 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619946 14427361280 23959 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 97292 KiB

[startup+1.00087 s]*
/proc/loadavg: 1.91 1.91 1.85 5/218 15916
/proc/meminfo: memFree=17746556/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14089220 memory=97980 CPUtime=2.61 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 14078 0 0 0 256 5 0 0 20 0 15 0 50619940 14427361280 24495 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3522305 24495 3347 1 0 3483520 0
[pid=15902/tid=15903] ppid=15900 vsize=14089220 memory=6791534058613427641 CPUtime=0.96 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 7002 0 0 0 93 3 0 0 20 0 15 0 50619940 14427361280 24495 33554432000 4194304 4196468 140734317740576 139663727145776 139663365056149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14089220 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 24495 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 24495 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 24495 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 24495 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 50619942 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14089220 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) R 15900 15900 9800 0 -1 4202560 1905 0 0 0 63 0 0 0 20 0 15 0 50619945 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662698131784 139663702761459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14089220 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) R 15900 15900 9800 0 -1 4202560 1975 0 0 0 62 0 0 0 20 0 15 0 50619945 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662697092288 139663706409637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14089220 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) R 15900 15900 9800 0 -1 1077944384 1888 0 0 0 36 0 0 0 20 0 15 0 50619945 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662696040816 139663722920578 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14089220 memory=-2317720213663851332 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14089220 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619946 14427361280 24495 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 99436 KiB

[startup+1.11059 s]
/proc/loadavg: 1.91 1.91 1.85 5/218 15916
/proc/meminfo: memFree=17746556/32770624 swapFree=67108860/67108860
[pid=15900] ppid=15897 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15900/stat : 15900 (xcsp3-exec) S 15897 15900 9800 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 50619939 115843072 364 33554432000 4194304 5098028 140734701361488 140734701359592 139778623832700 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39837696 140734701364282 140734701364484 140734701364484 140734701367242 0
/proc/15900/statm: 28282 364 306 221 0 87 0
[pid=15902] ppid=15900 vsize=14089220 memory=102728 CPUtime=2.94 cores=1,3,5,7
/proc/15902/stat : 15902 (java) S 15900 15900 9800 0 -1 1077944320 18920 0 0 0 288 6 0 0 20 0 15 0 50619940 14427361280 25682 33554432000 4194304 4196468 140734317740576 140734317723120 139663722909431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
/proc/15902/statm: 3522305 25682 3347 1 0 3483520 0
[pid=15902/tid=15903] ppid=15900 vsize=14089220 memory=33 CPUtime=1.06 cores=1,3,5,7
/proc/15902/task/15903/stat : 15903 (java) R 15900 15900 9800 0 -1 4202560 7377 0 0 0 103 3 0 0 20 0 15 0 50619940 14427361280 25682 33554432000 4194304 4196468 140734317740576 139663727144784 139663364864464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15904] ppid=15900 vsize=14089220 memory=288230613197271346 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15904/stat : 15904 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 25682 33554432000 4194304 4196468 140734317740576 139663319165328 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15905] ppid=15900 vsize=14089220 memory=15262540770860192 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15905/stat : 15905 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 25682 33554432000 4194304 4196468 140734317740576 139663318112528 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15906] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15906/stat : 15906 (java) S 15900 15900 9800 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 25682 33554432000 4194304 4196468 140734317740576 139663317060240 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15907] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15907/stat : 15907 (java) S 15900 15900 9800 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 50619941 14427361280 25682 33554432000 4194304 4196468 140734317740576 139663316007440 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15908] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15908/stat : 15908 (java) S 15900 15900 9800 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 50619942 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662702357104 139663722920578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15909] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15909/stat : 15909 (java) S 15900 15900 9800 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662701303072 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15910] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15910/stat : 15910 (java) S 15900 15900 9800 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50619943 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662700250736 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15911] ppid=15900 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15911/stat : 15911 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662699199056 139663722928027 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15912] ppid=15900 vsize=14089220 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/15902/task/15912/stat : 15912 (java) R 15900 15900 9800 0 -1 4202560 3782 0 0 0 73 0 0 0 20 0 15 0 50619945 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662698129408 139663708016903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15913] ppid=15900 vsize=14089220 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/15902/task/15913/stat : 15913 (java) R 15900 15900 9800 0 -1 4202560 4253 0 0 0 72 0 0 0 20 0 15 0 50619945 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662697079128 139663704454977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15914] ppid=15900 vsize=14089220 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/15902/task/15914/stat : 15914 (java) S 15900 15900 9800 0 -1 1077944384 2188 0 0 0 38 1 0 0 20 0 15 0 50619945 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662696040816 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15915] ppid=15900 vsize=14089220 memory=7235994222290298984 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15915/stat : 15915 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619945 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662694988256 139663722919637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
[pid=15902/tid=15916] ppid=15900 vsize=14089220 memory=7883665971270673753 CPUtime=0 cores=1,3,5,7
/proc/15902/task/15916/stat : 15916 (java) S 15900 15900 9800 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50619946 14427361280 25682 33554432000 4194304 4196468 140734317740576 139662693936048 139663722920578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28205056 140734317749377 140734317749553 140734317749553 140734317752271 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 104184 KiB

Child status: 0
Real time (s): 1.15101
CPU time (s): 3.03352
CPU user time (s): 2.9637
CPU system time (s): 0.06982
CPU usage (%): 263.552
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 104184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.9637
system time used= 0.06982
maximum resident set size= 105300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1697
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 15900
#   total CPU time (s): 3.03352
#   total CPU user time (s): 2.9637
#   total CPU system time (s): 0.06982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02588 second user time and 0.06271 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 09:22:51
IDJOB=4292767
IDBENCH=141260
IDSOLVER=2747
FILE ID=node106/4292767-1532330571
RUNJOBID= node106-1532328176-15599
PBS_JOBID= 21018983
Free space on /tmp= 53012 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292767-1532330571/watcher-4292767-1532330571 -o /tmp/evaluation-result-4292767-1532330571/solver-4292767-1532330571 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532328176-15599 --watchdog 2560  HOME/xcsp3-exec -seed 1066339202 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292767-1532330571.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=1066339202

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17949136 kB
MemAvailable:   31815992 kB
Buffers:          264108 kB
Cached:         13689656 kB
SwapCached:            0 kB
Active:          1507980 kB
Inactive:       12626352 kB
Active(anon):     183080 kB
Inactive(anon):    17084 kB
Active(file):    1324900 kB
Inactive(file): 12609268 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21012 kB
Writeback:             0 kB
AnonPages:        140284 kB
Mapped:            49280 kB
Shmem:             17036 kB
Slab:             388152 kB
SReclaimable:     361148 kB
SUnreclaim:        27004 kB
KernelStack:        3824 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52992 MiB
End job on node106 at 2018-07-23 09:22:52