Trace number 4290761

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-07-02SAT 1.69389 1.12426

General information on the benchmark

NameLangford/
LangfordBin-08_c18.xml
MD5SUM6540e056641e8d5f1a9996bec92d89db
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.008438
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints24
Number of domains2
Minimum domain size8
Maximum domain size16
Distribution of domain sizes[{"size":8,"count":16},{"size":16,"count":16}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":16},{"degree":16,"count":16}]
Minimum constraint arity2
Maximum constraint arity17
Distribution of constraint arities[{"arity":2,"count":8},{"arity":17,"count":16}]
Number of extensional constraints0
Number of intensional constraints8
Distribution of constraint types[{"type":"intension","count":8},{"type":"element","count":16}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 2063118579
0.67/0.57	c timeout: 2400
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.52/1.07	c Parsing done, starting search...
1.52/1.10	s SATISFIABLE
1.52/1.10	v <instantiation>
1.52/1.10	v 	<list>
1.52/1.10	v 		p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15]
1.52/1.10	v 	</list>
1.52/1.10	v 	<values>
1.52/1.10	v 		12 10 14 11 4 0 8 3 7 1 9 2 13 5 15 6 3 5 6 4 3 7 8 5 4 6 1 2 1 7 2 8 
1.52/1.10	v 	</values>
1.52/1.10	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 (7576 MiB free)
  memory of node 1: 16384 MiB (9471 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290761-1532238448/watcher-4290761-1532238448 -o /tmp/evaluation-result-4290761-1532238448/solver-4290761-1532238448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30581 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2063118579 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290761-1532238448.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.53 1.42 1.40 3/215 32093
/proc/meminfo: memFree=17439896/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14082740 memory=30768 CPUtime=0.12 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 6656 0 0 0 11 1 0 0 20 0 15 0 41407961 14420725760 7692 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3520685 7692 3138 1 0 3482761 0
[pid=32078/tid=32080] ppid=32075 vsize=14082740 memory=-8773748148829851516 CPUtime=0.09 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) R 32075 32078 30550 0 -1 4202560 4712 0 0 0 9 0 0 0 20 0 15 0 41407961 14420725760 7692 33554432000 4194304 4196468 140732414195808 139957575155224 139957555041630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 7692 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 7692 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 7692 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 7692 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956483488368 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32088] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32088/stat : 32088 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956480330320 139957570979739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) S 32075 32078 30550 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956479277168 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0.01 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) S 32075 32078 30550 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 41407967 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956477172080 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32093] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32093/stat : 32093 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 7692 33554432000 4194304 4196468 140732414195808 139956166937520 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30768 KiB

[startup+0.210515 s]*
/proc/loadavg: 1.53 1.42 1.40 6/215 32093
/proc/meminfo: memFree=17425292/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14082740 memory=46800 CPUtime=0.29 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 10327 0 0 0 27 2 0 0 20 0 15 0 41407961 14420725760 11700 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3520685 11700 3358 1 0 3482761 0
[pid=32078/tid=32080] ppid=32075 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) S 32075 32078 30550 0 -1 1077944384 8058 0 0 0 18 1 0 0 20 0 15 0 41407961 14420725760 11700 33554432000 4194304 4196468 140732414195808 139957575189584 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 11700 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14082740 memory=140642330165342 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 11700 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 11700 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 11700 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956483488368 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32088] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32088/stat : 32088 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956480330320 139957570979739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) R 32075 32078 30550 0 -1 4202560 422 0 0 0 2 0 0 0 20 0 15 0 41407967 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956479258184 139957563198270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) R 32075 32078 30550 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0.05 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) S 32075 32078 30550 0 -1 1077944384 299 0 0 0 5 0 0 0 20 0 15 0 41407967 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956477172080 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32093] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32093/stat : 32093 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 11700 33554432000 4194304 4196468 140732414195808 139956166937520 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46800 KiB

