Trace number 4281996

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT66 1.08038 0.68060899

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-36-01.xml
MD5SUMc952c600dafeb77fe1ff0f0f7504ac7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark0.194482
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size184
Distribution of domain sizes[{"size":1,"count":1},{"size":184,"count":31}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":18},{"degree":6,"count":8},{"degree":7,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":68},{"arity":4,"count":1},{"arity":7,"count":1},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281996-1503133806.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4281996-1503133806.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.89/0.61	c solve instance...
0.89/0.67	o 66 
0.89/0.67	s OPTIMUM FOUND
0.89/0.67	v <instantiation>
0.89/0.67	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
0.89/0.67	v 	<values>0 0 0 0 3 3 13 3 6 13 9 5 16 23 13 21 16 29 18 23 29 31 31 32 42 32 23 48 34 48 57 66 </values>
0.89/0.67	v </instantiation>

Verifier Data

OK	66

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281996-1503133806/watcher-4281996-1503133806 -o /tmp/evaluation-result-4281996-1503133806/solver-4281996-1503133806 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 83920226 HOME/instance-4281996-1503133806.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=18730, runsolver pid=18727

[startup+0.100149 s]*
/proc/loadavg: 1.76 1.90 1.93 2/196 18731
/proc/meminfo: memFree=30620568/32770624 swapFree=67108860/67108860
[pid=18730] ppid=18727 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (xcsp3-exec) S 18727 18730 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115601057 9740288 345 18446744073709551615 4194304 5098028 140723458558368 140723458556472 139951012889212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 19750912 140723458564474 140723458564677 140723458564677 140723458568171 0
/proc/18730/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.209122 s]*
/proc/loadavg: 1.76 1.90 1.93 3/211 18746
/proc/meminfo: memFree=30608636/32770624 swapFree=67108860/67108860
[pid=18730] ppid=18727 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (xcsp3-exec) S 18727 18730 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115601057 9740288 345 18446744073709551615 4194304 5098028 140723458558368 140723458556472 139951012889212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 19750912 140723458564474 140723458564677 140723458564677 140723458568171 0
/proc/18730/statm: 2378 345 289 221 0 87 0
[pid=18732] ppid=18730 vsize=13974352 memory=25512 CPUtime=0.08 cores=0,2,4,6
/proc/18732/stat : 18732 (java) S 18730 18730 8563 0 -1 1077944320 5315 0 0 0 7 1 0 0 20 0 15 0 115601068 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 140723199455488 139928490458871 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
/proc/18732/statm: 3493588 6378 2704 1 0 3482964 0
[pid=18732/tid=18733] ppid=18730 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/18732/task/18733/stat : 18733 (java) R 18730 18730 8563 0 -1 4202560 3462 0 0 0 5 1 0 0 20 0 15 0 115601068 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928494692280 139928490480797 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18734] ppid=18730 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18734/stat : 18734 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928090098320 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18735] ppid=18730 vsize=13974352 memory=288370160983774848 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18735/stat : 18735 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928089045520 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18736] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18736/stat : 18736 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928087992720 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18737] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18737/stat : 18737 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928086939920 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18738] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18738/stat : 18738 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601070 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928036219760 139928490470018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18739] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18739/stat : 18739 (java) S 18730 18730 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601071 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928035165728 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18740] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18740/stat : 18740 (java) S 18730 18730 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601071 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928034112880 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18741] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18741/stat : 18741 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928033061200 139928490477467 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18742] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18742/stat : 18742 (java) S 18730 18730 8563 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928032008560 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18743] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18743/stat : 18743 (java) S 18730 18730 8563 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928030955760 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18744] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18744/stat : 18744 (java) S 18730 18730 8563 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928029902960 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18745] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18745/stat : 18745 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928028850400 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18746] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18746/stat : 18746 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601077 14309736448 6378 18446744073709551615 4194304 4196468 140723199472944 139928027798704 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26892 KiB

