Trace number 4270868

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)UNSAT 2.8106999 0.85083801

General information on the benchmark

NameBlackhole/Blackhole-m1-s13/
Blackhole-13-3-01.xml
MD5SUM8a560dffd54b0877593a0147eb9ff923
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.116712
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints87
Number of domains1
Minimum domain size52
Maximum domain size52
Distribution of domain sizes[{"size":52,"count":104}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":87},{"degree":3,"count":17}]
Minimum constraint arity1
Maximum constraint arity104
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":85},{"arity":104,"count":1}]
Number of extensional constraints51
Number of intensional constraints35
Distribution of constraint types[{"type":"extension","count":51},{"type":"intension","count":35},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270868-1502768686.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270868-1502768686.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
1.42/0.68	c solve instance...
2.59/0.83	java.util.concurrent.ExecutionException: java.lang.NullPointerException
2.59/0.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.59/0.83		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
2.59/0.83		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
2.59/0.83		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
2.59/0.83		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
2.59/0.83	Caused by: java.lang.NullPointerException
2.59/0.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2.59/0.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2.59/0.83		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2.59/0.83		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2.59/0.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2.59/0.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
2.59/0.83		... 4 more
2.59/0.83	Caused by: java.lang.NullPointerException
2.59/0.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2.59/0.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2.59/0.83		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2.59/0.83		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2.59/0.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2.59/0.83		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
2.59/0.83		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
2.59/0.83		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
2.59/0.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
2.59/0.83		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
2.59/0.83		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
2.59/0.83		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
2.59/0.83		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
2.59/0.83		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
2.59/0.83		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.59/0.83		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.59/0.83		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.59/0.83		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.59/0.83	Caused by: java.lang.NullPointerException
2.59/0.83		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
2.59/0.83		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
2.59/0.83		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
2.59/0.83		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
2.59/0.83		at org.chocosolver.solver.Solver.solve(Solver.java:260)
2.59/0.83		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
2.59/0.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.59/0.83		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.59/0.83		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.59/0.83		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.59/0.83		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.59/0.83		... 4 more
2.59/0.83	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270868-1502768686/watcher-4270868-1502768686 -o /tmp/evaluation-result-4270868-1502768686/solver-4270868-1502768686 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502762059-13049 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 802838432 HOME/instance-4270868-1502768686.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13817, runsolver pid=13814
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 3.39 3.27 5.43 2/200 13838
/proc/meminfo: memFree=26920692/32770624 swapFree=67108860/67108860
[pid=13817] ppid=13814 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13817/stat : 13817 (xcsp3-exec) S 13814 13817 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956350 9740288 346 33554432000 4194304 5098028 140733039474480 140733039472584 140692959703676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39694336 140733039481957 140733039482167 140733039482167 140733039484907 0
/proc/13817/statm: 2378 346 289 221 0 87 0
[pid=13819] ppid=13817 vsize=25999808 memory=26128 CPUtime=0.11 cores=0-7
/proc/13819/stat : 13819 (java) S 13817 13817 13022 0 -1 1077944320 5462 0 0 0 10 1 0 0 20 0 20 0 109956350 26623803392 6532 33554432000 4194304 4196468 140736409173376 140736409155920 140030350237431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
/proc/13819/statm: 6499952 6532 2845 1 0 6488269 0
[pid=13819/tid=13820] ppid=13817 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/13819/task/13820/stat : 13820 (java) R 13817 13817 13022 0 -1 4202560 3478 0 0 0 8 1 0 0 20 0 20 0 109956350 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030354463680 140030350259357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13821] ppid=13817 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/13819/task/13821/stat : 13821 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030302858000 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13822] ppid=13817 vsize=25999808 memory=140459149465216 CPUtime=0 cores=0-7
/proc/13819/task/13822/stat : 13822 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030301805456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13823] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13823/stat : 13823 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030300752912 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13824] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13824/stat : 13824 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030299700368 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13825] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13825/stat : 13825 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030298646800 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13826] ppid=13817 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13819/task/13826/stat : 13826 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030297594256 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13827] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13827/stat : 13827 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140030296541712 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13828] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13828/stat : 13828 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26623803392 6532 33554432000 4194304 4196468 140736409173376 140029901273744 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13829] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13829/stat : 13829 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956353 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028554979824 140030350248578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13830] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13830/stat : 13830 (java) S 13817 13817 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109956353 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028553926048 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13831] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13831/stat : 13831 (java) S 13817 13817 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109956353 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028552873456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13832] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13832/stat : 13832 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956356 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028551822032 140030350256027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13833] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13833/stat : 13833 (java) S 13817 13817 13022 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 109956356 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028348983280 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13834] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13834/stat : 13834 (java) S 13817 13817 13022 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 109956356 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028347930736 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13835] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13835/stat : 13835 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956356 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028346878192 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13836] ppid=13817 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/13819/task/13836/stat : 13836 (java) R 13817 13817 13022 0 -1 4202560 246 0 0 0 1 0 0 0 20 0 20 0 109956356 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028345825648 140030330564256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13837] ppid=13817 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13837/stat : 13837 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956356 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028344773344 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13838] ppid=13817 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13819/task/13838/stat : 13838 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956357 26623803392 6532 33554432000 4194304 4196468 140736409173376 140028343720880 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27512 KiB

