Trace number 4264440

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon-basic 2017-06-11SAT 8.1867504 6.0871501

DiagnosticValue
WRONG_DECISIONS3309

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-088.xml
MD5SUM06ac67a393cf658bfe76e8457ea2374b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.18564899
Satisfiable
(Un)Satisfiability was proved
Number of variables176
Number of constraints96
Number of domains2
Minimum domain size88
Maximum domain size7744
Distribution of domain sizes[{"size":88,"count":88},{"size":7744,"count":88}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":88},{"degree":4,"count":87},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity88
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":88},{"arity":44,"count":6},{"arity":88,"count":1}]
Number of extensional constraints0
Number of intensional constraints89
Distribution of constraint types[{"type":"intension","count":89},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.34	
0.27/0.34	AbsCon 2 
0.27/0.34	
0.63/0.56	  Solving XCSP3-instance-4264440-1502274271 as a CSP
0.63/0.56	  Loading variables...
0.87/0.60	  Loading constraints...
1.15/0.80	  Solver SolverBacktrack being built...
1.15/0.80	
4.38/3.61	  Preprocessing : gac=false, ccks=30232751, filters=305, revisions=178 (useless=88), AC=681472, removals=681472, inconsistent=false
4.38/3.61	
8.06/6.07	
8.06/6.07	v <instantiation id='sol1' type='solution'>  <list> x[] y[] cx[] cy[] </list>  <values> 1 2 3 4 5 6 7 8 9 10 11 12 37 40 42 43 45 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 86 87 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 41 44 46 47 73 74 75 76 77 78 79 80 81 82 83 84 85 88 1 4 9 16 25 36 49 64 81 100 121 144 1369 1600 1764 1849 2025 2304 2401 2500 2601 2704 2809 2916 3025 3136 3249 3364 3481 3600 3721 3844 3969 4096 4225 4356 4489 4624 4761 4900 5041 5184 7396 7569 169 196 225 256 289 324 361 400 441 484 529 576 625 676 729 784 841 900 961 1024 1089 1156 1225 1296 1444 1521 1681 1936 2116 2209 5329 5476 5625 5776 5929 6084 6241 6400 6561 6724 6889 7056 7225 7744 </values>  </instantiation>
8.06/6.07	s SATISFIABLE
8.06/6.07	
8.06/6.07	d WRONG_DECISIONS 3309

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264440-1502274271/watcher-4264440-1502274271 -o /tmp/evaluation-result-4264440-1502274271/solver-4264440-1502274271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23062 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264440-1502274271.xml 

pid=27281
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.91 1.79 2/198 27284
/proc/meminfo: memFree=31302800/32770624 swapFree=0/448808
[pid=27284] ppid=27281 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27284/stat : 27284 (runsolver) D 27281 27284 16590 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 29620716 24240128 106 18446744073709551615 4194304 4338465 140730433407664 140730433405304 139845519516375 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 32866304 140730433409184 140730433409610 140730433409610 140730433413066 0
/proc/27284/statm: 5918 106 53 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.95 1.91 1.79 2/198 27284
/proc/meminfo: memFree=31302800/32770624 swapFree=0/448808
[pid=27284] ppid=27281 vsize=9936560 CPUtime=0.01 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 3497 0 0 0 1 0 0 0 20 0 6 0 29620716 10175037440 4721 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2484140 4721 1922 1 0 2473637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9936560

[startup+0.209101 s]
/proc/loadavg: 1.95 1.91 1.79 2/198 27284
/proc/meminfo: memFree=31302800/32770624 swapFree=0/448808
[pid=27284] ppid=27281 vsize=10551180 CPUtime=0.1 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 5293 0 0 0 10 0 0 0 20 0 15 0 29620716 10804408320 6784 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2637795 6784 2771 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.300264 s]
/proc/loadavg: 1.95 1.91 1.79 2/198 27284
/proc/meminfo: memFree=31302800/32770624 swapFree=0/448808
[pid=27284] ppid=27281 vsize=10553264 CPUtime=0.27 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 8860 0 0 0 25 2 0 0 20 0 15 0 29620716 10806542336 9696 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2638316 9696 2938 1 0 2627261 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10553264

[startup+0.700228 s]
/proc/loadavg: 1.95 1.91 1.79 2/198 27284
/proc/meminfo: memFree=31302800/32770624 swapFree=0/448808
[pid=27284] ppid=27281 vsize=10621952 CPUtime=1.15 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 13474 0 0 0 110 5 0 0 20 0 16 0 29620716 10876878848 21155 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2655488 21155 3079 1 0 2644414 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10621952

[startup+1.50055 s]
/proc/loadavg: 1.95 1.91 1.79 3/214 27300
/proc/meminfo: memFree=31200732/32770624 swapFree=0/448808
[pid=27284] ppid=27281 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 14430 0 0 0 222 5 0 0 20 0 16 0 29620716 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2656000 28933 3100 1 0 2644926 0
[pid=27284/tid=27286] ppid=27281 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/27284/task/27286/stat : 27286 (java) S 27281 27284 16590 0 -1 1077944384 6172 0 0 0 19 2 0 0 20 0 16 0 29620724 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743848983728 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27287] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27287/stat : 27287 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743455947408 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27288] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27288/stat : 27288 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743454894608 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27289] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27289/stat : 27289 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743453841808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27290] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27290/stat : 27290 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743452789008 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27291] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27291/stat : 27291 (java) S 27281 27284 16590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 29620726 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743408888688 139743844752002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27292] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27292/stat : 27292 (java) S 27281 27284 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743407834656 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27293] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27293/stat : 27293 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743406781808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27294] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27294/stat : 27294 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620729 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743337638224 139743844759451 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27295] ppid=27281 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/27284/task/27295/stat : 27295 (java) S 27281 27284 16590 0 -1 1077944384 1017 0 0 0 28 0 0 0 20 0 16 0 29620729 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743336585584 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27296] ppid=27281 vsize=10624000 CPUtime=0.25 cores=1,3,5,7
/proc/27284/task/27296/stat : 27296 (java) S 27281 27284 16590 0 -1 1077944384 796 0 0 0 25 0 0 0 20 0 16 0 29620729 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743335532784 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27297] ppid=27281 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/27284/task/27297/stat : 27297 (java) S 27281 27284 16590 0 -1 1077944384 1565 0 0 0 33 0 0 0 20 0 16 0 29620729 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743334479984 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27298] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27298/stat : 27298 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620730 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743333427424 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27299] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27299/stat : 27299 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620733 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743332375728 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27300] ppid=27281 vsize=10624000 CPUtime=1.14 cores=1,3,5,7
/proc/27284/task/27300/stat : 27300 (java) R 27281 27284 16590 0 -1 4202560 3492 0 0 0 113 1 0 0 20 0 16 0 29620750 10878976000 28933 18446744073709551615 4194304 4196468 140721743515472 139743329184632 139743490495920 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10624000

