Trace number 4256656

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 - Hybrid 2017-07-26? 5.08149 2.1672699

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-fs/
Pb-fs-50-250-0-45-90-4-1000.xml
MD5SUM3ae127b68cfa611bb704d38a0211b659
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-178
Best CPU time to get the best result obtained on this benchmark247.142
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints62994
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2025}]
Minimum variable degree10
Maximum variable degree121
Distribution of variable degrees[{"degree":10,"count":5},{"degree":11,"count":8},{"degree":12,"count":6},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":24,"count":1},{"degree":30,"count":1},{"degree":31,"count":4},{"degree":32,"count":15},{"degree":33,"count":16},{"degree":34,"count":32},{"degree":35,"count":24},{"degree":36,"count":30},{"degree":37,"count":27},{"degree":38,"count":21},{"degree":39,"count":19},{"degree":40,"count":4},{"degree":41,"count":7},{"degree":42,"count":1},"...",{"degree":96,"count":34}, {"degree":97,"count":30}, {"degree":98,"count":49}, {"degree":99,"count":64}, {"degree":100,"count":72}, {"degree":101,"count":96}, {"degree":102,"count":113}, {"degree":103,"count":112}, {"degree":104,"count":133}, {"degree":105,"count":128}, {"degree":106,"count":120}, {"degree":107,"count":126}, {"degree":108,"count":97}, {"degree":109,"count":78}, {"degree":110,"count":77}, {"degree":111,"count":68}, {"degree":112,"count":38}, {"degree":113,"count":29}, {"degree":114,"count":22}, {"degree":115,"count":26}, {"degree":116,"count":13}, {"degree":117,"count":10}, {"degree":118,"count":8}, {"degree":120,"count":2}, {"degree":121,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":1170},{"arity":3,"count":61824}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":62994}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256656-1501635035/watcher-4256656-1501635035 -o /tmp/evaluation-result-4256656-1501635035/solver-4256656-1501635035 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501623034-14465 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 2022800727 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256656-1501635035.xml 

pid=23728
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.48 1.56 1.53 3/194 23731
/proc/meminfo: memFree=30228656/32770624 swapFree=0/208388
[pid=23731] ppid=23728 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (runsolver) D 23728 23731 5131 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12123797 24240128 106 18446744073709551615 4194304 4338465 140728408721632 140728408719272 139972761326295 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 23269376 140728408727658 140728408728134 140728408728134 140728408731594 0
/proc/23731/statm: 5918 106 53 36 0 2156 0

[startup+0.100131 s]
/proc/loadavg: 1.48 1.56 1.53 3/194 23731
/proc/meminfo: memFree=30228656/32770624 swapFree=0/208388
[pid=23731] ppid=23728 vsize=13358552 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 3016 0 0 0 0 0 0 0 20 0 6 0 12123797 13679157248 3708 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3339638 3708 1633 1 0 3329143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13358552

[startup+0.206487 s]
/proc/loadavg: 1.48 1.56 1.53 3/194 23731
/proc/meminfo: memFree=30228656/32770624 swapFree=0/208388
[pid=23731] ppid=23728 vsize=13975920 CPUtime=0.09 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 6607 0 0 0 8 1 0 0 20 0 15 0 12123797 14311342080 7806 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3493980 7806 3362 1 0 3482767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13975920

[startup+0.300271 s]
/proc/loadavg: 1.48 1.56 1.53 3/194 23731
/proc/meminfo: memFree=30228656/32770624 swapFree=0/208388
[pid=23731] ppid=23728 vsize=13975920 CPUtime=0.24 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 9856 0 0 0 22 2 0 0 20 0 15 0 12123797 14311342080 10060 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3493980 10060 3507 1 0 3482767 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13975920

[startup+0.706191 s]
/proc/loadavg: 1.48 1.56 1.53 3/194 23731
/proc/meminfo: memFree=30228656/32770624 swapFree=0/208388
[pid=23731] ppid=23728 vsize=13977988 CPUtime=1.16 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 14424 0 0 0 111 5 0 0 20 0 15 0 12123797 14313459712 27948 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3494497 27948 3717 1 0 3483279 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13977988

