Trace number 4390477

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
AbsCon 2019-07-23UNSAT 3.47354 2.65832

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameMaxCSP/
MaxCSP-kbtree-s9-5/kbtree-9-5-3-5-80-33.xml
MD5SUM3a59b8dd6de58bfa61ad72b85e3ef803
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.00595
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":40}]
Minimum variable degree9
Maximum variable degree39
Distribution of variable degrees[{"degree":9,"count":25},{"degree":14,"count":8},{"degree":19,"count":4},{"degree":24,"count":1},{"degree":34,"count":1},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":255}]
Number of extensional constraints255
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":255}]
Optimization problemNO
Type of objective

Solver Data

2.57/2.30	
2.57/2.30	AbsCon 2 
2.57/2.32	
3.09/2.51	  Instance
3.09/2.51	    name=instance-4390477-1568380516, framework=CSP
3.09/2.51	
3.09/2.51	  Loading variables...
3.09/2.54	  Loading constraints...
3.36/2.61	
3.36/2.61	  Domains
3.36/2.61	    nTypes=1, nValues=200, sizes=[5#40]
3.36/2.61	  Variables
3.36/2.61	    count=40, degrees=[9#25,14#8,19#4,24#1,34#1,39#1]
3.36/2.61	  Constraints
3.36/2.61	    count=255, arities=[2#255]
3.36/2.61	    distribution=[CtrExtensionV-Bits#255]
3.36/2.61	    nExtStructures=(255,shared:0), nCftStructures=(255,shared:0)
3.36/2.61	    wck=0.338, cpu=2.142, mem=23M870
3.36/2.61	  Solver SolverBacktrack being built...
3.36/2.61	
3.36/2.64	
3.36/2.64	  Solver
3.36/2.64	    guaranteedGAC=true
3.36/2.64	    wck=0.364, cpu=2.167, mem=34M512
3.36/2.64	
3.36/2.64	  Preprocessing
3.36/2.64	    filters=11, revisions=(21,useless=6), nACremovedValues=33, nTotalRemovedValues=33, inconcistency=true
3.36/2.64	    wck=0.0, cpu=2.169, mem=34M512
3.36/2.64	
3.36/2.64	  Global
3.36/2.64	    filters=11, revisions=(21,useless=6)
3.36/2.64	    Stop=FULL_EXPLORATION, wrong=0, wck=0.366, cpu=2.169, mem=34M512
3.36/2.64	
3.36/2.64	s UNSATISFIABLE
3.36/2.64	
3.36/2.64	d WRONG_DECISIONS 0

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390477-1568380516/watcher-4390477-1568380516 -o /tmp/evaluation-result-4390477-1568380516/solver-4390477-1568380516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568380478-20884 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390477-1568380516.xml -cm 

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

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

solver pid=20907, runsolver pid=20904

[startup+0.102278 s]*
/proc/loadavg: 0.08 0.03 0.05 3/211 20925
/proc/meminfo: memFree=28425416/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10260324 memory=19688 CPUtime=0.02 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 3767 0 0 0 1 1 0 0 20 0 9 0 414319424 10506571776 4922 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2565081 4922 2108 1 0 2527622 0
[pid=20907/tid=20915] ppid=20904 vsize=10260324 memory=5450916389569530688 CPUtime=0.01 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) S 20904 20907 20852 0 -1 1077944384 2415 0 0 0 1 0 0 0 20 0 9 0 414319428 10506571776 4922 33554432000 4194304 4196468 140728005369024 139741201235824 139741189697021 0 4 0 16784584 18446744071581020693 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10260324 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10260324 memory=140339639015040 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10260324 memory=140339639015040 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414319434 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 414319435 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740687999904 139741197010645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 414319435 10506571776 4922 33554432000 4194304 4196468 140728005369024 139740686947376 139741197010645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10260324 KiB
Current children cumulated memory: 19688 KiB

[startup+0.210413 s]*
/proc/loadavg: 0.08 0.03 0.05 1/216 20930
/proc/meminfo: memFree=28420736/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10260324 memory=20404 CPUtime=0.05 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 3987 0 0 0 4 1 0 0 20 0 9 0 414319424 10506571776 5101 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2565081 5101 2188 1 0 2527622 0
[pid=20907/tid=20915] ppid=20904 vsize=10260324 memory=7022364594140610616 CPUtime=0.03 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) D 20904 20907 20852 0 -1 1077944384 2635 0 0 0 3 0 0 0 20 0 9 0 414319428 10506571776 5101 33554432000 4194304 4196468 140728005369024 139741201235480 139741189678453 0 4 0 16800971 18446744072101674532 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10260324 memory=339 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10260324 memory=140339639035999 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414319432 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10260324 memory=140339639015040 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414319434 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 414319435 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740687999904 139741197010645 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 414319435 10506571776 5101 33554432000 4194304 4196468 140728005369024 139740686947312 139741197010645 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10260324 KiB
Current children cumulated memory: 20404 KiB

[startup+0.309981 s]*
/proc/loadavg: 0.08 0.03 0.05 2/227 20941
/proc/meminfo: memFree=28419028/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10659884 memory=23320 CPUtime=0.07 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 4838 0 0 0 6 1 0 0 20 0 15 0 414319424 10915721216 5830 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2664971 5830 2694 1 0 2627468 0
[pid=20907/tid=20915] ppid=20904 vsize=10659884 memory=1398722017469774279 CPUtime=0.05 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) R 20904 20907 20852 0 -1 4202560 2957 0 0 0 5 0 0 0 20 0 15 0 414319428 10915721216 5895 33554432000 4194304 4196468 140728005369024 139741201234112 139741197012374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10659884 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10659884 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10659884 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414319434 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414319435 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740687999904 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414319435 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740686947312 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20931] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20931/stat : 20931 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740685895888 139741197019035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20932] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20932/stat : 20932 (java) S 20904 20907 20852 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740684843504 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20933] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20933/stat : 20933 (java) S 20904 20907 20852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740683790960 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20934] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20934/stat : 20934 (java) S 20904 20907 20852 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740682738416 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20935] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20935/stat : 20935 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740681686112 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20941] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20941/stat : 20941 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319455 10915721216 5895 33554432000 4194304 4196468 140728005369024 139740680632624 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 23320 KiB

