Trace number 4298153

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
The dodo solver 2018-04-29? (NS) 4.97949 1.85639

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-08-opt_c18.xml
MD5SUM9315cc985dc36f3772136cd275650935
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":48},{"size":22,"count":36},{"size":24,"count":18},{"size":36,"count":122},{"size":42,"count":170},{"size":44,"count":286}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":46},{"degree":7,"count":68},{"degree":8,"count":77},{"degree":9,"count":85},{"degree":10,"count":54},{"degree":11,"count":33},{"degree":12,"count":37},{"degree":13,"count":21},{"degree":14,"count":8},{"degree":15,"count":1},{"degree":16,"count":35},{"degree":17,"count":26},{"degree":18,"count":63},{"degree":19,"count":54},{"degree":20,"count":32},{"degree":21,"count":12},{"degree":22,"count":7},{"degree":23,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
4.91/1.83	c Caught NotImplementedException
4.91/1.83	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:563)
4.91/1.83	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
4.91/1.83	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
4.91/1.83	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.91/1.83	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4.91/1.83	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
4.91/1.83	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
4.91/1.83	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4.91/1.83	c 	xcsp3.XCSP3.<init>(XCSP3.java:80)
4.91/1.83	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
4.91/1.83	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
4.91/1.83	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 (9595 MiB free)
  memory of node 1: 16384 MiB (9021 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298153-1532747741/watcher-4298153-1532747741 -o /tmp/evaluation-result-4298153-1532747741/solver-4298153-1532747741 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532740268-23108 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298153-1532747741.xml --timelimit 2520 

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

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


[startup+0.100095 s]*
/proc/loadavg: 1.52 1.44 1.42 4/215 24093
/proc/meminfo: memFree=19047280/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10658972 memory=28448 CPUtime=0.13 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 4972 0 0 0 12 1 0 0 20 0 15 0 92337305 10914787328 7112 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2664743 7112 2831 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10658972 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 2837 0 0 0 9 0 0 0 20 0 15 0 92337306 10914787328 7112 33554432000 4194304 4196468 140726438942304 140366004993648 140366000774550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10658972 memory=5793855740380080569 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10658972 memory=140489370187392 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92337307 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92337308 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) R 24075 24078 23077 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 92337311 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365489178736 140366000773762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) R 24075 24078 23077 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 92337311 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365488125936 140365986180560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10658972 memory=140489370187392 CPUtime=0.02 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) R 24075 24078 23077 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 92337311 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365487073648 140366000774550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10658972 memory=140489370187392 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) R 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10914787328 7112 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28448 KiB

[startup+0.210611 s]*
/proc/loadavg: 1.52 1.44 1.42 4/215 24093
/proc/meminfo: memFree=19036472/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10661056 memory=40316 CPUtime=0.34 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 7650 0 0 0 32 2 0 0 20 0 15 0 92337305 10916921344 10079 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2665264 10079 2990 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 4627 0 0 0 19 1 0 0 20 0 15 0 92337306 10916921344 10079 33554432000 4194304 4196468 140726438942304 140366005000576 140366000784541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10661056 memory=4211974215574977930 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10661056 memory=140489370187392 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92337307 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10661056 memory=140489370187392 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92337308 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) R 24075 24078 23077 0 -1 1077944384 698 0 0 0 2 0 0 0 20 0 15 0 92337311 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365489178736 140366000773762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) R 24075 24078 23077 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 15 0 92337311 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365488125936 140365981462912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10661056 memory=140489370187392 CPUtime=0.08 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) R 24075 24078 23077 0 -1 4202560 864 0 0 0 8 0 0 0 20 0 15 0 92337311 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365487069600 140365980111760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10661056 memory=140489370187392 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10916921344 10079 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40316 KiB

[startup+0.311395 s]*
/proc/loadavg: 1.52 1.44 1.42 7/215 24093
/proc/meminfo: memFree=19022960/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10661132 memory=53224 CPUtime=0.68 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 9869 0 0 0 66 2 0 0 20 0 15 0 92337305 10916999168 13306 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2665283 13306 3069 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10661132 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 4925 0 0 0 28 1 0 0 20 0 15 0 92337306 10916999168 13306 33554432000 4194304 4196468 140726438942304 140366005001744 140365984843102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10661132 memory=4211974215574977930 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10661132 memory=280978622966144 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10661132 memory=280978505585152 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10661132 memory=140489252778767 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10661132 memory=280978622975360 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10661132 memory=140489252783375 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10661132 memory=140489252808789 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10661132 memory=140489252811428 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10661132 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) R 24075 24078 23077 0 -1 4202560 1536 0 0 0 10 0 0 0 20 0 15 0 92337311 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365489164616 140365980006507 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10661132 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) R 24075 24078 23077 0 -1 4202560 619 0 0 0 10 0 0 0 20 0 15 0 92337311 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365488111960 140365984318952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10661132 memory=140489370187392 CPUtime=0.15 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) R 24075 24078 23077 0 -1 4202560 1427 0 0 0 15 0 0 0 20 0 15 0 92337311 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365487069328 140365979891034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10661132 memory=140489370215840 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 13306 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53224 KiB

