Trace number 4297649

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)SAT 1.50775 0.627438

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.50775
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297649-1532688143.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297649-1532688143.xml, -tl, 20160s, -p, 8]
0.11/0.21	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.01/0.55	c solve instance...
1.01/0.61	s SATISFIABLE
1.01/0.61	v <instantiation>
1.01/0.61	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] </list>
1.01/0.61	v 	<values>6 5 4 3 2 1 0 4 3 2 1 0 6 5 2 1 0 6 5 4 3 0 6 5 4 3 2 1 5 4 3 2 1 0 6 3 2 1 0 6 5 4 1 0 6 5 4 3 2 </values>
1.01/0.61	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297649-1532688143/watcher-4297649-1532688143 -o /tmp/evaluation-result-4297649-1532688143/solver-4297649-1532688143 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532683098-14919 --watchdog 2580 HOME/xcsp3-exec -seed 365223211 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297649-1532688143.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=15376, runsolver pid=15373

[startup+0.100116 s]*
/proc/loadavg: 8.17 8.63 8.67 2/202 15397
/proc/meminfo: memFree=20221268/32770624 swapFree=67108860/67108860
[pid=15376] ppid=15373 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15376/stat : 15376 (xcsp3-exec) S 15373 15376 14892 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86377469 115843072 363 33554432000 4194304 5098028 140722371874560 140722371872664 139824123687548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12783616 140722371875894 140722371876096 140722371876096 140722371878858 0
/proc/15376/statm: 28282 363 306 221 0 87 0
[pid=15378] ppid=15376 vsize=26104152 memory=27120 CPUtime=0.11 cores=0-7
/proc/15378/stat : 15378 (java) S 15376 15376 14892 0 -1 1077944320 5648 0 0 0 10 1 0 0 20 0 20 0 86377469 26730651648 6780 33554432000 4194304 4196468 140736654440720 140736654423264 140692244377335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
/proc/15378/statm: 6526038 6780 3031 1 0 6488315 0
[pid=15378/tid=15379] ppid=15376 vsize=26104152 memory=7897513229686841758 CPUtime=0.09 cores=0-7
/proc/15378/task/15379/stat : 15379 (java) R 15376 15376 14892 0 -1 4202560 3662 0 0 0 8 1 0 0 20 0 20 0 86377470 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692248610608 140692244389270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15380] ppid=15376 vsize=26104152 memory=732370378384935909 CPUtime=0 cores=0-7
/proc/15378/task/15380/stat : 15380 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692196998032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15381] ppid=15376 vsize=26104152 memory=140240047482496 CPUtime=0 cores=0-7
/proc/15378/task/15381/stat : 15381 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692195945232 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15382] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15382/stat : 15382 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692194892944 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15383] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15383/stat : 15383 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692193840144 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15384] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15384/stat : 15384 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692192786832 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15385] ppid=15376 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15385/stat : 15385 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140692191734032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15386] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15386/stat : 15386 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691795999376 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15387] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15387/stat : 15387 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691794946576 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15388] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15388/stat : 15388 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377472 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691236657776 140692244388482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15389] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15389/stat : 15389 (java) S 15376 15376 14892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86377472 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691235603744 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15390] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15390/stat : 15390 (java) S 15376 15376 14892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86377473 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691234551408 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15391] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15391/stat : 15391 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691233499728 140692244395931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15392] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15392/stat : 15392 (java) S 15376 15376 14892 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691232446576 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15393] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15393/stat : 15393 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691231393776 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15394] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15394/stat : 15394 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691230341488 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15395] ppid=15376 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15378/task/15395/stat : 15395 (java) R 15376 15376 14892 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 20 0 86377475 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691229288688 140692244389270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15396] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15396/stat : 15396 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691228236640 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15397] ppid=15376 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15397/stat : 15397 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377476 26730651648 6780 33554432000 4194304 4196468 140736654440720 140691227183920 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28572 KiB

