Trace number 4307717

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
OscaR - Conflict Ordering 2018-08-14SAT 2.93182 1.3683

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-04-05_c18.xml
MD5SUM340365fb59c69c653973bf6f753c5e6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.04534
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints9
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":20}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":20}]
Minimum constraint arity4
Maximum constraint arity5
Distribution of constraint arities[{"arity":4,"count":5},{"arity":5,"count":4}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 1181307586
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
2.73/1.33	c Parsing done, starting search...
2.73/1.36	s SATISFIABLE
2.73/1.36	v <instantiation>
2.73/1.36	v 	<list>
2.73/1.36	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4]
2.73/1.36	v 	</list>
2.73/1.36	v 	<values>
2.73/1.36	v 		25 24 17 24 0 24 25 4 20 23 12 4 0 19 14 14 17 8 25 0 
2.73/1.36	v 	</values>
2.73/1.36	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 (9903 MiB free)
  memory of node 1: 16384 MiB (12513 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307717-1534263050/watcher-4307717-1534263050 -o /tmp/evaluation-result-4307717-1534263050/solver-4307717-1534263050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534258056-13723 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1181307586 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307717-1534263050.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 1.26 1.31 1.34 3/216 14677
/proc/meminfo: memFree=22936456/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14082736 memory=30640 CPUtime=0.12 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 6568 0 0 0 11 1 0 0 20 0 15 0 243867839 14420721664 7660 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3520684 7660 3161 1 0 3482761 0
[pid=14662/tid=14664] ppid=14659 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 4623 0 0 0 9 0 0 0 20 0 15 0 243867839 14420721664 7660 33554432000 4194304 4196468 140721380701056 140471448685544 140471428580702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14082736 memory=5793855225446189497 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 7660 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 7660 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 7660 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 7660 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) S 14659 14662 13692 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470915098736 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470914045936 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0.01 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) S 14659 14662 13692 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 243867845 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470912993648 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 7660 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30640 KiB

[startup+0.21165 s]*
/proc/loadavg: 1.26 1.31 1.34 6/216 14677
/proc/meminfo: memFree=22921076/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14082736 memory=47008 CPUtime=0.29 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 10379 0 0 0 28 1 0 0 20 0 15 0 243867839 14420721664 11752 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3520684 11752 3376 1 0 3482761 0
[pid=14662/tid=14664] ppid=14659 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 8083 0 0 0 18 1 0 0 20 0 15 0 243867839 14420721664 11752 33554432000 4194304 4196468 140721380701056 140471448727664 140471444522141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14082736 memory=4211973700641086858 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 11752 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 11752 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 11752 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 11752 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) R 14659 14662 13692 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 243867845 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470915098736 140471444511362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) S 14659 14662 13692 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 243867845 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470914045936 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0.05 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) R 14659 14662 13692 0 -1 4202560 309 0 0 0 5 0 0 0 20 0 15 0 243867845 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470912993776 140471423634703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 11752 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47008 KiB

[startup+0.310646 s]*
/proc/loadavg: 1.26 1.31 1.34 3/216 14677
/proc/meminfo: memFree=22917464/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14082736 memory=50852 CPUtime=0.43 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 10800 0 0 0 42 1 0 0 20 0 15 0 243867839 14420721664 12713 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3520684 12713 3422 1 0 3482761 0
[pid=14662/tid=14664] ppid=14659 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 8455 0 0 0 28 1 0 0 20 0 15 0 243867839 14420721664 12713 33554432000 4194304 4196468 140721380701056 140471448711984 140471429665854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14082736 memory=4211973700641086858 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 12713 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14082736 memory=279948762761600 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 12713 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14082736 memory=279948652958208 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 12713 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14082736 memory=139974326465295 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14420721664 12713 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14082736 memory=279948762768512 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14082736 memory=139974326469903 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14082736 memory=139974326485932 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14082736 memory=139974326489019 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) S 14659 14662 13692 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 243867845 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470915098736 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) S 14659 14662 13692 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 243867845 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470914045936 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14082736 memory=139974436296320 CPUtime=0.08 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) S 14659 14662 13692 0 -1 1077944384 334 0 0 0 8 0 0 0 20 0 15 0 243867845 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470912993648 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14082736 memory=139974436326960 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867845 14420721664 12713 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50852 KiB

