Trace number 4298274

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
GG's minicp 2018-04-29? (NS) 3.50877 1.49245

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-02-opt_c18.xml
MD5SUM8e09409b393ee527d9cd0cdbf2802747
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 benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1235
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":94},{"size":44,"count":104}]
Minimum variable degree2
Maximum variable degree45
Distribution of variable degrees[{"degree":2,"count":4},{"degree":3,"count":2},{"degree":4,"count":8},{"degree":5,"count":6},{"degree":6,"count":15},{"degree":7,"count":10},{"degree":8,"count":19},{"degree":9,"count":9},{"degree":10,"count":25},{"degree":11,"count":16},{"degree":12,"count":2},{"degree":13,"count":4},{"degree":14,"count":9},{"degree":15,"count":4},{"degree":16,"count":15},{"degree":17,"count":4},{"degree":18,"count":8},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":26,"count":3},{"degree":27,"count":6},{"degree":28,"count":1},{"degree":29,"count":5},{"degree":31,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":39,"count":1},{"degree":45,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1235}]
Number of extensional constraints1235
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1235}]
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.39/1.47	c Caught NotImplementedException
3.39/1.47	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:530)
3.39/1.47	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
3.39/1.47	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
3.39/1.47	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.39/1.47	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3.39/1.47	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
3.39/1.47	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
3.39/1.47	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3.39/1.47	c 	xcsp3.XCSP3.<init>(XCSP3.java:70)
3.39/1.47	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
3.39/1.47	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
3.39/1.47	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 (7336 MiB free)
  memory of node 1: 16384 MiB (14220 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298274-1532753255/watcher-4298274-1532753255 -o /tmp/evaluation-result-4298274-1532753255/solver-4298274-1532753255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298274-1532753255.xml 

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

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

solver pid=13232, runsolver pid=13229

[startup+0.100058 s]*
/proc/loadavg: 1.80 1.77 1.85 4/219 13247
/proc/meminfo: memFree=22056796/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661056 memory=28388 CPUtime=0.12 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 4985 0 0 0 11 1 0 0 20 0 15 0 92888660 10916921344 7097 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665264 7097 2843 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661056 memory=-7254949987974015097 CPUtime=0.08 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 2866 0 0 0 8 0 0 0 20 0 15 0 92888660 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069705714064 140069693721406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661056 memory=5793854894143691193 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888662 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) R 13229 13232 11635 0 -1 4202560 458 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069188989144 140069682184576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) S 13229 13232 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069187955440 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0.02 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) R 13229 13232 11635 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 92888665 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069186902640 140069693721406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 7163 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28388 KiB

[startup+0.211871 s]*
/proc/loadavg: 1.80 1.77 1.85 5/219 13247
/proc/meminfo: memFree=22044888/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661056 memory=40328 CPUtime=0.34 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 7684 0 0 0 32 2 0 0 20 0 15 0 92888660 10916921344 10082 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665264 10082 2990 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 4629 0 0 0 19 1 0 0 20 0 15 0 92888660 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069705723056 140069303974727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661056 memory=4211973369338588554 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888661 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888662 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) R 13229 13232 11635 0 -1 1077944384 643 0 0 0 2 0 0 0 20 0 15 0 92888665 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069189008336 140069701494485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) R 13229 13232 11635 0 -1 4202560 246 0 0 0 2 0 0 0 20 0 15 0 92888665 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069187947392 140069679079024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0.08 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) R 13229 13232 11635 0 -1 4202560 805 0 0 0 8 0 0 0 20 0 15 0 92888665 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069186900304 140069680161376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661056 memory=139643133798016 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916921344 10082 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40328 KiB

[startup+0.311129 s]*
/proc/loadavg: 1.80 1.77 1.85 6/219 13247
/proc/meminfo: memFree=22030064/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661132 memory=55872 CPUtime=0.67 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 10010 0 0 0 63 4 0 0 20 0 15 0 92888660 10916999168 13968 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665283 13968 3076 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 4987 0 0 0 28 2 0 0 20 0 15 0 92888660 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069705720704 140069302250632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661132 memory=4211973369338588554 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661132 memory=279286143801728 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661132 memory=279286020035072 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661132 memory=139643010003727 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661132 memory=279286143810944 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92888662 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661132 memory=139643010008335 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661132 memory=139643010022307 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661132 memory=139643010025505 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) R 13229 13232 11635 0 -1 4202560 1793 0 0 0 11 0 0 0 20 0 15 0 92888665 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069188994120 140069686609664 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) R 13229 13232 11635 0 -1 4202560 493 0 0 0 6 0 0 0 20 0 15 0 92888665 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069187941072 140069679459840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661132 memory=139643133798016 CPUtime=0.16 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) R 13229 13232 11635 0 -1 4202560 1366 0 0 0 16 0 0 0 20 0 15 0 92888665 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069186897904 140069680409994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661132 memory=139643133826404 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 13968 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 55872 KiB

