Trace number 4282215

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 2.25049 0.99114197

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P04.xml
MD5SUMdf366086143c09aabef923644f665168
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.053406999
Satisfiable
(Un)Satisfiability was proved
Number of variables57
Number of constraints23
Number of domains2
Minimum domain size21
Maximum domain size22
Distribution of domain sizes[{"size":21,"count":21},{"size":22,"count":12}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":2,"count":21},{"degree":4,"count":6},{"degree":5,"count":6}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":12,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282215-1503111705.xml"  -tl '2520s' -p 1 -x 0
0.17/0.23	c [HOME/instance-4282215-1503111705.xml, -tl, 2520s, -p, 1, -x, 0]
0.17/0.29	c simple solver
0.35/0.36	c parse instance...
0.76/0.53	c solve instance...
2.00/0.97	s SATISFIABLE
2.00/0.97	v <instantiation>
2.00/0.97	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2] </list>
2.00/0.97	v 	<values>19 13 5 0 11 21 18 14 1 3 15 10 6 14 8 11 21 10 4 17 13 12 7 5 19 2 16 18 3 20 15 1 9 </values>
2.00/0.97	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 (14030 MiB free)
  memory of node 1: 16384 MiB (15342 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282215-1503111705/watcher-4282215-1503111705 -o /tmp/evaluation-result-4282215-1503111705/solver-4282215-1503111705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1315420880 HOME/instance-4282215-1503111705.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=10767, runsolver pid=10764


[startup+0.100111 s]*
/proc/loadavg: 1.46 1.32 1.37 3/205 10777
/proc/meminfo: memFree=30069212/32770624 swapFree=67105588/67108860
[pid=10767] ppid=10764 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (xcsp3-exec) S 10764 10767 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113365626 9740288 345 18446744073709551615 4194304 5098028 140721601007600 140721601005704 140499316220540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 5 0 0 7196144 7232144 39272448 140721601016184 140721601016389 140721601016389 140721601019883 0
/proc/10767/statm: 2378 345 289 221 0 87 0
[pid=10769] ppid=10767 vsize=13574484 memory=19760 CPUtime=0.03 cores=1,3,5,7
/proc/10769/stat : 10769 (java) S 10767 10767 8557 0 -1 1077944320 4295 0 0 0 3 0 0 0 20 0 9 0 113365632 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 140722217407312 139658925498103 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
/proc/10769/statm: 3393621 4940 2136 1 0 3383118 0
[pid=10769/tid=10770] ppid=10767 vsize=13574484 memory=-8713483618642459742 CPUtime=0.03 cores=1,3,5,7
/proc/10769/task/10770/stat : 10770 (java) R 10767 10767 8557 0 -1 4202560 3003 0 0 0 3 0 0 0 20 0 9 0 113365633 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658929733496 139658925520029 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10771] ppid=10767 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10771/stat : 10771 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 113365633 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658859932688 139658925508309 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10772] ppid=10767 vsize=13574484 memory=140328467838592 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10772/stat : 10772 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 113365633 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658858880144 139658925508309 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10773] ppid=10767 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10773/stat : 10773 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 113365633 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658857827088 139658925508309 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10774] ppid=10767 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10774/stat : 10774 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 113365633 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658856774544 139658925508309 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10775] ppid=10767 vsize=13574484 memory=140328467838592 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10775/stat : 10775 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 113365635 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658403481840 139658925509250 0 0 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10776] ppid=10767 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10776/stat : 10776 (java) S 10767 10767 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 113365635 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658402428064 139658925508309 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10777] ppid=10767 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10777/stat : 10777 (java) S 10767 10767 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 113365635 13900271616 4940 18446744073709551615 4194304 4196468 140722217424768 139658401374960 139658925508309 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 21140 KiB

