Trace number 4292567

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)SAT 2.57086 0.990508

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-4-cp_c18.xml
MD5SUM323265c27f21e70af41ff0037033f3ab
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.168527
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints726
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":64}]
Minimum variable degree47
Maximum variable degree48
Distribution of variable degrees[{"degree":47,"count":48},{"degree":48,"count":16}]
Minimum constraint arity4
Maximum constraint arity64
Distribution of constraint arities[{"arity":4,"count":720},{"arity":16,"count":5},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints720
Distribution of constraint types[{"type":"intension","count":720},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292567-1532354745.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292567-1532354745.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
1.96/0.88	c solve instance...
2.30/0.97	s SATISFIABLE
2.30/0.97	v <instantiation>
2.30/0.97	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] </list>
2.30/0.97	v 	<values>0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 3 2 1 1 2 3 0 3 0 1 2 2 1 0 3 1 3 0 2 0 2 1 3 2 0 3 1 3 1 2 0 </values>
2.30/0.97	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292567-1532354745/watcher-4292567-1532354745 -o /tmp/evaluation-result-4292567-1532354745/solver-4292567-1532354745 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11338 --watchdog 2560 HOME/xcsp3-exec -seed 2033438676 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292567-1532354745.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=15589, runsolver pid=15586

[startup+0.100416 s]*
/proc/loadavg: 2.41 1.66 1.52 4/219 15605
/proc/meminfo: memFree=23139684/32770624 swapFree=67108860/67108860
[pid=15589] ppid=15586 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (xcsp3-exec) S 15586 15589 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 53037715 115843072 363 33554432000 4194304 5098028 140729917063616 140729917061720 139865318371964 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21053440 140729917072442 140729917072644 140729917072644 140729917075402 0
/proc/15589/statm: 28282 363 305 221 0 87 0
[pid=15591] ppid=15589 vsize=14082840 memory=27940 CPUtime=0.12 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15589 15589 11307 0 -1 1077944320 5312 0 0 0 11 1 0 0 20 0 15 0 53037716 14420828160 6985 33554432000 4194304 4196468 140732354342080 140732354324624 140565922959095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
/proc/15591/statm: 3520710 6985 3016 1 0 3483008 0
[pid=15591/tid=15592] ppid=15589 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15592/stat : 15592 (java) R 15589 15589 11307 0 -1 4202560 3294 0 0 0 8 1 0 0 20 0 15 0 53037716 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565927191360 140565922971030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15593] ppid=15589 vsize=14082840 memory=3472467992572658896 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15593/stat : 15593 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565892671760 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15594] ppid=15589 vsize=14082840 memory=139863677507200 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15594/stat : 15594 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565517572496 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15595] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15595/stat : 15595 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565516519952 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15596] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15596/stat : 15596 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565515467408 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15597] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15597/stat : 15597 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037718 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565397043696 140565922970242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15598] ppid=15589 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15598/stat : 15598 (java) S 15589 15589 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53037718 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565395989920 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15599] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15599/stat : 15599 (java) S 15589 15589 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53037719 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565394937328 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15600] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15600/stat : 15600 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565393885904 140565922977691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15601] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15601/stat : 15601 (java) S 15589 15589 11307 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565392832496 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15602] ppid=15589 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15602/stat : 15602 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565391779952 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15603] ppid=15589 vsize=14082840 memory=139863677507200 CPUtime=0.01 cores=0,2,4,6
/proc/15591/task/15603/stat : 15603 (java) R 15589 15589 11307 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 15 0 53037721 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565390727408 140565907145902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15604] ppid=15589 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15604/stat : 15604 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565389675104 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15605] ppid=15589 vsize=14082840 memory=139863677507200 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15605/stat : 15605 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 6985 33554432000 4194304 4196468 140732354342080 140565388622640 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29392 KiB

