Trace number 4400495

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 2019-09-16OPT103 649.592 163.658

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark115.382
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400495-1568694487.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400495-1568694487.xml, -tl, 2400s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
1.13/0.81	c solve instance...
1.75/0.92	o 108 
2.50/1.14	o 107 
70.62/18.28	o 106 
71.02/18.33	o 105 
71.02/18.34	o 104 
118.36/30.26	o 103 
649.37/163.65	s OPTIMUM FOUND
649.37/163.65	v <instantiation>
649.37/163.65	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
649.37/163.65	v 	<values>0 1 0 18 10 17 34 12 15 56 22 50 21 57 26 64 69 43 30 80 88 65 73 82 50 80 56 84 98 95 92 103 </values>
649.37/163.65	v </instantiation>

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400495-1568694487/watcher-4400495-1568694487 -o /tmp/evaluation-result-4400495-1568694487/solver-4400495-1568694487 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1015194374 HOME/instance-4400495-1568694487.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=31976, runsolver pid=31973

[startup+0.100093 s]*
/proc/loadavg: 8.79 4.57 2.71 7/233 31992
/proc/meminfo: memFree=30461460/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15144776 memory=28816 CPUtime=0.12 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 5682 0 0 0 11 1 0 0 20 0 15 0 445717529 15508250624 7204 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3786194 7204 3114 1 0 3748377 0
[pid=31978/tid=31979] ppid=31976 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) R 31976 31976 30406 0 -1 4202560 3595 0 0 0 8 1 0 0 20 0 15 0 445717529 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011798822400 140011794609309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15144776 memory=140197868770944 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15144776 memory=140197868770944 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717531 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717532 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011261911840 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717532 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011260859504 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31976 30406 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011258755696 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) R 31976 31976 30406 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011257702896 140011794598530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15144776 memory=140197868770944 CPUtime=0.02 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31976 30406 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 445717535 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011256650608 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15144776 memory=140197868770944 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 7204 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30268 KiB

[startup+0.210854 s]*
/proc/loadavg: 8.79 4.57 2.71 6/233 31992
/proc/meminfo: memFree=30435520/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15144776 memory=40940 CPUtime=0.33 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 9459 0 0 0 30 3 0 0 20 0 15 0 445717529 15508250624 10235 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3786194 10235 3299 1 0 3748377 0
[pid=31978/tid=31979] ppid=31976 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) R 31976 31976 30406 0 -1 4202560 6621 0 0 0 17 3 0 0 20 0 15 0 445717529 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011798821440 140011794608730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15144776 memory=1946935 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15144776 memory=140197868800524 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15144776 memory=140197868770944 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445717531 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717532 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011261911840 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717532 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011260859504 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31976 30406 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 15 0 445717535 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011258755696 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31976 30406 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 445717535 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011257702896 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15144776 memory=140197868770944 CPUtime=0.08 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) R 31976 31976 30406 0 -1 4202560 761 0 0 0 8 0 0 0 20 0 15 0 445717535 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011256650608 140011794599318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717535 15508250624 10235 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42392 KiB

[startup+0.583733 s]*
/proc/loadavg: 8.79 4.57 2.71 8/233 31992
/proc/meminfo: memFree=30435756/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15151156 memory=55956 CPUtime=0.77 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 11743 0 0 0 72 5 0 0 20 0 15 0 445717529 15514783744 13989 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3787789 13989 3416 1 0 3748889 0
[pid=31978/tid=31979] ppid=31976 vsize=15151156 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) R 31976 31976 30406 0 -1 4202560 8361 0 0 0 37 4 0 0 20 0 15 0 445717529 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011798813648 140011794609309 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15151156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15151156 memory=4500088463514900084 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15151156 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445717531 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15151156 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717532 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011261911840 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15151156 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717532 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011260859504 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15151156 memory=-7828588039587137883 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15151156 memory=4426078206164241782 CPUtime=0.07 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) R 31976 31976 30406 0 -1 1077944384 661 0 0 0 7 0 0 0 20 0 15 0 445717535 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011258755696 140011794598530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15151156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) R 31976 31976 30406 0 -1 4202560 341 0 0 0 7 0 0 0 20 0 15 0 445717535 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011257701296 140011776131559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15151156 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) R 31976 31976 30406 0 -1 4202560 1072 0 0 0 19 0 0 0 20 0 15 0 445717535 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011256650608 140011774007516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717535 15514783744 13989 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 57408 KiB

