Trace number 4273115

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26? 1.2546 0.79752201

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-sentoy.xml
MD5SUMf29e5165c598919c9834c408fde8edbe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7772
Best CPU time to get the best result obtained on this benchmark47.226799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints30
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree31
Maximum variable degree31
Distribution of variable degrees[{"degree":31,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.28/0.37	c version: 2017-07-26
0.28/0.37	c seed: 97664568
0.28/0.37	c timeout: 2520
0.28/0.37	c memlimit: 11000
0.28/0.37	c nbcore: 4
0.28/0.39	c Parsing instance...
1.11/0.78	d EXCEPTION head of empty list
1.11/0.78	c scala.collection.immutable.Nil$.head(List.scala:422)
1.11/0.78	c scala.collection.immutable.Range.head(Range.scala:108)
1.11/0.78	c scala.collection.immutable.Range.min(Range.scala:112)
1.11/0.78	c scala.collection.immutable.Range.min(Range.scala:55)
1.11/0.78	c oscar.modeling.models.cp.CPModel.instantiateIntVar(CPModel.scala:296)
1.11/0.78	c oscar.modeling.models.cp.CPModel.instantiateIntVar(CPModel.scala:256)
1.11/0.78	c oscar.modeling.models.InstantiatedModel.oscar$modeling$models$InstantiatedModel$$instantiateIntDomainStorage(InstantiatedModel.scala:59)
1.11/0.78	c oscar.modeling.models.InstantiatedModel$$anonfun$1.apply(InstantiatedModel.scala:49)
1.11/0.78	c oscar.modeling.models.InstantiatedModel$$anonfun$1.apply(InstantiatedModel.scala:49)
1.11/0.78	c oscar.modeling.misc.ModelVarStorage$$anonfun$apply$1$$anonfun$apply$2.apply(ModelVarStorage.scala:37)
1.11/0.78	c scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:188)
1.11/0.78	c scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:80)
1.11/0.78	c oscar.modeling.misc.ModelVarStorage$$anonfun$apply$1.apply(ModelVarStorage.scala:37)
1.11/0.78	c scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
1.11/0.78	c scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
1.11/0.78	c scala.collection.Iterator$class.foreach(Iterator.scala:743)
1.11/0.78	c scala.collection.AbstractIterator.foreach(Iterator.scala:1174)
1.11/0.78	c scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
1.11/0.78	c scala.collection.AbstractIterable.foreach(Iterable.scala:54)
1.11/0.78	c scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
1.11/0.78	c scala.collection.AbstractTraversable.map(Traversable.scala:104)
1.11/0.78	c oscar.modeling.misc.ModelVarStorage$.apply(ModelVarStorage.scala:37)
1.11/0.78	c oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:49)
1.11/0.78	c oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
1.11/0.78	c oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
1.11/0.78	c oscar.xcsp3.competition.solvers.ALNSSolver$.runSolver(ALNSSolver.scala:29)
1.11/0.78	c oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
1.11/0.78	c oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
1.11/0.78	c scala.Function0$class.apply$mcV$sp(Function0.scala:40)
1.11/0.78	c scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1.11/0.78	c scala.App$$anonfun$main$1.apply(App.scala:76)
1.11/0.78	c scala.App$$anonfun$main$1.apply(App.scala:76)
1.11/0.78	c scala.collection.immutable.List.foreach(List.scala:383)
1.11/0.78	c scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
1.11/0.78	c scala.App$class.main(App.scala:76)
1.11/0.78	c oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
1.11/0.78	c oscar.xcsp3.competition.solvers.ALNSSolver.main(ALNSSolver.scala)
1.11/0.78	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273115-1502883087/watcher-4273115-1502883087 -o /tmp/evaluation-result-4273115-1502883087/solver-4273115-1502883087 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502867387-31958 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 97664568 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273115-1502883087.xml 

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

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

