Trace number 4247918

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
R1: choco-solver 4.0.5 (2017-07-05)UNSAT 9.69555 1.72035

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-04.xml
MD5SUM2ada0409f2c6e70f95908de4e7f6edb2
Bench CategoryCOP (optimization 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.288021
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints22
Number of domains2
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":6},{"size":16,"count":17}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":8},{"degree":4,"count":6},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":15},{"arity":3,"count":6},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247918-1500690970.xml"  -tl '2400s' -p 8 -x 0
0.00/0.18	c [HOME/instance-4247918-1500690970.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.69	c solve instance...
8.89/1.70	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247918-1500690970/watcher-4247918-1500690970 -o /tmp/evaluation-result-4247918-1500690970/solver-4247918-1500690970 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2084799880 HOME/instance-4247918-1500690970.xml 

pid=736
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 14.63 14.87 12.09 13/270 739
/proc/meminfo: memFree=31730208/32770624 swapFree=5892/121564
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0

[startup+0.100147 s]
/proc/loadavg: 14.63 14.87 12.09 13/270 739
/proc/meminfo: memFree=31730208/32770624 swapFree=5892/121564
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200315 s]
/proc/loadavg: 14.63 14.87 12.09 13/270 739
/proc/meminfo: memFree=31730208/32770624 swapFree=5892/121564
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300264 s]
/proc/loadavg: 14.63 14.87 12.09 13/270 739
/proc/meminfo: memFree=31730208/32770624 swapFree=5892/121564
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700211 s]
/proc/loadavg: 14.63 14.87 12.09 13/270 739
/proc/meminfo: memFree=31730208/32770624 swapFree=5892/121564
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50148 s]
/proc/loadavg: 14.63 14.87 12.09 15/289 818
/proc/meminfo: memFree=31775368/32770624 swapFree=5892/121596
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
[pid=740] ppid=739 vsize=13801768 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/740/stat : 740 (java) S 739 739 15667 0 -1 1077944320 20017 0 0 0 799 10 0 0 20 0 28 0 4366655 14133010432 32212 33554432000 4194304 4196468 140735178559952 140735178542496 140522176990967 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
/proc/740/statm: 3450442 32212 3219 1 0 3437675 0
[pid=740/tid=741] ppid=739 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/740/task/741/stat : 741 (java) S 739 739 15667 0 -1 1077944384 6936 0 0 0 64 3 0 0 20 0 28 0 4366655 14133010432 32212 33554432000 4194304 4196468 140735178559952 140522181231744 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=743] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/743/stat : 743 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140522137950864 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=744] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/744/stat : 744 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521774758416 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=745] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/745/stat : 745 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521773705616 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=746] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/746/stat : 746 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521772652816 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=747] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/747/stat : 747 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521771601040 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=748] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/748/stat : 748 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521770548240 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=749] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/749/stat : 749 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521769495440 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=750] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/750/stat : 750 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521768442640 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=751] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/751/stat : 751 (java) S 739 739 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4366658 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521505032560 140522177002114 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=752] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/752/stat : 752 (java) S 739 739 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4366659 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521503978528 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=753] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/753/stat : 753 (java) S 739 739 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4366660 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521502925680 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=754] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/754/stat : 754 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366663 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521501874000 140522177009563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=755] ppid=739 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/740/task/755/stat : 755 (java) R 739 739 15667 0 -1 4202560 2384 0 0 0 84 0 0 0 20 0 28 0 4366663 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521500808928 140522158535424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=756] ppid=739 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/740/task/756/stat : 756 (java) R 739 739 15667 0 -1 4202560 2551 0 0 0 79 0 0 0 20 0 28 0 4366663 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521499755792 140522161415919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=757] ppid=739 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/740/task/757/stat : 757 (java) R 739 739 15667 0 -1 4202560 3517 0 0 0 83 1 0 0 20 0 28 0 4366663 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521498703008 140522158166843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=758] ppid=739 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/740/task/758/stat : 758 (java) S 739 739 15667 0 -1 1077944384 2877 0 0 0 64 1 0 0 20 0 28 0 4366663 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521497663984 140522177002114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=759] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/759/stat : 759 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366663 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521496611424 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=760] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/760/stat : 760 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366664 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521495558704 140522177002114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=769] ppid=739 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/740/task/769/stat : 769 (java) R 739 739 15667 0 -1 4202560 72 0 0 0 61 0 0 0 20 0 28 0 4366725 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521487545144 140521817551605 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=770] ppid=739 vsize=13801768 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/740/task/770/stat : 770 (java) R 739 739 15667 0 -1 4202560 63 0 0 0 57 0 0 0 20 0 28 0 4366725 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521486492336 140521817105815 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=771] ppid=739 vsize=13801768 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/740/task/771/stat : 771 (java) R 739 739 15667 0 -1 4202560 42 0 0 0 45 0 0 0 20 0 28 0 4366725 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521485439976 140522156716000 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=772] ppid=739 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/740/task/772/stat : 772 (java) R 739 739 15667 0 -1 4202560 70 0 0 0 47 0 0 0 20 0 28 0 4366725 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521484388888 140521817116640 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=773] ppid=739 vsize=13801768 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/740/task/773/stat : 773 (java) R 739 739 15667 0 -1 4202560 51 0 0 0 44 0 0 0 20 0 28 0 4366725 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521483335032 140521815853056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=774] ppid=739 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/740/task/774/stat : 774 (java) R 739 739 15667 0 -1 4202560 43 0 0 0 49 0 0 0 20 0 28 0 4366726 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521482280880 140521817399929 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=775] ppid=739 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/740/task/775/stat : 775 (java) R 739 739 15667 0 -1 4202560 50 0 0 0 61 0 0 0 20 0 28 0 4366726 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521481228504 140521817093760 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=776] ppid=739 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/740/task/776/stat : 776 (java) R 739 739 15667 0 -1 4202560 45 0 0 0 54 0 0 0 20 0 28 0 4366726 14133010432 32212 33554432000 4194304 4196468 140735178559952 140521480174968 140521817552077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 13811280

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