[startup+0.209998 s]*
/proc/loadavg: 1.46 1.32 1.37 4/211 10783
/proc/meminfo: memFree=30059796/32770624 swapFree=67105588/67108860
[pid=10767] ppid=10764 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (xcsp3-exec) S 10764 10767 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113365626 9740288 345 18446744073709551615 4194304 5098028 140721601007600 140721601005704 140499316220540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 5 0 0 7196144 7232144 39272448 140721601016184 140721601016389 140721601016389 140721601019883 0
/proc/10767/statm: 2378 345 289 221 0 87 0
[pid=10769] ppid=10767 vsize=13974352 memory=31344 CPUtime=0.17 cores=1,3,5,7
/proc/10769/stat : 10769 (java) S 10767 10767 8557 0 -1 1077944320 6271 0 0 0 16 1 0 0 20 0 15 0 113365632 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 140722217407312 139658925498103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
/proc/10769/statm: 3493588 7836 2955 1 0 3482964 0
[pid=10769/tid=10770] ppid=10767 vsize=13974352 memory=7311146985107750967 CPUtime=0.11 cores=1,3,5,7
/proc/10769/task/10770/stat : 10770 (java) R 10767 10767 8557 0 -1 4202560 3554 0 0 0 11 0 0 0 20 0 15 0 113365633 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658929726672 139658925510038 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10771] ppid=10767 vsize=13974352 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10771/stat : 10771 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658859932688 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10772] ppid=10767 vsize=13974352 memory=3907068187773908640 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10772/stat : 10772 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658858880144 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10773] ppid=10767 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10773/stat : 10773 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658857827088 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10774] ppid=10767 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10774/stat : 10774 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658856774544 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10775] ppid=10767 vsize=13974352 memory=140328467838592 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10775/stat : 10775 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365635 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658403481840 139658925509250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10776] ppid=10767 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10776/stat : 10776 (java) S 10767 10767 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113365635 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658402428064 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10777] ppid=10767 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10777/stat : 10777 (java) S 10767 10767 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113365635 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658401374960 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10778] ppid=10767 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10778/stat : 10778 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658400323536 139658925516699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10779] ppid=10767 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10769/task/10779/stat : 10779 (java) R 10767 10767 8557 0 -1 4202560 647 0 0 0 1 0 0 0 20 0 15 0 113365638 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658399262696 139658910623947 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10780] ppid=10767 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10780/stat : 10780 (java) R 10767 10767 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 113365638 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658398219120 139658925509250 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10781] ppid=10767 vsize=13974352 memory=140328467838592 CPUtime=0.03 cores=1,3,5,7
/proc/10769/task/10781/stat : 10781 (java) R 10767 10767 8557 0 -1 4202560 688 0 0 0 3 0 0 0 20 0 15 0 113365638 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658397162008 139658903614328 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10782] ppid=10767 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10782/stat : 10782 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658396113760 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10783] ppid=10767 vsize=13974352 memory=140328467838592 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10783/stat : 10783 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365641 14309736448 7836 18446744073709551615 4194304 4196468 140722217424768 139658395060784 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32724 KiB

[startup+0.310392 s]*
/proc/loadavg: 1.46 1.32 1.37 3/211 10783
/proc/meminfo: memFree=30047920/32770624 swapFree=67105588/67108860
[pid=10767] ppid=10764 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (xcsp3-exec) S 10764 10767 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113365626 9740288 345 18446744073709551615 4194304 5098028 140721601007600 140721601005704 140499316220540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 5 0 0 7196144 7232144 39272448 140721601016184 140721601016389 140721601016389 140721601019883 0
/proc/10767/statm: 2378 345 289 221 0 87 0
[pid=10769] ppid=10767 vsize=13978608 memory=40584 CPUtime=0.35 cores=1,3,5,7
/proc/10769/stat : 10769 (java) S 10767 10767 8557 0 -1 1077944320 9791 0 0 0 32 3 0 0 20 0 15 0 113365632 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 140722217407312 139658925498103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
/proc/10769/statm: 3494652 10146 3049 1 0 3482964 0
[pid=10769/tid=10770] ppid=10767 vsize=13978608 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/10769/task/10770/stat : 10770 (java) R 10767 10767 8557 0 -1 4202560 6939 0 0 0 19 2 0 0 20 0 15 0 113365633 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658929720304 139658909578590 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10771] ppid=10767 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10771/stat : 10771 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658859932688 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10772] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10772/stat : 10772 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658858880144 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10773] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10773/stat : 10773 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658857827088 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10774] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10774/stat : 10774 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658856774544 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10775] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10775/stat : 10775 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365635 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658403481840 139658925509250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10776] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10776/stat : 10776 (java) S 10767 10767 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113365635 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658402428064 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10777] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10777/stat : 10777 (java) S 10767 10767 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113365635 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658401374960 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10778] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10778/stat : 10778 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658400323536 139658925516699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10779] ppid=10767 vsize=13978608 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10769/task/10779/stat : 10779 (java) S 10767 10767 8557 0 -1 1077944384 735 0 0 0 4 0 0 0 20 0 15 0 113365638 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658399271664 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10780] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10780/stat : 10780 (java) S 10767 10767 8557 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 113365638 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658398219120 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10781] ppid=10767 vsize=13978608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10769/task/10781/stat : 10781 (java) R 10767 10767 8557 0 -1 4202560 730 0 0 0 8 0 0 0 20 0 15 0 113365638 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658397166064 139658909674441 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10782] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10782/stat : 10782 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658396113760 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10783] ppid=10767 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10783/stat : 10783 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365641 14314094592 10146 18446744073709551615 4194304 4196468 140722217424768 139658395060784 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41964 KiB