solver pid=1519, runsolver pid=1516

[startup+0.10625 s]*
/proc/loadavg: 1.59 1.45 1.47 3/201 1526
/proc/meminfo: memFree=31236780/32770624 swapFree=67108860/67108860
[pid=1519] ppid=1516 vsize=13573664 memory=17312 CPUtime=0.02 cores=1,3,5,7
/proc/1519/stat : 1519 (java) S 1516 1519 2357 0 -1 1077944320 3705 0 0 0 2 0 0 0 20 0 9 0 15923749 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140725657036320 140396297826039 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
/proc/1519/statm: 3393416 4328 2073 1 0 3382913 0
[pid=1519/tid=1521] ppid=1516 vsize=13573664 memory=4134931637327788091 CPUtime=0.01 cores=1,3,5,7
/proc/1519/task/1521/stat : 1521 (java) R 1516 1519 2357 0 -1 4202560 2364 0 0 0 1 0 0 0 20 0 9 0 15923758 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140396302062184 140396297847965 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1522] ppid=1516 vsize=13573664 memory=3461361991549258287 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1522/stat : 1522 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15923759 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140396254791952 140396297836245 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1523] ppid=1516 vsize=13573664 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1523/stat : 1523 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15923759 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140396253739408 140396297836245 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1524] ppid=1516 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1524/stat : 1524 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15923759 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140396252686864 140396297836245 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1525] ppid=1516 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1525/stat : 1525 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 15923759 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140396251634320 140396297836245 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1526] ppid=1516 vsize=13573664 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1526/stat : 1526 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 15923760 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140395844254192 140396297837186 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1527] ppid=1516 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1527/stat : 1527 (java) S 1516 1519 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 15923761 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140395843200416 140396297836245 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1528] ppid=1516 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1528/stat : 1528 (java) S 1516 1519 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 15923761 13899431936 4328 18446744073709551615 4194304 4196468 140725657053776 140395842147888 140396297836245 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 17312 KiB

[startup+0.209834 s]*
/proc/loadavg: 1.59 1.45 1.47 3/209 1534
/proc/meminfo: memFree=31225072/32770624 swapFree=67108860/67108860
[pid=1519] ppid=1516 vsize=13976944 memory=35528 CPUtime=0.11 cores=1,3,5,7
/proc/1519/stat : 1519 (java) S 1516 1519 2357 0 -1 1077944320 8030 0 0 0 9 2 0 0 20 0 15 0 15923749 14312390656 8816 18446744073709551615 4194304 4196468 140725657053776 140725657036320 140396297826039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
/proc/1519/statm: 3494236 8882 3384 1 0 3483015 0
[pid=1519/tid=1521] ppid=1516 vsize=13976944 memory=4134931637327788091 CPUtime=0.09 cores=1,3,5,7
/proc/1519/task/1521/stat : 1521 (java) R 1516 1519 2357 0 -1 4202560 6543 0 0 0 7 2 0 0 20 0 15 0 15923758 14312390656 9132 18446744073709551615 4194304 4196468 140725657053776 140396302015488 140396290505757 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1522] ppid=1516 vsize=13976944 memory=3461361991549258287 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1522/stat : 1522 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14312390656 9198 18446744073709551615 4194304 4196468 140725657053776 140396254791952 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1523] ppid=1516 vsize=13976944 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1523/stat : 1523 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14312390656 9198 18446744073709551615 4194304 4196468 140725657053776 140396253739408 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1524] ppid=1516 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1524/stat : 1524 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14312390656 9198 18446744073709551615 4194304 4196468 140725657053776 140396252686864 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1525] ppid=1516 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1525/stat : 1525 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15923759 14312390656 9198 18446744073709551615 4194304 4196468 140725657053776 140396251634320 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1526] ppid=1516 vsize=13976944 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1526/stat : 1526 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15923760 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395844254192 140396297837186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1527] ppid=1516 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1527/stat : 1527 (java) S 1516 1519 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15923761 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395843200416 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1528] ppid=1516 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1528/stat : 1528 (java) S 1516 1519 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15923761 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395842147824 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1529] ppid=1516 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1529/stat : 1529 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395841096400 140396297844635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1530] ppid=1516 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1530/stat : 1530 (java) S 1516 1519 2357 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 15923763 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395840042992 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1531] ppid=1516 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1531/stat : 1531 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395838990448 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1532] ppid=1516 vsize=13976944 memory=139769155503744 CPUtime=0.01 cores=1,3,5,7
/proc/1519/task/1532/stat : 1532 (java) S 1516 1519 2357 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 15923763 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395275348208 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1533] ppid=1516 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1533/stat : 1533 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395274295904 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1534] ppid=1516 vsize=13976944 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1534/stat : 1534 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923767 14312390656 9264 18446744073709551615 4194304 4196468 140725657053776 140395273243440 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 35528 KiB