[startup+0.710462 s]*
/proc/loadavg: 8.79 4.57 2.71 8/233 31992
/proc/meminfo: memFree=30420064/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15151156 memory=71136 CPUtime=1.13 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 14519 0 0 0 107 6 0 0 20 0 15 0 445717529 15514783744 17784 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3787789 17784 3446 1 0 3748889 0
[pid=31978/tid=31979] ppid=31976 vsize=15151156 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) R 31976 31976 30406 0 -1 4202560 9235 0 0 0 49 4 0 0 20 0 15 0 445717529 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011798823008 140011387361152 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15151156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15151156 memory=4500088463514900084 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717530 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15151156 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445717531 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15151156 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717532 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011261911840 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15151156 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717532 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011260859504 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15151156 memory=-7828588039587137883 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15151156 memory=4426078206164241782 CPUtime=0.14 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) R 31976 31976 30406 0 -1 4202560 1246 0 0 0 14 0 0 0 20 0 15 0 445717535 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011258747344 140011778087895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15151156 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) R 31976 31976 30406 0 -1 1077944384 946 0 0 0 14 0 0 0 20 0 15 0 445717535 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011257702896 140011794598530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15151156 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) R 31976 31976 30406 0 -1 4202560 1784 0 0 0 28 0 0 0 20 0 15 0 445717535 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011256650608 140011773707545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717535 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717535 15514783744 17784 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 72588 KiB

[startup+1.50085 s]
/proc/loadavg: 9.05 4.69 2.76 11/237 32004
/proc/meminfo: memFree=30347808/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0

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

/proc/31978/task/32020/stat : 32020 (java) R 31976 31976 30406 0 -1 4202560 1173 0 0 0 13124 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011239256240 140011393639507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 644.23 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 172892 KiB

[startup+163.658 s]
# the end of solver process 31976 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=649.407 s, system=0.184874 s

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

[startup+162.601 s]
/proc/loadavg: 8.27 6.21 3.65 9/237 1730
/proc/meminfo: memFree=30342796/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15486024 memory=171440 CPUtime=645.39 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 82723 0 0 0 64522 17 0 0 20 0 19 0 445717529 15857688576 42860 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3871506 42860 3522 1 0 3832606 0
[pid=31978/tid=31979] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.64 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) S 31976 31976 30406 0 -1 1077944384 9739 0 0 0 59 5 0 0 20 0 19 0 445717529 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011798828160 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15486024 memory=171440 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1871 0 0 0 3 1 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 3211 0 0 0 3 0 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15486024 memory=1056 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 4779 0 0 0 4 0 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15486024 memory=1188 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 1397 0 0 0 3 1 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15486024 memory=1536 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 2853 0 0 0 3 1 0 0 20 0 19 0 445717531 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15486024 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 445717532 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011261911904 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15486024 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 19 0 445717532 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011260859520 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15486024 memory=780 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15486024 memory=620 CPUtime=2.65 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31976 30406 0 -1 1077944384 16318 0 0 0 264 1 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011258755696 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15486024 memory=1452 CPUtime=2.69 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31976 30406 0 -1 1077944384 21500 0 0 0 267 2 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011257702896 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15486024 memory=171440 CPUtime=0.67 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31976 30406 0 -1 1077944384 9055 0 0 0 66 1 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011256650608 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15486024 memory=47980 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15486024 memory=988 CPUtime=0.02 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 438 0 0 0 0 2 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32017] ppid=31976 vsize=15486024 memory=1452 CPUtime=131.46 cores=1,3,5,7
/proc/31978/task/32017/stat : 32017 (java) R 31976 31976 30406 0 -1 4202560 685 0 0 0 13146 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011245562568 140011393140182 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32018] ppid=31976 vsize=15486024 memory=173492 CPUtime=131.54 cores=1,3,5,7
/proc/31978/task/32018/stat : 32018 (java) R 31976 31976 30406 0 -1 4202560 2214 0 0 0 13154 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011243458136 140011393286594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32019] ppid=31976 vsize=15486024 memory=1452 CPUtime=131.76 cores=1,3,5,7
/proc/31978/task/32019/stat : 32019 (java) R 31976 31976 30406 0 -1 4202560 721 0 0 0 13175 1 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011244514016 140011391667741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32020] ppid=31976 vsize=15486024 memory=0 CPUtime=131.53 cores=1,3,5,7
/proc/31978/task/32020/stat : 32020 (java) R 31976 31976 30406 0 -1 4202560 1173 0 0 0 13153 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011239256240 140011391667752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 645.39 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 172892 KiB

