Trace number 4307631

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 1.77825 2.59374

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
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.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.72/1.31	c version: 2018-08-14
0.72/1.31	c seed: 714878160
0.72/1.31	c timeout: 2520
0.72/1.31	c memlimit: 11000
0.72/1.32	c nbcore: 4
0.72/1.34	c Parsing instance...
1.38/2.49	c Parsing done, starting search...
1.55/2.57	s SATISFIABLE
1.55/2.57	v <instantiation>
1.55/2.57	v 	<list>
1.55/2.57	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]
1.55/2.57	v 	</list>
1.55/2.57	v 	<values>
1.55/2.57	v 		16 0 15 6 5 13 1 8 16 1 10 15 6 9 8 4 3 12 5 7 11 13 14 2 
1.55/2.57	v 	</values>
1.55/2.57	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 (13539 MiB free)
  memory of node 1: 16384 MiB (10461 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

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

solver pid=18532, runsolver pid=18526

[startup+0.100159 s]*
/proc/loadavg: 0.08 0.03 0.05 2/189 18535
/proc/meminfo: memFree=24576200/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=10648 memory=600 CPUtime=0 cores=1,3,5,7
/proc/18532/stat : 18532 (java) D 18526 18532 18471 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 243368870 10903552 150 33554432000 4194304 4196468 140730413215728 140730413193928 140570935732752 0 0 4096 0 18446744072101629476 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 2662 150 119 1 0 84 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 10648 KiB
Current children cumulated memory: 600 KiB

[startup+0.209452 s]*
/proc/loadavg: 0.08 0.03 0.05 2/191 18537
/proc/meminfo: memFree=24574092/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=103032 memory=4840 CPUtime=0 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 1449 0 0 0 0 0 0 0 20 0 2 0 243368870 105504768 1210 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 25758 1210 892 1 0 16800 0
[pid=18532/tid=18536] ppid=18526 vsize=103032 memory=4871374705135476842 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) D 18526 18532 18471 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 2 0 243368886 105504768 1210 33554432000 4194304 4196468 140730413215728 140570947287064 140570935731573 0 0 4096 0 18446744072101629476 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 103032 KiB
Current children cumulated memory: 4840 KiB

[startup+0.30944 s]*
/proc/loadavg: 0.08 0.03 0.05 1/191 18537
/proc/meminfo: memFree=24572044/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=13360588 memory=11380 CPUtime=0 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 2617 0 0 0 0 0 0 0 20 0 6 0 243368870 13681242112 2845 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3340147 2845 1345 1 0 3329058 0
[pid=18532/tid=18536] ppid=18526 vsize=13360588 memory=288355116380323867 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) D 18526 18532 18471 0 -1 1077944384 1300 0 0 0 0 0 0 0 20 0 6 0 243368886 13681242112 2845 33554432000 4194304 4196468 140730413215728 140570947289680 140570943077437 0 4 0 16784584 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=13360588 memory=288230604657655831 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 243368901 13681242112 2845 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=13360588 memory=140417752056322 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 243368901 13681242112 2845 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=13360588 memory=3096 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 243368901 13681242112 2845 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=13360588 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 243368901 13681242112 2845 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13360588 KiB
Current children cumulated memory: 11380 KiB

[startup+0.700499 s]
/proc/loadavg: 0.08 0.03 0.05 2/205 18551
/proc/meminfo: memFree=24554672/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=14082736 memory=23724 CPUtime=0.07 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 5890 0 0 0 6 1 0 0 20 0 15 0 243368870 14420721664 5931 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3520684 5931 3108 1 0 3482761 0
[pid=18532/tid=18536] ppid=18526 vsize=14082736 memory=65900 CPUtime=0.06 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) R 18526 18532 18471 0 -1 4202560 3984 0 0 0 5 1 0 0 20 0 15 0 243368886 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570947279248 140570943075485 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=14082736 memory=2056 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=14082736 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18546] ppid=18526 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18546/stat : 18546 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368905 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570124843888 140570943064706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18548] ppid=18526 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18548/stat : 18548 (java) S 18526 18532 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368905 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570123789856 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18550] ppid=18526 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18550/stat : 18550 (java) S 18526 18532 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368905 14420721664 5931 33554432000 4194304 4196468 140730413215728 140570122737008 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 23724 KiB