[startup+0.310742 s]*
/proc/loadavg: 1.76 1.90 1.93 3/211 18746
/proc/meminfo: memFree=30593100/32770624 swapFree=67108860/67108860
[pid=18730] ppid=18727 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (xcsp3-exec) S 18727 18730 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115601057 9740288 345 18446744073709551615 4194304 5098028 140723458558368 140723458556472 139951012889212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 19750912 140723458564474 140723458564677 140723458564677 140723458568171 0
/proc/18730/statm: 2378 345 289 221 0 87 0
[pid=18732] ppid=18730 vsize=13974352 memory=37352 CPUtime=0.26 cores=0,2,4,6
/proc/18732/stat : 18732 (java) S 18730 18730 8563 0 -1 1077944320 8910 0 0 0 23 3 0 0 20 0 15 0 115601068 14309736448 9338 18446744073709551615 4194304 4196468 140723199472944 140723199455488 139928490458871 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
/proc/18732/statm: 3493588 9338 2977 1 0 3482964 0
[pid=18732/tid=18733] ppid=18730 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/18732/task/18733/stat : 18733 (java) R 18730 18730 8563 0 -1 4202560 6143 0 0 0 14 2 0 0 20 0 15 0 115601068 14309736448 9338 18446744073709551615 4194304 4196468 140723199472944 139928494686640 139928473809366 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18734] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18734/stat : 18734 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 9338 18446744073709551615 4194304 4196468 140723199472944 139928090098320 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18735] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18735/stat : 18735 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 9338 18446744073709551615 4194304 4196468 140723199472944 139928089045520 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18736] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18736/stat : 18736 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928087992720 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18737] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18737/stat : 18737 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601069 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928086939920 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18738] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18738/stat : 18738 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601070 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928036219760 139928490470018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18739] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18739/stat : 18739 (java) S 18730 18730 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601071 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928035165728 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18740] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18740/stat : 18740 (java) S 18730 18730 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601071 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928034112880 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18741] ppid=18730 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18741/stat : 18741 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928033061200 139928490477467 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18742] ppid=18730 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18732/task/18742/stat : 18742 (java) R 18730 18730 8563 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 115601074 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928032008656 139928490469077 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18743] ppid=18730 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18732/task/18743/stat : 18743 (java) R 18730 18730 8563 0 -1 4202560 532 0 0 0 2 0 0 0 20 0 15 0 115601074 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928030955760 139928467786880 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18744] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0.05 cores=0,2,4,6
/proc/18732/task/18744/stat : 18744 (java) R 18730 18730 8563 0 -1 4202560 730 0 0 0 5 0 0 0 20 0 15 0 115601074 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928029902960 139928490470806 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18745] ppid=18730 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18745/stat : 18745 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928028850400 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18746] ppid=18730 vsize=13974352 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18746/stat : 18746 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601077 14309736448 9404 18446744073709551615 4194304 4196468 140723199472944 139928027798704 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38732 KiB

[startup+0.680557 s]
# the end of solver process 18730 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.02059 s, system=0.059794 s

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

