Trace number 4298264

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27? (NS) 3.14806 1.13187

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-02-opt_c18.xml
MD5SUM17429597c674cf3d46f4fdcf8d0004b5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2519.73
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":56},{"size":22,"count":4},{"size":36,"count":66},{"size":42,"count":116},{"size":44,"count":158}]
Minimum variable degree4
Maximum variable degree32
Distribution of variable degrees[{"degree":4,"count":2},{"degree":6,"count":12},{"degree":7,"count":21},{"degree":8,"count":38},{"degree":9,"count":42},{"degree":10,"count":44},{"degree":11,"count":45},{"degree":12,"count":27},{"degree":13,"count":16},{"degree":14,"count":27},{"degree":15,"count":21},{"degree":16,"count":44},{"degree":17,"count":30},{"degree":18,"count":17},{"degree":19,"count":7},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":32,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2245}]
Number of extensional constraints2245
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2245}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
3.11/1.11	c Caught NotImplementedException
3.11/1.11	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:536)
3.11/1.11	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
3.11/1.11	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
3.11/1.11	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.11/1.11	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3.11/1.11	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
3.11/1.11	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
3.11/1.11	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3.11/1.11	c 	xcsp3.XCSP3.<init>(XCSP3.java:73)
3.11/1.11	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
3.11/1.11	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
3.11/1.11	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298264-1532809105/watcher-4298264-1532809105 -o /tmp/evaluation-result-4298264-1532809105/solver-4298264-1532809105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298264-1532809105.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 2.01 1.52 1.15 4/215 31117
/proc/meminfo: memFree=26520572/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661052 memory=28432 CPUtime=0.12 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 4943 0 0 0 12 0 0 0 20 0 15 0 98473666 10916917248 7108 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665263 7108 2847 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661052 memory=-8197568871503532671 CPUtime=0.09 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 2812 0 0 0 9 0 0 0 20 0 15 0 98473667 10916917248 7108 33554432000 4194304 4196468 140727259221776 139929123015408 139929100199752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 7108 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 7108 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 7108 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 7108 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473669 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473669 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 30712 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928606263408 139929118804610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 30712 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928605210608 139929098666258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0.02 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 30712 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 98473672 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928604158320 139929102976543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 7108 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28432 KiB

[startup+0.21063 s]*
/proc/loadavg: 2.01 1.52 1.15 5/215 31117
/proc/meminfo: memFree=26508904/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661052 memory=40308 CPUtime=0.34 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 7635 0 0 0 33 1 0 0 20 0 15 0 98473666 10916917248 10077 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665263 10077 2984 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 4631 0 0 0 19 1 0 0 20 0 15 0 98473667 10916917248 10077 33554432000 4194304 4196468 140727259221776 139929123031664 139929118815389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661052 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 10077 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661052 memory=3977999733188564640 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 10077 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 10077 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916917248 10077 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473669 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473669 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 30712 0 -1 1077944384 749 0 0 0 3 0 0 0 20 0 15 0 98473672 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928606263408 139929118804610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 30712 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 15 0 98473672 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928605210608 139929103675376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0.08 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 30712 0 -1 4202560 798 0 0 0 8 0 0 0 20 0 15 0 98473672 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928604156112 139929097498426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661052 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916917248 10077 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40308 KiB

[startup+0.310993 s]*
/proc/loadavg: 2.09 1.54 1.16 6/215 31117
/proc/meminfo: memFree=26495012/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661128 memory=54724 CPUtime=0.69 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 10192 0 0 0 67 2 0 0 20 0 15 0 98473666 10916995072 13681 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665282 13681 3079 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 4973 0 0 0 29 1 0 0 20 0 15 0 98473667 10916995072 13681 33554432000 4194304 4196468 140727259221776 139929123029248 139929096789031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661128 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 13681 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661128 memory=3474446493116372640 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 13681 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 13681 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 13681 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661128 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 13681 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 13681 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916995072 13681 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 13681 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661128 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 30712 0 -1 4202560 1857 0 0 0 11 0 0 0 20 0 15 0 98473672 10916995072 13747 33554432000 4194304 4196468 140727259221776 139928606249288 139929111082912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661128 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 30712 0 -1 1077944384 599 0 0 0 10 0 0 0 20 0 15 0 98473672 10916995072 13747 33554432000 4194304 4196468 140727259221776 139928605210608 139929118804610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661128 memory=140141079926400 CPUtime=0.15 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 30712 0 -1 1077944384 1455 0 0 0 15 0 0 0 20 0 15 0 98473672 10916995072 13747 33554432000 4194304 4196468 140727259221776 139928604158320 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 13747 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661128 memory=140141079926400 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 13747 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 54724 KiB

