Trace number 4282498

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.5 seq (2017-08-18)UNSAT 4.0950398 1.7141401

General information on the benchmark

NameRlfap/Rlfap-m1-scensMod/
Rlfap-scen-09-w1-f03.xml
MD5SUM592eacf3e4c9123e6b0292f19fa9a16a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.75089097
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints1138
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":92},{"degree":2,"count":143},{"degree":3,"count":160},{"degree":4,"count":139},{"degree":5,"count":75},{"degree":6,"count":38},{"degree":7,"count":15},{"degree":8,"count":12},{"degree":9,"count":4},{"degree":10,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1138}]
Number of extensional constraints0
Number of intensional constraints1138
Distribution of constraint types[{"type":"intension","count":1138}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282498-1503111731.xml"  -tl '2520s' -p 1 -x 0
0.13/0.35	c [HOME/instance-4282498-1503111731.xml, -tl, 2520s, -p, 1, -x, 0]
0.13/0.41	c simple solver
0.33/0.47	c parse instance...
2.38/1.12	c solve instance...
3.86/1.65	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14970 MiB free)
  memory of node 1: 16384 MiB (15235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282498-1503111731/watcher-4282498-1503111731 -o /tmp/evaluation-result-4282498-1503111731/solver-4282498-1503111731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 514463128 HOME/instance-4282498-1503111731.xml 

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

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

solver pid=31111, runsolver pid=31108

[startup+0.100197 s]*
/proc/loadavg: 1.98 1.92 1.85 2/196 31112
/proc/meminfo: memFree=30931000/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209111 s]*
/proc/loadavg: 1.98 1.92 1.85 2/210 31126
/proc/meminfo: memFree=30919360/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
[pid=31113] ppid=31111 vsize=13907304 memory=21732 CPUtime=0.05 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31111 31111 28892 0 -1 1077944320 4882 0 0 0 4 1 0 0 20 0 14 0 113366132 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 140735682153696 139913044078327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
/proc/31113/statm: 3476826 5433 2550 1 0 3466323 0
[pid=31113/tid=31114] ppid=31111 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (java) D 31111 31111 28892 0 -1 4202560 3057 0 0 0 4 0 0 0 20 0 14 0 113366132 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139913048315808 139913044100349 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31115] ppid=31111 vsize=13907304 memory=13729 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113366133 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139913001045008 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31116] ppid=31111 vsize=13907304 memory=3904820300204279456 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113366133 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912999992464 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31117] ppid=31111 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113366133 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912998939408 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31118] ppid=31111 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31111 31111 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 113366133 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912997886864 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31119] ppid=31111 vsize=13907304 memory=139808288867968 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31111 31111 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 113366134 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912589760752 139913044089474 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31120] ppid=31111 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31111 31111 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 113366135 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912588706976 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31121] ppid=31111 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31111 31111 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 113366135 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912587653872 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31122] ppid=31111 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 113366137 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912519083984 139913044096923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31123] ppid=31111 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31111 31111 28892 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 113366137 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912518032112 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31124] ppid=31111 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113366137 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912516979568 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31125] ppid=31111 vsize=13907304 memory=139808288867968 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31111 31111 28892 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 113366137 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912515926512 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31126] ppid=31111 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 113366138 14241079296 5433 18446744073709551615 4194304 4196468 140735682171152 139912514874208 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23112 KiB

[startup+0.309962 s]*
/proc/loadavg: 1.98 1.92 1.85 4/211 31127
/proc/meminfo: memFree=30914380/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
[pid=31113] ppid=31111 vsize=13974352 memory=28500 CPUtime=0.13 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31111 31111 28892 0 -1 1077944320 5524 0 0 0 12 1 0 0 20 0 15 0 113366132 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 140735682153696 139913044078327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
/proc/31113/statm: 3493588 7125 2877 1 0 3482964 0
[pid=31113/tid=31114] ppid=31111 vsize=13974352 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (java) R 31111 31111 28892 0 -1 4202560 3459 0 0 0 9 1 0 0 20 0 15 0 113366132 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139913048314752 139913044090262 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31115] ppid=31111 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139913001045008 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31116] ppid=31111 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912999992464 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31117] ppid=31111 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912998939408 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31118] ppid=31111 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31111 31111 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366133 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912997886864 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31119] ppid=31111 vsize=13974352 memory=139808288867968 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31111 31111 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366134 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912589760752 139913044089474 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31120] ppid=31111 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31111 31111 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366135 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912588706976 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31121] ppid=31111 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31111 31111 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366135 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912587653872 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31122] ppid=31111 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366137 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912519083984 139913044096923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31123] ppid=31111 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) R 31111 31111 28892 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 113366137 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912518032112 139913044089474 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31124] ppid=31111 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366137 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912516979568 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31125] ppid=31111 vsize=13974352 memory=139808288867968 CPUtime=0.02 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) R 31111 31111 28892 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 113366137 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912515924048 139913044090262 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31126] ppid=31111 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366138 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912514874208 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31127] ppid=31111 vsize=13974352 memory=139808288867968 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366148 14309736448 7125 18446744073709551615 4194304 4196468 140735682171152 139912513821232 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29880 KiB