[startup+0.410148 s]*
/proc/loadavg: 1.76 1.90 1.93 3/211 18746
/proc/meminfo: memFree=30588868/32770624 swapFree=67108860/67108860
[pid=18730] ppid=18727 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (xcsp3-exec) S 18727 18730 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115601057 9740288 345 18446744073709551615 4194304 5098028 140723458558368 140723458556472 139951012889212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 19750912 140723458564474 140723458564677 140723458564677 140723458568171 0
/proc/18730/statm: 2378 345 289 221 0 87 0
[pid=18732] ppid=18730 vsize=13978608 memory=43460 CPUtime=0.44 cores=0,2,4,6
/proc/18732/stat : 18732 (java) S 18730 18730 8563 0 -1 1077944320 10168 0 0 0 40 4 0 0 20 0 15 0 115601068 14314094592 10865 18446744073709551615 4194304 4196468 140723199472944 140723199455488 139928490458871 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
/proc/18732/statm: 3494652 10865 3066 1 0 3482964 0
[pid=18732/tid=18733] ppid=18730 vsize=13978608 memory=7311146985107750967 CPUtime=0.27 cores=0,2,4,6
/proc/18732/task/18733/stat : 18733 (java) R 18730 18730 8563 0 -1 4202560 7259 0 0 0 24 3 0 0 20 0 15 0 115601068 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928494681120 139928474502501 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18734] ppid=18730 vsize=13978608 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18734/stat : 18734 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928090098320 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18735] ppid=18730 vsize=13978608 memory=288370160983774848 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18735/stat : 18735 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928089045520 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18736] ppid=18730 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18736/stat : 18736 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928087992720 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18737] ppid=18730 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18737/stat : 18737 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601069 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928086939920 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18738] ppid=18730 vsize=13978608 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18738/stat : 18738 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601070 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928036219760 139928490470018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18739] ppid=18730 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18739/stat : 18739 (java) S 18730 18730 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601071 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928035165728 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18740] ppid=18730 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18740/stat : 18740 (java) S 18730 18730 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601071 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928034112880 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18741] ppid=18730 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18741/stat : 18741 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928033061200 139928490477467 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18742] ppid=18730 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18732/task/18742/stat : 18742 (java) R 18730 18730 8563 0 -1 4202560 283 0 0 0 3 0 0 0 20 0 15 0 115601074 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928032008560 139928483443913 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18743] ppid=18730 vsize=13978608 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/18732/task/18743/stat : 18743 (java) R 18730 18730 8563 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 15 0 115601074 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928030955760 139928490470018 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18744] ppid=18730 vsize=13978608 memory=139784832063104 CPUtime=0.1 cores=0,2,4,6
/proc/18732/task/18744/stat : 18744 (java) R 18730 18730 8563 0 -1 4202560 803 0 0 0 10 0 0 0 20 0 15 0 115601074 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928029900768 139928474989134 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18745] ppid=18730 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18745/stat : 18745 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928028850400 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18746] ppid=18730 vsize=13978608 memory=139784832063104 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18746/stat : 18746 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601077 14314094592 10937 18446744073709551615 4194304 4196468 140723199472944 139928027798704 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44840 KiB