[startup+0.210266 s]*
/proc/loadavg: 3.39 3.27 5.43 2/200 13838
/proc/meminfo: memFree=26911128/32770624 swapFree=67108860/67108860
[pid=13817] ppid=13814 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13817/stat : 13817 (xcsp3-exec) S 13814 13817 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956350 9740288 346 33554432000 4194304 5098028 140733039474480 140733039472584 140692959703676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39694336 140733039481957 140733039482167 140733039482167 140733039484907 0
/proc/13817/statm: 2378 346 289 221 0 87 0
[pid=13819] ppid=13817 vsize=26004064 memory=39096 CPUtime=0.32 cores=0-7
/proc/13819/stat : 13819 (java) S 13817 13817 13022 0 -1 1077944320 8339 0 0 0 29 3 0 0 20 0 20 0 109956350 26628161536 9774 33554432000 4194304 4196468 140736409173376 140736409155920 140030350237431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
/proc/13819/statm: 6501016 9774 3045 1 0 6488269 0
[pid=13819/tid=13820] ppid=13817 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/13819/task/13820/stat : 13820 (java) R 13817 13817 13022 0 -1 4202560 5382 0 0 0 18 2 0 0 20 0 20 0 109956350 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030354445392 140030342915445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13821] ppid=13817 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/13819/task/13821/stat : 13821 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030302858000 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13822] ppid=13817 vsize=26004064 memory=3762116410620876448 CPUtime=0 cores=0-7
/proc/13819/task/13822/stat : 13822 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030301805456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13823] ppid=13817 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13819/task/13823/stat : 13823 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030300752912 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13824] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13824/stat : 13824 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030299700368 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13825] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13825/stat : 13825 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030298646800 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13826] ppid=13817 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13819/task/13826/stat : 13826 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030297594256 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13827] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13827/stat : 13827 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140030296541712 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13828] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13828/stat : 13828 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 9774 33554432000 4194304 4196468 140736409173376 140029901273744 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13829] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13829/stat : 13829 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956353 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028554979824 140030350248578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13830] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13830/stat : 13830 (java) S 13817 13817 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109956353 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028553926048 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13831] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13831/stat : 13831 (java) S 13817 13817 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109956353 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028552873456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13832] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13832/stat : 13832 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956356 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028551822032 140030350256027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13833] ppid=13817 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/13819/task/13833/stat : 13833 (java) S 13817 13817 13022 0 -1 1077944384 390 0 0 0 1 0 0 0 20 0 20 0 109956356 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028348983280 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13834] ppid=13817 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/13819/task/13834/stat : 13834 (java) S 13817 13817 13022 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 20 0 109956356 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028347930736 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13835] ppid=13817 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/13819/task/13835/stat : 13835 (java) S 13817 13817 13022 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 109956356 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028346878192 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13836] ppid=13817 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/13819/task/13836/stat : 13836 (java) R 13817 13817 13022 0 -1 4202560 747 0 0 0 7 0 0 0 20 0 20 0 109956356 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028345825648 140030329204314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13837] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13837/stat : 13837 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956356 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028344773344 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13838] ppid=13817 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13819/task/13838/stat : 13838 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956357 26628161536 9774 33554432000 4194304 4196468 140736409173376 140028343720880 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40480 KiB