[startup+0.700744 s]
/proc/loadavg: 1.52 1.44 1.42 5/215 24093
/proc/meminfo: memFree=18989948/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10661132 memory=149804 CPUtime=1.97 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 11461 0 0 0 193 4 0 0 20 0 15 0 92337305 10916999168 37451 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2665283 37451 3108 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10661132 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 5114 0 0 0 65 2 0 0 20 0 15 0 92337306 10916999168 37451 33554432000 4194304 4196468 140726438942304 140366005000032 140365591921116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92337307 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10661132 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10661132 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10661132 memory=792 CPUtime=0.45 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) R 24075 24078 23077 0 -1 4202560 1783 0 0 0 45 0 0 0 20 0 15 0 92337311 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365489168848 140366000783962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10661132 memory=1716 CPUtime=0.47 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) R 24075 24078 23077 0 -1 4202560 1307 0 0 0 47 0 0 0 20 0 15 0 92337311 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365488117392 140365981398548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10661132 memory=1952 CPUtime=0.34 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) S 24075 24078 23077 0 -1 1077944384 1886 0 0 0 34 0 0 0 20 0 15 0 92337311 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365487073648 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10661132 memory=8580 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 37451 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 149804 KiB

[startup+1.50076 s]
/proc/loadavg: 1.52 1.44 1.42 5/215 24093
/proc/meminfo: memFree=18868748/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10661132 memory=353236 CPUtime=4.39 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 13118 0 0 0 413 26 0 0 20 0 15 0 92337305 10916999168 88309 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2665283 88309 3159 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10661132 memory=4140 CPUtime=1.29 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 5234 0 0 0 126 3 0 0 20 0 15 0 92337306 10916999168 88309 33554432000 4194304 4196468 140726438942304 140366005000544 140365592823985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10661132 memory=26692 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 157 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10661132 memory=1296 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 151 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10661132 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 155 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10661132 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 159 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10661132 memory=7451293975509493847 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10661132 memory=54 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10661132 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) R 24075 24078 23077 0 -1 4202560 2033 0 0 0 97 0 0 0 20 0 15 0 92337311 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365489165520 140365982306833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10661132 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) S 24075 24078 23077 0 -1 1077944384 1723 0 0 0 94 0 0 0 20 0 15 0 92337311 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365488125936 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10661132 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) S 24075 24078 23077 0 -1 1077944384 2062 0 0 0 42 0 0 0 20 0 15 0 92337311 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365487073648 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10661132 memory=77 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10661132 memory=81 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 88309 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 353236 KiB

[startup+1.85634 s]
# the end of solver process 24078 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.69619 s, system=0.283303 s

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

[startup+1.60093 s]
/proc/loadavg: 1.52 1.44 1.42 5/215 24093
/proc/meminfo: memFree=18868748/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10661132 memory=353520 CPUtime=4.58 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 13135 0 0 0 432 26 0 0 20 0 15 0 92337305 10916999168 88380 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2665283 88380 3159 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10661132 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 5234 0 0 0 136 3 0 0 20 0 15 0 92337306 10916999168 88380 33554432000 4194304 4196468 140726438942304 140366005000544 140365592983916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10661132 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 157 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10661132 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 151 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10661132 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 155 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10661132 memory=4580 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 159 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10661132 memory=3544790192936082385 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10661132 memory=-7662142094119126430 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10661132 memory=6735269665583770266 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10661132 memory=8325082678849403790 CPUtime=1.03 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) R 24075 24078 23077 0 -1 4202560 2050 0 0 0 103 0 0 0 20 0 15 0 92337311 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365489178736 140365984246016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10661132 memory=7970982681311408296 CPUtime=0.96 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) S 24075 24078 23077 0 -1 1077944384 1723 0 0 0 96 0 0 0 20 0 15 0 92337311 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365488125936 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10661132 memory=4465 CPUtime=0.42 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) S 24075 24078 23077 0 -1 1077944384 2062 0 0 0 42 0 0 0 20 0 15 0 92337311 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365487073648 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10661132 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10661132 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 88380 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 353520 KiB