[startup+0.700776 s]
/proc/loadavg: 2.09 1.54 1.16 5/215 31117
/proc/meminfo: memFree=26460200/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661128 memory=117420 CPUtime=2.01 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 11557 0 0 0 198 3 0 0 20 0 15 0 98473666 10916995072 29355 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665282 29355 3110 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661128 memory=1784 CPUtime=0.68 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 5141 0 0 0 66 2 0 0 20 0 15 0 98473667 10916995072 29355 33554432000 4194304 4196468 140727259221776 139929123030528 139928713347297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661128 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 29355 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661128 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 29355 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661128 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 29355 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661128 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 29355 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661128 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661128 memory=872 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661128 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661128 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661128 memory=7881696724453321575 CPUtime=0.49 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 30712 0 -1 4202560 1991 0 0 0 49 0 0 0 20 0 15 0 98473672 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928606256432 139929098511366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661128 memory=5787213827046467687 CPUtime=0.45 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 30712 0 -1 4202560 1155 0 0 0 45 0 0 0 20 0 15 0 98473672 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928605210736 139929099972300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661128 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 30712 0 -1 1077944384 1899 0 0 0 36 0 0 0 20 0 15 0 98473672 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928604158320 139929118804610 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661128 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 29355 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 117420 KiB

[startup+1.13182 s]
# the end of solver process 31102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.00307 s, system=0.144983 s

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

[startup+0.800953 s]
/proc/loadavg: 2.09 1.54 1.16 5/215 31117
/proc/meminfo: memFree=26460200/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661128 memory=158604 CPUtime=2.31 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 11646 0 0 0 227 4 0 0 20 0 15 0 98473666 10916995072 39651 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665282 39651 3113 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661128 memory=8243114992657236055 CPUtime=0.77 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 5161 0 0 0 75 2 0 0 20 0 15 0 98473667 10916995072 39651 33554432000 4194304 4196468 140727259221776 139929123030528 139928713347314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661128 memory=288288857332646782 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 39651 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 39651 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 39651 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473668 10916995072 39651 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661128 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 30712 0 -1 4202560 2006 0 0 0 59 0 0 0 20 0 15 0 98473672 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928606255896 139929102293577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661128 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) S 31099 31102 30712 0 -1 1077944384 1175 0 0 0 54 0 0 0 20 0 15 0 98473672 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928605210608 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661128 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 30712 0 -1 1077944384 1932 0 0 0 37 0 0 0 20 0 15 0 98473672 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928604158320 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661128 memory=1136 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 39651 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 158604 KiB

[startup+1.00078 s]*
/proc/loadavg: 2.09 1.54 1.16 3/215 31117
/proc/meminfo: memFree=26293508/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661128 memory=255044 CPUtime=2.86 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 11922 0 0 0 272 14 0 0 20 0 15 0 98473666 10916995072 63761 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665282 63761 3132 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661128 memory=5450919713671312938 CPUtime=0.9 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 5172 0 0 0 87 3 0 0 20 0 15 0 98473667 10916995072 63761 33554432000 4194304 4196468 140727259221776 139929123028592 139928713169784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661128 memory=6692 CPUtime=0.06 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 37 0 0 0 4 2 0 0 20 0 15 0 98473668 10916995072 63761 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661128 memory=140141079930314 CPUtime=0.08 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 15 0 98473668 10916995072 63761 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661128 memory=5792281476173485931 CPUtime=0.07 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 41 0 0 0 5 2 0 0 20 0 15 0 98473668 10916995072 63761 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661128 memory=3828117064887056688 CPUtime=0.07 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 47 0 0 0 5 2 0 0 20 0 15 0 98473668 10916995072 63761 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661128 memory=3972372411189284785 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661128 memory=3977297715983823920 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661128 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661128 memory=6933690305039933585 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661128 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) R 31099 31102 30712 0 -1 4202560 2017 0 0 0 66 0 0 0 20 0 15 0 98473672 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928606263408 139929111082917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661128 memory=3184097920075968559 CPUtime=0.57 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 30712 0 -1 4202560 1183 0 0 0 57 0 0 0 20 0 15 0 98473672 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928605210608 139929103083633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661128 memory=3472464039261095600 CPUtime=0.38 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) R 31099 31102 30712 0 -1 1077944384 1939 0 0 0 38 0 0 0 20 0 15 0 98473672 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928604158320 139929118804610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661128 memory=3184097920075968559 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661128 memory=140141080594080 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 63761 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 255044 KiB

