Trace number 4405815

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24SAT 1.39028 0.67702

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-7.xml
MD5SUM7d172624d7d2d86f32f8d29666a5f8b7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.021906
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size162
Maximum domain size162
Distribution of domain sizes[{"size":162,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405815-1569396670.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4405815-1569396670.xml, -tl, 2520s, -p, 1]
0.33/0.23	c simple solver
0.33/0.29	c parse instance...
0.97/0.56	c solve instance...
1.23/0.66	s SATISFIABLE
1.23/0.66	v <instantiation>
1.23/0.66	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
1.23/0.66	v 	<values>30 38 70 82 103 0 25 103 115 118 45 61 115 126 139 1 21 55 70 78 9 19 30 42 66 19 51 126 136 139 10 21 42 55 61 11 42 82 93 114 27 36 93 103 114 25 60 136 149 154 </values>
1.23/0.66	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12361 MiB free)
  memory of node 1: 16384 MiB (12683 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405815-1569396670/watcher-4405815-1569396670 -o /var/tmp/evaluation-result-4405815-1569396670/solver-4405815-1569396670 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1936863015 HOME/instance-4405815-1569396670.xml 

running on 4 cores: 0,2,4,6

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

solver pid=18827, runsolver pid=18823

[startup+0.100126 s]*
/proc/loadavg: 0.00 0.01 0.05 3/229 18857
/proc/meminfo: memFree=25615144/32770624 swapFree=66966896/67108860
[pid=18827] ppid=18823 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp3-exec) S 18823 18827 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515603413 115843072 363 33554432000 4194304 5098028 140733261193808 140733261191912 140683749003900 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26943488 140733261198166 140733261198425 140733261198425 140733261201350 0
/proc/18827/statm: 28282 363 304 221 0 87 0
[pid=18829] ppid=18827 vsize=15144776 memory=28792 CPUtime=0.12 cores=0,2,4,6
/proc/18829/stat : 18829 (java) S 18827 18827 18764 0 -1 1077944320 5621 0 0 0 11 1 0 0 20 0 15 0 515603414 15508250624 7198 33554432000 4194304 4196468 140731847800864 140731847783408 139875850579703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
/proc/18829/statm: 3786194 7198 3116 1 0 3748377 0
[pid=18829/tid=18830] ppid=18827 vsize=15144776 memory=8180089925722843723 CPUtime=0.08 cores=0,2,4,6
/proc/18829/task/18830/stat : 18830 (java) R 18827 18827 18764 0 -1 4202560 3621 0 0 0 8 0 0 0 20 0 15 0 515603414 15508250624 7198 33554432000 4194304 4196468 140731847800864 139875854813200 139875850591638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18835] ppid=18827 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18835/stat : 18835 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 7198 33554432000 4194304 4196468 140731847800864 139875442465296 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18836] ppid=18827 vsize=15144776 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18836/stat : 18836 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 7198 33554432000 4194304 4196468 140731847800864 139875441412752 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18837] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18837/stat : 18837 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 7198 33554432000 4194304 4196468 140731847800864 139875440359696 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18838] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18838/stat : 18838 (java) S 18827 18827 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 7198 33554432000 4194304 4196468 140731847800864 139875439307152 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18841] ppid=18827 vsize=15144776 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18841/stat : 18841 (java) S 18827 18827 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515603416 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874724670192 139875850590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18844] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18844/stat : 18844 (java) S 18827 18827 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515603416 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874723616416 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18845] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18845/stat : 18845 (java) S 18827 18827 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515603417 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874722563312 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18850] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18850/stat : 18850 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874721511888 139875850598299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18852] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18852/stat : 18852 (java) R 18827 18827 18764 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874720458992 139875850590850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18853] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18853/stat : 18853 (java) R 18827 18827 18764 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874719406448 139875850590850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18854] ppid=18827 vsize=15144776 memory=139914206795392 CPUtime=0.01 cores=0,2,4,6
/proc/18829/task/18854/stat : 18854 (java) R 18827 18827 18764 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 15 0 515603420 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874718353392 139875850601050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18855] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18855/stat : 18855 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874717301088 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18857] ppid=18827 vsize=15144776 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18857/stat : 18857 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 7198 33554432000 4194304 4196468 140731847800864 139874716249136 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30244 KiB