[startup+1.80068 s]
/proc/loadavg: 1.52 1.44 1.42 5/215 24093
/proc/meminfo: memFree=18868748/32770624 swapFree=67108860/67108860
[pid=24078] ppid=24075 vsize=10661132 memory=419156 CPUtime=4.91 cores=0,2,4,6
/proc/24078/stat : 24078 (java) S 24075 24078 23077 0 -1 1077944320 13208 0 0 0 464 27 0 0 20 0 15 0 92337305 10916999168 104789 33554432000 4194304 4196468 140726438942304 140726438924848 140366000762615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
/proc/24078/statm: 2665283 104789 3159 1 0 2627263 0
[pid=24078/tid=24080] ppid=24075 vsize=10661132 memory=140489252722688 CPUtime=1.59 cores=0,2,4,6
/proc/24078/task/24080/stat : 24080 (java) R 24075 24078 23077 0 -1 4202560 5266 0 0 0 155 4 0 0 20 0 15 0 92337306 10916999168 104789 33554432000 4194304 4196468 140726438942304 140366004998616 140365592983916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24081] ppid=24075 vsize=10661132 memory=6944656592455097440 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24081/stat : 24081 (java) S 24075 24078 23077 0 -1 1077944384 157 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365926836624 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24082] ppid=24075 vsize=10661132 memory=3972 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24082/stat : 24082 (java) S 24075 24078 23077 0 -1 1077944384 151 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365925783824 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24083] ppid=24075 vsize=10661132 memory=7661031230088781711 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24083/stat : 24083 (java) S 24075 24078 23077 0 -1 1077944384 155 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365924731536 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24084] ppid=24075 vsize=10661132 memory=280978505335024 CPUtime=0.17 cores=0,2,4,6
/proc/24078/task/24084/stat : 24084 (java) S 24075 24078 23077 0 -1 1077944384 159 0 0 0 12 5 0 0 20 0 15 0 92337307 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365923678736 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24085] ppid=24075 vsize=10661132 memory=5941184003663434916 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24085/stat : 24085 (java) S 24075 24078 23077 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365493389936 140366000773762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24086] ppid=24075 vsize=10661132 memory=5865189216036169117 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24086/stat : 24086 (java) S 24075 24078 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92337308 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365492335904 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24087] ppid=24075 vsize=10661132 memory=352636 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24087/stat : 24087 (java) S 24075 24078 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92337309 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365491283568 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24088] ppid=24075 vsize=10661132 memory=56 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24088/stat : 24088 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365490231888 140366000781211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24089] ppid=24075 vsize=10661132 memory=288230596050944315 CPUtime=1.11 cores=0,2,4,6
/proc/24078/task/24089/stat : 24089 (java) S 24075 24078 23077 0 -1 1077944384 2060 0 0 0 111 0 0 0 20 0 15 0 92337311 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365489178736 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24090] ppid=24075 vsize=10661132 memory=14135545664113376 CPUtime=1.02 cores=0,2,4,6
/proc/24078/task/24090/stat : 24090 (java) S 24075 24078 23077 0 -1 1077944384 1735 0 0 0 102 0 0 0 20 0 15 0 92337311 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365488125936 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24091] ppid=24075 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/24078/task/24091/stat : 24091 (java) S 24075 24078 23077 0 -1 1077944384 2081 0 0 0 43 0 0 0 20 0 15 0 92337311 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365487073648 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24092] ppid=24075 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24092/stat : 24092 (java) S 24075 24078 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365486021088 140366000772821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
[pid=24078/tid=24093] ppid=24075 vsize=10661132 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/24078/task/24093/stat : 24093 (java) S 24075 24078 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92337311 10916999168 104789 33554432000 4194304 4196468 140726438942304 140365484968880 140366000773762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7102464 140726438950008 140726438950153 140726438950153 140726438952911 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 419156 KiB

Child status: 0
Real time (s): 1.85639
CPU time (s): 4.97949
CPU user time (s): 4.69619
CPU system time (s): 0.283303
CPU usage (%): 268.235
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 419156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69619
system time used= 0.283303
maximum resident set size= 433968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13276
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= 1380
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 24078
#   total CPU time (s): 4.97949
#   total CPU user time (s): 4.69619
#   total CPU system time (s): 0.283303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035551 second user time and 0.05602 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 05:15:41
IDJOB=4298153
IDBENCH=141076
IDSOLVER=2768
FILE ID=node103/4298153-1532747741
RUNJOBID= node103-1532740268-23108
PBS_JOBID= 21022444
Free space on /tmp= 56536 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-08-opt_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298153-1532747741/watcher-4298153-1532747741 -o /tmp/evaluation-result-4298153-1532747741/solver-4298153-1532747741 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532740268-23108 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298153-1532747741.xml --timelimit 2520

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

MD5SUM BENCH= 9315cc985dc36f3772136cd275650935
RANDOM SEED=1607025006

node103.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.48
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.48
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.48
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.48
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:        19064072 kB
MemAvailable:   30747800 kB
Buffers:          300268 kB
Cached:         11567356 kB
SwapCached:            0 kB
Active:          5085940 kB
Inactive:        8015464 kB
Active(anon):    1236148 kB
Inactive(anon):    25184 kB
Active(file):    3849792 kB
Inactive(file):  7990280 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1356 kB
Writeback:             0 kB
AnonPages:       1250456 kB
Mapped:            54724 kB
Shmem:             25228 kB
Slab:             299868 kB
SReclaimable:     272116 kB
SUnreclaim:        27752 kB
KernelStack:        3792 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2047720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56536 MiB
End job on node103 at 2018-07-28 05:15:43