[startup+163.401 s]
/proc/loadavg: 8.27 6.21 3.65 9/237 1730
/proc/meminfo: memFree=30342724/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15486024 memory=171440 CPUtime=648.57 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 82723 0 0 0 64840 17 0 0 20 0 19 0 445717529 15857688576 42860 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3871506 42860 3522 1 0 3832606 0
[pid=31978/tid=31979] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.64 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) S 31976 31976 30406 0 -1 1077944384 9739 0 0 0 59 5 0 0 20 0 19 0 445717529 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011798828160 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15486024 memory=171440 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1871 0 0 0 3 1 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15486024 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 3211 0 0 0 3 0 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 4779 0 0 0 4 0 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 1397 0 0 0 3 1 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15486024 memory=173492 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 2853 0 0 0 3 1 0 0 20 0 19 0 445717531 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15486024 memory=1016 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 445717532 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011261911904 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 19 0 445717532 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011260859520 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15486024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15486024 memory=4156 CPUtime=2.65 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31976 30406 0 -1 1077944384 16318 0 0 0 264 1 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011258755696 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15486024 memory=1056 CPUtime=2.69 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31976 30406 0 -1 1077944384 21500 0 0 0 267 2 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011257702896 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15486024 memory=1188 CPUtime=0.67 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31976 30406 0 -1 1077944384 9055 0 0 0 66 1 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011256650608 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15486024 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15486024 memory=9592 CPUtime=0.02 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 438 0 0 0 0 2 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32017] ppid=31976 vsize=15486024 memory=2828 CPUtime=132.25 cores=1,3,5,7
/proc/31978/task/32017/stat : 32017 (java) R 31976 31976 30406 0 -1 4202560 685 0 0 0 13225 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011245562568 140011393284780 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32018] ppid=31976 vsize=15486024 memory=780 CPUtime=132.34 cores=1,3,5,7
/proc/31978/task/32018/stat : 32018 (java) R 31976 31976 30406 0 -1 4202560 2214 0 0 0 13234 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011243458136 140011393950220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32019] ppid=31976 vsize=15486024 memory=620 CPUtime=132.56 cores=1,3,5,7
/proc/31978/task/32019/stat : 32019 (java) R 31976 31976 30406 0 -1 4202560 721 0 0 0 13255 1 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011244514016 140011393282984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32020] ppid=31976 vsize=15486024 memory=1496 CPUtime=132.33 cores=1,3,5,7
/proc/31978/task/32020/stat : 32020 (java) R 31976 31976 30406 0 -1 4202560 1173 0 0 0 13233 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011239256240 140011391659959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 648.57 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 172892 KiB