[startup+0.700873 s]
/proc/loadavg: 1.80 1.77 1.85 5/219 13247
/proc/meminfo: memFree=21973920/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661132 memory=202032 CPUtime=1.86 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 11410 0 0 0 177 9 0 0 20 0 15 0 92888660 10916999168 50508 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665283 50508 3129 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661132 memory=56 CPUtime=0.65 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 5199 0 0 0 61 4 0 0 20 0 15 0 92888660 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069705722240 140069306230635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92888661 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92888661 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92888662 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661132 memory=1200 CPUtime=0.43 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) S 13229 13232 11635 0 -1 1077944384 1905 0 0 0 43 0 0 0 20 0 15 0 92888665 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069189008240 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661132 memory=12136 CPUtime=0.36 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) R 13229 13232 11635 0 -1 4202560 1097 0 0 0 36 0 0 0 20 0 15 0 92888665 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069187955440 140069686382163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661132 memory=1008 CPUtime=0.31 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) S 13229 13232 11635 0 -1 1077944384 1690 0 0 0 31 0 0 0 20 0 15 0 92888665 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069186902640 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 50508 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202032 KiB

[startup+1.4924 s]
# the end of solver process 13232 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.18336 s, system=0.32541 s

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

[startup+0.801012 s]
/proc/loadavg: 1.80 1.77 1.85 5/219 13247
/proc/meminfo: memFree=21973920/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661132 memory=290948 CPUtime=2.08 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 11650 0 0 0 198 10 0 0 20 0 15 0 92888660 10916999168 72737 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665283 72737 3133 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661132 memory=15872 CPUtime=0.76 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 5244 0 0 0 70 6 0 0 20 0 15 0 92888660 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069705722240 140069306230613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661132 memory=15708 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661132 memory=2241 CPUtime=0.01 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92888661 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661132 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92888661 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 92888661 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92888662 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661132 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661132 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) S 13229 13232 11635 0 -1 1077944384 1908 0 0 0 44 0 0 0 20 0 15 0 92888665 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069189008240 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661132 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) R 13229 13232 11635 0 -1 4202560 1282 0 0 0 46 0 0 0 20 0 15 0 92888665 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069187941320 140069683028513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) S 13229 13232 11635 0 -1 1077944384 1697 0 0 0 32 0 0 0 20 0 15 0 92888665 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069186902640 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661132 memory=664970774370811545 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 72737 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 2.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 290948 KiB

[startup+1.20073 s]
/proc/loadavg: 1.80 1.77 1.85 3/219 13247
/proc/meminfo: memFree=21049352/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661132 memory=627820 CPUtime=2.87 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 12691 0 0 0 262 25 0 0 20 0 15 0 92888660 10916999168 156955 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665283 156955 3144 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661132 memory=4139544268426278442 CPUtime=1.07 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 5380 0 0 0 98 9 0 0 20 0 15 0 92888660 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069705722448 140069306323269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661132 memory=-7812800577974661513 CPUtime=0.07 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 101 0 0 0 4 3 0 0 20 0 15 0 92888661 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661132 memory=3047711604724501878 CPUtime=0.08 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 135 0 0 0 5 3 0 0 20 0 15 0 92888661 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661132 memory=-5504941851400766256 CPUtime=0.08 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 135 0 0 0 5 3 0 0 20 0 15 0 92888661 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661132 memory=-8023550165965901656 CPUtime=0.07 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 114 0 0 0 4 3 0 0 20 0 15 0 92888661 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 477 0 0 0 0 0 0 0 20 0 15 0 92888662 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661132 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661132 memory=7969830097374561182 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661132 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) S 13229 13232 11635 0 -1 1077944384 1925 0 0 0 53 0 0 0 20 0 15 0 92888665 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069189008240 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661132 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) S 13229 13232 11635 0 -1 1077944384 1307 0 0 0 53 0 0 0 20 0 15 0 92888665 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069187955440 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661132 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) S 13229 13232 11635 0 -1 1077944384 1756 0 0 0 35 0 0 0 20 0 15 0 92888665 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069186902640 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 156955 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 627820 KiB