[startup+0.309879 s]*
/proc/loadavg: 3.39 3.27 5.43 3/200 13838
/proc/meminfo: memFree=26903016/32770624 swapFree=67108860/67108860
[pid=13817] ppid=13814 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13817/stat : 13817 (xcsp3-exec) S 13814 13817 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956350 9740288 346 33554432000 4194304 5098028 140733039474480 140733039472584 140692959703676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39694336 140733039481957 140733039482167 140733039482167 140733039484907 0
/proc/13817/statm: 2378 346 289 221 0 87 0
[pid=13819] ppid=13817 vsize=26004064 memory=45772 CPUtime=0.48 cores=0-7
/proc/13819/stat : 13819 (java) S 13817 13817 13022 0 -1 1077944320 9188 0 0 0 45 3 0 0 20 0 20 0 109956350 26628161536 11443 33554432000 4194304 4196468 140736409173376 140736409155920 140030350237431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
/proc/13819/statm: 6501016 11443 3100 1 0 6488269 0
[pid=13819/tid=13820] ppid=13817 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/13819/task/13820/stat : 13820 (java) R 13817 13817 13022 0 -1 4202560 6115 0 0 0 27 2 0 0 20 0 20 0 109956350 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030354476816 140030335930897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13821] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13821/stat : 13821 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030302858000 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13822] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13822/stat : 13822 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030301805456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13823] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13823/stat : 13823 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030300752912 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13824] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13824/stat : 13824 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030299700368 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13825] ppid=13817 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/13819/task/13825/stat : 13825 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030298646800 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13826] ppid=13817 vsize=26004064 memory=140458986664879 CPUtime=0 cores=0-7
/proc/13819/task/13826/stat : 13826 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030297594256 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13827] ppid=13817 vsize=26004064 memory=140458986667184 CPUtime=0 cores=0-7
/proc/13819/task/13827/stat : 13827 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140030296541712 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13828] ppid=13817 vsize=26004064 memory=140458986669488 CPUtime=0 cores=0-7
/proc/13819/task/13828/stat : 13828 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956351 26628161536 11443 33554432000 4194304 4196468 140736409173376 140029901273744 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13829] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13829/stat : 13829 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956353 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028554979824 140030350248578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13830] ppid=13817 vsize=26004064 memory=280917973345936 CPUtime=0 cores=0-7
/proc/13819/task/13830/stat : 13830 (java) S 13817 13817 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109956353 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028553926048 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13831] ppid=13817 vsize=26004064 memory=280917973352848 CPUtime=0 cores=0-7
/proc/13819/task/13831/stat : 13831 (java) S 13817 13817 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109956353 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028552873456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13832] ppid=13817 vsize=26004064 memory=280917973294128 CPUtime=0 cores=0-7
/proc/13819/task/13832/stat : 13832 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956356 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028551822032 140030350256027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13833] ppid=13817 vsize=26004064 memory=280917973366672 CPUtime=0.02 cores=0-7
/proc/13819/task/13833/stat : 13833 (java) S 13817 13817 13022 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 109956356 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028348983280 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13834] ppid=13817 vsize=26004064 memory=280917973373584 CPUtime=0.01 cores=0-7
/proc/13819/task/13834/stat : 13834 (java) S 13817 13817 13022 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 20 0 109956356 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028347930736 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13835] ppid=13817 vsize=26004064 memory=280917973371280 CPUtime=0.01 cores=0-7
/proc/13819/task/13835/stat : 13835 (java) S 13817 13817 13022 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 109956356 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028346878192 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13836] ppid=13817 vsize=26004064 memory=280917973387440 CPUtime=0.11 cores=0-7
/proc/13819/task/13836/stat : 13836 (java) S 13817 13817 13022 0 -1 1077944384 819 0 0 0 11 0 0 0 20 0 20 0 109956356 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028345825648 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13837] ppid=13817 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13837/stat : 13837 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956356 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028344773344 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13838] ppid=13817 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13819/task/13838/stat : 13838 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956357 26628161536 11443 33554432000 4194304 4196468 140736409173376 140028343720880 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47156 KiB