[startup+0.70073 s]
/proc/loadavg: 1.26 1.31 1.34 3/216 14677
/proc/meminfo: memFree=22894376/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14084804 memory=88924 CPUtime=0.97 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 17601 0 0 0 94 3 0 0 20 0 15 0 243867839 14422839296 22231 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3521201 22231 3499 1 0 3483273 0
[pid=14662/tid=14664] ppid=14659 vsize=14084804 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 14891 0 0 0 64 2 0 0 20 0 15 0 243867839 14422839296 22231 33554432000 4194304 4196468 140721380701056 140471448724432 140471444522141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14422839296 22231 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14422839296 22231 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14422839296 22231 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14422839296 22231 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14084804 memory=748 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243867842 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14084804 memory=6592 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14084804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14084804 memory=4452 CPUtime=0.06 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) S 14659 14662 13692 0 -1 1077944384 506 0 0 0 6 0 0 0 20 0 15 0 243867845 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470915098736 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14084804 memory=3732 CPUtime=0.08 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) S 14659 14662 13692 0 -1 1077944384 409 0 0 0 8 0 0 0 20 0 15 0 243867845 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470914045936 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14084804 memory=12668 CPUtime=0.15 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) S 14659 14662 13692 0 -1 1077944384 413 0 0 0 15 0 0 0 20 0 15 0 243867845 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470912993648 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14084804 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14084804 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867845 14422839296 22231 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88924 KiB

[startup+1.36827 s]
# the end of solver process 14662 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.84378 s, system=0.088045 s

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

[startup+0.800815 s]
/proc/loadavg: 1.26 1.31 1.34 3/216 14677
/proc/meminfo: memFree=22894376/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14086852 memory=97020 CPUtime=1.17 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 18111 0 0 0 113 4 0 0 20 0 15 0 243867839 14424936448 24255 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3521713 24255 3500 1 0 3483785 0
[pid=14662/tid=14664] ppid=14659 vsize=14086852 memory=14888 CPUtime=0.77 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 15260 0 0 0 74 3 0 0 20 0 15 0 243867839 14424936448 24255 33554432000 4194304 4196468 140721380701056 140471448735600 140471080833774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14086852 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14424936448 24255 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14086852 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14424936448 24255 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14086852 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14424936448 24255 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14424936448 24255 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243867842 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14086852 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) S 14659 14662 13692 0 -1 1077944384 522 0 0 0 9 0 0 0 20 0 15 0 243867845 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470915098736 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14086852 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) S 14659 14662 13692 0 -1 1077944384 418 0 0 0 9 0 0 0 20 0 15 0 243867845 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470914045936 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14086852 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) R 14659 14662 13692 0 -1 4202560 529 0 0 0 19 0 0 0 20 0 15 0 243867845 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470912993776 140471428580702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14086852 memory=664970774370811547 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867845 14424936448 24255 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 97020 KiB

[startup+1.20482 s]
/proc/loadavg: 1.26 1.31 1.34 5/216 14677
/proc/meminfo: memFree=22827240/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14088900 memory=161960 CPUtime=2.43 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 26252 0 0 0 236 7 0 0 20 0 15 0 243867839 14427033600 40490 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3522225 40490 3539 1 0 3484297 0
[pid=14662/tid=14664] ppid=14659 vsize=14088900 memory=-8535035794383224767 CPUtime=1.17 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 19939 0 0 0 112 5 0 0 20 0 15 0 243867839 14427033600 40490 33554432000 4194304 4196468 140721380701056 140471448722992 140471444512150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14088900 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14427033600 40490 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14088900 memory=7967875449207223827 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14427033600 40490 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14088900 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14427033600 40490 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14088900 memory=-7812800577974661511 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14427033600 40490 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14088900 memory=7100839852890884712 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243867842 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14088900 memory=-8171376296011865461 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14088900 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14088900 memory=-6943855650595571281 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14088900 memory=8543466553346073208 CPUtime=0.38 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) R 14659 14662 13692 0 -1 4202560 1239 0 0 0 38 0 0 0 20 0 15 0 243867845 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470915089952 140471429609689 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14088900 memory=1398720917958146503 CPUtime=0.49 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) R 14659 14662 13692 0 -1 4202560 2621 0 0 0 49 0 0 0 20 0 15 0 243867845 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470914026952 140471423756586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14088900 memory=-7450544182434626240 CPUtime=0.35 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) S 14659 14662 13692 0 -1 1077944384 1068 0 0 0 35 0 0 0 20 0 15 0 243867845 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470912993648 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14088900 memory=56 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14088900 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 243867845 14427033600 40490 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 161960 KiB