[startup+1.40112 s]
/proc/loadavg: 1.80 1.77 1.85 3/219 13247
/proc/meminfo: memFree=21049352/32770624 swapFree=67108860/67108860
[pid=13232] ppid=13229 vsize=10661132 memory=675180 CPUtime=3.39 cores=1,3,5,7
/proc/13232/stat : 13232 (java) S 13229 13232 11635 0 -1 1077944320 12804 0 0 0 309 30 0 0 20 0 15 0 92888660 10916999168 168795 33554432000 4194304 4196468 140732808532496 140732808515040 140069701484279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
/proc/13232/statm: 2665283 168795 3149 1 0 2627263 0
[pid=13232/tid=13234] ppid=13229 vsize=10661132 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/13232/task/13234/stat : 13234 (java) R 13229 13232 11635 0 -1 4202560 5381 0 0 0 114 9 0 0 20 0 15 0 92888660 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069705720520 140069306320772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13235] ppid=13229 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/13232/task/13235/stat : 13235 (java) S 13229 13232 11635 0 -1 1077944384 125 0 0 0 7 4 0 0 20 0 15 0 92888661 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069627559056 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13236] ppid=13229 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/13232/task/13236/stat : 13236 (java) S 13229 13232 11635 0 -1 1077944384 152 0 0 0 7 4 0 0 20 0 15 0 92888661 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069626506256 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13237] ppid=13229 vsize=10661132 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13232/task/13237/stat : 13237 (java) S 13229 13232 11635 0 -1 1077944384 157 0 0 0 8 4 0 0 20 0 15 0 92888661 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069625453456 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13238] ppid=13229 vsize=10661132 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13232/task/13238/stat : 13238 (java) S 13229 13232 11635 0 -1 1077944384 133 0 0 0 6 4 0 0 20 0 15 0 92888661 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069624400656 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13239] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13239/stat : 13239 (java) S 13229 13232 11635 0 -1 1077944384 489 0 0 0 0 0 0 0 20 0 15 0 92888662 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069193218416 140069701495426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13240] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13240/stat : 13240 (java) S 13229 13232 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069192164384 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13241] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13241/stat : 13241 (java) S 13229 13232 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888663 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069191111536 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13242] ppid=13229 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13242/stat : 13242 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069190059856 140069701502875 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13243] ppid=13229 vsize=10661132 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/13232/task/13243/stat : 13243 (java) S 13229 13232 11635 0 -1 1077944384 1928 0 0 0 59 0 0 0 20 0 15 0 92888665 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069189008240 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13244] ppid=13229 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/13232/task/13244/stat : 13244 (java) S 13229 13232 11635 0 -1 1077944384 1322 0 0 0 68 0 0 0 20 0 15 0 92888665 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069187955440 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13245] ppid=13229 vsize=10661132 memory=279286020004960 CPUtime=0.35 cores=1,3,5,7
/proc/13232/task/13245/stat : 13245 (java) S 13229 13232 11635 0 -1 1077944384 1756 0 0 0 35 0 0 0 20 0 15 0 92888665 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069186902640 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13246] ppid=13229 vsize=10661132 memory=288230583132487972 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13246/stat : 13246 (java) S 13229 13232 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069185850080 140069701494485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
[pid=13232/tid=13247] ppid=13229 vsize=10661132 memory=14977758669309429 CPUtime=0 cores=1,3,5,7
/proc/13232/task/13247/stat : 13247 (java) S 13229 13232 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888665 10916999168 168795 33554432000 4194304 4196468 140732808532496 140069184797360 140069701495426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26640384 140732808541301 140732808541449 140732808541449 140732808544207 0
Current children cumulated CPU time: 3.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 675180 KiB

Child status: 0
Real time (s): 1.49245
CPU time (s): 3.50877
CPU user time (s): 3.18336
CPU system time (s): 0.32541
CPU usage (%): 235.101
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 675180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.18336
system time used= 0.32541
maximum resident set size= 814108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13180
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= 1363
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 13232
#   total CPU time (s): 3.50877
#   total CPU user time (s): 3.18336
#   total CPU system time (s): 0.32541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026168 second user time and 0.064898 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 06:47:35
IDJOB=4298274
IDBENCH=141094
IDSOLVER=2762
FILE ID=node132/4298274-1532753255
RUNJOBID= node132-1532740752-11667
PBS_JOBID= 21022446
Free space on /tmp= 52028 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-02-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298274-1532753255/watcher-4298274-1532753255 -o /tmp/evaluation-result-4298274-1532753255/solver-4298274-1532753255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298274-1532753255.xml

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

MD5SUM BENCH= 8e09409b393ee527d9cd0cdbf2802747
RANDOM SEED=1262362186

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
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:        22074708 kB
MemAvailable:   30306388 kB
Buffers:          196508 kB
Cached:          8241092 kB
SwapCached:            0 kB
Active:          4222464 kB
Inactive:        5892812 kB
Active(anon):    1627796 kB
Inactive(anon):    77852 kB
Active(file):    2594668 kB
Inactive(file):  5814960 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       1405276 kB
Mapped:            54568 kB
Shmem:             25248 kB
Slab:             278472 kB
SReclaimable:     250512 kB
SUnreclaim:        27960 kB
KernelStack:        3872 kB
PageTables:         7228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3914124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52024 MiB
End job on node132 at 2018-07-28 06:47:36