[startup+3.10054 s]
/proc/loadavg: 1.96 1.91 1.79 3/214 27300
/proc/meminfo: memFree=31198276/32770624 swapFree=0/448852
[pid=27284] ppid=27281 vsize=10624000 CPUtime=3.88 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 15274 0 0 0 383 5 0 0 20 0 16 0 29620716 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2656000 28992 3105 1 0 2644926 0
[pid=27284/tid=27286] ppid=27281 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/27284/task/27286/stat : 27286 (java) S 27281 27284 16590 0 -1 1077944384 6172 0 0 0 19 2 0 0 20 0 16 0 29620724 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743848983728 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27287] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27287/stat : 27287 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743455947408 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27288] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27288/stat : 27288 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743454894608 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27289] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27289/stat : 27289 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743453841808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27290] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27290/stat : 27290 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743452789008 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27291] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27291/stat : 27291 (java) S 27281 27284 16590 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 29620726 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743408888688 139743844752002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27292] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27292/stat : 27292 (java) S 27281 27284 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743407834656 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27293] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27293/stat : 27293 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743406781808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27294] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27294/stat : 27294 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743337638224 139743844759451 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27295] ppid=27281 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/27284/task/27295/stat : 27295 (java) S 27281 27284 16590 0 -1 1077944384 1041 0 0 0 28 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743336585584 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27296] ppid=27281 vsize=10624000 CPUtime=0.26 cores=1,3,5,7
/proc/27284/task/27296/stat : 27296 (java) S 27281 27284 16590 0 -1 1077944384 1029 0 0 0 26 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743335532784 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27297] ppid=27281 vsize=10624000 CPUtime=0.34 cores=1,3,5,7
/proc/27284/task/27297/stat : 27297 (java) S 27281 27284 16590 0 -1 1077944384 2003 0 0 0 34 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743334479984 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27298] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27298/stat : 27298 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620730 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743333427424 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27299] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27299/stat : 27299 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620733 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743332375728 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27300] ppid=27281 vsize=10624000 CPUtime=2.74 cores=1,3,5,7
/proc/27284/task/27300/stat : 27300 (java) R 27281 27284 16590 0 -1 4202560 3573 0 0 0 273 1 0 0 20 0 16 0 29620750 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743329182144 139743487640030 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 10624000

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27284 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20072 s]
/proc/loadavg: 1.96 1.91 1.79 3/214 27300
/proc/meminfo: memFree=31198276/32770624 swapFree=0/448852
[pid=27284] ppid=27281 vsize=10624000 CPUtime=3.98 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 15276 0 0 0 393 5 0 0 20 0 16 0 29620716 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2656000 28992 3105 1 0 2644926 0
[pid=27284/tid=27286] ppid=27281 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/27284/task/27286/stat : 27286 (java) S 27281 27284 16590 0 -1 1077944384 6172 0 0 0 19 2 0 0 20 0 16 0 29620724 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743848983728 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27287] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27287/stat : 27287 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743455947408 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27288] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27288/stat : 27288 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743454894608 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27289] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27289/stat : 27289 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743453841808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27290] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27290/stat : 27290 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743452789008 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27291] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27291/stat : 27291 (java) S 27281 27284 16590 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 29620726 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743408888688 139743844752002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27292] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27292/stat : 27292 (java) S 27281 27284 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743407834656 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27293] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27293/stat : 27293 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743406781808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27294] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27294/stat : 27294 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743337638224 139743844759451 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27295] ppid=27281 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/27284/task/27295/stat : 27295 (java) S 27281 27284 16590 0 -1 1077944384 1041 0 0 0 28 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743336585584 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27296] ppid=27281 vsize=10624000 CPUtime=0.26 cores=1,3,5,7
/proc/27284/task/27296/stat : 27296 (java) S 27281 27284 16590 0 -1 1077944384 1029 0 0 0 26 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743335532784 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27297] ppid=27281 vsize=10624000 CPUtime=0.34 cores=1,3,5,7
/proc/27284/task/27297/stat : 27297 (java) S 27281 27284 16590 0 -1 1077944384 2005 0 0 0 34 0 0 0 20 0 16 0 29620729 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743334479984 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27298] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27298/stat : 27298 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620730 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743333427424 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27299] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27299/stat : 27299 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620733 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743332375728 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27300] ppid=27281 vsize=10624000 CPUtime=2.84 cores=1,3,5,7
/proc/27284/task/27300/stat : 27300 (java) R 27281 27284 16590 0 -1 4202560 3573 0 0 0 283 1 0 0 20 0 16 0 29620750 10878976000 28992 18446744073709551615 4194304 4196468 140721743515472 139743329182144 139743490496324 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 10624000