[startup+0.310388 s]*
/proc/loadavg: 1.59 1.45 1.47 5/209 1534
/proc/meminfo: memFree=31215792/32770624 swapFree=67108860/67108860
[pid=1519] ppid=1516 vsize=13975920 memory=43068 CPUtime=0.28 cores=1,3,5,7
/proc/1519/stat : 1519 (java) S 1516 1519 2357 0 -1 1077944320 10483 0 0 0 24 4 0 0 20 0 15 0 15923749 14311342080 10767 18446744073709551615 4194304 4196468 140725657053776 140725657036320 140396297826039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
/proc/1519/statm: 3493980 10767 3588 1 0 3482759 0
[pid=1519/tid=1521] ppid=1516 vsize=13975920 memory=4278483708103473607 CPUtime=0.18 cores=1,3,5,7
/proc/1519/task/1521/stat : 1521 (java) R 1516 1519 2357 0 -1 4202560 8069 0 0 0 15 3 0 0 20 0 15 0 15923758 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140396302038768 140396281906526 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1522] ppid=1516 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1522/stat : 1522 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140396254791952 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1523] ppid=1516 vsize=13975920 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1523/stat : 1523 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140396253739408 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1524] ppid=1516 vsize=13975920 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1524/stat : 1524 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140396252686864 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1525] ppid=1516 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1525/stat : 1525 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15923759 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140396251634320 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1526] ppid=1516 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1526/stat : 1526 (java) S 1516 1519 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 15923760 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395844254192 140396297837186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1527] ppid=1516 vsize=13975920 memory=-2247047206241195543 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1527/stat : 1527 (java) S 1516 1519 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15923761 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395843200416 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1528] ppid=1516 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1528/stat : 1528 (java) S 1516 1519 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15923761 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395842147824 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1529] ppid=1516 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1529/stat : 1529 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395841096400 140396297844635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1530] ppid=1516 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1519/task/1530/stat : 1530 (java) S 1516 1519 2357 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 15923763 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395840042992 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1531] ppid=1516 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1519/task/1531/stat : 1531 (java) S 1516 1519 2357 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 15923763 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395838990448 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1532] ppid=1516 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1519/task/1532/stat : 1532 (java) S 1516 1519 2357 0 -1 1077944384 440 0 0 0 5 0 0 0 20 0 15 0 15923763 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395275348208 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1533] ppid=1516 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1533/stat : 1533 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395274295904 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1534] ppid=1516 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1534/stat : 1534 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923767 14311342080 11345 18446744073709551615 4194304 4196468 140725657053776 140395273243440 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 43068 KiB