[startup+1.50069 s]
/proc/loadavg: 1.48 1.56 1.53 5/209 23746
/proc/meminfo: memFree=30004860/32770624 swapFree=0/208276
[pid=23731] ppid=23728 vsize=13977988 CPUtime=3.49 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 17237 0 0 0 334 15 0 0 20 0 15 0 12123797 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3494497 68822 3771 1 0 3483279 0
[pid=23731/tid=23733] ppid=23728 vsize=13977988 CPUtime=1.28 cores=1,3,5,7
/proc/23731/task/23733/stat : 23733 (java) R 23728 23731 5131 0 -1 4202560 9944 0 0 0 123 5 0 0 20 0 15 0 12123806 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139744169729072 139743761412487 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23734] ppid=23728 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23728 23731 5131 0 -1 1077944384 51 0 0 0 3 1 0 0 20 0 15 0 12123807 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139744084908816 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23735] ppid=23728 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23728 23731 5131 0 -1 1077944384 92 0 0 0 4 2 0 0 20 0 15 0 12123807 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139744083856272 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23736] ppid=23728 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23728 23731 5131 0 -1 1077944384 115 0 0 0 4 2 0 0 20 0 15 0 12123807 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139744082803728 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23737] ppid=23728 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23728 23731 5131 0 -1 1077944384 94 0 0 0 2 2 0 0 20 0 15 0 12123807 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139744081751184 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23738] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23728 23731 5131 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 12123808 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743643285488 139744165505666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23739] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23728 23731 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12123809 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743642231712 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23740] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23728 23731 5131 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12123809 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743641179120 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23741] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743640127696 139744165513115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23742] ppid=23728 vsize=13977988 CPUtime=0.83 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) R 23728 23731 5131 0 -1 4202560 2336 0 0 0 83 0 0 0 20 0 15 0 12123811 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743639062160 139744148881300 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23743] ppid=23728 vsize=13977988 CPUtime=0.79 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) R 23728 23731 5131 0 -1 4202560 2044 0 0 0 79 0 0 0 20 0 15 0 12123811 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743638012560 139744148993493 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23744] ppid=23728 vsize=13977988 CPUtime=0.33 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23728 23731 5131 0 -1 1077944384 1108 0 0 0 33 0 0 0 20 0 15 0 12123811 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743636970224 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23745] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743635917920 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23746] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23728 23731 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12123815 14313459712 68822 18446744073709551615 4194304 4196468 140729463846048 139743634864432 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 13977988

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23731 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60448 s]
/proc/loadavg: 1.48 1.56 1.53 5/209 23746
/proc/meminfo: memFree=30004860/32770624 swapFree=0/208276
[pid=23731] ppid=23728 vsize=13977988 CPUtime=3.75 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 17454 0 0 0 359 16 0 0 20 0 15 0 12123797 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3494497 78718 3777 1 0 3483279 0
[pid=23731/tid=23733] ppid=23728 vsize=13977988 CPUtime=1.39 cores=1,3,5,7
/proc/23731/task/23733/stat : 23733 (java) R 23728 23731 5131 0 -1 4202560 10043 0 0 0 133 6 0 0 20 0 15 0 12123806 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139744169726928 139743757106432 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23734] ppid=23728 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23728 23731 5131 0 -1 1077944384 51 0 0 0 3 1 0 0 20 0 15 0 12123807 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139744084908816 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23735] ppid=23728 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23728 23731 5131 0 -1 1077944384 92 0 0 0 4 2 0 0 20 0 15 0 12123807 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139744083856272 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23736] ppid=23728 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23728 23731 5131 0 -1 1077944384 115 0 0 0 4 2 0 0 20 0 15 0 12123807 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139744082803728 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23737] ppid=23728 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23728 23731 5131 0 -1 1077944384 94 0 0 0 2 2 0 0 20 0 15 0 12123807 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139744081751184 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23738] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23728 23731 5131 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 12123808 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743643285488 139744165505666 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23739] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23728 23731 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12123809 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743642231712 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23740] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23728 23731 5131 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12123809 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743641179120 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23741] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743640127696 139744165513115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23742] ppid=23728 vsize=13977988 CPUtime=0.89 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23728 23731 5131 0 -1 1077944384 2349 0 0 0 89 0 0 0 20 0 15 0 12123811 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743639075312 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23743] ppid=23728 vsize=13977988 CPUtime=0.85 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23728 23731 5131 0 -1 1077944384 2057 0 0 0 85 0 0 0 20 0 15 0 12123811 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743638022768 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23744] ppid=23728 vsize=13977988 CPUtime=0.36 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) R 23728 23731 5131 0 -1 4202560 1200 0 0 0 36 0 0 0 20 0 15 0 12123811 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743636967160 139744144456224 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23745] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743635917920 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23746] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23728 23731 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12123815 14313459712 78718 18446744073709551615 4194304 4196468 140729463846048 139743634864432 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 13977988

