Trace number 4284016

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 5a (2017-08-18)UNSAT 314.17599 301.69601

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.2859
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284016-1503205932.xml"  -tl '2520s' -p 1 -x 3
0.20/0.42	c [HOME/instance-4284016-1503205932.xml, -tl, 2520s, -p, 1, -x, 3]
0.20/0.48	c simple solver
0.37/0.55	c parse instance...
1.54/0.96	c solve instance...
314.07/301.68	s UNSATISFIABLE

Verifier Data


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 (14941 MiB free)
  memory of node 1: 16384 MiB (15068 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284016-1503205932/watcher-4284016-1503205932 -o /tmp/evaluation-result-4284016-1503205932/solver-4284016-1503205932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1825136835 HOME/instance-4284016-1503205932.xml 

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

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

solver pid=18186, runsolver pid=18183

[startup+0.100132 s]*
/proc/loadavg: 1.77 1.97 2.02 3/199 18189
/proc/meminfo: memFree=30729820/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13356504 memory=10920 CPUtime=0 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 2493 0 0 0 0 0 0 0 20 0 6 0 122786217 13677060096 2730 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3339126 2730 1261 1 0 3329096 0
[pid=18188/tid=18189] ppid=18186 vsize=13358712 memory=-8023549066454273880 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 1388 0 0 0 0 0 0 0 20 0 6 0 122786217 13679321088 2866 18446744073709551615 4194304 4196468 140731318855488 139973233594960 139973190339557 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 122786218 13679321088 2866 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13358712 memory=139664160138880 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 122786218 13679321088 2866 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 122786218 13679321088 2866 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 122786218 13679321088 2866 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12300 KiB

[startup+0.210102 s]*
/proc/loadavg: 1.77 1.97 2.02 2/211 18201
/proc/meminfo: memFree=30719040/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13907304 memory=22008 CPUtime=0.05 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 4896 0 0 0 5 0 0 0 20 0 14 0 122786217 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3476826 5502 2571 1 0 3466323 0
[pid=18188/tid=18189] ppid=18186 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) D 18186 18186 28892 0 -1 4202560 3062 0 0 0 4 0 0 0 20 0 14 0 122786217 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139973233596320 139973229380861 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13907304 memory=13729 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13907304 memory=288370040311850624 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13907304 memory=139664160138880 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122786219 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 122786219 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972706907680 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 122786220 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972705854832 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) S 18186 18186 28892 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972702697712 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13907304 memory=139664160138880 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) S 18186 18186 28892 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972701644912 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23388 KiB

[startup+0.31012 s]*
/proc/loadavg: 1.77 1.97 2.02 2/211 18202
/proc/meminfo: memFree=30718296/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13907304 memory=22008 CPUtime=0.05 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 4896 0 0 0 5 0 0 0 20 0 14 0 122786217 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3476826 5502 2571 1 0 3466323 0
[pid=18188/tid=18189] ppid=18186 vsize=13907304 memory=-7677926825137650786 CPUtime=0.04 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) D 18186 18186 28892 0 -1 4202560 3062 0 0 0 4 0 0 0 20 0 14 0 122786217 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139973233596320 139973229380861 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13907304 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122786218 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122786219 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 122786219 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972706907680 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 122786220 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972705854832 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13907304 memory=139664015248064 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) S 18186 18186 28892 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972702697712 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13907304 memory=139664160138880 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) S 18186 18186 28892 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972701644912 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122786222 14241079296 5502 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23388 KiB

[startup+0.702252 s]
/proc/loadavg: 1.77 1.97 2.02 3/212 18203
/proc/meminfo: memFree=30702024/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13978684 memory=60356 CPUtime=0.87 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 12897 0 0 0 83 4 0 0 20 0 15 0 122786217 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3494671 15089 3135 1 0 3482964 0
[pid=18188/tid=18189] ppid=18186 vsize=13978684 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 7860 0 0 0 38 2 0 0 20 0 15 0 122786217 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139973233595120 139972866813210 0 4 1 16800974 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122786218 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13978684 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122786218 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13978684 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122786218 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13978684 memory=81092 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122786218 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13978684 memory=6788 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 122786219 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122786219 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972706907680 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122786220 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972705854832 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13978684 memory=1249 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13978684 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) R 18186 18186 28892 0 -1 4202560 1115 0 0 0 11 0 0 0 20 0 15 0 122786222 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973210058365 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13978684 memory=40420 CPUtime=0.12 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) R 18186 18186 28892 0 -1 4202560 930 0 0 0 12 0 0 0 20 0 15 0 122786222 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972702678728 139973229380186 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13978684 memory=3908 CPUtime=0.2 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) R 18186 18186 28892 0 -1 4202560 1684 0 0 0 20 0 0 0 20 0 15 0 122786222 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972701644096 139973213521248 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13978684 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18203] ppid=18186 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18203/stat : 18203 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122786241 14314172416 15089 18446744073709551615 4194304 4196468 140731318855488 139972699540656 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 61736 KiB