[startup+0.707131 s]
/proc/loadavg: 0.08 0.03 0.05 3/228 20942
/proc/meminfo: memFree=28391324/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10659884 memory=48540 CPUtime=0.69 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 11213 0 0 0 65 4 0 0 20 0 15 0 414319424 10915721216 12135 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2664971 12135 3057 1 0 2627468 0
[pid=20907/tid=20915] ppid=20904 vsize=10659884 memory=2 CPUtime=0.39 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) R 20904 20907 20852 0 -1 4202560 7308 0 0 0 37 2 0 0 20 0 15 0 414319428 10915721216 12135 33554432000 4194304 4196468 140728005369024 139741201232736 139741153611519 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10659884 memory=8458433173657172021 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10659884 memory=4641330390960395627 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10659884 memory=5865491479076426066 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414319432 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10659884 memory=7079746851380932650 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414319434 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10659884 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414319435 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740687999904 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10659884 memory=-7240599211820661557 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414319435 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740686947312 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20931] ppid=20904 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20931/stat : 20931 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740685895888 139741197019035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20932] ppid=20904 vsize=10659884 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20907/task/20932/stat : 20932 (java) S 20904 20907 20852 0 -1 1077944384 946 0 0 0 8 0 0 0 20 0 15 0 414319449 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740684843504 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20933] ppid=20904 vsize=10659884 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20907/task/20933/stat : 20933 (java) S 20904 20907 20852 0 -1 1077944384 605 0 0 0 7 0 0 0 20 0 15 0 414319449 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740683790960 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20934] ppid=20904 vsize=10659884 memory=3620 CPUtime=0.12 cores=1,3,5,7
/proc/20907/task/20934/stat : 20934 (java) S 20904 20907 20852 0 -1 1077944384 995 0 0 0 12 0 0 0 20 0 15 0 414319449 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740682738416 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20935] ppid=20904 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20935/stat : 20935 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740681686112 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20941] ppid=20904 vsize=10659884 memory=16241829167242280 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20941/stat : 20941 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319455 10915721216 12135 33554432000 4194304 4196468 140728005369024 139740680632624 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 48540 KiB