[startup+4.80066 s]
/proc/loadavg: 1.96 1.91 1.79 3/214 27300
/proc/meminfo: memFree=31186840/32770624 swapFree=0/448852
[pid=27284] ppid=27281 vsize=10624000 CPUtime=6.77 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 22428 0 0 0 670 7 0 0 20 0 16 0 29620716 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2656000 32005 3109 1 0 2644926 0
[pid=27284/tid=27286] ppid=27281 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/27284/task/27286/stat : 27286 (java) S 27281 27284 16590 0 -1 1077944384 6172 0 0 0 19 2 0 0 20 0 16 0 29620724 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743848983728 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27287] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27287/stat : 27287 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743455947408 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27288] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27288/stat : 27288 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743454894608 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27289] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27289/stat : 27289 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743453841808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27290] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27290/stat : 27290 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743452789008 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27291] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27291/stat : 27291 (java) S 27281 27284 16590 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 16 0 29620726 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743408888688 139743844752002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27292] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27292/stat : 27292 (java) S 27281 27284 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743407834656 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27293] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27293/stat : 27293 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743406781808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27294] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27294/stat : 27294 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620729 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743337638224 139743844759451 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27295] ppid=27281 vsize=10624000 CPUtime=0.86 cores=1,3,5,7
/proc/27284/task/27295/stat : 27295 (java) S 27281 27284 16590 0 -1 1077944384 2280 0 0 0 86 0 0 0 20 0 16 0 29620729 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743336585584 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27296] ppid=27281 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/27284/task/27296/stat : 27296 (java) R 27281 27284 16590 0 -1 4202560 2669 0 0 0 78 0 0 0 20 0 16 0 29620729 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743335532784 139743826260540 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27297] ppid=27281 vsize=10624000 CPUtime=0.42 cores=1,3,5,7
/proc/27284/task/27297/stat : 27297 (java) S 27281 27284 16590 0 -1 1077944384 3138 0 0 0 42 0 0 0 20 0 16 0 29620729 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743334479984 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27298] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27298/stat : 27298 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620730 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743333427424 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27299] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27299/stat : 27299 (java) S 27281 27284 16590 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 29620733 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743332375728 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27300] ppid=27281 vsize=10624000 CPUtime=4.45 cores=1,3,5,7
/proc/27284/task/27300/stat : 27300 (java) R 27281 27284 16590 0 -1 4202560 6602 0 0 0 442 3 0 0 20 0 16 0 29620750 10878976000 32005 18446744073709551615 4194304 4196468 140721743515472 139743329183176 139743490998273 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 10624000