[startup+1.50078 s]
/proc/loadavg: 1.77 1.97 2.02 6/212 18203
/proc/meminfo: memFree=30643652/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13980732 memory=112344 CPUtime=3.5 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 19602 0 0 0 343 7 0 0 20 0 15 0 122786217 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3495183 28086 3193 1 0 3483476 0
[pid=18188/tid=18189] ppid=18186 vsize=13980732 memory=0 CPUtime=1.19 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 9391 0 0 0 115 4 0 0 20 0 15 0 122786217 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139973233598000 139972872380063 0 4 1 16800974 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122786218 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122786218 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13980732 memory=-8707038579349950309 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122786218 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13980732 memory=6485400635776 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122786218 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 122786219 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122786219 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972706907680 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13980732 memory=3749592432052800058 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122786220 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972705854832 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13980732 memory=664970774364296292 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 28086 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13980732 memory=0 CPUtime=0.84 cores=0,2,4,6

################
# More data... #
################

/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13980732 memory=318044 CPUtime=311.62 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 78285 0 0 0 31095 67 0 0 20 0 15 0 122786217 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3495183 79511 3260 1 0 3483476 0
[pid=18188/tid=18189] ppid=18186 vsize=13980732 memory=1296 CPUtime=296.7 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 16720 0 0 0 29663 7 0 0 20 0 15 0 122786217 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139973233598368 139972874041817 0 4 1 16800974 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13980732 memory=-8774313645642428999 CPUtime=1.9 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 2431 0 0 0 179 11 0 0 20 0 15 0 122786218 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13980732 memory=65672 CPUtime=1.9 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 3449 0 0 0 178 12 0 0 20 0 15 0 122786218 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13980732 memory=1296 CPUtime=1.9 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 3581 0 0 0 179 11 0 0 20 0 15 0 122786218 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13980732 memory=2420 CPUtime=1.9 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2168 0 0 0 179 11 0 0 20 0 15 0 122786218 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13980732 memory=1732 CPUtime=0.14 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 3906 0 0 0 12 2 0 0 20 0 15 0 122786219 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13980732 memory=318044 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 122786219 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972706907744 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13980732 memory=318044 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 122786220 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972705854848 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13980732 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13980732 memory=1444 CPUtime=3.13 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) S 18186 18186 28892 0 -1 1077944384 19672 0 0 0 312 1 0 0 20 0 15 0 122786222 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13980732 memory=1228 CPUtime=3.01 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) S 18186 18186 28892 0 -1 1077944384 14227 0 0 0 299 2 0 0 20 0 15 0 122786222 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972702697712 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13980732 memory=2420 CPUtime=0.8 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) S 18186 18186 28892 0 -1 1077944384 10023 0 0 0 78 2 0 0 20 0 15 0 122786222 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972701644912 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18203] ppid=18186 vsize=13980732 memory=5788 CPUtime=0.15 cores=0,2,4,6
/proc/18188/task/18203/stat : 18203 (java) S 18186 18186 28892 0 -1 1077944384 712 0 0 0 7 8 0 0 20 0 15 0 122786241 14316269568 79511 18446744073709551615 4194304 4196468 140731318855488 139972699540656 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 311.62 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 319424 KiB

[startup+300.801 s]
/proc/loadavg: 1.59 1.72 1.89 3/212 18251
/proc/meminfo: memFree=30404756/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13980732 memory=318060 CPUtime=313.25 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 78401 0 0 0 31258 67 0 0 20 0 15 0 122786217 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3495183 79515 3260 1 0 3483476 0
[pid=18188/tid=18189] ppid=18186 vsize=13980732 memory=318044 CPUtime=298.29 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 16723 0 0 0 29822 7 0 0 20 0 15 0 122786217 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139973233595624 139972873491259 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13980732 memory=1380 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 2432 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13980732 memory=796 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 3449 0 0 0 179 12 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13980732 memory=11160 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 3583 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13980732 memory=1380 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2184 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13980732 memory=318912 CPUtime=0.14 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 3906 0 0 0 12 2 0 0 20 0 15 0 122786219 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13980732 memory=317904 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 122786219 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972706907744 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13980732 memory=932 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 122786220 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972705854848 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13980732 memory=318044 CPUtime=3.13 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) S 18186 18186 28892 0 -1 1077944384 19701 0 0 0 312 1 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13980732 memory=1296 CPUtime=3.01 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) S 18186 18186 28892 0 -1 1077944384 14227 0 0 0 299 2 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972702697712 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13980732 memory=2420 CPUtime=0.8 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) S 18186 18186 28892 0 -1 1077944384 10088 0 0 0 78 2 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972701644912 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13980732 memory=12216 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18203] ppid=18186 vsize=13980732 memory=1992 CPUtime=0.15 cores=0,2,4,6
/proc/18188/task/18203/stat : 18203 (java) S 18186 18186 28892 0 -1 1077944384 712 0 0 0 7 8 0 0 20 0 15 0 122786241 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972699540656 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 313.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 319440 KiB