[startup+1.60191 s]
/proc/loadavg: 14.63 14.87 12.09 15/289 818
/proc/meminfo: memFree=31775368/32770624 swapFree=5892/121596
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
[pid=740] ppid=739 vsize=13801768 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/740/stat : 740 (java) S 739 739 15667 0 -1 1077944320 20052 0 0 0 879 10 0 0 20 0 28 0 4366655 14133010432 32782 33554432000 4194304 4196468 140735178559952 140735178542496 140522176990967 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
/proc/740/statm: 3450442 32782 3221 1 0 3437675 0
[pid=740/tid=741] ppid=739 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/740/task/741/stat : 741 (java) S 739 739 15667 0 -1 1077944384 6936 0 0 0 64 3 0 0 20 0 28 0 4366655 14133010432 32782 33554432000 4194304 4196468 140735178559952 140522181231744 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=743] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/743/stat : 743 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140522137950864 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=744] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/744/stat : 744 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521774758416 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=745] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/745/stat : 745 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521773705616 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=746] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/746/stat : 746 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521772652816 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=747] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/747/stat : 747 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521771601040 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=748] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/748/stat : 748 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521770548240 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=749] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/749/stat : 749 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521769495440 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=750] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/750/stat : 750 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521768442640 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=751] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/751/stat : 751 (java) S 739 739 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4366658 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521505032560 140522177002114 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=752] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/752/stat : 752 (java) S 739 739 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4366659 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521503978528 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=753] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/753/stat : 753 (java) S 739 739 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4366660 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521502925680 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=754] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/754/stat : 754 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366663 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521501874000 140522177009563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=755] ppid=739 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/740/task/755/stat : 755 (java) R 739 739 15667 0 -1 4202560 2403 0 0 0 94 0 0 0 20 0 28 0 4366663 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521500808928 140522161896211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=756] ppid=739 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/740/task/756/stat : 756 (java) R 739 739 15667 0 -1 4202560 2551 0 0 0 89 0 0 0 20 0 28 0 4366663 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521499756192 140522158536474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=757] ppid=739 vsize=13801768 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/740/task/757/stat : 757 (java) R 739 739 15667 0 -1 4202560 3517 0 0 0 87 1 0 0 20 0 28 0 4366663 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521498703008 140522158535185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=758] ppid=739 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/740/task/758/stat : 758 (java) S 739 739 15667 0 -1 1077944384 2892 0 0 0 65 1 0 0 20 0 28 0 4366663 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521497663984 140522177002114 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=759] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/759/stat : 759 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366663 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521496611424 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=760] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/760/stat : 760 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366664 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521495558704 140522177002114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=769] ppid=739 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/740/task/769/stat : 769 (java) R 739 739 15667 0 -1 4202560 72 0 0 0 71 0 0 0 20 0 28 0 4366725 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521487542552 140521817093789 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=770] ppid=739 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/740/task/770/stat : 770 (java) R 739 739 15667 0 -1 4202560 63 0 0 0 62 0 0 0 20 0 28 0 4366725 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521486491696 140521817307621 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=771] ppid=739 vsize=13801768 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/740/task/771/stat : 771 (java) R 739 739 15667 0 -1 4202560 42 0 0 0 53 0 0 0 20 0 28 0 4366725 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521485440824 140521817481756 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=772] ppid=739 vsize=13801768 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/740/task/772/stat : 772 (java) R 739 739 15667 0 -1 4202560 71 0 0 0 56 0 0 0 20 0 28 0 4366725 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521484388544 140521813974455 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=773] ppid=739 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/740/task/773/stat : 773 (java) R 739 739 15667 0 -1 4202560 51 0 0 0 51 0 0 0 20 0 28 0 4366725 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521483333136 140521813974446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=774] ppid=739 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/740/task/774/stat : 774 (java) R 739 739 15667 0 -1 4202560 43 0 0 0 54 0 0 0 20 0 28 0 4366726 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521482280880 140521813974408 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=775] ppid=739 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/740/task/775/stat : 775 (java) R 739 739 15667 0 -1 4202560 50 0 0 0 66 0 0 0 20 0 28 0 4366726 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521481228568 140521817552583 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=776] ppid=739 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/740/task/776/stat : 776 (java) R 739 739 15667 0 -1 4202560 45 0 0 0 61 0 0 0 20 0 28 0 4366726 14133010432 32782 33554432000 4194304 4196468 140735178559952 140521480175352 140521817972233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 13811280