[startup+0.210489 s]*
/proc/loadavg: 8.17 8.63 8.67 3/202 15397
/proc/meminfo: memFree=20209732/32770624 swapFree=67108860/67108860
[pid=15376] ppid=15373 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15376/stat : 15376 (xcsp3-exec) S 15373 15376 14892 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86377469 115843072 363 33554432000 4194304 5098028 140722371874560 140722371872664 139824123687548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12783616 140722371875894 140722371876096 140722371876096 140722371878858 0
/proc/15376/statm: 28282 363 306 221 0 87 0
[pid=15378] ppid=15376 vsize=26104152 memory=39716 CPUtime=0.34 cores=0-7
/proc/15378/stat : 15378 (java) S 15376 15376 14892 0 -1 1077944320 8502 0 0 0 31 3 0 0 20 0 20 0 86377469 26730651648 9929 33554432000 4194304 4196468 140736654440720 140736654423264 140692244377335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
/proc/15378/statm: 6526038 9929 3197 1 0 6488315 0
[pid=15378/tid=15379] ppid=15376 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/15378/task/15379/stat : 15379 (java) R 15376 15376 14892 0 -1 4202560 5585 0 0 0 18 1 0 0 20 0 20 0 86377470 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692248611872 140692228457822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15380] ppid=15376 vsize=26104152 memory=732370378384935909 CPUtime=0 cores=0-7
/proc/15378/task/15380/stat : 15380 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692196998032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15381] ppid=15376 vsize=26104152 memory=140240047482496 CPUtime=0 cores=0-7
/proc/15378/task/15381/stat : 15381 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692195945232 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15382] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15382/stat : 15382 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692194892944 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15383] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15383/stat : 15383 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692193840144 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15384] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15384/stat : 15384 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692192786832 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15385] ppid=15376 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15385/stat : 15385 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140692191734032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15386] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15386/stat : 15386 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140691795999376 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15387] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15387/stat : 15387 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377471 26730651648 9929 33554432000 4194304 4196468 140736654440720 140691794946576 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15388] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15388/stat : 15388 (java) S 15376 15376 14892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86377472 26730651648 9929 33554432000 4194304 4196468 140736654440720 140691236657776 140692244388482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15389] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15389/stat : 15389 (java) S 15376 15376 14892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86377472 26730651648 9929 33554432000 4194304 4196468 140736654440720 140691235603744 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15390] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15390/stat : 15390 (java) S 15376 15376 14892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86377473 26730651648 9929 33554432000 4194304 4196468 140736654440720 140691234551408 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15391] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15391/stat : 15391 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 9929 33554432000 4194304 4196468 140736654440720 140691233499728 140692244395931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15392] ppid=15376 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15378/task/15392/stat : 15392 (java) S 15376 15376 14892 0 -1 1077944384 685 0 0 0 1 0 0 0 20 0 20 0 86377475 26730651648 9994 33554432000 4194304 4196468 140736654440720 140691232446576 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15393] ppid=15376 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/15378/task/15393/stat : 15393 (java) S 15376 15376 14892 0 -1 1077944384 167 0 0 0 2 0 0 0 20 0 20 0 86377475 26730651648 9994 33554432000 4194304 4196468 140736654440720 140691231393776 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15394] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15394/stat : 15394 (java) S 15376 15376 14892 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 9994 33554432000 4194304 4196468 140736654440720 140691230341488 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15395] ppid=15376 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/15378/task/15395/stat : 15395 (java) S 15376 15376 14892 0 -1 1077944384 746 0 0 0 7 0 0 0 20 0 20 0 86377475 26730651648 9994 33554432000 4194304 4196468 140736654440720 140691229288688 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15396] ppid=15376 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15396/stat : 15396 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377475 26730651648 9994 33554432000 4194304 4196468 140736654440720 140691228236640 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15397] ppid=15376 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15397/stat : 15397 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377476 26730651648 9994 33554432000 4194304 4196468 140736654440720 140691227183920 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41168 KiB