[startup+0.21083 s]*
/proc/loadavg: 2.41 1.66 1.52 3/219 15605
/proc/meminfo: memFree=23129448/32770624 swapFree=67108860/67108860
[pid=15589] ppid=15586 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (xcsp3-exec) S 15586 15589 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 53037715 115843072 363 33554432000 4194304 5098028 140729917063616 140729917061720 139865318371964 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21053440 140729917072442 140729917072644 140729917072644 140729917075402 0
/proc/15589/statm: 28282 363 305 221 0 87 0
[pid=15591] ppid=15589 vsize=14082840 memory=39492 CPUtime=0.34 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15589 15589 11307 0 -1 1077944320 7908 0 0 0 32 2 0 0 20 0 15 0 53037716 14420828160 9873 33554432000 4194304 4196468 140732354342080 140732354324624 140565922959095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
/proc/15591/statm: 3520710 9873 3190 1 0 3483008 0
[pid=15591/tid=15592] ppid=15589 vsize=14082840 memory=5852833021473685665 CPUtime=0.2 cores=0,2,4,6
/proc/15591/task/15592/stat : 15592 (java) R 15589 15589 11307 0 -1 4202560 4995 0 0 0 18 2 0 0 20 0 15 0 53037716 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565927194080 140565922981021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15593] ppid=15589 vsize=14082840 memory=3472467992572658896 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15593/stat : 15593 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565892671760 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15594] ppid=15589 vsize=14082840 memory=139863677507200 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15594/stat : 15594 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565517572496 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15595] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15595/stat : 15595 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565516519952 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15596] ppid=15589 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15596/stat : 15596 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037717 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565515467408 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15597] ppid=15589 vsize=14082840 memory=139863677507200 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15597/stat : 15597 (java) S 15589 15589 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53037718 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565397043696 140565922970242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15598] ppid=15589 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15598/stat : 15598 (java) S 15589 15589 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53037718 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565395989920 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15599] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15599/stat : 15599 (java) S 15589 15589 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53037719 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565394937328 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15600] ppid=15589 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15600/stat : 15600 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565393885904 140565922977691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15601] ppid=15589 vsize=14082840 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15591/task/15601/stat : 15601 (java) S 15589 15589 11307 0 -1 1077944384 636 0 0 0 3 0 0 0 20 0 15 0 53037721 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565392832496 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15602] ppid=15589 vsize=14082840 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15591/task/15602/stat : 15602 (java) S 15589 15589 11307 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 53037721 14420828160 9873 33554432000 4194304 4196468 140732354342080 140565391779952 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15603] ppid=15589 vsize=14082872 memory=139863677507200 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15603/stat : 15603 (java) S 15589 15589 11307 0 -1 1077944384 891 0 0 0 8 0 0 0 20 0 15 0 53037721 14420860928 9873 33554432000 4194304 4196468 140732354342080 140565390727408 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15604] ppid=15589 vsize=14082872 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15604/stat : 15604 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14420860928 9873 33554432000 4194304 4196468 140732354342080 140565389675104 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15605] ppid=15589 vsize=14082840 memory=139863677507200 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15605/stat : 15605 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037721 14420828160 9911 33554432000 4194304 4196468 140732354342080 140565388622640 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 40944 KiB

[startup+0.310774 s]*
/proc/loadavg: 2.41 1.66 1.52 4/219 15605
/proc/meminfo: memFree=23122500/32770624 swapFree=67108860/67108860
[pid=15589] ppid=15586 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (xcsp3-exec) S 15586 15589 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 53037715 115843072 363 33554432000 4194304 5098028 140729917063616 140729917061720 139865318371964 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21053440 140729917072442 140729917072644 140729917072644 140729917075402 0
/proc/15589/statm: 28282 363 305 221 0 87 0
[pid=15591] ppid=15589 vsize=14087096 memory=46768 CPUtime=0.53 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15589 15589 11307 0 -1 1077944320 8948 0 0 0 50 3 0 0 20 0 15 0 53037716 14425186304 11692 33554432000 4194304 4196468 140732354342080 140732354324624 140565922959095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
/proc/15591/statm: 3521774 11692 3241 1 0 3483008 0
[pid=15591/tid=15592] ppid=15589 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=0,2,4,6
/proc/15591/task/15592/stat : 15592 (java) R 15589 15589 11307 0 -1 4202560 5708 0 0 0 27 2 0 0 20 0 15 0 53037716 14425186304 11692 33554432000 4194304 4196468 140732354342080 140565927196256 140565922981021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15593] ppid=15589 vsize=14087096 memory=3472467992572658896 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15593/stat : 15593 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565892671760 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15594] ppid=15589 vsize=14087096 memory=139863677507200 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15594/stat : 15594 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565517572496 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15595] ppid=15589 vsize=14087096 memory=18 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15595/stat : 15595 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565516519952 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15596] ppid=15589 vsize=14087096 memory=139863529760799 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15596/stat : 15596 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037717 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565515467408 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15597] ppid=15589 vsize=14087096 memory=279727059500832 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15597/stat : 15597 (java) S 15589 15589 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53037718 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565397043696 140565922970242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15598] ppid=15589 vsize=14087096 memory=139863529737743 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15598/stat : 15598 (java) S 15589 15589 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53037718 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565395989920 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15599] ppid=15589 vsize=14087096 memory=279727207128072 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15599/stat : 15599 (java) S 15589 15589 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53037719 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565394937328 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15600] ppid=15589 vsize=14087096 memory=139863529760799 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15600/stat : 15600 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565393885904 140565922977691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15601] ppid=15589 vsize=14087096 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/15591/task/15601/stat : 15601 (java) S 15589 15589 11307 0 -1 1077944384 725 0 0 0 6 0 0 0 20 0 15 0 53037721 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565392832496 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15602] ppid=15589 vsize=14087096 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/15591/task/15602/stat : 15602 (java) S 15589 15589 11307 0 -1 1077944384 115 0 0 0 3 0 0 0 20 0 15 0 53037721 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565391779952 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15603] ppid=15589 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/15591/task/15603/stat : 15603 (java) S 15589 15589 11307 0 -1 1077944384 1098 0 0 0 12 0 0 0 20 0 15 0 53037721 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565390727408 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15604] ppid=15589 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15604/stat : 15604 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565389675104 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15605] ppid=15589 vsize=14087096 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15605/stat : 15605 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037721 14425186304 11757 33554432000 4194304 4196468 140732354342080 140565388622640 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48220 KiB