[startup+0.210527 s]*
/proc/loadavg: 0.00 0.01 0.05 4/229 18857
/proc/meminfo: memFree=25586048/32770624 swapFree=66966896/67108860
[pid=18827] ppid=18823 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp3-exec) S 18823 18827 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515603413 115843072 363 33554432000 4194304 5098028 140733261193808 140733261191912 140683749003900 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26943488 140733261198166 140733261198425 140733261198425 140733261201350 0
/proc/18827/statm: 28282 363 304 221 0 87 0
[pid=18829] ppid=18827 vsize=15144776 memory=40752 CPUtime=0.33 cores=0,2,4,6
/proc/18829/stat : 18829 (java) S 18827 18827 18764 0 -1 1077944320 9471 0 0 0 31 2 0 0 20 0 15 0 515603414 15508250624 10188 33554432000 4194304 4196468 140731847800864 140731847783408 139875850579703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
/proc/18829/statm: 3786194 10188 3272 1 0 3748377 0
[pid=18829/tid=18830] ppid=18827 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/18829/task/18830/stat : 18830 (java) R 18827 18827 18764 0 -1 4202560 6614 0 0 0 17 2 0 0 20 0 15 0 515603414 15508250624 10188 33554432000 4194304 4196468 140731847800864 139875854810352 139875850601629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18835] ppid=18827 vsize=15144776 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18835/stat : 18835 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 10188 33554432000 4194304 4196468 140731847800864 139875442465296 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18836] ppid=18827 vsize=15144776 memory=288230376155533399 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18836/stat : 18836 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 10188 33554432000 4194304 4196468 140731847800864 139875441412752 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18837] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18837/stat : 18837 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 10188 33554432000 4194304 4196468 140731847800864 139875440359696 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18838] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18838/stat : 18838 (java) S 18827 18827 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515603415 15508250624 10188 33554432000 4194304 4196468 140731847800864 139875439307152 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18841] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18841/stat : 18841 (java) S 18827 18827 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515603416 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874724670192 139875850590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18844] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18844/stat : 18844 (java) S 18827 18827 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515603416 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874723616416 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18845] ppid=18827 vsize=15144776 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18845/stat : 18845 (java) S 18827 18827 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515603417 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874722563312 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18850] ppid=18827 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18850/stat : 18850 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874721511888 139875850598299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18852] ppid=18827 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18829/task/18852/stat : 18852 (java) S 18827 18827 18764 0 -1 1077944384 592 0 0 0 3 0 0 0 20 0 15 0 515603420 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874720458992 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18853] ppid=18827 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18829/task/18853/stat : 18853 (java) S 18827 18827 18764 0 -1 1077944384 181 0 0 0 2 0 0 0 20 0 15 0 515603420 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874719406448 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18854] ppid=18827 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18829/task/18854/stat : 18854 (java) R 18827 18827 18764 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 15 0 515603420 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874718353200 139875850591638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18855] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18855/stat : 18855 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874717301088 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18857] ppid=18827 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18857/stat : 18857 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603420 15508250624 10188 33554432000 4194304 4196468 140731847800864 139874716249136 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42204 KiB