[startup+0.310331 s]*
/proc/loadavg: 8.17 8.63 8.67 3/202 15397
/proc/meminfo: memFree=20203652/32770624 swapFree=67108860/67108860
[pid=15376] ppid=15373 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15376/stat : 15376 (xcsp3-exec) S 15373 15376 14892 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86377469 115843072 363 33554432000 4194304 5098028 140722371874560 140722371872664 139824123687548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12783616 140722371875894 140722371876096 140722371876096 140722371878858 0
/proc/15376/statm: 28282 363 306 221 0 87 0
[pid=15378] ppid=15376 vsize=26108408 memory=46600 CPUtime=0.51 cores=0-7
/proc/15378/stat : 15378 (java) S 15376 15376 14892 0 -1 1077944320 9419 0 0 0 48 3 0 0 20 0 20 0 86377469 26735009792 11650 33554432000 4194304 4196468 140736654440720 140736654423264 140692244377335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
/proc/15378/statm: 6527102 11650 3254 1 0 6488315 0
[pid=15378/tid=15379] ppid=15376 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15378/task/15379/stat : 15379 (java) R 15376 15376 14892 0 -1 4202560 6308 0 0 0 27 2 0 0 20 0 20 0 86377470 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692248609104 140692228457822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15380] ppid=15376 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15380/stat : 15380 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692196998032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15381] ppid=15376 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15381/stat : 15381 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692195945232 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15382] ppid=15376 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15382/stat : 15382 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692194892944 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15383] ppid=15376 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15383/stat : 15383 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692193840144 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15384] ppid=15376 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/15378/task/15384/stat : 15384 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692192786832 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15385] ppid=15376 vsize=26108408 memory=140239943332783 CPUtime=0 cores=0-7
/proc/15378/task/15385/stat : 15385 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140692191734032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15386] ppid=15376 vsize=26108408 memory=140239943335088 CPUtime=0 cores=0-7
/proc/15378/task/15386/stat : 15386 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691795999376 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15387] ppid=15376 vsize=26108408 memory=140239943337392 CPUtime=0 cores=0-7
/proc/15378/task/15387/stat : 15387 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377471 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691794946576 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15388] ppid=15376 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15388/stat : 15388 (java) S 15376 15376 14892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86377472 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691236657776 140692244388482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15389] ppid=15376 vsize=26108408 memory=280479886681744 CPUtime=0 cores=0-7
/proc/15378/task/15389/stat : 15389 (java) S 15376 15376 14892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86377472 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691235603744 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15390] ppid=15376 vsize=26108408 memory=280479886688656 CPUtime=0 cores=0-7
/proc/15378/task/15390/stat : 15390 (java) S 15376 15376 14892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86377473 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691234551408 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15391] ppid=15376 vsize=26108408 memory=280479886629936 CPUtime=0 cores=0-7
/proc/15378/task/15391/stat : 15391 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377475 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691233499728 140692244395931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15392] ppid=15376 vsize=26108408 memory=280479886702480 CPUtime=0.02 cores=0-7
/proc/15378/task/15392/stat : 15392 (java) S 15376 15376 14892 0 -1 1077944384 694 0 0 0 2 0 0 0 20 0 20 0 86377475 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691232446576 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15393] ppid=15376 vsize=26108408 memory=280479886709392 CPUtime=0.04 cores=0-7
/proc/15378/task/15393/stat : 15393 (java) S 15376 15376 14892 0 -1 1077944384 251 0 0 0 4 0 0 0 20 0 20 0 86377475 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691231393776 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15394] ppid=15376 vsize=26108408 memory=280479886707088 CPUtime=0.01 cores=0-7
/proc/15378/task/15394/stat : 15394 (java) S 15376 15376 14892 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 86377475 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691230341488 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15395] ppid=15376 vsize=26108408 memory=280479886723248 CPUtime=0.12 cores=0-7
/proc/15378/task/15395/stat : 15395 (java) S 15376 15376 14892 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 20 0 86377475 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691229288688 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15396] ppid=15376 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15396/stat : 15396 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377475 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691228236640 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15397] ppid=15376 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15397/stat : 15397 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377476 26735009792 11715 33554432000 4194304 4196468 140736654440720 140691227183920 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48052 KiB

[startup+0.627405 s]
# the end of solver process 15376 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.45075 s, system=0.056996 s

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

