Trace number 4302041

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)OPT1128 38.8655 34.52

General information on the benchmark

NameKnapsack/
Knapsack-40-150-01_c18.xml
MD5SUM8d3b063d869bbc1321103d2dddf1736e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark4.0899
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4302041-1532887836.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4302041-1532887836.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
0.70/0.42	c solve instance...
0.70/0.44	o 734 
0.70/0.45	o 759 
0.70/0.45	o 760 
0.70/0.49	o 782 
0.70/0.51	o 794 
1.06/0.53	o 796 
1.06/0.53	o 814 
1.06/0.53	o 820 
1.06/0.53	o 827 
1.06/0.53	o 829 
1.06/0.53	o 847 
1.06/0.53	o 885 
1.06/0.54	o 886 
1.06/0.54	o 887 
1.06/0.54	o 892 
1.06/0.54	o 948 
1.06/0.55	o 950 
1.06/0.57	o 982 
1.92/0.81	o 1012 
3.13/1.29	o 1023 
3.13/1.29	o 1031 
3.13/1.29	o 1036 
3.13/1.29	o 1045 
4.04/1.57	o 1061 
4.04/1.57	o 1062 
5.55/2.17	o 1073 
5.64/2.20	o 1077 
5.64/2.20	o 1078 
7.00/3.57	o 1089 
7.13/3.60	o 1105 
8.11/4.53	o 1117 
23.42/19.62	o 1128 
38.83/34.51	s OPTIMUM FOUND
38.83/34.51	v <instantiation>
38.83/34.51	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
38.83/34.51	v 	<values>0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 </values>
38.83/34.51	v </instantiation>

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302041-1532887836/watcher-4302041-1532887836 -o /tmp/evaluation-result-4302041-1532887836/solver-4302041-1532887836 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6815 --watchdog 312 HOME/xcsp3-exec -seed 1866413119 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302041-1532887836.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 1.61 1.82 1.96 3/217 10515
/proc/meminfo: memFree=25246560/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14082940 memory=29068 CPUtime=0.12 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 5696 0 0 0 11 1 0 0 20 0 15 0 106346494 14420930560 7267 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3520735 7267 2993 1 0 3483012 0
[pid=10501/tid=10502] ppid=10499 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 3708 0 0 0 8 1 0 0 20 0 15 0 106346494 14420930560 7332 33554432000 4194304 4196468 140726305138080 139923171137328 139922803622240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14420930560 7332 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14082940 memory=140494526572160 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106346495 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14082940 memory=140494526572160 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106346496 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106346497 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106346497 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922345657584 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 106346500 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 106346500 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14082940 memory=140494526572160 CPUtime=0.01 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) R 10499 10499 6529 0 -1 4202560 269 0 0 0 1 0 0 0 20 0 15 0 106346500 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922341447664 139923148141616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14082940 memory=140494526572160 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346500 14420930560 7332 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30524 KiB

[startup+0.210622 s]*
/proc/loadavg: 1.61 1.82 1.96 5/217 10515
/proc/meminfo: memFree=25234244/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14082940 memory=40712 CPUtime=0.33 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 8187 0 0 0 31 2 0 0 20 0 15 0 106346494 14420930560 10178 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3520735 10178 3188 1 0 3483012 0
[pid=10501/tid=10502] ppid=10499 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 5408 0 0 0 18 2 0 0 20 0 15 0 106346494 14420930560 10181 33554432000 4194304 4196468 140726305138080 139923171126200 139923169179335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14085056 memory=12627 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14423097344 10181 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14085056 memory=3544531882364200608 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106346495 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14085056 memory=140494526572160 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106346496 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106346497 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106346497 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922345657584 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14085056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 480 0 0 0 2 0 0 0 20 0 15 0 106346500 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14085056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 324 0 0 0 2 0 0 0 20 0 15 0 106346500 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14085056 memory=140494526572160 CPUtime=0.07 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 674 0 0 0 7 0 0 0 20 0 15 0 106346500 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346500 14423097344 10181 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42168 KiB