[startup+0.311116 s]*
/proc/loadavg: 0.00 0.01 0.05 8/229 18857
/proc/meminfo: memFree=25577804/32770624 swapFree=66966896/67108860
[pid=18827] ppid=18823 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp3-exec) S 18823 18827 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515603413 115843072 363 33554432000 4194304 5098028 140733261193808 140733261191912 140683749003900 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26943488 140733261198166 140733261198425 140733261198425 140733261201350 0
/proc/18827/statm: 28282 363 304 221 0 87 0
[pid=18829] ppid=18827 vsize=15149032 memory=49384 CPUtime=0.52 cores=0,2,4,6
/proc/18829/stat : 18829 (java) S 18827 18827 18764 0 -1 1077944320 10644 0 0 0 49 3 0 0 20 0 15 0 515603414 15512608768 12346 33554432000 4194304 4196468 140731847800864 140731847783408 139875850579703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
/proc/18829/statm: 3787258 12346 3341 1 0 3748377 0
[pid=18829/tid=18830] ppid=18827 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/18829/task/18830/stat : 18830 (java) R 18827 18827 18764 0 -1 4202560 7681 0 0 0 27 3 0 0 20 0 15 0 515603414 15512608768 12363 33554432000 4194304 4196468 140731847800864 139875854806760 139875834623333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18835] ppid=18827 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18835/stat : 18835 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15512608768 12363 33554432000 4194304 4196468 140731847800864 139875442465296 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18836] ppid=18827 vsize=15149032 memory=288230376155529833 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18836/stat : 18836 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15512608768 12363 33554432000 4194304 4196468 140731847800864 139875441412752 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18837] ppid=18827 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18837/stat : 18837 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15512608768 12363 33554432000 4194304 4196468 140731847800864 139875440359696 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18838] ppid=18827 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18838/stat : 18838 (java) S 18827 18827 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515603415 15512608768 12363 33554432000 4194304 4196468 140731847800864 139875439307152 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18841] ppid=18827 vsize=15149032 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18841/stat : 18841 (java) S 18827 18827 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515603416 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874724670192 139875850590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18844] ppid=18827 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18844/stat : 18844 (java) S 18827 18827 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515603416 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874723616416 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18845] ppid=18827 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18845/stat : 18845 (java) S 18827 18827 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515603417 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874722563312 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18850] ppid=18827 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18850/stat : 18850 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874721511888 139875850598299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18852] ppid=18827 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18829/task/18852/stat : 18852 (java) R 18827 18827 18764 0 -1 4202560 618 0 0 0 5 0 0 0 20 0 15 0 515603420 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874720440008 139875842868992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18853] ppid=18827 vsize=15149032 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/18829/task/18853/stat : 18853 (java) R 18827 18827 18764 0 -1 1077944384 182 0 0 0 3 0 0 0 20 0 15 0 515603420 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874719406448 139875850590850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18854] ppid=18827 vsize=15149032 memory=139914206795392 CPUtime=0.13 cores=0,2,4,6
/proc/18829/task/18854/stat : 18854 (java) R 18827 18827 18764 0 -1 4202560 860 0 0 0 13 0 0 0 20 0 15 0 515603420 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874718353392 139875842816830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18855] ppid=18827 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18855/stat : 18855 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874717301088 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18857] ppid=18827 vsize=15149032 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18857/stat : 18857 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603420 15512608768 12363 33554432000 4194304 4196468 140731847800864 139874716249136 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50836 KiB

[startup+0.676973 s]
# the end of solver process 18827 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.33082 s, system=0.059464 s

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

