Trace number 4396035

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.09 2470.14

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-30.xml
MD5SUM104ead67a06ae27b0f069365e5914a8a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains1
Minimum domain size90
Maximum domain size90
Distribution of domain sizes[{"size":90,"count":90}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":60},{"degree":3,"count":30}]
Minimum constraint arity2
Maximum constraint arity90
Distribution of constraint arities[{"arity":2,"count":60},{"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
2520.03/2470.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2470.12		at concrete.MAC.mac(MAC.scala:192)
2520.03/2470.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2470.12		at scala.util.Try$.apply(Try.scala:212)
2520.03/2470.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2470.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2470.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2470.12		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2470.12		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2470.12		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.03/2470.12		at concrete.ProblemState.map(ProblemState.scala:238)
2520.03/2470.12		at concrete.ProblemState.map(ProblemState.scala:212)
2520.03/2470.12		at concrete.MAC.nextSolution(MAC.scala:348)
2520.03/2470.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2470.12		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2470.12		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2470.12		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2470.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.03/2470.12		at scala.util.Success.map(Try.scala:264)
2520.03/2470.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2470.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2470.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2470.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2470.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2470.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2470.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2470.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2470.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2470.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2470.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2470.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2470.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2470.12		at scala.App.main(App.scala:75)
2520.03/2470.12		at scala.App.main$(App.scala:73)
2520.03/2470.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2470.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2470.12	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 (10668 MiB free)
  memory of node 1: 16384 MiB (12667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396035-1568398243/watcher-4396035-1568398243 -o /tmp/evaluation-result-4396035-1568398243/solver-4396035-1568398243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568393275-31993 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=763920325 HOME/instance-4396035-1568398243.xml 

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

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

solver pid=686, runsolver pid=683

[startup+0.100168 s]*
/proc/loadavg: 1.42 1.54 1.46 3/218 743
/proc/meminfo: memFree=23889732/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=9972712 memory=16552 CPUtime=0.08 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 4373 13265 0 0 1 0 5 2 20 0 6 0 415761671 10212057088 4138 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2493178 4138 1933 1 0 2481616 0
[pid=686/tid=739] ppid=683 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 2308 13265 0 0 1 0 5 2 20 0 6 0 415761680 10212057088 4270 33554432000 4194304 4196468 140732289173600 140041904038480 140041916282206 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=9972712 memory=4294967661 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 6 0 415761681 10212057088 4270 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=9972712 memory=4049778242244269728 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 6 0 415761681 10212057088 4270 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 6 0 415761681 10212057088 4270 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 6 0 415761681 10212057088 4270 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.42 1.54 1.46 4/227 752
/proc/meminfo: memFree=23866424/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10819664 memory=43728 CPUtime=0.25 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 7214 13265 0 0 16 2 5 2 20 0 15 0 415761671 11079335936 10932 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2704916 10932 3169 1 0 2667149 0
[pid=686/tid=739] ppid=683 vsize=10819664 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 3728 13265 0 0 10 1 5 2 20 0 15 0 415761680 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041904032768 140041915388557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10819664 memory=4294967661 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10819664 memory=4049778242244269728 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10819664 memory=140332051158656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761682 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 13 13265 0 0 0 0 5 2 20 0 15 0 415761683 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041368102176 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041233884784 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11079335936 10932 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 356 13265 0 0 1 0 5 2 20 0 15 0 415761686 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 303 13265 0 0 1 0 5 2 20 0 15 0 415761686 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10819664 memory=140332051158656 CPUtime=0.1 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 613 13265 0 0 3 0 5 2 20 0 15 0 415761686 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11079335936 10932 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10819664 memory=140332051158656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761686 11079335936 10932 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43728 KiB

[startup+0.310521 s]*
/proc/loadavg: 1.42 1.54 1.46 4/227 752
/proc/meminfo: memFree=23853416/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10820148 memory=54840 CPUtime=0.39 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 10916 13265 0 0 29 3 5 2 20 0 15 0 415761671 11079831552 13710 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2705037 13710 3301 1 0 2667149 0
[pid=686/tid=739] ppid=683 vsize=10820148 memory=1398720917958146503 CPUtime=0.28 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 7399 13265 0 0 19 2 5 2 20 0 15 0 415761680 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041904001632 140041913765263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761681 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761682 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 13 13265 0 0 0 0 5 2 20 0 15 0 415761683 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041368102176 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041233884784 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11079831552 13710 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 356 13265 0 0 1 0 5 2 20 0 15 0 415761686 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 313 13265 0 0 2 0 5 2 20 0 15 0 415761686 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 622 13265 0 0 5 0 5 2 20 0 15 0 415761686 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11079831552 13710 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761686 11079831552 13710 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54840 KiB

[startup+0.700757 s]
/proc/loadavg: 1.42 1.54 1.46 4/227 752
/proc/meminfo: memFree=23839000/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10824360 memory=87876 CPUtime=1.11 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 15179 13265 0 0 99 5 5 2 20 0 15 0 415761671 11084144640 21969 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2706090 21969 3512 1 0 2668173 0
[pid=686/tid=739] ppid=683 vsize=10824360 memory=7809914021240465728 CPUtime=0.66 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 10421 13265 0 0 55 4 5 2 20 0 15 0 415761680 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041904010176 140041911279184 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10824360 memory=280663898985280 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761681 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761681 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10824360 memory=140331949498674 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761681 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10824360 memory=140332051157521 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761681 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 5 13265 0 0 0 0 5 2 20 0 15 0 415761682 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 13 13265 0 0 0 0 5 2 20 0 15 0 415761683 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041368102176 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041233884784 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11084144640 21969 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) R 683 686 29438 0 -1 4202560 933 13265 0 0 13 0 5 2 20 0 15 0 415761686 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041457809520 140041911864552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 799 13265 0 0 12 0 5 2 20 0 15 0 415761686 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 785 13265 0 0 17 0 5 2 20 0 15 0 415761686 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11084144640 21969 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761686 11084144640 21969 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87876 KiB

[startup+1.50209 s]
/proc/loadavg: 1.42 1.54 1.46 3/227 752
/proc/meminfo: memFree=23794548/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10834676 memory=175948 CPUtime=2.43 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 22069 13265 0 0 226 10 5 2 20 0 15 0 415761671 11094708224 43987 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2708669 43987 3579 1 0 2670733 0
[pid=686/tid=739] ppid=683 vsize=10834676 memory=6943526294502006880 CPUtime=1.43 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 15406 13265 0 0 130 6 5 2 20 0 15 0 415761680 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041904011664 140041932213654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10834676 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 388 13265 0 0 1 0 5 2 20 0 15 0 415761681 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10834676 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 28 13265 0 0 1 0 5 2 20 0 15 0 415761681 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10834676 memory=54 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 60 13265 0 0 1 0 5 2 20 0 15 0 415761681 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10834676 memory=10829 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 90 13265 0 0 1 0 5 2 20 0 15 0 415761681 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10834676 memory=26163 CPUtime=0.08 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 152 13265 0 0 1 0 5 2 20 0 15 0 415761682 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10834676 memory=280663898998208 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 14 13265 0 0 0 0 5 2 20 0 15 0 415761683 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041368102240 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041233884800 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10834676 memory=288142345 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11094708224 43987 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10834676 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 1119 13265 0 0 23 0 5 2 20 0 15 0 415761686 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10834676 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) R 683 686 29438 0 -1 1077944384 1011 13265 0 0 23 0 5 2 20 0 15 0 415761686 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10834676 memory=7 CPUtime=0.48 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) R 683 686 29438 0 -1 4202560 1584 13265 0 0 41 0 5 2 20 0 15 0 415761686 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041455704432 140041917575526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11094708224 43987 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761686 11094708224 43987 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 62682 13265 0 0 235680 43 5 2 20 0 15 0 415761680 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041904036368 140041531642518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10849044 memory=670656 CPUtime=11.59 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 9096 13265 0 0 1099 53 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10849044 memory=670656 CPUtime=11.64 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 8625 13265 0 0 1104 53 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10849044 memory=670656 CPUtime=11.65 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 12585 13265 0 0 1102 56 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10849044 memory=670656 CPUtime=11.67 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 12807 13265 0 0 1102 58 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10849044 memory=670656 CPUtime=10.68 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 13353 13265 0 0 1008 53 5 2 20 0 15 0 415761682 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10849044 memory=3924 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 18 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041368102240 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10849044 memory=40292 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041233884800 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10849044 memory=670656 CPUtime=5.16 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 26300 13265 0 0 502 7 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10849044 memory=670656 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 25051 13265 0 0 501 7 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10849044 memory=2352 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 33514 13265 0 0 499 9 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10849044 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10849044 memory=8612 CPUtime=1.43 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 800 13265 0 0 68 68 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 2430.9 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 670656 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.43 1.43 3/227 1111
/proc/meminfo: memFree=22816664/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10849044 memory=670656 CPUtime=2491.8 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 208454 13265 0 0 248821 352 5 2 20 0 15 0 415761671 11109421056 167664 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2712261 167664 3633 1 0 2674317 0
[pid=686/tid=739] ppid=683 vsize=10849044 memory=670656 CPUtime=2416.7 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 63323 13265 0 0 241619 44 5 2 20 0 15 0 415761680 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041904037088 140041531642141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10849044 memory=670656 CPUtime=11.89 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 9149 13265 0 0 1128 54 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10849044 memory=670656 CPUtime=11.94 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 8687 13265 0 0 1133 54 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10849044 memory=670656 CPUtime=11.95 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 12909 13265 0 0 1131 57 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10849044 memory=670656 CPUtime=11.98 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 12914 13265 0 0 1132 59 5 2 20 0 15 0 415761681 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10849044 memory=670656 CPUtime=10.94 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 13551 13265 0 0 1033 54 5 2 20 0 15 0 415761682 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 18 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041368102240 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041233884800 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10849044 memory=670656 CPUtime=5.16 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 26302 13265 0 0 502 7 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10849044 memory=670656 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 25053 13265 0 0 501 7 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10849044 memory=670656 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 33516 13265 0 0 499 9 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10849044 memory=670656 CPUtime=1.45 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 816 13265 0 0 69 69 5 2 20 0 15 0 415761686 11109421056 167664 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 2491.8 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 670656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.11 s]
/proc/loadavg: 1.51 1.41 1.43 3/227 1114
/proc/meminfo: memFree=22815396/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10849044 memory=672704 CPUtime=2520.03 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 209175 13265 0 0 251641 355 5 2 20 0 15 0 415761671 11109421056 168176 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2712261 168176 3633 1 0 2674317 0
[pid=686/tid=739] ppid=683 vsize=10849044 memory=8612 CPUtime=2444.21 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 63691 13265 0 0 244370 44 5 2 20 0 15 0 415761680 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041904036320 140041914608752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10849044 memory=672704 CPUtime=12.03 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 9346 13265 0 0 1142 54 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10849044 memory=670656 CPUtime=12.09 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 8750 13265 0 0 1147 55 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10849044 memory=670656 CPUtime=12.08 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 12937 13265 0 0 1144 57 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10849044 memory=670656 CPUtime=12.12 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 12941 13265 0 0 1146 59 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10849044 memory=670656 CPUtime=11.07 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 13579 13265 0 0 1045 55 5 2 20 0 15 0 415761682 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 18 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041368102240 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10849044 memory=672704 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041233884800 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10849044 memory=670656 CPUtime=5.16 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 26304 13265 0 0 502 7 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10849044 memory=672704 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 25055 13265 0 0 501 7 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10849044 memory=3924 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 33518 13265 0 0 499 9 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10849044 memory=672704 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10849044 memory=672704 CPUtime=1.48 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 820 13265 0 0 71 70 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 672704 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2470.14 s]
# the end of solver process 686 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.59236 s

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