[startup+2.00069 s]
/proc/loadavg: 1.48 1.56 1.53 5/209 23746
/proc/meminfo: memFree=30004860/32770624 swapFree=0/208276
[pid=23731] ppid=23728 vsize=13977988 CPUtime=4.78 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 18069 0 0 0 458 20 0 0 20 0 15 0 12123797 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3494497 100737 3783 1 0 3483279 0
[pid=23731/tid=23733] ppid=23728 vsize=13977988 CPUtime=1.75 cores=1,3,5,7
/proc/23731/task/23733/stat : 23733 (java) R 23728 23731 5131 0 -1 4202560 10161 0 0 0 168 7 0 0 20 0 15 0 12123806 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139744169718592 139744149575006 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23734] ppid=23728 vsize=13977988 CPUtime=0.07 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23728 23731 5131 0 -1 1077944384 109 0 0 0 6 1 0 0 20 0 15 0 12123807 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139744084908816 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23735] ppid=23728 vsize=13977988 CPUtime=0.08 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23728 23731 5131 0 -1 1077944384 114 0 0 0 6 2 0 0 20 0 15 0 12123807 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139744083856272 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23736] ppid=23728 vsize=13977988 CPUtime=0.1 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23728 23731 5131 0 -1 1077944384 129 0 0 0 7 3 0 0 20 0 15 0 12123807 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139744082803728 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23737] ppid=23728 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23728 23731 5131 0 -1 1077944384 101 0 0 0 4 2 0 0 20 0 15 0 12123807 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139744081751184 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23738] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23728 23731 5131 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 12123808 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743643285488 139744165505666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23739] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23728 23731 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12123809 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743642231776 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23740] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23728 23731 5131 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12123809 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743641179120 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23741] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743640127696 139744165513115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23742] ppid=23728 vsize=13977988 CPUtime=1.12 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23728 23731 5131 0 -1 1077944384 2416 0 0 0 112 0 0 0 20 0 15 0 12123811 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743639075312 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23743] ppid=23728 vsize=13977988 CPUtime=1.11 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) R 23728 23731 5131 0 -1 4202560 2126 0 0 0 110 1 0 0 20 0 15 0 12123811 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743638022768 139744147037875 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23744] ppid=23728 vsize=13977988 CPUtime=0.42 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23728 23731 5131 0 -1 1077944384 1335 0 0 0 42 0 0 0 20 0 15 0 12123811 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743636970224 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23745] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743635917920 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23746] ppid=23728 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23728 23731 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12123815 14313459712 100737 18446744073709551615 4194304 4196468 140729463846048 139743634864432 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 13977988