[startup+0.700784 s]
/proc/loadavg: 1.58 1.35 1.38 5/211 10783
/proc/meminfo: memFree=30035380/32770624 swapFree=67105588/67108860
[pid=10767] ppid=10764 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (xcsp3-exec) S 10764 10767 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113365626 9740288 345 18446744073709551615 4194304 5098028 140721601007600 140721601005704 140499316220540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 5 0 0 7196144 7232144 39272448 140721601016184 140721601016389 140721601016389 140721601019883 0
/proc/10767/statm: 2378 345 289 221 0 87 0
[pid=10769] ppid=10767 vsize=13980732 memory=64476 CPUtime=1.38 cores=1,3,5,7
/proc/10769/stat : 10769 (java) S 10767 10767 8557 0 -1 1077944320 13720 0 0 0 133 5 0 0 20 0 15 0 113365632 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 140722217407312 139658925498103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
/proc/10769/statm: 3495183 16119 3183 1 0 3483476 0
[pid=10769/tid=10770] ppid=10767 vsize=13980732 memory=6298654963688298593 CPUtime=0.59 cores=1,3,5,7
/proc/10769/task/10770/stat : 10770 (java) R 10767 10767 8557 0 -1 4202560 8552 0 0 0 56 3 0 0 20 0 15 0 113365633 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658929734896 139658925510038 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10771] ppid=10767 vsize=13980732 memory=5937270905093056086 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10771/stat : 10771 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658859932688 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10772] ppid=10767 vsize=13980732 memory=7739276948477859686 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10772/stat : 10772 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658858880144 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10773] ppid=10767 vsize=13980732 memory=-8382737753049505125 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10773/stat : 10773 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658857827088 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10774] ppid=10767 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10774/stat : 10774 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658856774544 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10775] ppid=10767 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10775/stat : 10775 (java) S 10767 10767 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658403481840 139658925509250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10776] ppid=10767 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10776/stat : 10776 (java) S 10767 10767 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658402428064 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10777] ppid=10767 vsize=13980732 memory=6378026435750 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10777/stat : 10777 (java) S 10767 10767 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658401374960 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10778] ppid=10767 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10778/stat : 10778 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658400323536 139658925516699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10779] ppid=10767 vsize=13980732 memory=15540738687502695 CPUtime=0.27 cores=1,3,5,7
/proc/10769/task/10779/stat : 10779 (java) R 10767 10767 8557 0 -1 4202560 1538 0 0 0 27 0 0 0 20 0 15 0 113365638 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658399260160 139658925510038 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10780] ppid=10767 vsize=13980732 memory=644 CPUtime=0.22 cores=1,3,5,7
/proc/10769/task/10780/stat : 10780 (java) R 10767 10767 8557 0 -1 4202560 927 0 0 0 22 0 0 0 20 0 15 0 113365638 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658398219248 139658909887984 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10781] ppid=10767 vsize=13980732 memory=1740 CPUtime=0.27 cores=1,3,5,7
/proc/10769/task/10781/stat : 10781 (java) R 10767 10767 8557 0 -1 1077944384 1395 0 0 0 27 0 0 0 20 0 15 0 113365638 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658397166064 139658925509250 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10782] ppid=10767 vsize=13980732 memory=956 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10782/stat : 10782 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658396113760 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10783] ppid=10767 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10783/stat : 10783 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365641 14316269568 16119 18446744073709551615 4194304 4196468 140722217424768 139658395060784 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65856 KiB

[startup+0.991091 s]
# the end of solver process 10767 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.18832 s, system=0.062176 s

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