[startup+0.700851 s]
/proc/loadavg: 3.39 3.27 5.43 3/200 13838
/proc/meminfo: memFree=26885960/32770624 swapFree=67108860/67108860
[pid=13817] ppid=13814 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13817/stat : 13817 (xcsp3-exec) S 13814 13817 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956350 9740288 346 33554432000 4194304 5098028 140733039474480 140733039472584 140692959703676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39694336 140733039481957 140733039482167 140733039482167 140733039484907 0
/proc/13817/statm: 2378 346 289 221 0 87 0
[pid=13819] ppid=13817 vsize=26538700 memory=104600 CPUtime=1.83 cores=0-7
/proc/13819/stat : 13819 (java) S 13817 13817 13022 0 -1 1077944320 13962 0 0 0 177 6 0 0 20 0 28 0 109956350 27175628800 26150 33554432000 4194304 4196468 140736409173376 140736409155920 140030350237431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
/proc/13819/statm: 6634675 26150 3212 1 0 6621909 0
[pid=13819/tid=13820] ppid=13817 vsize=26538700 memory=280917973745328 CPUtime=0.66 cores=0-7
/proc/13819/task/13820/stat : 13820 (java) S 13817 13817 13022 0 -1 1077944384 6872 0 0 0 63 3 0 0 20 0 28 0 109956350 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030354478208 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13821] ppid=13817 vsize=26538700 memory=140458986873712 CPUtime=0 cores=0-7
/proc/13819/task/13821/stat : 13821 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030302858000 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13822] ppid=13817 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13822/stat : 13822 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030301805456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13823] ppid=13817 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/13819/task/13823/stat : 13823 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030300752912 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13824] ppid=13817 vsize=26538700 memory=10652 CPUtime=0 cores=0-7
/proc/13819/task/13824/stat : 13824 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030299700368 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13825] ppid=13817 vsize=26538700 memory=1204 CPUtime=0 cores=0-7
/proc/13819/task/13825/stat : 13825 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030298646800 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13826] ppid=13817 vsize=26538700 memory=15872 CPUtime=0 cores=0-7
/proc/13819/task/13826/stat : 13826 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030297594256 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13827] ppid=13817 vsize=26538700 memory=16444 CPUtime=0 cores=0-7
/proc/13819/task/13827/stat : 13827 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140030296541712 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13828] ppid=13817 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/13819/task/13828/stat : 13828 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26150 33554432000 4194304 4196468 140736409173376 140029901273744 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13829] ppid=13817 vsize=26538700 memory=17500 CPUtime=0 cores=0-7
/proc/13819/task/13829/stat : 13829 (java) S 13817 13817 13022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 109956353 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028554979824 140030350248578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13830] ppid=13817 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/13819/task/13830/stat : 13830 (java) S 13817 13817 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 109956353 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028553926048 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13831] ppid=13817 vsize=26538700 memory=1792 CPUtime=0 cores=0-7
/proc/13819/task/13831/stat : 13831 (java) S 13817 13817 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 109956353 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028552873456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13832] ppid=13817 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/13819/task/13832/stat : 13832 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956356 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028551822032 140030350256027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13833] ppid=13817 vsize=26538700 memory=0 CPUtime=0.23 cores=0-7
/proc/13819/task/13833/stat : 13833 (java) S 13817 13817 13022 0 -1 1077944384 1055 0 0 0 23 0 0 0 20 0 28 0 109956356 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028348983280 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13834] ppid=13817 vsize=26538700 memory=1700 CPUtime=0.2 cores=0-7
/proc/13819/task/13834/stat : 13834 (java) S 13817 13817 13022 0 -1 1077944384 1187 0 0 0 20 0 0 0 20 0 28 0 109956356 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028347930736 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13835] ppid=13817 vsize=26538700 memory=1228 CPUtime=0.29 cores=0-7
/proc/13819/task/13835/stat : 13835 (java) R 13817 13817 13022 0 -1 4202560 1210 0 0 0 29 0 0 0 20 0 28 0 109956356 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028346864216 140030333623996 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13836] ppid=13817 vsize=26538700 memory=5428 CPUtime=0.4 cores=0-7
/proc/13819/task/13836/stat : 13836 (java) S 13817 13817 13022 0 -1 1077944384 2079 0 0 0 39 1 0 0 20 0 28 0 109956356 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028345825648 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13837] ppid=13817 vsize=26538700 memory=4624 CPUtime=0 cores=0-7
/proc/13819/task/13837/stat : 13837 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956356 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028344773344 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13838] ppid=13817 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/13819/task/13838/stat : 13838 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956357 27175628800 26150 33554432000 4194304 4196468 140736409173376 140028343720880 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 105984 KiB