[startup+2.10064 s]
/proc/loadavg: 1.48 1.56 1.53 5/209 23746
/proc/meminfo: memFree=30004860/32770624 swapFree=0/208276
[pid=23731] ppid=23728 vsize=13980036 CPUtime=4.97 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23728 23731 5131 0 -1 1077944320 18524 0 0 0 477 20 0 0 20 0 15 0 12123797 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 140729463828592 139744165494519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
/proc/23731/statm: 3495009 101224 3787 1 0 3483791 0
[pid=23731/tid=23733] ppid=23728 vsize=13980036 CPUtime=1.84 cores=1,3,5,7
/proc/23731/task/23733/stat : 23733 (java) R 23728 23731 5131 0 -1 4202560 10572 0 0 0 177 7 0 0 20 0 15 0 12123806 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139744169723824 139744149575036 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23734] ppid=23728 vsize=13980036 CPUtime=0.07 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23728 23731 5131 0 -1 1077944384 109 0 0 0 6 1 0 0 20 0 15 0 12123807 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139744084908816 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23735] ppid=23728 vsize=13980036 CPUtime=0.08 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23728 23731 5131 0 -1 1077944384 114 0 0 0 6 2 0 0 20 0 15 0 12123807 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139744083856272 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23736] ppid=23728 vsize=13980036 CPUtime=0.1 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23728 23731 5131 0 -1 1077944384 129 0 0 0 7 3 0 0 20 0 15 0 12123807 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139744082803728 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23737] ppid=23728 vsize=13980036 CPUtime=0.06 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23728 23731 5131 0 -1 1077944384 101 0 0 0 4 2 0 0 20 0 15 0 12123807 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139744081751184 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23738] ppid=23728 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23728 23731 5131 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 12123808 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743643285488 139744165505666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23739] ppid=23728 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23728 23731 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12123809 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743642231776 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23740] ppid=23728 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23728 23731 5131 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12123809 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743641179120 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23741] ppid=23728 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743640127696 139744165513115 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23742] ppid=23728 vsize=13980036 CPUtime=1.15 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23728 23731 5131 0 -1 1077944384 2427 0 0 0 115 0 0 0 20 0 15 0 12123811 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743639075312 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23743] ppid=23728 vsize=13980036 CPUtime=1.16 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23728 23731 5131 0 -1 1077944384 2142 0 0 0 115 1 0 0 20 0 15 0 12123811 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743638022768 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23744] ppid=23728 vsize=13980036 CPUtime=0.43 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23728 23731 5131 0 -1 1077944384 1351 0 0 0 43 0 0 0 20 0 15 0 12123811 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743636970224 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23745] ppid=23728 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23728 23731 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12123811 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743635917920 139744165504725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
[pid=23731/tid=23746] ppid=23728 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23728 23731 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12123815 14315556864 101224 18446744073709551615 4194304 4196468 140729463846048 139743634864432 139744165505666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19726336 140729463853461 140729463853643 140729463853643 140729463857103 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 13980036

Child status: 0
Real time (s): 2.16727
CPU time (s): 5.08149
CPU user time (s): 4.87237
CPU system time (s): 0.209119
CPU usage (%): 234.465
Max. virtual memory (cumulated for all children) (KiB): 13980036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.87237
system time used= 0.209119
maximum resident set size= 407384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2303
involuntary context switches= 28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007158 second user time and 0.022378 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-02 02:36:38
IDJOB=4256656
IDBENCH=134650
IDSOLVER=2640
FILE ID=node131/4256656-1501635035
RUNJOBID= node131-1501623034-14465
PBS_JOBID= 
Free space on /tmp= 61900 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-fs/Pb-fs-50-250-0-45-90-4-1000.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256656-1501635035/watcher-4256656-1501635035 -o /tmp/evaluation-result-4256656-1501635035/solver-4256656-1501635035 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501623034-14465 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 2022800727 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256656-1501635035.xml

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

MD5SUM BENCH= 3ae127b68cfa611bb704d38a0211b659
RANDOM SEED=2022800727

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.07
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:        30229128 kB
MemAvailable:   30439300 kB
Buffers:          106448 kB
Cached:           385724 kB
SwapCached:            0 kB
Active:          1916540 kB
Inactive:         216868 kB
Active(anon):    1641460 kB
Inactive(anon):     8532 kB
Active(file):     275080 kB
Inactive(file):   208336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44980 kB
Writeback:             0 kB
AnonPages:       1640900 kB
Mapped:            44712 kB
Shmem:              8872 kB
Slab:             110336 kB
SReclaimable:      85180 kB
SUnreclaim:        25156 kB
KernelStack:        3520 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2566404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1527808 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= 61860 MiB
End job on node131 at 2017-08-02 02:36:41