[startup+0.410133 s]*
/proc/loadavg: 8.17 8.63 8.67 2/202 15397
/proc/meminfo: memFree=20196704/32770624 swapFree=67108860/67108860
[pid=15376] ppid=15373 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15376/stat : 15376 (xcsp3-exec) S 15373 15376 14892 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86377469 115843072 363 33554432000 4194304 5098028 140722371874560 140722371872664 139824123687548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12783616 140722371875894 140722371876096 140722371876096 140722371878858 0
/proc/15376/statm: 28282 363 306 221 0 87 0
[pid=15378] ppid=15376 vsize=26110532 memory=53652 CPUtime=0.7 cores=0-7
/proc/15378/stat : 15378 (java) S 15376 15376 14892 0 -1 1077944320 10149 0 0 0 66 4 0 0 20 0 20 0 86377469 26737184768 13413 33554432000 4194304 4196468 140736654440720 140736654423264 140692244377335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
/proc/15378/statm: 6527633 13413 3295 1 0 6488827 0
[pid=15378/tid=15379] ppid=15376 vsize=26110564 memory=0 CPUtime=0.39 cores=0-7
/proc/15378/task/15379/stat : 15379 (java) R 15376 15376 14892 0 -1 4202560 6867 0 0 0 36 3 0 0 20 0 20 0 86377470 26737217536 13413 33554432000 4194304 4196468 140736654440720 140692248593664 140692237057053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15380] ppid=15376 vsize=26110532 memory=732370378384935909 CPUtime=0 cores=0-7
/proc/15378/task/15380/stat : 15380 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26737184768 13413 33554432000 4194304 4196468 140736654440720 140692196998032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15381] ppid=15376 vsize=26110532 memory=140240047482496 CPUtime=0 cores=0-7
/proc/15378/task/15381/stat : 15381 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26737184768 13413 33554432000 4194304 4196468 140736654440720 140692195945232 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15382] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15382/stat : 15382 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26737184768 13413 33554432000 4194304 4196468 140736654440720 140692194892944 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15383] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15383/stat : 15383 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26737184768 13413 33554432000 4194304 4196468 140736654440720 140692193840144 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15384] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15384/stat : 15384 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26737184768 13413 33554432000 4194304 4196468 140736654440720 140692192786832 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15385] ppid=15376 vsize=26110564 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15385/stat : 15385 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86377471 26737217536 13413 33554432000 4194304 4196468 140736654440720 140692191734032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15386] ppid=15376 vsize=26110564 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15386/stat : 15386 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377471 26737217536 13413 33554432000 4194304 4196468 140736654440720 140691795999376 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15387] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15387/stat : 15387 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377471 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691794946576 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15388] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15388/stat : 15388 (java) S 15376 15376 14892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86377472 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691236657776 140692244388482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15389] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15389/stat : 15389 (java) S 15376 15376 14892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86377472 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691235603744 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15390] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15390/stat : 15390 (java) S 15376 15376 14892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86377473 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691234551408 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15391] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15391/stat : 15391 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377475 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691233499728 140692244395931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15392] ppid=15376 vsize=26110532 memory=0 CPUtime=0.03 cores=0-7
/proc/15378/task/15392/stat : 15392 (java) S 15376 15376 14892 0 -1 1077944384 725 0 0 0 3 0 0 0 20 0 20 0 86377475 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691232446576 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15393] ppid=15376 vsize=26110532 memory=0 CPUtime=0.06 cores=0-7
/proc/15378/task/15393/stat : 15393 (java) R 15376 15376 14892 0 -1 4202560 266 0 0 0 6 0 0 0 20 0 20 0 86377475 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691231393776 140692225921494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15394] ppid=15376 vsize=26110564 memory=0 CPUtime=0.02 cores=0-7
/proc/15378/task/15394/stat : 15394 (java) S 15376 15376 14892 0 -1 1077944384 51 0 0 0 2 0 0 0 20 0 20 0 86377475 26737217536 13413 33554432000 4194304 4196468 140736654440720 140691230341488 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15395] ppid=15376 vsize=26110532 memory=0 CPUtime=0.17 cores=0-7
/proc/15378/task/15395/stat : 15395 (java) S 15376 15376 14892 0 -1 1077944384 951 0 0 0 17 0 0 0 20 0 20 0 86377475 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691229288688 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15396] ppid=15376 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15396/stat : 15396 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86377475 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691228236640 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15397] ppid=15376 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/15378/task/15397/stat : 15397 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86377476 26737184768 13413 33554432000 4194304 4196468 140736654440720 140691227183920 140692244388482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 55104 KiB