[startup+0.701234 s]
/proc/loadavg: 2.41 1.66 1.52 4/219 15605
/proc/meminfo: memFree=23107300/32770624 swapFree=67108860/67108860
[pid=15589] ppid=15586 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (xcsp3-exec) S 15586 15589 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 53037715 115843072 363 33554432000 4194304 5098028 140729917063616 140729917061720 139865318371964 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21053440 140729917072442 140729917072644 140729917072644 140729917075402 0
/proc/15589/statm: 28282 363 305 221 0 87 0
[pid=15591] ppid=15589 vsize=14089220 memory=81464 CPUtime=1.63 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15589 15589 11307 0 -1 1077944320 11901 0 0 0 159 4 0 0 20 0 15 0 53037716 14427361280 20366 33554432000 4194304 4196468 140732354342080 140732354324624 140565922959095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
/proc/15591/statm: 3522305 20366 3342 1 0 3483520 0
[pid=15591/tid=15592] ppid=15589 vsize=14089220 memory=7660742144744843625 CPUtime=0.68 cores=0,2,4,6
/proc/15591/task/15592/stat : 15592 (java) R 15589 15589 11307 0 -1 4202560 6378 0 0 0 65 3 0 0 20 0 15 0 53037716 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565927196048 140565922971030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15593] ppid=15589 vsize=14089220 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15593/stat : 15593 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565892671760 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15594] ppid=15589 vsize=14089220 memory=4638778398332764256 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15594/stat : 15594 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565517572496 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15595] ppid=15589 vsize=14089220 memory=-7242455096852575424 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15595/stat : 15595 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565516519952 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15596] ppid=15589 vsize=14089220 memory=8326441112149131693 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15596/stat : 15596 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565515467408 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15597] ppid=15589 vsize=14089220 memory=-7737605734073691286 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15597/stat : 15597 (java) S 15589 15589 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53037718 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565397043696 140565922970242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15598] ppid=15589 vsize=14089220 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15598/stat : 15598 (java) S 15589 15589 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53037718 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565395989920 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15599] ppid=15589 vsize=14089220 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15599/stat : 15599 (java) S 15589 15589 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53037719 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565394937328 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15600] ppid=15589 vsize=14089220 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15600/stat : 15600 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565393885904 140565922977691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15601] ppid=15589 vsize=14089220 memory=17084 CPUtime=0.28 cores=0,2,4,6
/proc/15591/task/15601/stat : 15601 (java) R 15589 15589 11307 0 -1 4202560 1390 0 0 0 28 0 0 0 20 0 15 0 53037721 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565392819280 140565906445117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15602] ppid=15589 vsize=14089220 memory=1296 CPUtime=0.25 cores=0,2,4,6
/proc/15591/task/15602/stat : 15602 (java) R 15589 15589 11307 0 -1 4202560 691 0 0 0 25 0 0 0 20 0 15 0 53037721 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565391766048 140565904502456 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15603] ppid=15589 vsize=14089220 memory=2412 CPUtime=0.39 cores=0,2,4,6
/proc/15591/task/15603/stat : 15603 (java) R 15589 15589 11307 0 -1 4202560 2134 0 0 0 39 0 0 0 20 0 15 0 53037721 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565390727408 140565922980442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15604] ppid=15589 vsize=14089220 memory=7668012111147524688 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15604/stat : 15604 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565389675104 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15605] ppid=15589 vsize=14089220 memory=7451579857426993518 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15605/stat : 15605 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 20366 33554432000 4194304 4196468 140732354342080 140565388622640 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 82916 KiB