[startup+1.70146 s]
/proc/loadavg: 14.63 14.87 12.09 15/289 818
/proc/meminfo: memFree=31775368/32770624 swapFree=5892/121596
[pid=739] ppid=736 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/739/stat : 739 (xcsp3-exec) S 736 739 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4366655 9740288 346 33554432000 4194304 5098028 140736163053392 140736163051496 140607119471228 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 19927040 140736163058830 140736163059040 140736163059040 140736163061739 0
/proc/739/statm: 2378 346 289 221 0 87 0
[pid=740] ppid=739 vsize=13801768 CPUtime=9.66 cores=0,2,4,6,8,10,12,14
/proc/740/stat : 740 (java) S 739 739 15667 0 -1 1077944320 23734 0 0 0 956 10 0 0 20 0 28 0 4366655 14133010432 33097 33554432000 4194304 4196468 140735178559952 140735178542496 140522176990967 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
/proc/740/statm: 3450442 33097 3226 1 0 3437675 0
[pid=740/tid=741] ppid=739 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/740/task/741/stat : 741 (java) D 739 739 15667 0 -1 4202560 6952 0 0 0 64 3 0 0 20 0 28 0 4366655 14133010432 33097 33554432000 4194304 4196468 140735178559952 140522181230112 140522162681606 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=743] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/743/stat : 743 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140522137950864 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=744] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/744/stat : 744 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521774758416 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=745] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/745/stat : 745 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521773705616 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=746] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/746/stat : 746 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521772652816 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=747] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/747/stat : 747 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521771601040 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=748] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/748/stat : 748 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521770548240 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=749] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/749/stat : 749 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521769495440 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=750] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/750/stat : 750 (java) S 739 739 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4366656 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521768442640 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=751] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/751/stat : 751 (java) S 739 739 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4366658 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521505032560 140522177002114 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=752] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/752/stat : 752 (java) S 739 739 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4366659 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521503978528 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=753] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/753/stat : 753 (java) S 739 739 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4366660 14133010432 33097 33554432000 4194304 4196468 140735178559952 140521502925680 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=754] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/754/stat : 754 (java) S 739 739 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4366663 14133010432 33021 33554432000 4194304 4196468 140735178559952 140521501874000 140522177009563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=755] ppid=739 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/740/task/755/stat : 755 (java) R 739 739 15667 0 -1 4202560 2954 0 0 0 101 0 0 0 20 0 24 0 4366663 14133010432 32999 33554432000 4194304 4196468 140735178559952 140521500809120 140522160401768 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=756] ppid=739 vsize=13801768 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/740/task/756/stat : 756 (java) R 739 739 15667 0 -1 4202560 3526 0 0 0 98 0 0 0 20 0 23 0 4366663 14133010432 32999 33554432000 4194304 4196468 140735178559952 140521499755680 140522160377771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=757] ppid=739 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/740/task/757/stat : 757 (java) R 739 739 15667 0 -1 4202560 4877 0 0 0 93 1 0 0 20 0 23 0 4366663 14133010432 32999 33554432000 4194304 4196468 140735178559952 140521498698352 140522160489692 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=758] ppid=739 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/740/task/758/stat : 758 (java) R 739 739 15667 0 -1 4202560 3073 0 0 0 66 1 0 0 20 0 23 0 4366663 14133010432 33002 33554432000 4194304 4196468 140735178559952 140521497664280 140522162361657 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=759] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/759/stat : 759 (java) S 739 739 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 4366663 14133010432 33002 33554432000 4194304 4196468 140735178559952 140521496611424 140522177001173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=760] ppid=739 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/740/task/760/stat : 760 (java) S 739 739 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 23 0 4366664 14133010432 33002 33554432000 4194304 4196468 140735178559952 140521495558704 140522177002114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=770] ppid=739 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/740/task/770/stat : 770 (java) R 739 739 15667 0 -1 4202560 162 0 0 0 71 0 0 0 20 0 23 0 4366725 14133010432 33002 33554432000 4194304 4196468 140735178559952 140521486498120 140522179204007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=771] ppid=739 vsize=13801768 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/740/task/771/stat : 771 (java) R 739 739 15667 0 -1 4202560 110 0 0 0 58 0 0 0 20 0 23 0 4366725 14133010432 33002 33554432000 4194304 4196468 140735178559952 140521485444576 140522158554519 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
[pid=740/tid=776] ppid=739 vsize=13801768 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/740/task/776/stat : 776 (java) R 739 739 15667 0 -1 4202560 121 0 0 0 69 0 0 0 20 0 23 0 4366726 14133010432 33002 33554432000 4194304 4196468 140735178559952 140521480182024 140522162689459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19603456 140735178568892 140735178569068 140735178569068 140735178571727 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 1.72035
CPU time (s): 9.69555
CPU user time (s): 9.57612
CPU system time (s): 0.119434
CPU usage (%): 563.582
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.57612
system time used= 0.119434
maximum resident set size= 134220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24606
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2602
involuntary context switches= 1060

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023076 second user time and 0.020979 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:36:10
IDJOB=4247918
IDBENCH=130612
IDSOLVER=2625
FILE ID=node104/4247918-1500690970
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-04.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247918-1500690970/watcher-4247918-1500690970 -o /tmp/evaluation-result-4247918-1500690970/solver-4247918-1500690970 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2084799880 HOME/instance-4247918-1500690970.xml

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

MD5SUM BENCH= 2ada0409f2c6e70f95908de4e7f6edb2
RANDOM SEED=2084799880

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31730256 kB
MemAvailable:   31816796 kB
Buffers:          167076 kB
Cached:           182780 kB
SwapCached:          252 kB
Active:           395668 kB
Inactive:         178260 kB
Active(anon):     178684 kB
Inactive(anon):    56372 kB
Active(file):     216984 kB
Inactive(file):   121888 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             15804 kB
Writeback:             0 kB
AnonPages:        227008 kB
Mapped:            42408 kB
Shmem:              8772 kB
Slab:             161860 kB
SReclaimable:     127008 kB
SUnreclaim:        34852 kB
KernelStack:        4992 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1264224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 04:36:12