[startup+0.613446 s]
/proc/loadavg: 8.17 8.63 8.67 4/202 15397
/proc/meminfo: memFree=20185664/32770624 swapFree=67108860/67108860
[pid=15376] ppid=15373 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15376/stat : 15376 (xcsp3-exec) S 15373 15376 14892 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86377469 115843072 363 33554432000 4194304 5098028 140722371874560 140722371872664 139824123687548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12783616 140722371875894 140722371876096 140722371876096 140722371878858 0
/proc/15376/statm: 28282 363 306 221 0 87 0
[pid=15378] ppid=15376 vsize=26643044 memory=90036 CPUtime=1.49 cores=0-7
/proc/15378/stat : 15378 (java) S 15376 15376 14892 0 -1 1077944320 12790 0 0 0 144 5 0 0 20 0 19 0 86377469 27282477056 22509 33554432000 4194304 4196468 140736654440720 140736654423264 140692244377335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
/proc/15378/statm: 6660761 22509 3358 1 0 6621955 0
[pid=15378/tid=15379] ppid=15376 vsize=26643044 memory=512442 CPUtime=0.53 cores=0-7
/proc/15378/task/15379/stat : 15379 (java) S 15376 15376 14892 0 -1 1077944384 7100 0 0 0 50 3 0 0 20 0 19 0 86377470 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692248620176 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15380] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15380/stat : 15380 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692196998032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15381] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15381/stat : 15381 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692195945232 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15382] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15382/stat : 15382 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692194892944 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15383] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15383/stat : 15383 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692193840144 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15384] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15384/stat : 15384 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692192786832 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15385] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15385/stat : 15385 (java) S 15376 15376 14892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140692191734032 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15386] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15386/stat : 15386 (java) S 15376 15376 14892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691795999376 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15387] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15387/stat : 15387 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 86377471 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691794946576 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15388] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15388/stat : 15388 (java) S 15376 15376 14892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 86377472 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691236657984 140692244388482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15389] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15389/stat : 15389 (java) S 15376 15376 14892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 86377472 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691235603744 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15390] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15390/stat : 15390 (java) S 15376 15376 14892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 86377473 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691234551408 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15391] ppid=15376 vsize=26643044 memory=140240047482495 CPUtime=0 cores=0-7
/proc/15378/task/15391/stat : 15391 (java) S 15376 15376 14892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 86377475 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691233498496 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15392] ppid=15376 vsize=26643044 memory=0 CPUtime=0.13 cores=0-7
/proc/15378/task/15392/stat : 15392 (java) S 15376 15376 14892 0 -1 1077944384 1298 0 0 0 13 0 0 0 20 0 19 0 86377475 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691232432416 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15393] ppid=15376 vsize=26643044 memory=0 CPUtime=0.16 cores=0-7
/proc/15378/task/15393/stat : 15393 (java) S 15376 15376 14892 0 -1 1077944384 811 0 0 0 16 0 0 0 20 0 19 0 86377475 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691231372560 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15394] ppid=15376 vsize=26643044 memory=0 CPUtime=0.09 cores=0-7
/proc/15378/task/15394/stat : 15394 (java) S 15376 15376 14892 0 -1 1077944384 169 0 0 0 9 0 0 0 20 0 19 0 86377475 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691230326544 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15395] ppid=15376 vsize=26643044 memory=0 CPUtime=0.32 cores=0-7
/proc/15378/task/15395/stat : 15395 (java) S 15376 15376 14892 0 -1 1077944384 1740 0 0 0 32 0 0 0 20 0 19 0 86377475 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691229286192 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
[pid=15378/tid=15396] ppid=15376 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/15378/task/15396/stat : 15396 (java) S 15376 15376 14892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 86377475 27282477056 22509 33554432000 4194304 4196468 140736654440720 140691228236640 140692244387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27873280 140736654443649 140736654443821 140736654443821 140736654446543 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 91488 KiB

Child status: 0
Real time (s): 0.627438
CPU time (s): 1.50775
CPU user time (s): 1.45075
CPU system time (s): 0.056996
CPU usage (%): 240.302
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 91488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.45075
system time used= 0.056996
maximum resident set size= 90624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13341
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= 2421
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 15376
#   total CPU time (s): 1.50775
#   total CPU user time (s): 1.45075
#   total CPU system time (s): 0.056996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025169 second user time and 0.048325 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-27 12:42:23
IDJOB=4297649
IDBENCH=141018
IDSOLVER=2760
FILE ID=node103/4297649-1532688143
RUNJOBID= node103-1532683098-14919
PBS_JOBID= 21022263
Free space on /tmp= 56536 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297649-1532688143/watcher-4297649-1532688143 -o /tmp/evaluation-result-4297649-1532688143/solver-4297649-1532688143 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532683098-14919 --watchdog 2580  HOME/xcsp3-exec -seed 365223211 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297649-1532688143.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=365223211

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20235724 kB
MemAvailable:   31926884 kB
Buffers:          295732 kB
Cached:         11579652 kB
SwapCached:            0 kB
Active:          3914488 kB
Inactive:        8016016 kB
Active(anon):      57784 kB
Inactive(anon):    25180 kB
Active(file):    3856704 kB
Inactive(file):  7990836 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21952 kB
Writeback:             0 kB
AnonPages:        102104 kB
Mapped:            41360 kB
Shmem:             25228 kB
Slab:             299508 kB
SReclaimable:     272080 kB
SUnreclaim:        27428 kB
KernelStack:        3728 kB
PageTables:         4932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56516 MiB
End job on node103 at 2018-07-27 12:42:24