[startup+0.310406 s]*
/proc/loadavg: 1.61 1.82 1.96 4/217 10515
/proc/meminfo: memFree=25227792/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14087196 memory=47544 CPUtime=0.52 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 9059 0 0 0 49 3 0 0 20 0 15 0 106346494 14425288704 11886 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3521799 11886 3259 1 0 3483012 0
[pid=10501/tid=10502] ppid=10499 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 6111 0 0 0 27 2 0 0 20 0 15 0 106346494 14425288704 11951 33554432000 4194304 4196468 140726305138080 139923171137840 139923166925981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14425288704 11951 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106346495 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106346496 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106346497 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106346497 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922345657584 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 496 0 0 0 4 0 0 0 20 0 15 0 106346500 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 410 0 0 0 5 0 0 0 20 0 15 0 106346500 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 747 0 0 0 12 0 0 0 20 0 15 0 106346500 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346500 14425288704 11951 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49000 KiB

[startup+0.700797 s]
/proc/loadavg: 1.61 1.82 1.96 6/217 10515
/proc/meminfo: memFree=25213340/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14089320 memory=82240 CPUtime=1.62 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 15781 0 0 0 157 5 0 0 20 0 15 0 106346494 14427463680 20560 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3522330 20560 3362 1 0 3483524 0
[pid=10501/tid=10502] ppid=10499 vsize=14089320 memory=30408 CPUtime=0.67 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 6774 0 0 0 64 3 0 0 20 0 15 0 106346494 14427463680 20560 33554432000 4194304 4196468 140726305138080 139923171135312 139923146629181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14089320 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14427463680 20560 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14089320 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14089320 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346495 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14089320 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106346495 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14089320 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106346496 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14089320 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14089320 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922345657584 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14089320 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14089320 memory=8556 CPUtime=0.33 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) R 10499 10499 6529 0 -1 4202560 2906 0 0 0 33 0 0 0 20 0 15 0 106346500 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922343534280 139923145193730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14089320 memory=1444 CPUtime=0.34 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) R 10499 10499 6529 0 -1 4202560 3271 0 0 0 34 0 0 0 20 0 15 0 106346500 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922342486824 139923150290832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14089320 memory=5668 CPUtime=0.24 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 1521 0 0 0 24 0 0 0 20 0 15 0 106346500 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14089320 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14089320 memory=14076 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 20560 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 83696 KiB

[startup+1.50078 s]
/proc/loadavg: 1.61 1.82 1.96 6/217 10515
/proc/meminfo: memFree=25168704/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0

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

/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14089320 memory=195104 CPUtime=37.93 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 51734 0 0 0 3779 14 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3522330 48776 3399 1 0 3483524 0
[pid=10501/tid=10502] ppid=10499 vsize=14089320 memory=4140 CPUtime=33.43 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 9487 0 0 0 3338 5 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923171143280 139922807045548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14089320 memory=1456 CPUtime=0.04 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14089320 memory=195104 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 843 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14089320 memory=1456 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 187 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14089320 memory=195104 CPUtime=0.04 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 728 0 0 0 4 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14089320 memory=2684 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 779 0 0 0 4 1 0 0 20 0 15 0 106346496 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14089320 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14089320 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922345657600 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14089320 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14089320 memory=6791534058613427641 CPUtime=2.01 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 19864 0 0 0 200 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14089320 memory=2200 CPUtime=1.83 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 13155 0 0 0 182 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14089320 memory=7284 CPUtime=0.34 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 3843 0 0 0 33 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14089320 memory=840 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14089320 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 37.93 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 196560 KiB