[startup+301.201 s]
/proc/loadavg: 1.59 1.72 1.89 3/212 18252
/proc/meminfo: memFree=30398720/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13980732 memory=318060 CPUtime=313.65 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 78401 0 0 0 31298 67 0 0 20 0 15 0 122786217 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3495183 79515 3260 1 0 3483476 0
[pid=18188/tid=18189] ppid=18186 vsize=13980732 memory=4300 CPUtime=298.69 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 16723 0 0 0 29862 7 0 0 20 0 15 0 122786217 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139973233595624 139972872790830 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13980732 memory=932 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 2432 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13980732 memory=382312 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 3449 0 0 0 179 12 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13980732 memory=1156 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 3583 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13980732 memory=3088 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2184 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13980732 memory=1380 CPUtime=0.14 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 3906 0 0 0 12 2 0 0 20 0 15 0 122786219 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13980732 memory=318044 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 122786219 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972706907744 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13980732 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 122786220 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972705854848 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13980732 memory=5788 CPUtime=3.13 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) S 18186 18186 28892 0 -1 1077944384 19701 0 0 0 312 1 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13980732 memory=288230574492221466 CPUtime=3.01 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) S 18186 18186 28892 0 -1 1077944384 14227 0 0 0 299 2 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972702697712 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13980732 memory=288230621803970871 CPUtime=0.8 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) S 18186 18186 28892 0 -1 1077944384 10088 0 0 0 78 2 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972701644912 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13980732 memory=15825486446070293 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18203] ppid=18186 vsize=13980732 memory=3044 CPUtime=0.15 cores=0,2,4,6
/proc/18188/task/18203/stat : 18203 (java) S 18186 18186 28892 0 -1 1077944384 712 0 0 0 7 8 0 0 20 0 15 0 122786241 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972699540656 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 313.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 319440 KiB