[startup+0.310497 s]*
/proc/loadavg: 1.53 1.42 1.40 4/215 32093
/proc/meminfo: memFree=17422424/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14082740 memory=50516 CPUtime=0.44 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 10777 0 0 0 41 3 0 0 20 0 15 0 41407961 14420725760 12629 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3520685 12629 3401 1 0 3482761 0
[pid=32078/tid=32080] ppid=32075 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) R 32075 32078 30550 0 -1 4202560 8433 0 0 0 28 1 0 0 20 0 15 0 41407961 14420725760 12629 33554432000 4194304 4196468 140732414195808 139957575168976 139957551164789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 12629 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14082740 memory=140642330160526 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 12629 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 12629 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407962 14420725760 12629 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956483488368 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41407964 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32088] ppid=32075 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32088/stat : 32088 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956480330320 139957570979739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) S 32075 32078 30550 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 41407967 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956479277168 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) S 32075 32078 30550 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 41407967 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0.08 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) S 32075 32078 30550 0 -1 1077944384 324 0 0 0 8 0 0 0 20 0 15 0 41407967 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956477172080 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32093] ppid=32075 vsize=14082740 memory=140642329941632 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32093/stat : 32093 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407967 14420725760 12629 33554432000 4194304 4196468 140732414195808 139956166937520 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50516 KiB

[startup+0.700761 s]
/proc/loadavg: 1.53 1.42 1.40 3/215 32093
/proc/meminfo: memFree=17399604/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14084808 memory=88852 CPUtime=0.98 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 17588 0 0 0 94 4 0 0 20 0 15 0 41407961 14422843392 22213 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3521202 22213 3500 1 0 3483273 0
[pid=32078/tid=32080] ppid=32075 vsize=14084808 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) R 32075 32078 30550 0 -1 4202560 14850 0 0 0 64 3 0 0 20 0 15 0 41407961 14422843392 22213 33554432000 4194304 4196468 140732414195808 139957575186560 139957538556336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14084808 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14422843392 22213 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14422843392 22213 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14084808 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14422843392 22213 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14084808 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407962 14422843392 22213 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14084808 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41407964 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956483488368 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41407964 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14084808 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41407964 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32088] ppid=32075 vsize=14084808 memory=4639098309541127013 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32088/stat : 32088 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956480330320 139957570979739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14084808 memory=7810176774304459348 CPUtime=0.08 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) S 32075 32078 30550 0 -1 1077944384 591 0 0 0 8 0 0 0 20 0 15 0 41407967 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956479277168 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14084808 memory=6154282490091891024 CPUtime=0.06 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) S 32075 32078 30550 0 -1 1077944384 353 0 0 0 6 0 0 0 20 0 15 0 41407967 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) S 32075 32078 30550 0 -1 1077944384 412 0 0 0 15 0 0 0 20 0 15 0 41407967 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956477172080 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32093] ppid=32075 vsize=14084808 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32093/stat : 32093 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407967 14422843392 22213 33554432000 4194304 4196468 140732414195808 139956166937520 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88852 KiB

[startup+1.12422 s]
# the end of solver process 32078 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.62379 s, system=0.070099 s

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

[startup+0.800835 s]
/proc/loadavg: 1.53 1.42 1.40 3/215 32093
/proc/meminfo: memFree=17399604/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14086856 memory=93372 CPUtime=1.18 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 18170 0 0 0 113 5 0 0 20 0 15 0 41407961 14424940544 23343 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3521714 23343 3502 1 0 3483785 0
[pid=32078/tid=32080] ppid=32075 vsize=14086856 memory=8243114992657236055 CPUtime=0.76 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) R 32075 32078 30550 0 -1 4202560 15293 0 0 0 73 3 0 0 20 0 15 0 41407961 14424940544 23343 33554432000 4194304 4196468 140732414195808 139957575194336 139957552852620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14086856 memory=288288878807483538 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14424940544 23343 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14424940544 23343 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14424940544 23343 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407962 14424940544 23343 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41407964 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956483488368 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41407964 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41407964 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32088] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32088/stat : 32088 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956480330320 139957570979739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14086856 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) R 32075 32078 30550 0 -1 4202560 600 0 0 0 11 0 0 0 20 0 15 0 41407967 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956479267280 139957554347616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14086856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) S 32075 32078 30550 0 -1 1077944384 368 0 0 0 8 0 0 0 20 0 15 0 41407967 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14086856 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) S 32075 32078 30550 0 -1 1077944384 527 0 0 0 19 0 0 0 20 0 15 0 41407967 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956477172080 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32093] ppid=32075 vsize=14086856 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32093/stat : 32093 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407967 14424940544 23343 33554432000 4194304 4196468 140732414195808 139956166937520 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086856 KiB
Current children cumulated memory: 93372 KiB