[startup+0.990454 s]
# the end of solver process 15589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.51063 s, system=0.060223 s

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

[startup+0.801231 s]
/proc/loadavg: 2.41 1.66 1.52 4/219 15605
/proc/meminfo: memFree=23107300/32770624 swapFree=67108860/67108860
[pid=15589] ppid=15586 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (xcsp3-exec) S 15586 15589 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 53037715 115843072 363 33554432000 4194304 5098028 140729917063616 140729917061720 139865318371964 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21053440 140729917072442 140729917072644 140729917072644 140729917075402 0
/proc/15589/statm: 28282 363 305 221 0 87 0
[pid=15591] ppid=15589 vsize=14089220 memory=98968 CPUtime=1.96 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15589 15589 11307 0 -1 1077944320 12206 0 0 0 192 4 0 0 20 0 15 0 53037716 14427361280 24742 33554432000 4194304 4196468 140732354342080 140732354324624 140565922959095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
/proc/15591/statm: 3522305 24742 3343 1 0 3483520 0
[pid=15591/tid=15592] ppid=15589 vsize=14089220 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/15591/task/15592/stat : 15592 (java) R 15589 15589 11307 0 -1 4202560 6387 0 0 0 74 3 0 0 20 0 15 0 53037716 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565927195216 140565563455833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15593] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15593/stat : 15593 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565892671760 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15594] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15594/stat : 15594 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565517572496 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15595] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15595/stat : 15595 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565516519952 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15596] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15596/stat : 15596 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565515467408 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15597] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15597/stat : 15597 (java) S 15589 15589 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53037718 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565397043696 140565922970242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15598] ppid=15589 vsize=14089220 memory=279727059241808 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15598/stat : 15598 (java) S 15589 15589 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53037718 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565395989920 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15599] ppid=15589 vsize=14089220 memory=116 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15599/stat : 15599 (java) S 15589 15589 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53037719 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565394937328 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15600] ppid=15589 vsize=14089220 memory=279727059318416 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15600/stat : 15600 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565393885904 140565922977691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15601] ppid=15589 vsize=14089220 memory=2110214137039028 CPUtime=0.38 cores=0,2,4,6
/proc/15591/task/15601/stat : 15601 (java) R 15589 15589 11307 0 -1 4202560 1422 0 0 0 38 0 0 0 20 0 15 0 53037721 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565392824432 140565907856737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15602] ppid=15589 vsize=14089220 memory=132 CPUtime=0.35 cores=0,2,4,6
/proc/15591/task/15602/stat : 15602 (java) R 15589 15589 11307 0 -1 4202560 868 0 0 0 35 0 0 0 20 0 15 0 53037721 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565391760968 140565902197552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15603] ppid=15589 vsize=14089220 memory=3 CPUtime=0.43 cores=0,2,4,6
/proc/15591/task/15603/stat : 15603 (java) S 15589 15589 11307 0 -1 1077944384 2221 0 0 0 43 0 0 0 20 0 15 0 53037721 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565390727408 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15604] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15604/stat : 15604 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565389675104 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15605] ppid=15589 vsize=14089220 memory=150 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15605/stat : 15605 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 24742 33554432000 4194304 4196468 140732354342080 140565388622640 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 100420 KiB