[startup+1.5008 s]
/proc/loadavg: 0.08 0.03 0.05 5/217 18563
/proc/meminfo: memFree=24501704/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=14084804 memory=88456 CPUtime=0.99 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 17628 0 1 0 94 5 0 0 20 0 15 0 243368870 14422839296 22114 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3521201 22114 3478 1 0 3483273 0
[pid=18532/tid=18536] ppid=18526 vsize=14084804 memory=65900 CPUtime=0.67 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) D 18526 18532 18471 0 -1 4202560 14876 0 1 0 63 4 0 0 20 0 15 0 243368886 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570947291920 140570943075485 0 4 0 16800975 18446744072099916933 0 0 -1 3 0 0 2 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=14084804 memory=2056 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18546] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18546/stat : 18546 (java) S 18526 18532 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570124843888 140570943064706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18548] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18548/stat : 18548 (java) S 18526 18532 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570123789856 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18550] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18550/stat : 18550 (java) S 18526 18532 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570122737008 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18552] ppid=18526 vsize=14084804 memory=-2541025662029814883 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18552/stat : 18552 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570121685328 140570943072155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18553] ppid=18526 vsize=14084804 memory=6655300316396806240 CPUtime=0.06 cores=1,3,5,7
/proc/18532/task/18553/stat : 18553 (java) S 18526 18532 18471 0 -1 1077944384 523 0 0 0 6 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570120632688 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18554] ppid=18526 vsize=14084804 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/18532/task/18554/stat : 18554 (java) S 18526 18532 18471 0 -1 1077944384 387 0 0 0 8 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569917516016 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18555] ppid=18526 vsize=14084804 memory=3632 CPUtime=0.15 cores=1,3,5,7
/proc/18532/task/18555/stat : 18555 (java) S 18526 18532 18471 0 -1 1077944384 459 0 0 0 15 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569916463216 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18560] ppid=18526 vsize=14084804 memory=11073 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18560/stat : 18560 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569915410656 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18563] ppid=18526 vsize=14084804 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18563/stat : 18563 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368936 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569914358960 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88456 KiB

[startup+2.59369 s]
# the end of solver process 18532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.69432 s, system=0.083929 s

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

[startup+1.60091 s]
/proc/loadavg: 0.08 0.03 0.05 5/217 18563
/proc/meminfo: memFree=24501704/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=14084804 memory=88456 CPUtime=0.99 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 17628 0 1 0 94 5 0 0 20 0 15 0 243368870 14422839296 22114 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3521201 22114 3478 1 0 3483273 0
[pid=18532/tid=18536] ppid=18526 vsize=14084804 memory=8836 CPUtime=0.67 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) D 18526 18532 18471 0 -1 4202560 14876 0 1 0 63 4 0 0 20 0 15 0 243368886 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570947291920 140570943075485 0 4 0 16800975 18446744072099916933 0 0 -1 3 0 0 2 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=14084804 memory=280835295345216 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18546] ppid=18526 vsize=14084804 memory=2905 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18546/stat : 18546 (java) S 18526 18532 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570124843888 140570943064706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18548] ppid=18526 vsize=14084804 memory=280835295144224 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18548/stat : 18548 (java) S 18526 18532 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570123789856 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18550] ppid=18526 vsize=14084804 memory=9177 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18550/stat : 18550 (java) S 18526 18532 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570122737008 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18552] ppid=18526 vsize=14084804 memory=3084 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18552/stat : 18552 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570121685328 140570943072155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18553] ppid=18526 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/18532/task/18553/stat : 18553 (java) S 18526 18532 18471 0 -1 1077944384 523 0 0 0 6 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570120632688 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18554] ppid=18526 vsize=14084804 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/18532/task/18554/stat : 18554 (java) S 18526 18532 18471 0 -1 1077944384 387 0 0 0 8 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569917516016 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18555] ppid=18526 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/18532/task/18555/stat : 18555 (java) S 18526 18532 18471 0 -1 1077944384 459 0 0 0 15 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569916463216 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18560] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18560/stat : 18560 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569915410656 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18563] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18563/stat : 18563 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368936 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569914358960 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88456 KiB