[startup+1.00059 s]*
/proc/loadavg: 1.53 1.42 1.40 5/215 32093
/proc/meminfo: memFree=17368152/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14088904 memory=105288 CPUtime=1.52 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 19168 0 0 0 146 6 0 0 20 0 15 0 41407961 14427037696 26322 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3522226 26322 3504 1 0 3484297 0
[pid=32078/tid=32080] ppid=32075 vsize=14088904 memory=5450919713671312938 CPUtime=0.98 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) R 32075 32078 30550 0 -1 4202560 16013 0 0 0 94 4 0 0 20 0 15 0 41407961 14427037696 26387 33554432000 4194304 4196468 140732414195808 139957575196080 139957555004773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14088904 memory=6692 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14427037696 26387 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14088904 memory=140642329945333 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14427037696 26387 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14088904 memory=6940439935332472676 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407962 14427037696 26387 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14088904 memory=4051322344528162866 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41407962 14427037696 26387 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14088904 memory=3761832936698934960 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41407964 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956483488368 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14088904 memory=4121417289171017775 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41407964 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14088904 memory=6944656592452807316 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41407964 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32088] ppid=32075 vsize=14088904 memory=6933690305039933585 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32088/stat : 32088 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956480330320 139957570979739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14088904 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) S 32075 32078 30550 0 -1 1077944384 617 0 0 0 13 0 0 0 20 0 15 0 41407967 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956479277168 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14088904 memory=3184097920075968559 CPUtime=0.1 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) S 32075 32078 30550 0 -1 1077944384 378 0 0 0 10 0 0 0 20 0 15 0 41407967 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14088904 memory=3472464540511110832 CPUtime=0.28 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) R 32075 32078 30550 0 -1 4202560 781 0 0 0 28 0 0 0 20 0 15 0 41407967 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956477172080 139957564057876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14088904 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41407967 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32093] ppid=32075 vsize=14088904 memory=140642330609312 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32093/stat : 32093 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41407967 14427037696 26387 33554432000 4194304 4196468 140732414195808 139956166937520 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 105288 KiB