[startup+0.800953 s]
/proc/loadavg: 1.58 1.35 1.38 5/211 10783
/proc/meminfo: memFree=30035380/32770624 swapFree=67105588/67108860
[pid=10767] ppid=10764 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (xcsp3-exec) S 10764 10767 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113365626 9740288 345 18446744073709551615 4194304 5098028 140721601007600 140721601005704 140499316220540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 5 0 0 7196144 7232144 39272448 140721601016184 140721601016389 140721601016389 140721601019883 0
/proc/10767/statm: 2378 345 289 221 0 87 0
[pid=10769] ppid=10767 vsize=13980732 memory=66580 CPUtime=1.69 cores=1,3,5,7
/proc/10769/stat : 10769 (java) S 10767 10767 8557 0 -1 1077944320 14226 0 0 0 164 5 0 0 20 0 15 0 113365632 14316269568 16579 18446744073709551615 4194304 4196468 140722217424768 140722217407312 139658925498103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
/proc/10769/statm: 3495183 16645 3183 1 0 3483476 0
[pid=10769/tid=10770] ppid=10767 vsize=13980732 memory=-7812193691855986592 CPUtime=0.69 cores=1,3,5,7
/proc/10769/task/10770/stat : 10770 (java) R 10767 10767 8557 0 -1 4202560 8553 0 0 0 66 3 0 0 20 0 15 0 113365633 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658929734896 139658531993910 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10771] ppid=10767 vsize=13980732 memory=-5587106306044206369 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10771/stat : 10771 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658859932688 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10772] ppid=10767 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10772/stat : 10772 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658858880144 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10773] ppid=10767 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10773/stat : 10773 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658857827088 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10774] ppid=10767 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10774/stat : 10774 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658856774544 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10775] ppid=10767 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10775/stat : 10775 (java) S 10767 10767 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658403481840 139658925509250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10776] ppid=10767 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10776/stat : 10776 (java) S 10767 10767 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658402428064 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10777] ppid=10767 vsize=13980732 memory=-2541025662029814883 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10777/stat : 10777 (java) S 10767 10767 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658401374960 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10778] ppid=10767 vsize=13980732 memory=6220995452361267046 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10778/stat : 10778 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658400323536 139658925516699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10779] ppid=10767 vsize=13980732 memory=6944652177228980320 CPUtime=0.37 cores=1,3,5,7
/proc/10769/task/10779/stat : 10779 (java) R 10767 10767 8557 0 -1 4202560 1676 0 0 0 37 0 0 0 20 0 15 0 113365638 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658399263616 139658910600517 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10780] ppid=10767 vsize=13980732 memory=4144 CPUtime=0.32 cores=1,3,5,7
/proc/10769/task/10780/stat : 10780 (java) R 10767 10767 8557 0 -1 4202560 1166 0 0 0 32 0 0 0 20 0 15 0 113365638 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658398211072 139658906134272 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10781] ppid=10767 vsize=13980732 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/10769/task/10781/stat : 10781 (java) S 10767 10767 8557 0 -1 1077944384 1530 0 0 0 28 0 0 0 20 0 15 0 113365638 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658397166064 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10782] ppid=10767 vsize=13980732 memory=140328325620336 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10782/stat : 10782 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658396113760 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10783] ppid=10767 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10783/stat : 10783 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365641 14316269568 16645 18446744073709551615 4194304 4196468 140722217424768 139658395060784 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 67960 KiB