[startup+0.902191 s]
/proc/loadavg: 2.41 1.66 1.52 4/219 15605
/proc/meminfo: memFree=23107300/32770624 swapFree=67108860/67108860
[pid=15589] ppid=15586 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (xcsp3-exec) S 15586 15589 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 53037715 115843072 363 33554432000 4194304 5098028 140729917063616 140729917061720 139865318371964 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21053440 140729917072442 140729917072644 140729917072644 140729917075402 0
/proc/15589/statm: 28282 363 305 221 0 87 0
[pid=15591] ppid=15589 vsize=14089220 memory=114668 CPUtime=2.3 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15589 15589 11307 0 -1 1077944320 13040 0 0 0 225 5 0 0 20 0 15 0 53037716 14427361280 28667 33554432000 4194304 4196468 140732354342080 140732354324624 140565922959095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
/proc/15591/statm: 3522305 28667 3343 1 0 3483520 0
[pid=15591/tid=15592] ppid=15589 vsize=14089220 memory=17084 CPUtime=0.87 cores=0,2,4,6
/proc/15591/task/15592/stat : 15592 (java) R 15589 15589 11307 0 -1 4202560 6517 0 0 0 84 3 0 0 20 0 15 0 53037716 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565927198320 140565563201972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15593] ppid=15589 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15593/stat : 15593 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565892671760 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15594] ppid=15589 vsize=14089220 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15594/stat : 15594 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565517572496 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15595] ppid=15589 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15595/stat : 15595 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565516519952 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15596] ppid=15589 vsize=14089220 memory=139863529633248 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15596/stat : 15596 (java) S 15589 15589 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53037717 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565515467408 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15597] ppid=15589 vsize=14089220 memory=279727059243920 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15597/stat : 15597 (java) S 15589 15589 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53037718 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565397043696 140565922970242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15598] ppid=15589 vsize=14089220 memory=11960 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15598/stat : 15598 (java) S 15589 15589 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 53037718 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565395989920 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15599] ppid=15589 vsize=14089220 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15599/stat : 15599 (java) S 15589 15589 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 53037719 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565394937328 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15600] ppid=15589 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15600/stat : 15600 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565393885904 140565922977691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15601] ppid=15589 vsize=14089220 memory=1716 CPUtime=0.48 cores=0,2,4,6
/proc/15591/task/15601/stat : 15601 (java) R 15589 15589 11307 0 -1 4202560 1700 0 0 0 48 0 0 0 20 0 15 0 53037721 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565392824144 140565902220625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15602] ppid=15589 vsize=14089220 memory=1952 CPUtime=0.45 cores=0,2,4,6
/proc/15591/task/15602/stat : 15602 (java) R 15589 15589 11307 0 -1 4202560 1194 0 0 0 45 0 0 0 20 0 15 0 53037721 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565391764720 140565908084453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15603] ppid=15589 vsize=14089220 memory=8392 CPUtime=0.48 cores=0,2,4,6
/proc/15591/task/15603/stat : 15603 (java) R 15589 15589 11307 0 -1 1077944384 2321 0 0 0 47 1 0 0 20 0 15 0 53037721 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565390727408 140565922970242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15604] ppid=15589 vsize=14089220 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15604/stat : 15604 (java) S 15589 15589 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565389675104 140565922969301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
[pid=15591/tid=15605] ppid=15589 vsize=14089220 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/15591/task/15605/stat : 15605 (java) S 15589 15589 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53037721 14427361280 28667 33554432000 4194304 4196468 140732354342080 140565388622640 140565922970242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36245504 140732354344065 140732354344241 140732354344241 140732354346959 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 116120 KiB

Child status: 0
Real time (s): 0.990508
CPU time (s): 2.57086
CPU user time (s): 2.51063
CPU system time (s): 0.060223
CPU usage (%): 259.549
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 116120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51063
system time used= 0.060223
maximum resident set size= 117940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13770
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= 1899
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 15589
#   total CPU time (s): 2.57086
#   total CPU user time (s): 2.51063
#   total CPU system time (s): 0.060223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024585 second user time and 0.053462 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 16:05:45
IDJOB=4292567
IDBENCH=141378
IDSOLVER=2747
FILE ID=node103/4292567-1532354745
RUNJOBID= node103-1532328173-11338
PBS_JOBID= 21018996
Free space on /tmp= 56832 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-4-cp_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292567-1532354745/watcher-4292567-1532354745 -o /tmp/evaluation-result-4292567-1532354745/solver-4292567-1532354745 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11338 --watchdog 2560  HOME/xcsp3-exec -seed 2033438676 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292567-1532354745.xml

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

MD5SUM BENCH= 323265c27f21e70af41ff0037033f3ab
RANDOM SEED=2033438676

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:        23155556 kB
MemAvailable:   31748856 kB
Buffers:          260436 kB
Cached:          8532016 kB
SwapCached:            0 kB
Active:          1729972 kB
Inactive:        7306836 kB
Active(anon):     247296 kB
Inactive(anon):    16976 kB
Active(file):    1482676 kB
Inactive(file):  7289860 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20404 kB
Writeback:           104 kB
AnonPages:        252156 kB
Mapped:            49732 kB
Shmem:             17036 kB
Slab:             277512 kB
SReclaimable:     249224 kB
SUnreclaim:        28288 kB
KernelStack:        3808 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1202872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 56812 MiB
End job on node103 at 2018-07-23 16:05:46