[startup+0.709397 s]
/proc/loadavg: 2.07 1.94 1.85 4/211 31127
/proc/meminfo: memFree=30896232/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
[pid=31113] ppid=31111 vsize=13980732 memory=152580 CPUtime=0.99 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31111 31111 28892 0 -1 1077944320 13438 0 0 0 92 7 0 0 20 0 15 0 113366132 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 140735682153696 139913044078327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
/proc/31113/statm: 3495183 38145 3161 1 0 3483476 0
[pid=31113/tid=31114] ppid=31111 vsize=13980732 memory=7084814641941004392 CPUtime=0.49 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (java) R 31111 31111 28892 0 -1 4202560 8015 0 0 0 44 5 0 0 20 0 15 0 113366132 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139913048316992 139913025727406 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31115] ppid=31111 vsize=13980732 memory=7090425458636046438 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139913001045008 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31116] ppid=31111 vsize=13980732 memory=6440526044203406950 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912999992464 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31117] ppid=31111 vsize=13980732 memory=3053511329498284128 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912998939408 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31118] ppid=31111 vsize=13980732 memory=4715433313220523562 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31111 31111 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912997886864 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31119] ppid=31111 vsize=13980732 memory=-8614213584521512614 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31111 31111 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113366134 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912589760752 139913044089474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31120] ppid=31111 vsize=13980732 memory=7679937539659563795 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31111 31111 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366135 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912588706976 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31121] ppid=31111 vsize=13980732 memory=-6586668835053300886 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31111 31111 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366135 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912587653872 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31122] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366137 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912519083984 139913044096923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31123] ppid=31111 vsize=13980732 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) R 31111 31111 28892 0 -1 4202560 1486 0 0 0 11 0 0 0 20 0 15 0 113366137 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912518013128 139913027546298 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31124] ppid=31111 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) R 31111 31111 28892 0 -1 4202560 772 0 0 0 9 0 0 0 20 0 15 0 113366137 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912516960584 139913028978642 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31125] ppid=31111 vsize=13980732 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) R 31111 31111 28892 0 -1 4202560 1858 0 0 0 27 0 0 0 20 0 15 0 113366137 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912515922520 139913037175163 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31126] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366138 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912514874208 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31127] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366148 14316269568 38145 18446744073709551615 4194304 4196468 140735682171152 139912513821232 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 153960 KiB