[startup+1.50077 s]
/proc/loadavg: 0.08 0.03 0.05 5/228 20942
/proc/meminfo: memFree=28343168/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10663980 memory=71084 CPUtime=1.65 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 16955 0 0 0 159 6 0 0 20 0 15 0 414319424 10919915520 17771 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2665995 17771 3081 1 0 2628492 0
[pid=20907/tid=20915] ppid=20904 vsize=10663980 memory=67828 CPUtime=1.18 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) R 20904 20907 20852 0 -1 4202560 12033 0 0 0 114 4 0 0 20 0 15 0 414319428 10919915520 17771 33554432000 4194304 4196468 140728005369024 139741201226320 139741180193155 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10663980 memory=58 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10663980 memory=280679065838400 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10663980 memory=230120052794210 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10663980 memory=230120052794211 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414319434 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10663980 memory=230120052794216 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414319435 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740687999904 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10663980 memory=230120052794218 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414319435 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740686947312 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20931] ppid=20904 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20931/stat : 20931 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740685895888 139741197019035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20932] ppid=20904 vsize=10663980 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/20907/task/20932/stat : 20932 (java) S 20904 20907 20852 0 -1 1077944384 1446 0 0 0 13 0 0 0 20 0 15 0 414319449 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740684843504 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20933] ppid=20904 vsize=10663980 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20907/task/20933/stat : 20933 (java) S 20904 20907 20852 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 15 0 414319449 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740683790960 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20934] ppid=20904 vsize=10663980 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/20907/task/20934/stat : 20934 (java) S 20904 20907 20852 0 -1 1077944384 1165 0 0 0 18 0 0 0 20 0 15 0 414319449 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740682738416 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20935] ppid=20904 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20935/stat : 20935 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740681686112 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20941] ppid=20904 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20941/stat : 20941 (java) S 20904 20907 20852 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 414319455 10919915520 17771 33554432000 4194304 4196468 140728005369024 139740680632624 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 71084 KiB

[startup+2.65827 s]
# the end of solver process 20907 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.35266 s, system=0.120872 s

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

[startup+1.60089 s]
/proc/loadavg: 0.08 0.03 0.05 5/228 20942
/proc/meminfo: memFree=28343168/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10663980 memory=71552 CPUtime=1.75 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 17372 0 0 0 169 6 0 0 20 0 15 0 414319424 10919915520 17888 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2665995 17888 3081 1 0 2628492 0
[pid=20907/tid=20915] ppid=20904 vsize=10663980 memory=6942691696574031460 CPUtime=1.28 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) R 20904 20907 20852 0 -1 4202560 12450 0 0 0 124 4 0 0 20 0 15 0 414319428 10919915520 17888 33554432000 4194304 4196468 140728005369024 139741201226320 139741180193173 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10663980 memory=7301575611906484586 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10663980 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10663980 memory=7372498630104344423 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10663980 memory=280679065912208 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414319432 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10663980 memory=280679065928336 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414319434 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414319435 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740687999904 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414319435 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740686947312 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20931] ppid=20904 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20931/stat : 20931 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740685895888 139741197019035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20932] ppid=20904 vsize=10663980 memory=6944652177228980320 CPUtime=0.13 cores=1,3,5,7
/proc/20907/task/20932/stat : 20932 (java) S 20904 20907 20852 0 -1 1077944384 1446 0 0 0 13 0 0 0 20 0 15 0 414319449 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740684843504 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20933] ppid=20904 vsize=10663980 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20907/task/20933/stat : 20933 (java) S 20904 20907 20852 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 15 0 414319449 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740683790960 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20934] ppid=20904 vsize=10663980 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/20907/task/20934/stat : 20934 (java) S 20904 20907 20852 0 -1 1077944384 1165 0 0 0 18 0 0 0 20 0 15 0 414319449 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740682738416 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20935] ppid=20904 vsize=10663980 memory=7453575492338673232 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20935/stat : 20935 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414319449 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740681686112 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20941] ppid=20904 vsize=10663980 memory=7957689449132282197 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20941/stat : 20941 (java) S 20904 20907 20852 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 414319455 10919915520 17888 33554432000 4194304 4196468 140728005369024 139740680632624 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 71552 KiB