[startup+0.412189 s]*
/proc/loadavg: 0.00 0.01 0.05 9/229 18857
/proc/meminfo: memFree=25559676/32770624 swapFree=66966896/67108860
[pid=18827] ppid=18823 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp3-exec) S 18823 18827 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515603413 115843072 363 33554432000 4194304 5098028 140733261193808 140733261191912 140683749003900 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26943488 140733261198166 140733261198425 140733261198425 140733261201350 0
/proc/18827/statm: 28282 363 304 221 0 87 0
[pid=18829] ppid=18827 vsize=15151156 memory=54804 CPUtime=0.73 cores=0,2,4,6
/proc/18829/stat : 18829 (java) S 18827 18827 18764 0 -1 1077944320 11535 0 0 0 69 4 0 0 20 0 15 0 515603414 15514783744 13701 33554432000 4194304 4196468 140731847800864 140731847783408 139875850579703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
/proc/18829/statm: 3787789 13701 3377 1 0 3748889 0
[pid=18829/tid=18830] ppid=18827 vsize=15151156 memory=7883960649037381690 CPUtime=0.39 cores=0,2,4,6
/proc/18829/task/18830/stat : 18830 (java) R 18827 18827 18764 0 -1 4202560 8324 0 0 0 36 3 0 0 20 0 15 0 515603414 15514783744 13701 33554432000 4194304 4196468 140731847800864 139875854816560 139875834660190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18835] ppid=18827 vsize=15151156 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18835/stat : 18835 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 13701 33554432000 4194304 4196468 140731847800864 139875442465296 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18836] ppid=18827 vsize=15151156 memory=288230376155533399 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18836/stat : 18836 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 13701 33554432000 4194304 4196468 140731847800864 139875441412752 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18837] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18837/stat : 18837 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 13701 33554432000 4194304 4196468 140731847800864 139875440359696 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18838] ppid=18827 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18838/stat : 18838 (java) S 18827 18827 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 13701 33554432000 4194304 4196468 140731847800864 139875439307152 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18841] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18841/stat : 18841 (java) S 18827 18827 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515603416 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874724670192 139875850590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18844] ppid=18827 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18844/stat : 18844 (java) S 18827 18827 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515603416 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874723616416 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18845] ppid=18827 vsize=15151156 memory=139914206795392 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18845/stat : 18845 (java) S 18827 18827 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515603417 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874722563312 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18850] ppid=18827 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18850/stat : 18850 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874721511888 139875850598299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18852] ppid=18827 vsize=15151156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18829/task/18852/stat : 18852 (java) S 18827 18827 18764 0 -1 1077944384 713 0 0 0 8 0 0 0 20 0 15 0 515603420 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874720458992 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18853] ppid=18827 vsize=15151156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/18829/task/18853/stat : 18853 (java) S 18827 18827 18764 0 -1 1077944384 189 0 0 0 5 0 0 0 20 0 15 0 515603420 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874719406448 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18854] ppid=18827 vsize=15151156 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/18829/task/18854/stat : 18854 (java) R 18827 18827 18764 0 -1 4202560 1008 0 0 0 18 0 0 0 20 0 15 0 515603420 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874718353392 139875830772647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18855] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18855/stat : 18855 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874717301088 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18857] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18857/stat : 18857 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603420 15514783744 13701 33554432000 4194304 4196468 140731847800864 139874716249136 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
Current children cumulated CPU time: 0.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 56256 KiB