[startup+1.50135 s]
/proc/loadavg: 2.07 1.94 1.85 6/211 31127
/proc/meminfo: memFree=30751528/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
[pid=31113] ppid=31111 vsize=13980732 memory=198072 CPUtime=3.54 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31111 31111 28892 0 -1 1077944320 18051 0 0 0 345 9 0 0 20 0 15 0 113366132 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 140735682153696 139913044078327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
/proc/31113/statm: 3495183 49518 3196 1 0 3483476 0
[pid=31113/tid=31114] ppid=31111 vsize=13980732 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (java) R 31111 31111 28892 0 -1 4202560 8851 0 0 0 120 6 0 0 20 0 15 0 113366132 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139913048316736 139912677071383 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31115] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31111 31111 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139913001045008 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31116] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912999992464 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31117] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31111 31111 28892 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912998939408 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31118] ppid=31111 vsize=13980732 memory=279616330428064 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31111 31111 28892 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 113366133 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912997886864 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31119] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31111 31111 28892 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 113366134 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912589760752 139913044089474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31120] ppid=31111 vsize=13980732 memory=139808165228160 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31111 31111 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366135 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912588706976 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31121] ppid=31111 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31111 31111 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366135 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912587653872 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31122] ppid=31111 vsize=13980732 memory=279616330445728 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366137 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912519083984 139913044096923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31123] ppid=31111 vsize=13980732 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) R 31111 31111 28892 0 -1 4202560 2759 0 0 0 80 1 0 0 20 0 15 0 113366137 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912518012264 139913027578525 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31124] ppid=31111 vsize=13980732 memory=-7165351541977658656 CPUtime=0.76 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) R 31111 31111 28892 0 -1 4202560 1691 0 0 0 76 0 0 0 20 0 15 0 113366137 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912516961136 139913024778631 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31125] ppid=31111 vsize=13980732 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31111 31111 28892 0 -1 1077944384 3401 0 0 0 67 1 0 0 20 0 15 0 113366137 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912515926512 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31126] ppid=31111 vsize=13980732 memory=279616329877792 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366138 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912514874208 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31127] ppid=31111 vsize=13980732 memory=3473316966040914821 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366148 14316269568 49518 18446744073709551615 4194304 4196468 140735682171152 139912513821232 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199452 KiB

[startup+1.71408 s]
# the end of solver process 31111 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.97925 s, system=0.115786 s

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

[startup+1.6014 s]
/proc/loadavg: 2.07 1.94 1.85 6/211 31127
/proc/meminfo: memFree=30751528/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
[pid=31113] ppid=31111 vsize=13982780 memory=200240 CPUtime=3.86 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31111 31111 28892 0 -1 1077944320 18650 0 0 0 376 10 0 0 20 0 15 0 113366132 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 140735682153696 139913044078327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
/proc/31113/statm: 3495695 50060 3196 1 0 3483988 0
[pid=31113/tid=31114] ppid=31111 vsize=13982780 memory=57284 CPUtime=1.36 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (java) R 31111 31111 28892 0 -1 4202560 8851 0 0 0 130 6 0 0 20 0 15 0 113366132 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139913048316624 139913024920691 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31115] ppid=31111 vsize=13982780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31111 31111 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 113366133 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139913001045008 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31116] ppid=31111 vsize=13982780 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366133 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912999992464 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31117] ppid=31111 vsize=13982780 memory=195420 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31111 31111 28892 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 113366133 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912998939408 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31118] ppid=31111 vsize=13982780 memory=279616329615832 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31111 31111 28892 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 113366133 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912997886864 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31119] ppid=31111 vsize=13982780 memory=729 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31111 31111 28892 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 113366134 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912589760752 139913044089474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31120] ppid=31111 vsize=13982780 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31111 31111 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366135 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912588706976 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31121] ppid=31111 vsize=13982780 memory=61056 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31111 31111 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366135 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912587653872 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31122] ppid=31111 vsize=13982780 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366137 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912519083984 139913044096923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31123] ppid=31111 vsize=13982780 memory=2420 CPUtime=0.91 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) R 31111 31111 28892 0 -1 4202560 3325 0 0 0 90 1 0 0 20 0 15 0 113366137 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912518012264 139913023316800 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31124] ppid=31111 vsize=13982780 memory=1732 CPUtime=0.86 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) R 31111 31111 28892 0 -1 4202560 1706 0 0 0 86 0 0 0 20 0 15 0 113366137 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912516965408 139913023295572 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31125] ppid=31111 vsize=13982780 memory=5788 CPUtime=0.68 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31111 31111 28892 0 -1 1077944384 3419 0 0 0 67 1 0 0 20 0 15 0 113366137 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912515926512 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31126] ppid=31111 vsize=13982780 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366138 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912514874208 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31127] ppid=31111 vsize=13982780 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366148 14318366720 50060 18446744073709551615 4194304 4196468 140735682171152 139912513821232 139913044089474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 201620 KiB