[startup+0.850794 s]
# the end of solver process 13817 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.73156 s, system=0.079143 s

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

[startup+0.801173 s]
/proc/loadavg: 3.39 3.27 5.43 3/200 13838
/proc/meminfo: memFree=26885960/32770624 swapFree=67108860/67108860
[pid=13817] ppid=13814 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13817/stat : 13817 (xcsp3-exec) S 13814 13817 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956350 9740288 346 33554432000 4194304 5098028 140733039474480 140733039472584 140692959703676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39694336 140733039481957 140733039482167 140733039482167 140733039484907 0
/proc/13817/statm: 2378 346 289 221 0 87 0
[pid=13819] ppid=13817 vsize=26538700 memory=107280 CPUtime=2.59 cores=0-7
/proc/13819/stat : 13819 (java) S 13817 13817 13022 0 -1 1077944320 14107 0 0 0 253 6 0 0 20 0 28 0 109956350 27175628800 26820 33554432000 4194304 4196468 140736409173376 140736409155920 140030350237431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
/proc/13819/statm: 6634675 26820 3212 1 0 6621909 0
[pid=13819/tid=13820] ppid=13817 vsize=26538700 memory=4638778398333091936 CPUtime=0.66 cores=0-7
/proc/13819/task/13820/stat : 13820 (java) S 13817 13817 13022 0 -1 1077944384 6872 0 0 0 63 3 0 0 20 0 28 0 109956350 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030354478208 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13821] ppid=13817 vsize=26538700 memory=7588935152971043157 CPUtime=0 cores=0-7
/proc/13819/task/13821/stat : 13821 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030302858000 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13822] ppid=13817 vsize=26538700 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/13819/task/13822/stat : 13822 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030301805456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13823] ppid=13817 vsize=26538700 memory=8514726395715351173 CPUtime=0 cores=0-7
/proc/13819/task/13823/stat : 13823 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030300752912 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13824] ppid=13817 vsize=26538700 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/13819/task/13824/stat : 13824 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030299700368 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13825] ppid=13817 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13825/stat : 13825 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030298646800 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13826] ppid=13817 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13826/stat : 13826 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030297594256 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13827] ppid=13817 vsize=26538700 memory=280917973208640 CPUtime=0 cores=0-7
/proc/13819/task/13827/stat : 13827 (java) S 13817 13817 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140030296541712 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13828] ppid=13817 vsize=26538700 memory=-9178176117151205470 CPUtime=0 cores=0-7
/proc/13819/task/13828/stat : 13828 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956351 27175628800 26820 33554432000 4194304 4196468 140736409173376 140029901273744 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13829] ppid=13817 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13819/task/13829/stat : 13829 (java) S 13817 13817 13022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 109956353 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028554979824 140030350248578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13830] ppid=13817 vsize=26538700 memory=1732 CPUtime=0 cores=0-7
/proc/13819/task/13830/stat : 13830 (java) S 13817 13817 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 109956353 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028553926048 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13831] ppid=13817 vsize=26538700 memory=1944 CPUtime=0 cores=0-7
/proc/13819/task/13831/stat : 13831 (java) S 13817 13817 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 109956353 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028552873456 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13832] ppid=13817 vsize=26538700 memory=1700 CPUtime=0 cores=0-7
/proc/13819/task/13832/stat : 13832 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956356 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028551822032 140030350256027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13833] ppid=13817 vsize=26538700 memory=1228 CPUtime=0.26 cores=0-7
/proc/13819/task/13833/stat : 13833 (java) R 13817 13817 13022 0 -1 1077944384 1057 0 0 0 26 0 0 0 20 0 28 0 109956356 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028348983280 140030350248578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13834] ppid=13817 vsize=26538700 memory=5428 CPUtime=0.24 cores=0-7
/proc/13819/task/13834/stat : 13834 (java) S 13817 13817 13022 0 -1 1077944384 1199 0 0 0 24 0 0 0 20 0 28 0 109956356 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028347930736 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13835] ppid=13817 vsize=26538700 memory=4624 CPUtime=0.31 cores=0-7
/proc/13819/task/13835/stat : 13835 (java) S 13817 13817 13022 0 -1 1077944384 1228 0 0 0 31 0 0 0 20 0 28 0 109956356 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028346878192 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13836] ppid=13817 vsize=26538700 memory=1424 CPUtime=0.42 cores=0-7
/proc/13819/task/13836/stat : 13836 (java) R 13817 13817 13022 0 -1 4202560 2131 0 0 0 41 1 0 0 20 0 28 0 109956356 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028345825648 140030343335873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13837] ppid=13817 vsize=26538700 memory=13056 CPUtime=0 cores=0-7
/proc/13819/task/13837/stat : 13837 (java) S 13817 13817 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956356 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028344773344 140030350247637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
[pid=13819/tid=13838] ppid=13817 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/13819/task/13838/stat : 13838 (java) S 13817 13817 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956357 27175628800 26820 33554432000 4194304 4196468 140736409173376 140028343720880 140030350248578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140736409175186 140736409175363 140736409175363 140736409178063 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 108664 KiB