[startup+0.611099 s]
/proc/loadavg: 1.76 1.90 1.93 7/211 18746
/proc/meminfo: memFree=30582644/32770624 swapFree=67108860/67108860
[pid=18730] ppid=18727 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18730/stat : 18730 (xcsp3-exec) S 18727 18730 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 115601057 9740288 345 18446744073709551615 4194304 5098028 140723458558368 140723458556472 139951012889212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 19750912 140723458564474 140723458564677 140723458564677 140723458568171 0
/proc/18730/statm: 2378 345 289 221 0 87 0
[pid=18732] ppid=18730 vsize=13980732 memory=62392 CPUtime=0.89 cores=0,2,4,6
/proc/18732/stat : 18732 (java) S 18730 18730 8563 0 -1 1077944320 12728 0 0 0 84 5 0 0 20 0 15 0 115601068 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 140723199455488 139928490458871 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
/proc/18732/statm: 3495183 15598 3162 1 0 3483476 0
[pid=18732/tid=18733] ppid=18730 vsize=13980732 memory=14128957285986708 CPUtime=0.45 cores=0,2,4,6
/proc/18732/task/18733/stat : 18733 (java) R 18730 18730 8563 0 -1 4202560 8464 0 0 0 42 3 0 0 20 0 15 0 115601068 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928494687952 139928474539358 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18734] ppid=18730 vsize=13980732 memory=8514726395714956677 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18734/stat : 18734 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928090098320 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18735] ppid=18730 vsize=13980732 memory=7228956240459162217 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18735/stat : 18735 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928089045520 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18736] ppid=18730 vsize=13980732 memory=7679937539709960979 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18736/stat : 18736 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601069 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928087992720 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18737] ppid=18730 vsize=13980732 memory=-7384994778349281183 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18737/stat : 18737 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601069 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928086939920 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18738] ppid=18730 vsize=13980732 memory=4137287014106042739 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18738/stat : 18738 (java) S 18730 18730 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601070 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928036219760 139928490470018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18739] ppid=18730 vsize=13980732 memory=7679937479730885434 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18739/stat : 18739 (java) S 18730 18730 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601071 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928035165728 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18740] ppid=18730 vsize=13980732 memory=-2331055268852096867 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18740/stat : 18740 (java) S 18730 18730 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601071 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928034112880 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18741] ppid=18730 vsize=13980732 memory=-7161732098442470212 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18741/stat : 18741 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928033061200 139928490477467 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18742] ppid=18730 vsize=13980732 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/18732/task/18742/stat : 18742 (java) R 18730 18730 8563 0 -1 4202560 826 0 0 0 10 0 0 0 20 0 15 0 115601074 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928031989576 139928475584812 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18743] ppid=18730 vsize=13980732 memory=6655300316396806240 CPUtime=0.1 cores=0,2,4,6
/proc/18732/task/18743/stat : 18743 (java) R 18730 18730 8563 0 -1 4202560 930 0 0 0 10 0 0 0 20 0 15 0 115601074 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928030941784 139928471984160 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18744] ppid=18730 vsize=13980732 memory=6944656592455359580 CPUtime=0.21 cores=0,2,4,6
/proc/18732/task/18744/stat : 18744 (java) S 18730 18730 8563 0 -1 1077944384 1205 0 0 0 21 0 0 0 20 0 15 0 115601074 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928029902960 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18745] ppid=18730 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18745/stat : 18745 (java) S 18730 18730 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601074 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928028850400 139928490469077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
[pid=18732/tid=18746] ppid=18730 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18732/task/18746/stat : 18746 (java) S 18730 18730 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601077 14316269568 15598 18446744073709551615 4194304 4196468 140723199472944 139928027798704 139928490470018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28176384 140723199480241 140723199480417 140723199480417 140723199483855 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63772 KiB

Child status: 0
Real time (s): 0.680609
CPU time (s): 1.08038
CPU user time (s): 1.02059
CPU system time (s): 0.059794
CPU usage (%): 158.737
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 63772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.02059
system time used= 0.059794
maximum resident set size= 66356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14165
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= 1651
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 18730
#   total CPU time (s): 1.08038
#   total CPU user time (s): 1.02059
#   total CPU system time (s): 0.059794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025868 second user time and 0.045439 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 10:55:58
IDJOB=4281996
IDBENCH=129866
IDSOLVER=2677
FILE ID=node125/4281996-1503133806
RUNJOBID= node125-1503095795-8621
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-36-01.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-4281996-1503133806/watcher-4281996-1503133806 -o /tmp/evaluation-result-4281996-1503133806/solver-4281996-1503133806 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 83920226 HOME/instance-4281996-1503133806.xml

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

MD5SUM BENCH= c952c600dafeb77fe1ff0f0f7504ac7f
RANDOM SEED=83920226

node125.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.07
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.07
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.07
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.07
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:        30621492 kB
MemAvailable:   31769628 kB
Buffers:          325076 kB
Cached:          1130548 kB
SwapCached:            0 kB
Active:          1037108 kB
Inactive:         674432 kB
Active(anon):     256484 kB
Inactive(anon):    49484 kB
Active(file):     780624 kB
Inactive(file):   624948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7728 kB
Writeback:             0 kB
AnonPages:        327352 kB
Mapped:            73296 kB
Shmem:             49828 kB
Slab:             142980 kB
SReclaimable:     116800 kB
SUnreclaim:        26180 kB
KernelStack:        3760 kB
PageTables:         5524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1254384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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 node125 at 2017-08-19 10:55:59