[startup+0.701679 s]
/proc/loadavg: 1.59 1.45 1.47 3/209 1534
/proc/meminfo: memFree=31200196/32770624 swapFree=67108860/67108860
[pid=1519] ppid=1516 vsize=13977988 memory=75652 CPUtime=1.11 cores=1,3,5,7
/proc/1519/stat : 1519 (java) S 1516 1519 2357 0 -1 1077944320 14678 0 0 0 104 7 0 0 20 0 15 0 15923749 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140725657036320 140396297826039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
/proc/1519/statm: 3494497 18913 3745 1 0 3483271 0
[pid=1519/tid=1521] ppid=1516 vsize=13977988 memory=12320 CPUtime=0.57 cores=1,3,5,7
/proc/1519/task/1521/stat : 1521 (java) R 1516 1519 2357 0 -1 4202560 10140 0 0 0 52 5 0 0 20 0 15 0 15923758 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396302048312 140396297847965 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1522] ppid=1516 vsize=13977988 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1522/stat : 1522 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396254791952 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1523] ppid=1516 vsize=13977988 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1523/stat : 1523 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396253739408 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1524] ppid=1516 vsize=13977988 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1524/stat : 1524 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396252686864 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1525] ppid=1516 vsize=13977988 memory=6944656592452610148 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1525/stat : 1525 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396251634320 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1526] ppid=1516 vsize=13977988 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1526/stat : 1526 (java) S 1516 1519 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 15923760 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395844254192 140396297837186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1527] ppid=1516 vsize=13977988 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1527/stat : 1527 (java) S 1516 1519 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15923761 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395843200416 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1528] ppid=1516 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1528/stat : 1528 (java) S 1516 1519 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15923761 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395842147824 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1529] ppid=1516 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1529/stat : 1529 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395841096400 140396297844635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1530] ppid=1516 vsize=13977988 memory=-2672971631320983069 CPUtime=0.14 cores=1,3,5,7
/proc/1519/task/1530/stat : 1530 (java) R 1516 1519 2357 0 -1 4202560 1109 0 0 0 14 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395840042992 140396279370616 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1531] ppid=1516 vsize=13977988 memory=-7523660553960122769 CPUtime=0.17 cores=1,3,5,7
/proc/1519/task/1531/stat : 1531 (java) R 1516 1519 2357 0 -1 4202560 1170 0 0 0 17 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395838976328 140396279343921 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1532] ppid=1516 vsize=13977988 memory=-8990767739041718176 CPUtime=0.2 cores=1,3,5,7
/proc/1519/task/1532/stat : 1532 (java) S 1516 1519 2357 0 -1 1077944384 877 0 0 0 20 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395275348208 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1533] ppid=1516 vsize=13977988 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1533/stat : 1533 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395274295904 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1534] ppid=1516 vsize=13977988 memory=6933690305039933585 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1534/stat : 1534 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923767 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395273243440 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 75652 KiB

[startup+0.797484 s]
# the end of solver process 1519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.17844 s, system=0.076161 s

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