[startup+1.11037 s]
/proc/loadavg: 1.53 1.42 1.40 5/215 32093
/proc/meminfo: memFree=17368152/32770624 swapFree=67108860/67108860
[pid=32078] ppid=32075 vsize=14157516 memory=114636 CPUtime=1.68 cores=0,2,4,6
/proc/32078/stat : 32078 (java) S 32075 32078 30550 0 -1 1077944320 20802 0 0 0 162 6 0 0 20 0 13 0 41407961 14497296384 28659 33554432000 4194304 4196468 140732414195808 140732414178352 139957570961143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
/proc/32078/statm: 3539379 28659 3524 1 0 3501450 0
[pid=32078/tid=32080] ppid=32075 vsize=14157516 memory=281284387675904 CPUtime=1.07 cores=0,2,4,6
/proc/32078/task/32080/stat : 32080 (java) S 32075 32078 30550 0 -1 1077944384 17273 0 0 0 103 4 0 0 20 0 13 0 41407961 14497296384 28659 33554432000 4194304 4196468 140732414195808 139957575203984 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32081] ppid=32075 vsize=14157516 memory=202590 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32081/stat : 32081 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 41407962 14497296384 28659 33554432000 4194304 4196468 140732414195808 139957486029200 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32082] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32082/stat : 32082 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 41407962 14497296384 28659 33554432000 4194304 4196468 140732414195808 139957484976400 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32083] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32083/stat : 32083 (java) S 32075 32078 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 41407962 14497296384 28659 33554432000 4194304 4196468 140732414195808 139957483924112 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32084] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32084/stat : 32084 (java) S 32075 32078 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 41407962 14497296384 28659 33554432000 4194304 4196468 140732414195808 139957163256336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32085] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32085/stat : 32085 (java) S 32075 32078 30550 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 13 0 41407964 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956483488576 139957570972290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32086] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32086/stat : 32086 (java) S 32075 32078 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 41407964 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956482434336 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32087] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32087/stat : 32087 (java) S 32075 32078 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 41407964 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956481382000 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32089] ppid=32075 vsize=14157516 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/32078/task/32089/stat : 32089 (java) S 32075 32078 30550 0 -1 1077944384 689 0 0 0 14 0 0 0 20 0 13 0 41407967 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956479277168 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32090] ppid=32075 vsize=14157516 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32078/task/32090/stat : 32090 (java) S 32075 32078 30550 0 -1 1077944384 419 0 0 0 12 0 0 0 20 0 13 0 41407967 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956478224368 139957570972290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32091] ppid=32075 vsize=14157516 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/32078/task/32091/stat : 32091 (java) S 32075 32078 30550 0 -1 1077944384 984 0 0 0 31 0 0 0 20 0 13 0 41407967 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956477167584 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
[pid=32078/tid=32092] ppid=32075 vsize=14157516 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32078/task/32092/stat : 32092 (java) S 32075 32078 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 41407967 14497296384 28659 33554432000 4194304 4196468 140732414195808 139956167989728 139957570971349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18997248 140732414198864 140732414199049 140732414199049 140732414201807 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 14157516 KiB
Current children cumulated memory: 114636 KiB

Child status: 0
Real time (s): 1.12426
CPU time (s): 1.69389
CPU user time (s): 1.62379
CPU system time (s): 0.070099
CPU usage (%): 150.668
Max. virtual memory (cumulated for all children) (KiB): 14157516
Max. memory (cumulated for all children) (KiB): 114636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62379
system time used= 0.070099
maximum resident set size= 114992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20809
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= 2001
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 32078
#   total CPU time (s): 1.69389
#   total CPU user time (s): 1.62379
#   total CPU system time (s): 0.070099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037871 second user time and 0.04913 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 07:47:28
IDJOB=4290761
IDBENCH=141342
IDSOLVER=2744
FILE ID=node139/4290761-1532238448
RUNJOBID= node139-1532226532-30581
PBS_JOBID= 21018952
Free space on /tmp= 45888 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Langford/LangfordBin-08_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-4290761-1532238448/watcher-4290761-1532238448 -o /tmp/evaluation-result-4290761-1532238448/solver-4290761-1532238448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30581 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2063118579 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290761-1532238448.xml

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

MD5SUM BENCH= 6540e056641e8d5f1a9996bec92d89db
RANDOM SEED=2063118579

node139.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.80
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.80
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.80
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.80
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:        17457452 kB
MemAvailable:   30911700 kB
Buffers:          145684 kB
Cached:         13361892 kB
SwapCached:            0 kB
Active:          2209516 kB
Inactive:       12376772 kB
Active(anon):    1034572 kB
Inactive(anon):    64064 kB
Active(file):    1174944 kB
Inactive(file): 12312708 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35672 kB
Writeback:             0 kB
AnonPages:       1123200 kB
Mapped:            49140 kB
Shmem:             17036 kB
Slab:             422548 kB
SReclaimable:     395056 kB
SUnreclaim:        27492 kB
KernelStack:        3808 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2045784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45852 MiB
End job on node139 at 2018-07-22 07:47:29