[startup+0.900766 s]
/proc/loadavg: 1.58 1.35 1.38 5/211 10783
/proc/meminfo: memFree=30035380/32770624 swapFree=67105588/67108860
[pid=10767] ppid=10764 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (xcsp3-exec) S 10764 10767 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113365626 9740288 345 18446744073709551615 4194304 5098028 140721601007600 140721601005704 140499316220540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 5 0 0 7196144 7232144 39272448 140721601016184 140721601016389 140721601016389 140721601019883 0
/proc/10767/statm: 2378 345 289 221 0 87 0
[pid=10769] ppid=10767 vsize=13980732 memory=74288 CPUtime=2 cores=1,3,5,7
/proc/10769/stat : 10769 (java) S 10767 10767 8557 0 -1 1077944320 16218 0 0 0 195 5 0 0 20 0 15 0 113365632 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 140722217407312 139658925498103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
/proc/10769/statm: 3495183 18572 3183 1 0 3483476 0
[pid=10769/tid=10770] ppid=10767 vsize=13980732 memory=7019257425709197167 CPUtime=0.79 cores=1,3,5,7
/proc/10769/task/10770/stat : 10770 (java) R 10767 10767 8557 0 -1 4202560 8553 0 0 0 76 3 0 0 20 0 15 0 113365633 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658929736488 139658532229108 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10771] ppid=10767 vsize=13980732 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10771/stat : 10771 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658859932688 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10772] ppid=10767 vsize=13980732 memory=7373075860874358628 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10772/stat : 10772 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658858880144 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10773] ppid=10767 vsize=13980732 memory=5937524870553682016 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10773/stat : 10773 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658857827088 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10774] ppid=10767 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10774/stat : 10774 (java) S 10767 10767 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113365633 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658856774544 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10775] ppid=10767 vsize=13980732 memory=64476 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10775/stat : 10775 (java) S 10767 10767 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658403481840 139658925509250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10776] ppid=10767 vsize=13980732 memory=280656651225560 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10776/stat : 10776 (java) S 10767 10767 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658402428064 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10777] ppid=10767 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10777/stat : 10777 (java) S 10767 10767 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113365635 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658401374960 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10778] ppid=10767 vsize=13980732 memory=24 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10778/stat : 10778 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658400323536 139658925516699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10779] ppid=10767 vsize=13980732 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/10769/task/10779/stat : 10779 (java) R 10767 10767 8557 0 -1 4202560 2425 0 0 0 46 0 0 0 20 0 15 0 113365638 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658399257168 139658903045933 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10780] ppid=10767 vsize=13980732 memory=90 CPUtime=0.42 cores=1,3,5,7
/proc/10769/task/10780/stat : 10780 (java) R 10767 10767 8557 0 -1 4202560 2300 0 0 0 42 0 0 0 20 0 15 0 113365638 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658398205176 139658907019285 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10781] ppid=10767 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/10769/task/10781/stat : 10781 (java) S 10767 10767 8557 0 -1 1077944384 1632 0 0 0 28 1 0 0 20 0 15 0 113365638 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658397166064 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10782] ppid=10767 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10782/stat : 10782 (java) S 10767 10767 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113365638 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658396113760 139658925508309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
[pid=10769/tid=10783] ppid=10767 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10769/task/10783/stat : 10783 (java) S 10767 10767 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113365641 14316269568 18572 18446744073709551615 4194304 4196468 140722217424768 139658395060784 139658925509250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28602368 140722217427377 140722217427553 140722217427553 140722217430991 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 75668 KiB

Child status: 0
Real time (s): 0.991142
CPU time (s): 2.25049
CPU user time (s): 2.18832
CPU system time (s): 0.062176
CPU usage (%): 227.061
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 75668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.18832
system time used= 0.062176
maximum resident set size= 77444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16877
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= 1477
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 10767
#   total CPU time (s): 2.25049
#   total CPU user time (s): 2.18832
#   total CPU system time (s): 0.062176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030621 second user time and 0.044218 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 04:47:41
IDJOB=4282215
IDBENCH=120752
IDSOLVER=2677
FILE ID=node126/4282215-1503111705
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P04.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282215-1503111705/watcher-4282215-1503111705 -o /tmp/evaluation-result-4282215-1503111705/solver-4282215-1503111705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1315420880 HOME/instance-4282215-1503111705.xml

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

MD5SUM BENCH= df366086143c09aabef923644f665168
RANDOM SEED=1315420880

node126.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.81
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.81
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.81
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.81
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:        30077836 kB
MemAvailable:   30631572 kB
Buffers:          301024 kB
Cached:           542420 kB
SwapCached:          524 kB
Active:          1860536 kB
Inactive:         357988 kB
Active(anon):    1330748 kB
Inactive(anon):    93904 kB
Active(file):     529788 kB
Inactive(file):   264084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7840 kB
Writeback:            16 kB
AnonPages:       1373992 kB
Mapped:            69856 kB
Shmem:             49824 kB
Slab:             177868 kB
SReclaimable:     151396 kB
SUnreclaim:        26472 kB
KernelStack:        3488 kB
PageTables:         7960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2737232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1282048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62012 MiB
End job on node126 at 2017-08-19 04:47:42