[startup+34.0008 s]*
/proc/loadavg: 1.55 1.77 1.95 3/217 10515
/proc/meminfo: memFree=25075672/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14089320 memory=195104 CPUtime=38.34 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 51738 0 0 0 3820 14 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3522330 48776 3399 1 0 3483524 0
[pid=10501/tid=10502] ppid=10499 vsize=14089320 memory=6791534058613427641 CPUtime=33.83 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 9488 0 0 0 3378 5 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923171143392 139922807045535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14089320 memory=4126316290023845779 CPUtime=0.04 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14089320 memory=16104758104558012 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 843 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14089320 memory=1004 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 187 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14089320 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 729 0 0 0 5 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14089320 memory=15620 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 779 0 0 0 4 1 0 0 20 0 15 0 106346496 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14089320 memory=280988841443488 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14089320 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922345657600 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14089320 memory=3472323898181169200 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14089320 memory=0 CPUtime=2.01 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 19864 0 0 0 200 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14089320 memory=4124 CPUtime=1.83 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 13155 0 0 0 182 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14089320 memory=2200 CPUtime=0.34 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 3843 0 0 0 33 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14089320 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14089320 memory=7595721433243740266 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 923 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 38.34 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 196560 KiB

[startup+34.4007 s]
/proc/loadavg: 1.55 1.77 1.95 3/217 10515
/proc/meminfo: memFree=25075672/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14089320 memory=195104 CPUtime=38.73 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 51776 0 0 0 3859 14 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3522330 48776 3399 1 0 3483524 0
[pid=10501/tid=10502] ppid=10499 vsize=14089320 memory=6791534058613427641 CPUtime=34.22 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 9523 0 0 0 3417 5 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923171143312 139922806794293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14089320 memory=1456 CPUtime=0.04 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14089320 memory=195104 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 843 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14089320 memory=1456 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 188 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14089320 memory=195104 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 729 0 0 0 5 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14089320 memory=1456 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 781 0 0 0 4 1 0 0 20 0 15 0 106346496 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14089320 memory=195104 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14089320 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922345657600 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14089320 memory=2748 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14089320 memory=1456 CPUtime=2.01 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 19864 0 0 0 200 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14089320 memory=196360 CPUtime=1.83 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 13155 0 0 0 182 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14089320 memory=6791534058613427641 CPUtime=0.34 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 3843 0 0 0 33 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14089320 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 923 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 38.73 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 196560 KiB