[startup+5.6063 s]
/proc/loadavg: 1.96 1.91 1.79 3/214 27300
/proc/meminfo: memFree=31184696/32770624 swapFree=0/448852
[pid=27284] ppid=27281 vsize=10624000 CPUtime=7.62 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 23588 0 0 0 755 7 0 0 20 0 16 0 29620716 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2656000 32057 3109 1 0 2644926 0
[pid=27284/tid=27286] ppid=27281 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/27284/task/27286/stat : 27286 (java) S 27281 27284 16590 0 -1 1077944384 6172 0 0 0 19 2 0 0 20 0 16 0 29620724 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743848983728 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27287] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27287/stat : 27287 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743455947408 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27288] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27288/stat : 27288 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743454894608 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27289] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27289/stat : 27289 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743453841808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27290] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27290/stat : 27290 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743452789008 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27291] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27291/stat : 27291 (java) S 27281 27284 16590 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 16 0 29620726 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743408888688 139743844752002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27292] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27292/stat : 27292 (java) S 27281 27284 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743407834656 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27293] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27293/stat : 27293 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743406781808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27294] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27294/stat : 27294 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620729 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743337638224 139743844759451 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27295] ppid=27281 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/27284/task/27295/stat : 27295 (java) S 27281 27284 16590 0 -1 1077944384 2288 0 0 0 88 0 0 0 20 0 16 0 29620729 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743336585584 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27296] ppid=27281 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/27284/task/27296/stat : 27296 (java) S 27281 27284 16590 0 -1 1077944384 2687 0 0 0 80 0 0 0 20 0 16 0 29620729 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743335532784 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27297] ppid=27281 vsize=10624000 CPUtime=0.43 cores=1,3,5,7
/proc/27284/task/27297/stat : 27297 (java) S 27281 27284 16590 0 -1 1077944384 3344 0 0 0 43 0 0 0 20 0 16 0 29620729 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743334479984 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27298] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27298/stat : 27298 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620730 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743333427424 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27299] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27299/stat : 27299 (java) S 27281 27284 16590 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 29620733 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743332375728 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27300] ppid=27281 vsize=10624000 CPUtime=5.26 cores=1,3,5,7
/proc/27284/task/27300/stat : 27300 (java) R 27281 27284 16590 0 -1 4202560 7513 0 0 0 523 3 0 0 20 0 16 0 29620750 10878976000 32057 18446744073709551615 4194304 4196468 140721743515472 139743329185560 139743490997744 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 10624000