[startup+0.701679 s]
/proc/loadavg: 1.59 1.45 1.47 3/209 1534
/proc/meminfo: memFree=31200196/32770624 swapFree=67108860/67108860
[pid=1519] ppid=1516 vsize=13977988 memory=75652 CPUtime=1.11 cores=1,3,5,7
/proc/1519/stat : 1519 (java) S 1516 1519 2357 0 -1 1077944320 14678 0 0 0 104 7 0 0 20 0 15 0 15923749 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140725657036320 140396297826039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
/proc/1519/statm: 3494497 18913 3745 1 0 3483271 0
[pid=1519/tid=1521] ppid=1516 vsize=13977988 memory=12320 CPUtime=0.57 cores=1,3,5,7
/proc/1519/task/1521/stat : 1521 (java) R 1516 1519 2357 0 -1 4202560 10140 0 0 0 52 5 0 0 20 0 15 0 15923758 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396302048312 140396297847965 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1522] ppid=1516 vsize=13977988 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1522/stat : 1522 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396254791952 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1523] ppid=1516 vsize=13977988 memory=139769155503744 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1523/stat : 1523 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396253739408 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1524] ppid=1516 vsize=13977988 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1524/stat : 1524 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396252686864 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1525] ppid=1516 vsize=13977988 memory=6944656592452610148 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1525/stat : 1525 (java) S 1516 1519 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15923759 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140396251634320 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1526] ppid=1516 vsize=13977988 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1526/stat : 1526 (java) S 1516 1519 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 15923760 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395844254192 140396297837186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1527] ppid=1516 vsize=13977988 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1527/stat : 1527 (java) S 1516 1519 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15923761 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395843200416 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1528] ppid=1516 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1528/stat : 1528 (java) S 1516 1519 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15923761 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395842147824 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1529] ppid=1516 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1529/stat : 1529 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395841096400 140396297844635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1530] ppid=1516 vsize=13977988 memory=-2672971631320983069 CPUtime=0.14 cores=1,3,5,7
/proc/1519/task/1530/stat : 1530 (java) R 1516 1519 2357 0 -1 4202560 1109 0 0 0 14 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395840042992 140396279370616 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1531] ppid=1516 vsize=13977988 memory=-7523660553960122769 CPUtime=0.17 cores=1,3,5,7
/proc/1519/task/1531/stat : 1531 (java) R 1516 1519 2357 0 -1 4202560 1170 0 0 0 17 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395838976328 140396279343921 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1532] ppid=1516 vsize=13977988 memory=-8990767739041718176 CPUtime=0.2 cores=1,3,5,7
/proc/1519/task/1532/stat : 1532 (java) S 1516 1519 2357 0 -1 1077944384 877 0 0 0 20 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395275348208 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1533] ppid=1516 vsize=13977988 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1533/stat : 1533 (java) S 1516 1519 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15923763 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395274295904 140396297836245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
[pid=1519/tid=1534] ppid=1516 vsize=13977988 memory=6933690305039933585 CPUtime=0 cores=1,3,5,7
/proc/1519/task/1534/stat : 1534 (java) S 1516 1519 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15923767 14313459712 18913 18446744073709551615 4194304 4196468 140725657053776 140395273243440 140396297837186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30150656 140725657055609 140725657055788 140725657055788 140725657059279 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 75652 KiB

Child status: 0
Real time (s): 0.797522
CPU time (s): 1.2546
CPU user time (s): 1.17844
CPU system time (s): 0.076161
CPU usage (%): 157.312
Max. virtual memory (cumulated for all children) (KiB): 13977988
Max. memory (cumulated for all children) (KiB): 75652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17844
system time used= 0.076161
maximum resident set size= 87448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15380
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= 1227
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 1519
#   total CPU time (s): 1.2546
#   total CPU user time (s): 1.17844
#   total CPU system time (s): 0.076161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02683 second user time and 0.046436 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 13:17:31
IDJOB=4273115
IDBENCH=135451
IDSOLVER=2665
FILE ID=node129/4273115-1502883087
RUNJOBID= node129-1502867387-31958
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-sentoy.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273115-1502883087/watcher-4273115-1502883087 -o /tmp/evaluation-result-4273115-1502883087/solver-4273115-1502883087 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502867387-31958 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 97664568 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273115-1502883087.xml

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

MD5SUM BENCH= f29e5165c598919c9834c408fde8edbe
RANDOM SEED=97664568

node129.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.61
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.61
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.61
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.61
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:        31245212 kB
MemAvailable:   31819512 kB
Buffers:          192700 kB
Cached:           667716 kB
SwapCached:            0 kB
Active:           661176 kB
Inactive:         452904 kB
Active(anon):     254108 kB
Inactive(anon):    16744 kB
Active(file):     407068 kB
Inactive(file):   436160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42556 kB
Writeback:            16 kB
AnonPages:        253796 kB
Mapped:            46960 kB
Shmem:             17060 kB
Slab:             118684 kB
SReclaimable:      93816 kB
SUnreclaim:        24868 kB
KernelStack:        3424 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1259368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-16 13:17:32