Child status: 0
Real time (s): 0.850838
CPU time (s): 2.8107
CPU user time (s): 2.73156
CPU system time (s): 0.079143
CPU usage (%): 330.345
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 108664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.73156
system time used= 0.079143
maximum resident set size= 110688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2642
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 13817
#   total CPU time (s): 2.8107
#   total CPU user time (s): 2.73156
#   total CPU system time (s): 0.079143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033976 second user time and 0.040796 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-15 05:30:27
IDJOB=4270868
IDBENCH=134493
IDSOLVER=2662
FILE ID=node114/4270868-1502768686
RUNJOBID= node114-1502762059-13049
PBS_JOBID= 20629089
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s13/Blackhole-13-3-01.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270868-1502768686/watcher-4270868-1502768686 -o /tmp/evaluation-result-4270868-1502768686/solver-4270868-1502768686 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502762059-13049 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 802838432 HOME/instance-4270868-1502768686.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8a560dffd54b0877593a0147eb9ff923
RANDOM SEED=802838432

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26935880 kB
MemAvailable:   31985020 kB
Buffers:          209384 kB
Cached:          5126776 kB
SwapCached:            0 kB
Active:           473892 kB
Inactive:        4918344 kB
Active(anon):      58588 kB
Inactive(anon):    25124 kB
Active(file):     415304 kB
Inactive(file):  4893220 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:             0 kB
AnonPages:         61628 kB
Mapped:            45188 kB
Shmem:             25224 kB
Slab:             138680 kB
SReclaimable:     112904 kB
SUnreclaim:        25776 kB
KernelStack:        3232 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-15 05:30:28