[startup+6.00058 s]
/proc/loadavg: 1.96 1.91 1.79 3/214 27300
/proc/meminfo: memFree=31184696/32770624 swapFree=0/448852
[pid=27284] ppid=27281 vsize=10624000 CPUtime=8.06 cores=1,3,5,7
/proc/27284/stat : 27284 (java) S 27281 27284 16590 0 -1 1077944320 24941 0 0 0 798 8 0 0 20 0 16 0 29620716 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 140721743498016 139743844740855 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
/proc/27284/statm: 2656000 32178 3109 1 0 2644926 0
[pid=27284/tid=27286] ppid=27281 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/27284/task/27286/stat : 27286 (java) S 27281 27284 16590 0 -1 1077944384 6172 0 0 0 19 2 0 0 20 0 16 0 29620724 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743848983728 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27287] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27287/stat : 27287 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743455947408 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27288] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27288/stat : 27288 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743454894608 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27289] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27289/stat : 27289 (java) S 27281 27284 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743453841808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27290] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27290/stat : 27290 (java) S 27281 27284 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29620725 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743452789008 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27291] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27291/stat : 27291 (java) S 27281 27284 16590 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 16 0 29620726 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743408888688 139743844752002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27292] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27292/stat : 27292 (java) S 27281 27284 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743407834656 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27293] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27293/stat : 27293 (java) S 27281 27284 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29620727 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743406781808 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27294] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27294/stat : 27294 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620729 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743337638224 139743844759451 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27295] ppid=27281 vsize=10624000 CPUtime=0.91 cores=1,3,5,7
/proc/27284/task/27295/stat : 27295 (java) S 27281 27284 16590 0 -1 1077944384 3338 0 0 0 91 0 0 0 20 0 16 0 29620729 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743336585584 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27296] ppid=27281 vsize=10624000 CPUtime=0.81 cores=1,3,5,7
/proc/27284/task/27296/stat : 27296 (java) S 27281 27284 16590 0 -1 1077944384 2978 0 0 0 81 0 0 0 20 0 16 0 29620729 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743335532784 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27297] ppid=27281 vsize=10624000 CPUtime=0.43 cores=1,3,5,7
/proc/27284/task/27297/stat : 27297 (java) S 27281 27284 16590 0 -1 1077944384 3344 0 0 0 43 0 0 0 20 0 16 0 29620729 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743334479984 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27298] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27298/stat : 27298 (java) S 27281 27284 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29620730 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743333427424 139743844751061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27299] ppid=27281 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27284/task/27299/stat : 27299 (java) S 27281 27284 16590 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 29620733 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743332375728 139743844752002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
[pid=27284/tid=27300] ppid=27281 vsize=10624000 CPUtime=5.65 cores=1,3,5,7
/proc/27284/task/27300/stat : 27300 (java) R 27281 27284 16590 0 -1 4202560 7525 0 0 0 562 3 0 0 20 0 16 0 29620750 10878976000 32178 18446744073709551615 4194304 4196468 140721743515472 139743329185560 139743490996223 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34050048 140721743520206 140721743520335 140721743520335 140721743523791 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 6.08715
CPU time (s): 8.18675
CPU user time (s): 8.09885
CPU system time (s): 0.087899
CPU usage (%): 134.492
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.09885
system time used= 0.087899
maximum resident set size= 131012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2442
involuntary context switches= 15

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022942 second user time and 0.041837 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-09 12:10:25
IDJOB=4264440
IDBENCH=122893
IDSOLVER=2652
FILE ID=node127/4264440-1502274271
RUNJOBID= node127-1502258002-23062
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-088.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264440-1502274271/watcher-4264440-1502274271 -o /tmp/evaluation-result-4264440-1502274271/solver-4264440-1502274271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23062 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264440-1502274271.xml

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

MD5SUM BENCH= 06ac67a393cf658bfe76e8457ea2374b
RANDOM SEED=1949859352

node127.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.92
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.92
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.92
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.92
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:        31303072 kB
MemAvailable:   31891072 kB
Buffers:          196324 kB
Cached:           676576 kB
SwapCached:            0 kB
Active:           584052 kB
Inactive:         465524 kB
Active(anon):     176972 kB
Inactive(anon):    16716 kB
Active(file):     407080 kB
Inactive(file):   448808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8084 kB
Writeback:             4 kB
AnonPages:        176656 kB
Mapped:            49448 kB
Shmem:             17060 kB
Slab:             121164 kB
SReclaimable:      95892 kB
SUnreclaim:        25272 kB
KernelStack:        3472 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1032308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-09 12:10:32