[startup+2.00069 s]*
/proc/loadavg: 0.08 0.03 0.05 2/217 18563
/proc/meminfo: memFree=24415636/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=14084804 memory=88456 CPUtime=0.99 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 17628 0 1 0 94 5 0 0 20 0 15 0 243368870 14422839296 22114 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3521201 22114 3478 1 0 3483273 0
[pid=18532/tid=18536] ppid=18526 vsize=14084804 memory=6791534058613427641 CPUtime=0.67 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) D 18526 18532 18471 0 -1 4202560 14876 0 1 0 63 4 0 0 20 0 15 0 243368886 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570947291920 140570943075485 0 4 0 16800975 18446744072099916933 0 0 -1 3 0 0 2 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=14084804 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=14084804 memory=7305218370954486355 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18546] ppid=18526 vsize=14084804 memory=710 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18546/stat : 18546 (java) S 18526 18532 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570124843888 140570943064706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18548] ppid=18526 vsize=14084804 memory=280835295646048 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18548/stat : 18548 (java) S 18526 18532 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570123789856 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18550] ppid=18526 vsize=14084804 memory=140417647825296 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18550/stat : 18550 (java) S 18526 18532 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368905 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570122737008 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18552] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18552/stat : 18552 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570121685328 140570943072155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18553] ppid=18526 vsize=14084804 memory=6655300316396806240 CPUtime=0.06 cores=1,3,5,7
/proc/18532/task/18553/stat : 18553 (java) S 18526 18532 18471 0 -1 1077944384 523 0 0 0 6 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140570120632688 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18554] ppid=18526 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18532/task/18554/stat : 18554 (java) S 18526 18532 18471 0 -1 1077944384 387 0 0 0 8 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569917516016 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18555] ppid=18526 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/18532/task/18555/stat : 18555 (java) S 18526 18532 18471 0 -1 1077944384 459 0 0 0 15 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569916463216 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18560] ppid=18526 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18560/stat : 18560 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569915410656 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18563] ppid=18526 vsize=14084804 memory=-2247047206207641111 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18563/stat : 18563 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368936 14422839296 22114 33554432000 4194304 4196468 140730413215728 140569914358960 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88456 KiB

[startup+2.40068 s]
/proc/loadavg: 0.08 0.03 0.05 2/217 18563
/proc/meminfo: memFree=24415636/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=14088900 memory=102728 CPUtime=1.38 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 18982 0 1 0 132 6 0 0 20 0 15 0 243368870 14427033600 25682 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3522225 25682 3513 1 0 3484297 0
[pid=18532/tid=18536] ppid=18526 vsize=14088900 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) R 18526 18532 18471 0 -1 4202560 15934 0 1 0 85 5 0 0 20 0 15 0 243368886 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570947287664 140570927134046 0 4 0 16800975 0 0 0 -1 3 0 0 73 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=14088900 memory=280835295492496 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=14088900 memory=140417647793040 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18546] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18546/stat : 18546 (java) S 18526 18532 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368905 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570124843888 140570943064706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18548] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18548/stat : 18548 (java) S 18526 18532 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368905 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570123789856 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18550] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18550/stat : 18550 (java) S 18526 18532 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368905 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570122737008 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18552] ppid=18526 vsize=14088900 memory=-3395018503441829663 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18552/stat : 18552 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570121685328 140570943072155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18553] ppid=18526 vsize=14088900 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/18532/task/18553/stat : 18553 (java) S 18526 18532 18471 0 -1 1077944384 536 0 0 0 8 0 0 0 20 0 15 0 243368925 14427033600 25682 33554432000 4194304 4196468 140730413215728 140570120632688 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18554] ppid=18526 vsize=14088900 memory=6656426216303648864 CPUtime=0.12 cores=1,3,5,7
/proc/18532/task/18554/stat : 18554 (java) S 18526 18532 18471 0 -1 1077944384 424 0 0 0 12 0 0 0 20 0 15 0 243368925 14427033600 25682 33554432000 4194304 4196468 140730413215728 140569917516016 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18555] ppid=18526 vsize=14088900 memory=6944656592455097440 CPUtime=0.24 cores=1,3,5,7
/proc/18532/task/18555/stat : 18555 (java) S 18526 18532 18471 0 -1 1077944384 706 0 0 0 24 0 0 0 20 0 15 0 243368925 14427033600 25682 33554432000 4194304 4196468 140730413215728 140569916463216 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18560] ppid=18526 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18560/stat : 18560 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14427033600 25682 33554432000 4194304 4196468 140730413215728 140569915410656 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18563] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18563/stat : 18563 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368936 14427033600 25682 33554432000 4194304 4196468 140730413215728 140569914358960 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 102728 KiB