[startup+2470.11 s]
/proc/loadavg: 1.51 1.41 1.43 3/227 1114
/proc/meminfo: memFree=22815396/32770624 swapFree=67108848/67108860
[pid=686] ppid=683 vsize=10849044 memory=672704 CPUtime=2520.03 cores=0,2,4,6
/proc/686/stat : 686 (java) S 683 686 29438 0 -1 1077944320 209175 13265 0 0 251641 355 5 2 20 0 15 0 415761671 11109421056 168176 33554432000 4194304 4196468 140732289173600 140732289156144 140041932201719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
/proc/686/statm: 2712261 168176 3633 1 0 2674317 0
[pid=686/tid=739] ppid=683 vsize=10849044 memory=8612 CPUtime=2444.21 cores=0,2,4,6
/proc/686/task/739/stat : 739 (java) R 683 686 29438 0 -1 4202560 63691 13265 0 0 244370 44 5 2 20 0 15 0 415761680 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041904036320 140041914608752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=740] ppid=683 vsize=10849044 memory=672704 CPUtime=12.03 cores=0,2,4,6
/proc/686/task/740/stat : 740 (java) S 683 686 29438 0 -1 1077944384 9346 13265 0 0 1142 54 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041936443792 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=741] ppid=683 vsize=10849044 memory=670656 CPUtime=12.09 cores=0,2,4,6
/proc/686/task/741/stat : 741 (java) S 683 686 29438 0 -1 1077944384 8750 13265 0 0 1147 55 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041840646416 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=742] ppid=683 vsize=10849044 memory=670656 CPUtime=12.08 cores=0,2,4,6
/proc/686/task/742/stat : 742 (java) S 683 686 29438 0 -1 1077944384 12937 13265 0 0 1144 57 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041839594128 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=743] ppid=683 vsize=10849044 memory=670656 CPUtime=12.12 cores=0,2,4,6
/proc/686/task/743/stat : 743 (java) S 683 686 29438 0 -1 1077944384 12941 13265 0 0 1146 59 5 2 20 0 15 0 415761681 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041503169040 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=744] ppid=683 vsize=10849044 memory=670656 CPUtime=11.07 cores=0,2,4,6
/proc/686/task/744/stat : 744 (java) S 683 686 29438 0 -1 1077944384 13579 13265 0 0 1045 55 5 2 20 0 15 0 415761682 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041458862704 140041932212866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=745] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/745/stat : 745 (java) S 683 686 29438 0 -1 1077944384 18 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041368102240 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=746] ppid=683 vsize=10849044 memory=672704 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/746/stat : 746 (java) S 683 686 29438 0 -1 1077944384 1 13265 0 0 0 0 5 2 20 0 15 0 415761683 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041233884800 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=747] ppid=683 vsize=10849044 memory=670656 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/747/stat : 747 (java) S 683 686 29438 0 -1 1077944384 2 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140040629906000 140041932220315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=748] ppid=683 vsize=10849044 memory=670656 CPUtime=5.16 cores=0,2,4,6
/proc/686/task/748/stat : 748 (java) S 683 686 29438 0 -1 1077944384 26304 13265 0 0 502 7 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041457809520 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=749] ppid=683 vsize=10849044 memory=672704 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/749/stat : 749 (java) S 683 686 29438 0 -1 1077944384 25055 13265 0 0 501 7 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041456756720 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=750] ppid=683 vsize=10849044 memory=3924 CPUtime=5.15 cores=0,2,4,6
/proc/686/task/750/stat : 750 (java) S 683 686 29438 0 -1 1077944384 33518 13265 0 0 499 9 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041455704432 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=751] ppid=683 vsize=10849044 memory=672704 CPUtime=0.07 cores=0,2,4,6
/proc/686/task/751/stat : 751 (java) S 683 686 29438 0 -1 1077944384 3 13265 0 0 0 0 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140040160143840 140041932211925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
[pid=686/tid=752] ppid=683 vsize=10849044 memory=672704 CPUtime=1.48 cores=0,2,4,6
/proc/686/task/752/stat : 752 (java) S 683 686 29438 0 -1 1077944384 820 13265 0 0 71 70 5 2 20 0 15 0 415761686 11109421056 168176 33554432000 4194304 4196468 140732289173600 140041454652336 140041932212866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 32067584 140732289182448 140732289184965 140732289184965 140732289187791 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 672704 KiB