[startup+1.30088 s]
/proc/loadavg: 1.26 1.31 1.34 5/216 14677
/proc/meminfo: memFree=22827240/32770624 swapFree=67108688/67108860
[pid=14662] ppid=14659 vsize=14090844 memory=193720 CPUtime=2.73 cores=0,2,4,6
/proc/14662/stat : 14662 (java) S 14659 14662 13692 0 -1 1077944320 27432 0 0 0 266 7 0 0 20 0 15 0 243867839 14429024256 48430 33554432000 4194304 4196468 140721380701056 140721380683600 140471444500215 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
/proc/14662/statm: 3522711 48430 3541 1 0 3484783 0
[pid=14662/tid=14664] ppid=14659 vsize=14090844 memory=126014340493978 CPUtime=1.26 cores=0,2,4,6
/proc/14662/task/14664/stat : 14664 (java) R 14659 14662 13692 0 -1 4202560 19998 0 0 0 121 5 0 0 20 0 15 0 243867839 14429024256 48430 33554432000 4194304 4196468 140721380701056 140471448733968 140471084675476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14665] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14665/stat : 14665 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14429024256 48430 33554432000 4194304 4196468 140721380701056 140471403260304 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14666] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14666/stat : 14666 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14429024256 48430 33554432000 4194304 4196468 140721380701056 140471039244560 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14667] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14667/stat : 14667 (java) S 14659 14662 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243867840 14429024256 48430 33554432000 4194304 4196468 140721380701056 140471038192272 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14668] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14668/stat : 14668 (java) S 14659 14662 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243867840 14429024256 48430 33554432000 4194304 4196468 140721380701056 140471037139472 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14669] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14669/stat : 14669 (java) S 14659 14662 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243867842 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470919309936 140471444511362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14670] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14670/stat : 14670 (java) S 14659 14662 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243867842 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470918255904 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14671] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14671/stat : 14671 (java) S 14659 14662 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243867842 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470917203568 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14672] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14672/stat : 14672 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470916151888 140471444518811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14673] ppid=14659 vsize=14090844 memory=18 CPUtime=0.48 cores=0,2,4,6
/proc/14662/task/14673/stat : 14673 (java) R 14659 14662 13692 0 -1 4202560 1323 0 0 0 48 0 0 0 20 0 15 0 243867845 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470915085280 140471426043510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14674] ppid=14659 vsize=14090844 memory=19 CPUtime=0.58 cores=0,2,4,6
/proc/14662/task/14674/stat : 14674 (java) R 14659 14662 13692 0 -1 4202560 3626 0 0 0 58 0 0 0 20 0 15 0 243867845 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470914026952 140471426047318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14675] ppid=14659 vsize=14090844 memory=25 CPUtime=0.36 cores=0,2,4,6
/proc/14662/task/14675/stat : 14675 (java) S 14659 14662 13692 0 -1 1077944384 1098 0 0 0 36 0 0 0 20 0 15 0 243867845 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470912993648 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14676] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14676/stat : 14676 (java) S 14659 14662 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243867845 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470911941088 140471444510421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
[pid=14662/tid=14677] ppid=14659 vsize=14090844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14662/task/14677/stat : 14677 (java) S 14659 14662 13692 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 243867845 14429024256 48430 33554432000 4194304 4196468 140721380701056 140470910888880 140471444511362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24788992 140721380705360 140721380705545 140721380705545 140721380708303 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 14090844 KiB
Current children cumulated memory: 193720 KiB

Child status: 0
Real time (s): 1.3683
CPU time (s): 2.93182
CPU user time (s): 2.84378
CPU system time (s): 0.088045
CPU usage (%): 214.267
Max. virtual memory (cumulated for all children) (KiB): 14090844
Max. memory (cumulated for all children) (KiB): 193720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.84378
system time used= 0.088045
maximum resident set size= 210472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28186
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= 1617
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 14662
#   total CPU time (s): 2.93182
#   total CPU user time (s): 2.84378
#   total CPU system time (s): 0.088045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036129 second user time and 0.052562 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-14 18:10:50
IDJOB=4307717
IDBENCH=141437
IDSOLVER=2790
FILE ID=node106/4307717-1534263050
RUNJOBID= node106-1534258056-13723
PBS_JOBID= 21038127
Free space on /tmp= 42448 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-04-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307717-1534263050/watcher-4307717-1534263050 -o /tmp/evaluation-result-4307717-1534263050/solver-4307717-1534263050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534258056-13723 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1181307586 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307717-1534263050.xml

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

MD5SUM BENCH= 340365fb59c69c653973bf6f753c5e6c
RANDOM SEED=1181307586

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22954416 kB
MemAvailable:   31647864 kB
Buffers:          180024 kB
Cached:          8720392 kB
SwapCached:            0 kB
Active:          4721588 kB
Inactive:        4492372 kB
Active(anon):     260152 kB
Inactive(anon):   105468 kB
Active(file):    4461436 kB
Inactive(file):  4386904 kB
Unevictable:        6964 kB
Mlocked:            6964 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35992 kB
Writeback:             0 kB
AnonPages:        319556 kB
Mapped:            67840 kB
Shmem:             49632 kB
Slab:             301424 kB
SReclaimable:     273568 kB
SUnreclaim:        27856 kB
KernelStack:        3584 kB
PageTables:         6164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1248268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 42412 MiB
End job on node106 at 2018-08-14 18:10:51