[startup+301.601 s]
/proc/loadavg: 1.59 1.72 1.89 3/212 18252
/proc/meminfo: memFree=30398720/32770624 swapFree=67108860/67108860
[pid=18186] ppid=18183 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18186/stat : 18186 (xcsp3-exec) S 18183 18186 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122786207 9740288 345 18446744073709551615 4194304 5098028 140736997290016 140736997288120 140641856856700 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 24530944 140736997298552 140736997298757 140736997298757 140736997302251 0
/proc/18186/statm: 2378 345 289 221 0 87 0
[pid=18188] ppid=18186 vsize=13980732 memory=318060 CPUtime=314.07 cores=0,2,4,6
/proc/18188/stat : 18188 (java) S 18186 18186 28892 0 -1 1077944320 78410 0 0 0 31340 67 0 0 20 0 15 0 122786217 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 140731318838032 139973229358839 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
/proc/18188/statm: 3495183 79515 3260 1 0 3483476 0
[pid=18188/tid=18189] ppid=18186 vsize=13980732 memory=932 CPUtime=299.08 cores=0,2,4,6
/proc/18188/task/18189/stat : 18189 (java) R 18186 18186 28892 0 -1 4202560 16724 0 0 0 29901 7 0 0 20 0 15 0 122786217 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139973233598480 139972874041615 0 4 1 16800974 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18190] ppid=18186 vsize=13980732 memory=1624 CPUtime=1.91 cores=0,2,4,6
/proc/18188/task/18190/stat : 18190 (java) S 18186 18186 28892 0 -1 1077944384 2434 0 0 0 180 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972829178512 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18191] ppid=18186 vsize=13980732 memory=2160 CPUtime=1.92 cores=0,2,4,6
/proc/18188/task/18191/stat : 18191 (java) S 18186 18186 28892 0 -1 1077944384 3449 0 0 0 180 12 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972828125712 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18192] ppid=18186 vsize=13980732 memory=2420 CPUtime=1.92 cores=0,2,4,6
/proc/18188/task/18192/stat : 18192 (java) S 18186 18186 28892 0 -1 1077944384 3585 0 0 0 181 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972827072912 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18193] ppid=18186 vsize=13980732 memory=1732 CPUtime=1.92 cores=0,2,4,6
/proc/18188/task/18193/stat : 18193 (java) S 18186 18186 28892 0 -1 1077944384 2188 0 0 0 181 11 0 0 20 0 15 0 122786218 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972826020112 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18194] ppid=18186 vsize=13980732 memory=5788 CPUtime=0.15 cores=0,2,4,6
/proc/18188/task/18194/stat : 18194 (java) S 18186 18186 28892 0 -1 1077944384 3906 0 0 0 13 2 0 0 20 0 15 0 122786219 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972707961712 139973229369986 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18195] ppid=18186 vsize=13980732 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18195/stat : 18195 (java) S 18186 18186 28892 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 122786219 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972706907744 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18196] ppid=18186 vsize=13980732 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18196/stat : 18196 (java) S 18186 18186 28892 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 122786220 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972705854848 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18197] ppid=18186 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18197/stat : 18197 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972704803152 139973229377435 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18198] ppid=18186 vsize=13980732 memory=1000 CPUtime=3.13 cores=0,2,4,6
/proc/18188/task/18198/stat : 18198 (java) S 18186 18186 28892 0 -1 1077944384 19701 0 0 0 312 1 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972703750512 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18199] ppid=18186 vsize=13980732 memory=-8774313645642428999 CPUtime=3.01 cores=0,2,4,6
/proc/18188/task/18199/stat : 18199 (java) S 18186 18186 28892 0 -1 1077944384 14227 0 0 0 299 2 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972702697712 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18200] ppid=18186 vsize=13980732 memory=11160 CPUtime=0.8 cores=0,2,4,6
/proc/18188/task/18200/stat : 18200 (java) S 18186 18186 28892 0 -1 1077944384 10088 0 0 0 78 2 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972701644912 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18201] ppid=18186 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/18188/task/18201/stat : 18201 (java) S 18186 18186 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122786222 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972700592352 139973229369045 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
[pid=18188/tid=18203] ppid=18186 vsize=13980732 memory=4048 CPUtime=0.15 cores=0,2,4,6
/proc/18188/task/18203/stat : 18203 (java) S 18186 18186 28892 0 -1 1077944384 712 0 0 0 7 8 0 0 20 0 15 0 122786241 14316269568 79515 18446744073709551615 4194304 4196468 140731318855488 139972699540656 139973229369986 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 21004288 140731318862257 140731318862433 140731318862433 140731318865871 0
Current children cumulated CPU time: 314.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 319440 KiB

Child status: 0
Real time (s): 301.696
CPU time (s): 314.176
CPU user time (s): 313.496
CPU system time (s): 0.680438
CPU usage (%): 104.137
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 483376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.496
system time used= 0.680438
maximum resident set size= 485844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12260
involuntary context switches= 691


# summary of solver processes directly reported to runsolver:
#   pid: 18186
#   total CPU time (s): 314.176
#   total CPU user time (s): 313.496
#   total CPU system time (s): 0.680438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84949 second user time and 2.9855 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 06:58:00
IDJOB=4284016
IDBENCH=126890
IDSOLVER=2679
FILE ID=node127/4284016-1503205932
RUNJOBID= node127-1503172133-9102
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-100-9.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-4284016-1503205932/watcher-4284016-1503205932 -o /tmp/evaluation-result-4284016-1503205932/solver-4284016-1503205932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1825136835 HOME/instance-4284016-1503205932.xml

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

MD5SUM BENCH= 4f03c112a8f6a228f13fa4574ba8a054
RANDOM SEED=1825136835

node127.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.92
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.92
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.92
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.92
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:        30731324 kB
MemAvailable:   31599548 kB
Buffers:          304420 kB
Cached:           865164 kB
SwapCached:            0 kB
Active:          1206052 kB
Inactive:         384924 kB
Active(anon):     371844 kB
Inactive(anon):    99152 kB
Active(file):     834208 kB
Inactive(file):   285772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:             0 kB
AnonPages:        421300 kB
Mapped:            75104 kB
Shmem:             49828 kB
Slab:             154652 kB
SReclaimable:     128156 kB
SUnreclaim:        26496 kB
KernelStack:        3456 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1264572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-20 07:03:02