[startup+1.70073 s]
/proc/loadavg: 2.07 1.94 1.85 6/211 31127
/proc/meminfo: memFree=30751528/32770624 swapFree=67108860/67108860
[pid=31111] ppid=31108 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31111/stat : 31111 (xcsp3-exec) S 31108 31111 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366121 9740288 345 18446744073709551615 4194304 5098028 140728564650800 140728564648904 140460271882876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 7483392 140728564654457 140728564654661 140728564654661 140728564658155 0
/proc/31111/statm: 2378 345 289 221 0 87 0
[pid=31113] ppid=31111 vsize=13982780 memory=209940 CPUtime=4.07 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31111 31111 28892 0 -1 1077944320 21007 0 0 0 397 10 0 0 20 0 14 0 113366132 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 140735682153696 139913044078327 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
/proc/31113/statm: 3495695 52485 3199 1 0 3483988 0
[pid=31113/tid=31114] ppid=31111 vsize=13982780 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/31113/task/31114/stat : 31114 (java) S 31111 31111 28892 0 -1 1077944384 8856 0 0 0 135 6 0 0 20 0 14 0 113366132 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139913048321168 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31115] ppid=31111 vsize=13982780 memory=279616329877792 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31111 31111 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 14 0 113366133 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139913001045008 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31116] ppid=31111 vsize=13982780 memory=3473316966040914821 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31111 31111 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113366133 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912999992464 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31117] ppid=31111 vsize=13982780 memory=198072 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31111 31111 28892 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 14 0 113366133 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912998939408 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31118] ppid=31111 vsize=13982780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31111 31111 28892 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 113366133 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912997886864 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31119] ppid=31111 vsize=13982780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31111 31111 28892 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 14 0 113366134 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912589760960 139913044089474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31120] ppid=31111 vsize=13982780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31111 31111 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 113366135 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912588706976 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31121] ppid=31111 vsize=13982780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31111 31111 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 113366135 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912587653872 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31122] ppid=31111 vsize=13982780 memory=279616330428064 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31111 31111 28892 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 113366137 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912519083632 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31123] ppid=31111 vsize=13982780 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) R 31111 31111 28892 0 -1 4202560 4925 0 0 0 100 1 0 0 20 0 14 0 113366137 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912518012264 139913025599162 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31124] ppid=31111 vsize=13982780 memory=139808165228160 CPUtime=0.92 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31111 31111 28892 0 -1 1077944384 2383 0 0 0 92 0 0 0 20 0 14 0 113366137 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912516958576 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31125] ppid=31111 vsize=13982780 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31111 31111 28892 0 -1 1077944384 3491 0 0 0 68 1 0 0 20 0 14 0 113366137 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912515922032 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
[pid=31113/tid=31126] ppid=31111 vsize=13982780 memory=279616330445728 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31111 31111 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 113366138 14318366720 52485 18446744073709551615 4194304 4196468 140735682171152 139912514874208 139913044088533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35971072 140735682175409 140735682175585 140735682175585 140735682179023 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 211320 KiB

Child status: 0
Real time (s): 1.71414
CPU time (s): 4.09504
CPU user time (s): 3.97925
CPU system time (s): 0.115786
CPU usage (%): 238.898
Max. virtual memory (cumulated for all children) (KiB): 13992292
Max. memory (cumulated for all children) (KiB): 211320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.97925
system time used= 0.115786
maximum resident set size= 210548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2271
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 31111
#   total CPU time (s): 4.09504
#   total CPU user time (s): 3.97925
#   total CPU system time (s): 0.115786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034492 second user time and 0.054213 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 04:48:00
IDJOB=4282498
IDBENCH=120808
IDSOLVER=2677
FILE ID=node127/4282498-1503111731
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scensMod/Rlfap-scen-09-w1-f03.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282498-1503111731/watcher-4282498-1503111731 -o /tmp/evaluation-result-4282498-1503111731/solver-4282498-1503111731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 514463128 HOME/instance-4282498-1503111731.xml

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

MD5SUM BENCH= 592eacf3e4c9123e6b0292f19fa9a16a
RANDOM SEED=514463128

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:        30931048 kB
MemAvailable:   31748240 kB
Buffers:          294392 kB
Cached:           824716 kB
SwapCached:            0 kB
Active:          1015024 kB
Inactive:         377064 kB
Active(anon):     223444 kB
Inactive(anon):    99188 kB
Active(file):     791580 kB
Inactive(file):   277876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7728 kB
Writeback:             0 kB
AnonPages:        272272 kB
Mapped:            72532 kB
Shmem:             49828 kB
Slab:             153116 kB
SReclaimable:     127144 kB
SUnreclaim:        25972 kB
KernelStack:        3440 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1423500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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-19 04:48:01