[startup+2.40365 s]
/proc/loadavg: 0.08 0.03 0.05 1/228 20942
/proc/meminfo: memFree=28302204/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10744136 memory=147288 CPUtime=2.8 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 23208 0 0 0 270 10 0 0 20 0 16 0 414319424 11001995264 36822 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2686034 36822 3311 1 0 2646705 0
[pid=20907/tid=20915] ppid=20904 vsize=10744136 memory=140339532946448 CPUtime=1.86 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) S 20904 20907 20852 0 -1 1077944384 15223 0 0 0 180 6 0 0 20 0 16 0 414319428 11001995264 36822 33554432000 4194304 4196468 140728005369024 139741201243312 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10744136 memory=94 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 414319432 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10744136 memory=3 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414319432 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10744136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414319432 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10744136 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 414319432 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10744136 memory=928 CPUtime=0.01 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 1069 0 0 0 1 0 0 0 20 0 16 0 414319434 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10744136 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414319435 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740687999968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10744136 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414319435 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740686947328 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20931] ppid=20904 vsize=10744136 memory=2472 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20931/stat : 20931 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414319449 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740685895888 139741197019035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20932] ppid=20904 vsize=10744136 memory=1440 CPUtime=0.26 cores=1,3,5,7
/proc/20907/task/20932/stat : 20932 (java) S 20904 20907 20852 0 -1 1077944384 1943 0 0 0 26 0 0 0 20 0 16 0 414319449 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740684843504 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20933] ppid=20904 vsize=10744136 memory=816 CPUtime=0.25 cores=1,3,5,7
/proc/20907/task/20933/stat : 20933 (java) S 20904 20907 20852 0 -1 1077944384 1174 0 0 0 25 0 0 0 20 0 16 0 414319449 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740683790960 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20934] ppid=20904 vsize=10744136 memory=1764 CPUtime=0.25 cores=1,3,5,7
/proc/20907/task/20934/stat : 20934 (java) R 20904 20907 20852 0 -1 4202560 1439 0 0 0 25 0 0 0 20 0 16 0 414319449 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740682738416 139741197021786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20935] ppid=20904 vsize=10744136 memory=111628 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20935/stat : 20935 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414319449 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740681686112 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20941] ppid=20904 vsize=10744136 memory=804 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20941/stat : 20941 (java) S 20904 20907 20852 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 414319455 11001995264 36822 33554432000 4194304 4196468 140728005369024 139740680632624 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 147288 KiB