[startup+163.601 s]
/proc/loadavg: 8.27 6.21 3.65 9/237 1730
/proc/meminfo: memFree=30342724/32770624 swapFree=66953076/67108860
[pid=31976] ppid=31973 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31976/stat : 31976 (xcsp3-exec) S 31973 31976 30406 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445717528 115843072 363 33554432000 4194304 5098028 140725084772768 140725084770872 140659019801212 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28655616 140725084779386 140725084779629 140725084779629 140725084782538 0
/proc/31976/statm: 28282 363 304 221 0 87 0
[pid=31978] ppid=31976 vsize=15486024 memory=171440 CPUtime=649.37 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31976 30406 0 -1 1077944320 82723 0 0 0 64920 17 0 0 20 0 19 0 445717529 15857688576 42860 33554432000 4194304 4196468 140732716159888 140732716142432 140011794587383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
/proc/31978/statm: 3871506 42860 3522 1 0 3832606 0
[pid=31978/tid=31979] ppid=31976 vsize=15486024 memory=-8253362762722141311 CPUtime=0.64 cores=1,3,5,7
/proc/31978/task/31979/stat : 31979 (java) S 31976 31976 30406 0 -1 1077944384 9739 0 0 0 59 5 0 0 20 0 19 0 445717529 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011798828160 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31980] ppid=31976 vsize=15486024 memory=7306920320414804274 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31976 30406 0 -1 1077944384 1871 0 0 0 3 1 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011387218832 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31981] ppid=31976 vsize=15486024 memory=7237115711918795831 CPUtime=0.03 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31976 30406 0 -1 1077944384 3211 0 0 0 3 0 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011386166032 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31982] ppid=31976 vsize=15486024 memory=8027214880256583985 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31976 30406 0 -1 1077944384 4779 0 0 0 4 0 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011385113744 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31983] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31976 30406 0 -1 1077944384 1397 0 0 0 3 1 0 0 20 0 19 0 445717530 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011384060944 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31984] ppid=31976 vsize=15486024 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31976 30406 0 -1 1077944384 2853 0 0 0 3 1 0 0 20 0 19 0 445717531 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011262965872 140011794598530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31985] ppid=31976 vsize=15486024 memory=176060 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31976 30406 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 445717532 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011261911904 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31986] ppid=31976 vsize=15486024 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31976 30406 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 19 0 445717532 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011260859520 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31987] ppid=31976 vsize=15486024 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011259807824 140011794605979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31988] ppid=31976 vsize=15486024 memory=2712 CPUtime=2.65 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31976 30406 0 -1 1077944384 16318 0 0 0 264 1 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011258755696 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31989] ppid=31976 vsize=15486024 memory=1656 CPUtime=2.69 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31976 30406 0 -1 1077944384 21500 0 0 0 267 2 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011257702896 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31990] ppid=31976 vsize=15486024 memory=1412 CPUtime=0.67 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31976 30406 0 -1 1077944384 9055 0 0 0 66 1 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011256650608 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31991] ppid=31976 vsize=15486024 memory=3128 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31976 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011255598048 140011794597589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=31992] ppid=31976 vsize=15486024 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31976 30406 0 -1 1077944384 438 0 0 0 0 2 0 0 20 0 19 0 445717535 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011254544816 140011794598530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32017] ppid=31976 vsize=15486024 memory=47980 CPUtime=132.45 cores=1,3,5,7
/proc/31978/task/32017/stat : 32017 (java) R 31976 31976 30406 0 -1 4202560 685 0 0 0 13245 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011245562568 140011393949039 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32018] ppid=31976 vsize=15486024 memory=988 CPUtime=132.54 cores=1,3,5,7
/proc/31978/task/32018/stat : 32018 (java) R 31976 31976 30406 0 -1 4202560 2214 0 0 0 13254 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011243458136 140011393000640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32019] ppid=31976 vsize=15486024 memory=2024 CPUtime=132.76 cores=1,3,5,7
/proc/31978/task/32019/stat : 32019 (java) R 31976 31976 30406 0 -1 4202560 721 0 0 0 13275 1 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011244514016 140011393287577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
[pid=31978/tid=32020] ppid=31976 vsize=15486024 memory=1384 CPUtime=132.53 cores=1,3,5,7
/proc/31978/task/32020/stat : 32020 (java) R 31976 31976 30406 0 -1 4202560 1173 0 0 0 13253 0 0 0 20 0 19 0 445720555 15857688576 42860 33554432000 4194304 4196468 140732716159888 140011239256240 140011392965371 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14352384 140732716168175 140732716168346 140732716168346 140732716171215 0
Current children cumulated CPU time: 649.37 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 172892 KiB

Child status: 0
Real time (s): 163.658
CPU time (s): 649.592
CPU user time (s): 649.407
CPU system time (s): 0.184874
CPU usage (%): 396.92
Max. virtual memory (cumulated for all children) (KiB): 15601356
Max. memory (cumulated for all children) (KiB): 228236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.407
system time used= 0.184874
maximum resident set size= 230396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7376
involuntary context switches= 11926


# summary of solver processes directly reported to runsolver:
#   pid: 31976
#   total CPU time (s): 649.592
#   total CPU user time (s): 649.407
#   total CPU system time (s): 0.184874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02738 second user time and 1.78665 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 06:27:27
IDJOB=4400495
IDBENCH=129880
IDSOLVER=2856
FILE ID=node127/4400495-1568694487
RUNJOBID= node127-1568694277-30438
PBS_JOBID= 21703804
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400495-1568694487/watcher-4400495-1568694487 -o /tmp/evaluation-result-4400495-1568694487/solver-4400495-1568694487 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1015194374 HOME/instance-4400495-1568694487.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=1015194374

node127.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.55
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.55
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.55
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.55
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:        30480492 kB
MemAvailable:   31635376 kB
Buffers:           87152 kB
Cached:          1352376 kB
SwapCached:        51464 kB
Active:           724664 kB
Inactive:         969888 kB
Active(anon):     214368 kB
Inactive(anon):    89816 kB
Active(file):     510296 kB
Inactive(file):   880072 kB
Unevictable:      110656 kB
Mlocked:          110656 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:        329976 kB
Mapped:            61768 kB
Shmem:             40672 kB
Slab:             191040 kB
SReclaimable:     160700 kB
SUnreclaim:        30340 kB
KernelStack:        4064 kB
PageTables:         6332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 06:30:10