[startup+1.11044 s]
/proc/loadavg: 2.09 1.54 1.16 3/215 31117
/proc/meminfo: memFree=26293508/32770624 swapFree=67108436/67108860
[pid=31102] ppid=31099 vsize=10661128 memory=255112 CPUtime=3.11 cores=1,3,5,7
/proc/31102/stat : 31102 (java) S 31099 31102 30712 0 -1 1077944320 12031 0 0 0 297 14 0 0 20 0 15 0 98473666 10916995072 63778 33554432000 4194304 4196468 140727259221776 140727259204320 139929118793463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
/proc/31102/statm: 2665282 63778 3134 1 0 2627263 0
[pid=31102/tid=31104] ppid=31099 vsize=10661128 memory=280281915465472 CPUtime=1 cores=1,3,5,7
/proc/31102/task/31104/stat : 31104 (java) R 31099 31102 30712 0 -1 4202560 5189 0 0 0 97 3 0 0 20 0 15 0 98473667 10916995072 63778 33554432000 4194304 4196468 140727259221776 139929123028576 139928713639775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31105] ppid=31099 vsize=10661128 memory=4049914952763572256 CPUtime=0.06 cores=1,3,5,7
/proc/31102/task/31105/stat : 31105 (java) S 31099 31102 30712 0 -1 1077944384 37 0 0 0 4 2 0 0 20 0 15 0 98473668 10916995072 63778 33554432000 4194304 4196468 140727259221776 139929044867472 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31106] ppid=31099 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31102/task/31106/stat : 31106 (java) S 31099 31102 30712 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 15 0 98473668 10916995072 63778 33554432000 4194304 4196468 140727259221776 139929043814672 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31107] ppid=31099 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31102/task/31107/stat : 31107 (java) S 31099 31102 30712 0 -1 1077944384 41 0 0 0 5 2 0 0 20 0 15 0 98473668 10916995072 63778 33554432000 4194304 4196468 140727259221776 139929042762384 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31108] ppid=31099 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31102/task/31108/stat : 31108 (java) S 31099 31102 30712 0 -1 1077944384 47 0 0 0 5 2 0 0 20 0 15 0 98473668 10916995072 63778 33554432000 4194304 4196468 140727259221776 139929041709584 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31109] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31109/stat : 31109 (java) S 31099 31102 30712 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928610474608 139929118804610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31110] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31110/stat : 31110 (java) S 31099 31102 30712 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98473669 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928609420576 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31111] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31111/stat : 31111 (java) S 31099 31102 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473670 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928608368240 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31112] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31112/stat : 31112 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928607316560 139929118812059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31113] ppid=31099 vsize=10661128 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/31102/task/31113/stat : 31113 (java) S 31099 31102 30712 0 -1 1077944384 2030 0 0 0 70 0 0 0 20 0 15 0 98473672 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928606263408 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31114] ppid=31099 vsize=10661128 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/31102/task/31114/stat : 31114 (java) R 31099 31102 30712 0 -1 4202560 1241 0 0 0 67 0 0 0 20 0 15 0 98473672 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928605210608 139929098486563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31115] ppid=31099 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/31102/task/31115/stat : 31115 (java) S 31099 31102 30712 0 -1 1077944384 1960 0 0 0 39 0 0 0 20 0 15 0 98473672 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928604158320 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31116] ppid=31099 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31116/stat : 31116 (java) S 31099 31102 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928603105760 139929118803669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
[pid=31102/tid=31117] ppid=31099 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31102/task/31117/stat : 31117 (java) S 31099 31102 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473672 10916995072 63778 33554432000 4194304 4196468 140727259221776 139928602053552 139929118804610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18071552 140727259223178 140727259223305 140727259223305 140727259226063 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 255112 KiB

Child status: 0
Real time (s): 1.13187
CPU time (s): 3.14806
CPU user time (s): 3.00307
CPU system time (s): 0.144983
CPU usage (%): 278.128
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 255112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00307
system time used= 0.144983
maximum resident set size= 256924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12249
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= 1257
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 31102
#   total CPU time (s): 3.14806
#   total CPU user time (s): 3.00307
#   total CPU system time (s): 0.144983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033726 second user time and 0.053727 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 22:18:25
IDJOB=4298264
IDBENCH=141092
IDSOLVER=2767
FILE ID=node137/4298264-1532809105
RUNJOBID= node137-1532808776-30744
PBS_JOBID= 21022474
Free space on /tmp= 48136 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-02-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298264-1532809105/watcher-4298264-1532809105 -o /tmp/evaluation-result-4298264-1532809105/solver-4298264-1532809105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298264-1532809105.xml

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

MD5SUM BENCH= 17429597c674cf3d46f4fdcf8d0004b5
RANDOM SEED=150622330

node137.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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26537680 kB
MemAvailable:   30440008 kB
Buffers:          196152 kB
Cached:          3939544 kB
SwapCached:           32 kB
Active:          3323256 kB
Inactive:        2358852 kB
Active(anon):    1494208 kB
Inactive(anon):    80052 kB
Active(file):    1829048 kB
Inactive(file):  2278800 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       1330740 kB
Mapped:            53184 kB
Shmem:             25052 kB
Slab:             248660 kB
SReclaimable:     220628 kB
SUnreclaim:        28032 kB
KernelStack:        3840 kB
PageTables:         8228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3655916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1228800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48132 MiB
End job on node137 at 2018-07-28 22:18:26