[startup+2.60069 s]
/proc/loadavg: 0.08 0.03 0.05 1/228 20942
/proc/meminfo: memFree=28302204/32770624 swapFree=67004752/67108860
[pid=20907] ppid=20904 vsize=10746276 memory=150416 CPUtime=3.36 cores=1,3,5,7
/proc/20907/stat : 20907 (java) S 20904 20907 20852 0 -1 1077944320 24190 0 0 0 325 11 0 0 20 0 16 0 414319424 11004186624 37604 33554432000 4194304 4196468 140728005369024 140728005351568 139741197000439 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
/proc/20907/statm: 2686569 37604 3351 1 0 2646705 0
[pid=20907/tid=20915] ppid=20904 vsize=10746276 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/20907/task/20915/stat : 20915 (java) S 20904 20907 20852 0 -1 1077944384 15223 0 0 0 180 6 0 0 20 0 16 0 414319428 11004186624 37604 33554432000 4194304 4196468 140728005369024 139741201243312 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20917] ppid=20904 vsize=10746276 memory=288230608902300417 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20917/stat : 20917 (java) S 20904 20907 20852 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 414319432 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740804279056 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20918] ppid=20904 vsize=10746276 memory=13571491887337196 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20918/stat : 20918 (java) S 20904 20907 20852 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414319432 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740803226512 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20919] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20919/stat : 20919 (java) S 20904 20907 20852 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414319432 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740802173968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20920] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20920/stat : 20920 (java) S 20904 20907 20852 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 414319432 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740801121424 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20925] ppid=20904 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20907/task/20925/stat : 20925 (java) S 20904 20907 20852 0 -1 1077944384 1070 0 0 0 1 0 0 0 20 0 16 0 414319434 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740689053680 139741197011586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20927] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20927/stat : 20927 (java) S 20904 20907 20852 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414319435 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740687999968 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20929] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20929/stat : 20929 (java) S 20904 20907 20852 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414319435 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740686947328 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20931] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20931/stat : 20931 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414319449 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740685895888 139741197019035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20932] ppid=20904 vsize=10746276 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/20907/task/20932/stat : 20932 (java) S 20904 20907 20852 0 -1 1077944384 2037 0 0 0 38 0 0 0 20 0 16 0 414319449 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740684843504 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20933] ppid=20904 vsize=10746276 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/20907/task/20933/stat : 20933 (java) S 20904 20907 20852 0 -1 1077944384 1253 0 0 0 33 0 0 0 20 0 16 0 414319449 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740683790960 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20934] ppid=20904 vsize=10746276 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/20907/task/20934/stat : 20934 (java) S 20904 20907 20852 0 -1 1077944384 1840 0 0 0 42 0 0 0 20 0 16 0 414319449 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740682738416 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20935] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20935/stat : 20935 (java) S 20904 20907 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414319449 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740681686112 139741197010645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
[pid=20907/tid=20941] ppid=20904 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20907/task/20941/stat : 20941 (java) S 20904 20907 20852 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 414319455 11004186624 37604 33554432000 4194304 4196468 140728005369024 139740680632624 139741197011586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11739136 140728005374987 140728005375090 140728005375090 140728005377999 0
Current children cumulated CPU time: 3.36 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 150416 KiB

Child status: 0
Real time (s): 2.65832
CPU time (s): 3.47354
CPU user time (s): 3.35266
CPU system time (s): 0.120872
CPU usage (%): 130.666
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 150416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.35266
system time used= 0.120872
maximum resident set size= 152032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24822
page faults= 0
swaps= 0
block input operations= 4352
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2396
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 20907
#   total CPU time (s): 3.47354
#   total CPU user time (s): 3.35266
#   total CPU system time (s): 0.120872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042937 second user time and 0.062361 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 15:14:38
IDJOB=4390477
IDBENCH=120167
IDSOLVER=2832
FILE ID=node126/4390477-1568380516
RUNJOBID= node126-1568380478-20884
PBS_JOBID= 21701838
Free space on /tmp= 55388 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/MaxCSP/MaxCSP-kbtree-s9-5/kbtree-9-5-3-5-80-33.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390477-1568380516/watcher-4390477-1568380516 -o /tmp/evaluation-result-4390477-1568380516/solver-4390477-1568380516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568380478-20884 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390477-1568380516.xml -cm

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

MD5SUM BENCH= 3a59b8dd6de58bfa61ad72b85e3ef803
RANDOM SEED=1983991887

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28444972 kB
MemAvailable:   31857832 kB
Buffers:          149968 kB
Cached:          3502344 kB
SwapCached:         2860 kB
Active:          1916108 kB
Inactive:        1741040 kB
Active(anon):       3628 kB
Inactive(anon):    43532 kB
Active(file):    1912480 kB
Inactive(file):  1697508 kB
Unevictable:      109380 kB
Mlocked:          109380 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:             37176 kB
Writeback:             0 kB
AnonPages:        113020 kB
Mapped:            44032 kB
Shmem:             32816 kB
Slab:             261148 kB
SReclaimable:     231332 kB
SUnreclaim:        29816 kB
KernelStack:        3296 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501548 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:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55352 MiB
End job on node126 at 2019-09-13 15:14:41