[startup+2.5006 s]
/proc/loadavg: 0.08 0.03 0.05 2/217 18563
/proc/meminfo: memFree=24415636/32770624 swapFree=67108796/67108860
[pid=18532] ppid=18526 vsize=14088900 memory=111492 CPUtime=1.55 cores=1,3,5,7
/proc/18532/stat : 18532 (java) S 18526 18532 18471 0 -1 1077944320 20752 0 1 0 149 6 0 0 20 0 15 0 243368870 14427033600 27873 33554432000 4194304 4196468 140730413215728 140730413198272 140570943053559 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
/proc/18532/statm: 3522225 27873 3514 1 0 3484297 0
[pid=18532/tid=18536] ppid=18526 vsize=14088900 memory=96208 CPUtime=1 cores=1,3,5,7
/proc/18532/task/18536/stat : 18536 (java) R 18526 18532 18471 0 -1 4202560 17495 0 1 0 95 5 0 0 20 0 15 0 243368886 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570947286448 140570927097189 0 4 0 16800975 0 0 0 -1 3 0 0 73 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18538] ppid=18526 vsize=14088900 memory=88456 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18538/stat : 18538 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570858121872 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18539] ppid=18526 vsize=14088900 memory=56 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18539/stat : 18539 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570538273296 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18540] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18540/stat : 18540 (java) S 18526 18532 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570537220496 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18541] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18541/stat : 18541 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368901 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570536167696 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18546] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18546/stat : 18546 (java) S 18526 18532 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368905 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570124843888 140570943064706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18548] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18548/stat : 18548 (java) S 18526 18532 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368905 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570123789856 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18550] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18550/stat : 18550 (java) S 18526 18532 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368905 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570122737008 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18552] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18552/stat : 18552 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570121685328 140570943072155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18553] ppid=18526 vsize=14088900 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18532/task/18553/stat : 18553 (java) R 18526 18532 18471 0 -1 1077944384 572 0 0 0 9 0 0 0 20 0 15 0 243368925 14427033600 27873 33554432000 4194304 4196468 140730413215728 140570120632688 140570943064706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18554] ppid=18526 vsize=14088900 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/18532/task/18554/stat : 18554 (java) S 18526 18532 18471 0 -1 1077944384 436 0 0 0 15 0 0 0 20 0 15 0 243368925 14427033600 27873 33554432000 4194304 4196468 140730413215728 140569917516016 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18555] ppid=18526 vsize=14088900 memory=-2541025662029814883 CPUtime=0.28 cores=1,3,5,7
/proc/18532/task/18555/stat : 18555 (java) R 18526 18532 18471 0 -1 4202560 870 0 0 0 28 0 0 0 20 0 15 0 243368925 14427033600 27873 33554432000 4194304 4196468 140730413215728 140569916463216 140570927134046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18560] ppid=18526 vsize=14088900 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18560/stat : 18560 (java) S 18526 18532 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368925 14427033600 27873 33554432000 4194304 4196468 140730413215728 140569915410656 140570943063765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
[pid=18532/tid=18563] ppid=18526 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18563/stat : 18563 (java) S 18526 18532 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368936 14427033600 27873 33554432000 4194304 4196468 140730413215728 140569914358960 140570943064706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35172352 140730413220945 140730413221129 140730413221129 140730413223887 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 111492 KiB

Child status: 0
Real time (s): 2.59374
CPU time (s): 1.77825
CPU user time (s): 1.69432
CPU system time (s): 0.083929
CPU usage (%): 68.5593
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 111492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.69432
system time used= 0.083929
maximum resident set size= 117672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22724
page faults= 1
swaps= 0
block input operations= 1472
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2067
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 18532
#   total CPU time (s): 1.77825
#   total CPU user time (s): 1.69432
#   total CPU system time (s): 0.083929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033549 second user time and 0.065126 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-14 16:47:37
IDJOB=4307631
IDBENCH=141165
IDSOLVER=2790
FILE ID=node138/4307631-1534258056
RUNJOBID= node138-1534258053-18503
PBS_JOBID= 21038119
Free space on /tmp= 27368 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_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-4307631-1534258056/watcher-4307631-1534258056 -o /tmp/evaluation-result-4307631-1534258056/solver-4307631-1534258056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534258053-18503 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 714878160 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307631-1534258056.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=714878160

node138.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.71
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.71
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.71
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.71
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:        24578196 kB
MemAvailable:   31900860 kB
Buffers:          119672 kB
Cached:          7379928 kB
SwapCached:           12 kB
Active:          3907180 kB
Inactive:        3651664 kB
Active(anon):       3156 kB
Inactive(anon):   108408 kB
Active(file):    3904024 kB
Inactive(file):  3543256 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             71364 kB
Writeback:             4 kB
AnonPages:         66420 kB
Mapped:            52884 kB
Shmem:             49740 kB
Slab:             331580 kB
SReclaimable:     303844 kB
SUnreclaim:        27736 kB
KernelStack:        3232 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27324 MiB
End job on node138 at 2018-08-14 16:47:40