[startup+0.610367 s]
/proc/loadavg: 0.00 0.01 0.05 5/229 18857
/proc/meminfo: memFree=25541384/32770624 swapFree=66966896/67108860
[pid=18827] ppid=18823 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp3-exec) S 18823 18827 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 515603413 115843072 363 33554432000 4194304 5098028 140733261193808 140733261191912 140683749003900 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26943488 140733261198166 140733261198425 140733261198425 140733261201350 0
/proc/18827/statm: 28282 363 304 221 0 87 0
[pid=18829] ppid=18827 vsize=15151156 memory=72040 CPUtime=1.23 cores=0,2,4,6
/proc/18829/stat : 18829 (java) S 18827 18827 18764 0 -1 1077944320 14475 0 0 0 118 5 0 0 20 0 15 0 515603414 15514783744 18010 33554432000 4194304 4196468 140731847800864 140731847783408 139875850579703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
/proc/18829/statm: 3787789 18010 3440 1 0 3748889 0
[pid=18829/tid=18830] ppid=18827 vsize=15151156 memory=3761969371581530788 CPUtime=0.58 cores=0,2,4,6
/proc/18829/task/18830/stat : 18830 (java) R 18827 18827 18764 0 -1 4202560 9568 0 0 0 54 4 0 0 20 0 15 0 515603414 15514783744 18010 33554432000 4194304 4196468 140731847800864 139875854817584 139875850591638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18835] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18835/stat : 18835 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 18010 33554432000 4194304 4196468 140731847800864 139875442465296 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18836] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18836/stat : 18836 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 18010 33554432000 4194304 4196468 140731847800864 139875441412752 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18837] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18837/stat : 18837 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 18010 33554432000 4194304 4196468 140731847800864 139875440359696 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18838] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18838/stat : 18838 (java) S 18827 18827 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515603415 15514783744 18010 33554432000 4194304 4196468 140731847800864 139875439307152 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18841] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18841/stat : 18841 (java) S 18827 18827 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515603416 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874724670192 139875850590850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18844] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18844/stat : 18844 (java) S 18827 18827 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515603416 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874723616416 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18845] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18845/stat : 18845 (java) S 18827 18827 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515603417 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874722563312 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18850] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18850/stat : 18850 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874721511888 139875850598299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18852] ppid=18827 vsize=15151156 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/18829/task/18852/stat : 18852 (java) S 18827 18827 18764 0 -1 1077944384 1119 0 0 0 17 0 0 0 20 0 15 0 515603420 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874720458992 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18853] ppid=18827 vsize=15151156 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18829/task/18853/stat : 18853 (java) S 18827 18827 18764 0 -1 1077944384 738 0 0 0 12 0 0 0 20 0 15 0 515603420 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874719406448 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18854] ppid=18827 vsize=15151156 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/18829/task/18854/stat : 18854 (java) S 18827 18827 18764 0 -1 1077944384 1742 0 0 0 32 0 0 0 20 0 15 0 515603420 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874718353392 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18855] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18855/stat : 18855 (java) S 18827 18827 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515603420 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874717301088 139875850589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
[pid=18829/tid=18857] ppid=18827 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18829/task/18857/stat : 18857 (java) S 18827 18827 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515603420 15514783744 18010 33554432000 4194304 4196468 140731847800864 139874716249136 139875850590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15462400 140731847807963 140731847808138 140731847808138 140731847811023 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 73492 KiB

Child status: 0
Real time (s): 0.67702
CPU time (s): 1.39028
CPU user time (s): 1.33082
CPU system time (s): 0.059464
CPU usage (%): 205.353
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 73492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.33082
system time used= 0.059464
maximum resident set size= 73644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15284
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= 1839
involuntary context switches= 2


# summary of solver processes directly reported to runsolver:
#   pid: 18827
#   total CPU time (s): 1.39028
#   total CPU user time (s): 1.33082
#   total CPU system time (s): 0.059464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026682 second user time and 0.04916 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 09:30:27
IDJOB=4405815
IDBENCH=115545
IDSOLVER=2869
FILE ID=node145/4405815-1569396670
RUNJOBID= node145-1569396627-18795
PBS_JOBID= 21705680
Free space on /var/tmp= 13520 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-7.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405815-1569396670/watcher-4405815-1569396670 -o /var/tmp/evaluation-result-4405815-1569396670/solver-4405815-1569396670 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1936863015 HOME/instance-4405815-1569396670.xml

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

MD5SUM BENCH= 7d172624d7d2d86f32f8d29666a5f8b7
RANDOM SEED=1936863015

node145.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.59
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.59
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.59
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.59
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:        25646808 kB
MemAvailable:   31813868 kB
Buffers:          169144 kB
Cached:          6149704 kB
SwapCached:        32488 kB
Active:          3092088 kB
Inactive:        3263644 kB
Active(anon):       4152 kB
Inactive(anon):    90092 kB
Active(file):    3087936 kB
Inactive(file):  3173552 kB
Unevictable:      108964 kB
Mlocked:          108964 kB
SwapTotal:      67108860 kB
SwapFree:       66966896 kB
Dirty:             52172 kB
Writeback:             0 kB
AnonPages:        113820 kB
Mapped:            58072 kB
Shmem:             48852 kB
Slab:             362108 kB
SReclaimable:     334032 kB
SUnreclaim:        28076 kB
KernelStack:        3296 kB
PageTables:         6324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     520036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 09:30:28