[startup+34.5008 s]
/proc/loadavg: 1.55 1.77 1.95 3/217 10515
/proc/meminfo: memFree=25075672/32770624 swapFree=67108688/67108860
[pid=10499] ppid=10496 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10499/stat : 10499 (xcsp3-exec) S 10496 10499 6529 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106346494 115843072 364 33554432000 4194304 5098028 140737112262816 140737112260920 140324036461180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19496960 140737112265792 140737112265993 140737112265993 140737112268746 0
/proc/10499/statm: 28282 364 306 221 0 87 0
[pid=10501] ppid=10499 vsize=14089320 memory=195104 CPUtime=38.83 cores=0,2,4,6
/proc/10501/stat : 10501 (java) S 10499 10499 6529 0 -1 1077944320 51776 0 0 0 3869 14 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 140726305120624 139923166904055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
/proc/10501/statm: 3522330 48776 3399 1 0 3483524 0
[pid=10501/tid=10502] ppid=10499 vsize=14089320 memory=6791534058613427641 CPUtime=34.32 cores=0,2,4,6
/proc/10501/task/10502/stat : 10502 (java) R 10499 10499 6529 0 -1 4202560 9523 0 0 0 3427 5 0 0 20 0 15 0 106346494 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923171143312 139922807045253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10503] ppid=10499 vsize=14089320 memory=30408 CPUtime=0.04 cores=0,2,4,6
/proc/10501/task/10503/stat : 10503 (java) S 10499 10499 6529 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139923123456528 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10504] ppid=10499 vsize=14089320 memory=195104 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10504/stat : 10504 (java) S 10499 10499 6529 0 -1 1077944384 843 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922762033808 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10505] ppid=10499 vsize=14089320 memory=195104 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10505/stat : 10505 (java) S 10499 10499 6529 0 -1 1077944384 188 0 0 0 4 1 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922760980752 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10506] ppid=10499 vsize=14089320 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10506/stat : 10506 (java) S 10499 10499 6529 0 -1 1077944384 729 0 0 0 5 0 0 0 20 0 15 0 106346495 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922759928208 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10507] ppid=10499 vsize=14089320 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10501/task/10507/stat : 10507 (java) S 10499 10499 6529 0 -1 1077944384 781 0 0 0 4 1 0 0 20 0 15 0 106346496 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922347764464 139923166915202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10508] ppid=10499 vsize=14089320 memory=205588 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10508/stat : 10508 (java) S 10499 10499 6529 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922346710688 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10509] ppid=10499 vsize=14089320 memory=205588 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10509/stat : 10509 (java) S 10499 10499 6529 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106346497 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922345657600 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10510] ppid=10499 vsize=14089320 memory=56 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10510/stat : 10510 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922344606160 139923166922651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10511] ppid=10499 vsize=14089320 memory=280988841073472 CPUtime=2.01 cores=0,2,4,6
/proc/10501/task/10511/stat : 10511 (java) S 10499 10499 6529 0 -1 1077944384 19864 0 0 0 200 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922343553264 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10512] ppid=10499 vsize=14089320 memory=6878101832197056944 CPUtime=1.83 cores=0,2,4,6
/proc/10501/task/10512/stat : 10512 (java) S 10499 10499 6529 0 -1 1077944384 13155 0 0 0 182 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922342500720 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10513] ppid=10499 vsize=14089320 memory=30408 CPUtime=0.34 cores=0,2,4,6
/proc/10501/task/10513/stat : 10513 (java) S 10499 10499 6529 0 -1 1077944384 3843 0 0 0 33 1 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922341447664 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10514] ppid=10499 vsize=14089320 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10514/stat : 10514 (java) S 10499 10499 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922340395360 139923166914261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
[pid=10501/tid=10515] ppid=10499 vsize=14089320 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/10501/task/10515/stat : 10515 (java) S 10499 10499 6529 0 -1 1077944384 923 0 0 0 0 0 0 0 20 0 15 0 106346500 14427463680 48776 33554432000 4194304 4196468 140726305138080 139922339343408 139923166915202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 15892480 140726305141900 140726305142070 140726305142070 140726305144783 0
Current children cumulated CPU time: 38.83 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 196560 KiB

Child status: 0
Real time (s): 34.52
CPU time (s): 38.8655
CPU user time (s): 38.7123
CPU system time (s): 0.153151
CPU usage (%): 112.588
Max. virtual memory (cumulated for all children) (KiB): 14204704
Max. memory (cumulated for all children) (KiB): 229852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7123
system time used= 0.153151
maximum resident set size= 228400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3681
involuntary context switches= 107


# summary of solver processes directly reported to runsolver:
#   pid: 10499
#   total CPU time (s): 38.8655
#   total CPU user time (s): 38.7123
#   total CPU system time (s): 0.153151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.250353 second user time and 0.356451 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 20:10:36
IDJOB=4302041
IDBENCH=141538
IDSOLVER=2772
FILE ID=node106/4302041-1532887836
RUNJOBID= node106-1532884072-6815
PBS_JOBID= 21022522
Free space on /tmp= 54704 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-01_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302041-1532887836/watcher-4302041-1532887836 -o /tmp/evaluation-result-4302041-1532887836/solver-4302041-1532887836 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6815 --watchdog 312  HOME/xcsp3-exec -seed 1866413119 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4302041-1532887836.xml

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

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=1866413119

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25264848 kB
MemAvailable:   31592356 kB
Buffers:          245128 kB
Cached:          6315956 kB
SwapCached:            0 kB
Active:          2733304 kB
Inactive:        4223672 kB
Active(anon):     343196 kB
Inactive(anon):    80476 kB
Active(file):    2390108 kB
Inactive(file):  4143196 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             21676 kB
Writeback:             0 kB
AnonPages:        402556 kB
Mapped:            57448 kB
Shmem:             25056 kB
Slab:             247696 kB
SReclaimable:     220076 kB
SUnreclaim:        27620 kB
KernelStack:        3552 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1376704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54684 MiB
End job on node106 at 2018-07-29 20:11:11