Child status: 143
Real time (s): 2470.14
CPU time (s): 2520.09
CPU user time (s): 2516.5
CPU system time (s): 3.59236
CPU usage (%): 102.022
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 794336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.59236
maximum resident set size= 796056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 287706
involuntary context switches= 7355


# summary of solver processes directly reported to runsolver:
#   pid: 686
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.59236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3726 second user time and 23.6054 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 20:10:02
IDJOB=4396035
IDBENCH=124285
IDSOLVER=2846
FILE ID=node143/4396035-1568398243
RUNJOBID= node143-1568393275-31993
PBS_JOBID= 21701827
Free space on /tmp= 59240 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-30.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396035-1568398243/watcher-4396035-1568398243 -o /tmp/evaluation-result-4396035-1568398243/solver-4396035-1568398243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568393275-31993 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=763920325 HOME/instance-4396035-1568398243.xml

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

MD5SUM BENCH= 104ead67a06ae27b0f069365e5914a8a
RANDOM SEED=763920325

node143.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.73
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.73
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.73
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.73
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:        23895268 kB
MemAvailable:   31373196 kB
Buffers:          189516 kB
Cached:          7579300 kB
SwapCached:            8 kB
Active:          2562892 kB
Inactive:        5639560 kB
Active(anon):     387644 kB
Inactive(anon):   145844 kB
Active(file):    2175248 kB
Inactive(file):  5493716 kB
Unevictable:      106456 kB
Mlocked:          106456 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35628 kB
Writeback:             0 kB
AnonPages:        540780 kB
Mapped:            62012 kB
Shmem:             90756 kB
Slab:             265968 kB
SReclaimable:     237424 kB
SUnreclaim:        28544 kB
KernelStack:        3696 kB
PageTables:         8068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1488468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59204 MiB
End job on node143 at 2019-09-13 20:51:12