Trace number 4282417

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-83-83.xml
MD5SUM5a1cc99098bd305fca19847613bf445f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8167
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Number of domains1
Minimum domain size84
Maximum domain size84
Distribution of domain sizes[{"size":84,"count":83}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":83}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3403}]
Number of extensional constraints3403
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3403}]
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-4282417-1503122877.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282417-1503122877.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
26.17/15.65	c solve instance...
26.90/15.93	s SATISFIABLE
26.90/15.93	v <instantiation>
26.90/15.93	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] </list>
26.90/15.93	v 	<values>0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
26.90/15.93	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15297 MiB free)
  memory of node 1: 16384 MiB (15494 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282417-1503122877/watcher-4282417-1503122877 -o /tmp/evaluation-result-4282417-1503122877/solver-4282417-1503122877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1767316902 HOME/instance-4282417-1503122877.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 1.68 1.69 1.75 2/199 24023
/proc/meminfo: memFree=31528732/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13358712 memory=13836 CPUtime=0 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 3230 0 0 0 0 0 0 0 20 0 6 0 10694850 13679321088 3459 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3339678 3459 1867 1 0 3329175 0
[pid=24022/tid=24023] ppid=24020 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 2003 0 0 0 0 0 0 0 20 0 6 0 10694851 13679321088 3459 18446744073709551615 4194304 4196468 140733305318880 139738436436560 139738424437566 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 10694851 13679321088 3459 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13358712 memory=139776130020992 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 10694851 13679321088 3459 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 10694851 13679321088 3459 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 10694851 13679321088 3459 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15216 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.68 1.69 1.75 3/212 24036
/proc/meminfo: memFree=31517608/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13974352 memory=26860 CPUtime=0.09 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 5179 0 0 0 8 1 0 0 20 0 15 0 10694850 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3493588 6715 2728 1 0 3482964 0
[pid=24022/tid=24023] ppid=24020 vsize=13974352 memory=-6871798056524144002 CPUtime=0.06 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 3314 0 0 0 6 0 0 0 20 0 15 0 10694851 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 139738436404576 139738424878453 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13974352 memory=139776130020992 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13974352 memory=139776130020992 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10694853 14309736448 6715 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10694853 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737976894752 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10694853 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737975842416 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24020 18108 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13974352 memory=139776130020992 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) R 24020 24020 18108 0 -1 4202560 244 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737971632496 139738432212374 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13974352 memory=139776130020992 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694860 14309736448 6779 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28240 KiB

[startup+0.310492 s]*
/proc/loadavg: 1.68 1.69 1.75 4/212 24036
/proc/meminfo: memFree=31505420/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13974352 memory=37076 CPUtime=0.28 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 8887 0 0 0 26 2 0 0 20 0 15 0 10694850 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3493588 9269 2979 1 0 3482964 0
[pid=24022/tid=24023] ppid=24020 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 6066 0 0 0 15 1 0 0 20 0 15 0 10694851 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139738436434832 139738432221786 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13974352 memory=139776130027985 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13974352 memory=7300713702249296236 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10694851 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10694853 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10694853 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737976894752 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10694853 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737975842416 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24020 18108 0 -1 1077944384 502 0 0 0 2 0 0 0 20 0 15 0 10694856 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24020 18108 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 10694856 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) R 24020 24020 18108 0 -1 4202560 775 0 0 0 6 0 0 0 20 0 15 0 10694856 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737971631680 139738416280926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694860 14309736448 9269 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38456 KiB

[startup+0.706238 s]
/proc/loadavg: 1.68 1.69 1.75 5/212 24036
/proc/meminfo: memFree=31466636/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13978608 memory=276476 CPUtime=1.31 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 13409 0 0 0 109 22 0 0 20 0 15 0 10694850 14314094592 69119 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3494652 69119 3125 1 0 3482964 0
[pid=24022/tid=24023] ppid=24020 vsize=13978608 memory=7813587196152198965 CPUtime=0.49 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) S 24020 24020 18108 0 -1 1077944384 7565 0 0 0 43 6 0 0 20 0 15 0 10694851 14314094592 69119 18446744073709551615 4194304 4196468 140733305318880 139738436439552 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13978608 memory=5787220505754035008 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) R 24020 24020 18108 0 -1 4202560 52 0 0 0 2 3 0 0 20 0 15 0 10694851 14314094592 69119 18446744073709551615 4194304 4196468 140733305318880 139738374146336 139738425303156 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13978608 memory=4128 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) R 24020 24020 18108 0 -1 4202560 56 0 0 0 2 3 0 0 20 0 15 0 10694851 14314094592 69119 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738425297140 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13978608 memory=2241 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) R 24020 24020 18108 0 -1 4202560 59 0 0 0 2 3 0 0 20 0 15 0 10694851 14314094592 69119 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738425303156 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13978608 memory=2244 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) R 24020 24020 18108 0 -1 4202560 59 0 0 0 2 3 0 0 20 0 15 0 10694851 14314094592 69119 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738425300139 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 10694853 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737977947296 139738432210645 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10694853 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737976894752 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10694853 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737975842416 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13978608 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13978608 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24020 18108 0 -1 1077944384 2071 0 0 0 21 0 0 0 20 0 15 0 10694856 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13978608 memory=-3967418655009478193 CPUtime=0.18 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24020 18108 0 -1 1077944384 1075 0 0 0 18 0 0 0 20 0 15 0 10694856 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13978608 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24020 18108 0 -1 1077944384 1163 0 0 0 16 0 0 0 20 0 15 0 10694856 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737971632496 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10694860 14314094592 69631 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 277856 KiB

[startup+1.50088 s]
/proc/loadavg: 1.68 1.69 1.75 5/212 24036
/proc/meminfo: memFree=31245156/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13978684 memory=504072 CPUtime=3.22 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 15865 0 0 0 286 36 0 0 20 0 15 0 10694850 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3494671 126018 3201 1 0 3482964 0
[pid=24022/tid=24023] ppid=24020 vsize=13978684 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 7895 0 0 0 113 9 0 0 20 0 15 0 10694851 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139738436438592 139738056570634 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13978684 memory=4498716170645055337 CPUtime=0.11 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 159 0 0 0 5 6 0 0 20 0 15 0 10694851 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13978684 memory=6009604455176891184 CPUtime=0.1 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 173 0 0 0 5 5 0 0 20 0 15 0 10694851 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13978684 memory=7740675579227432224 CPUtime=0.11 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 195 0 0 0 5 6 0 0 20 0 15 0 10694851 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13978684 memory=4128 CPUtime=0.09 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 148 0 0 0 4 5 0 0 20 0 15 0 10694851 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 10694853 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13978684 memory=139776019906688 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 10694853 14314172416 126018 18446744073709551615 4194304 4196468 140733305318880 139737976894816 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13980732 memory=4397512 CPUtime=25.76 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 39723 0 0 0 2369 207 0 0 20 0 15 0 10694850 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3495183 1099378 3227 1 0 3483476 0
[pid=24022/tid=24023] ppid=24020 vsize=13980732 memory=-8774313645642428999 CPUtime=12.35 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 14280 0 0 0 1190 45 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738436438808 139738058202305 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13980732 memory=640 CPUtime=2.58 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 2623 0 0 0 218 40 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13980732 memory=1796 CPUtime=2.55 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1687 0 0 0 219 36 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13980732 memory=952 CPUtime=2.57 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2352 0 0 0 218 39 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13980732 memory=1236 CPUtime=2.54 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 1267 0 0 0 215 39 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13980732 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 4977 0 0 0 8 0 0 0 20 0 15 0 10694853 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13980732 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737976894816 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13980732 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737975842432 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13980732 memory=2160 CPUtime=1.21 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24020 18108 0 -1 1077944384 4510 0 0 0 120 1 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13980732 memory=844 CPUtime=1.32 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24020 18108 0 -1 1077944384 3983 0 0 0 131 1 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13980732 memory=233 CPUtime=0.48 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24020 18108 0 -1 1077944384 2166 0 0 0 47 1 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737971632496 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13980732 memory=89 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 556 0 0 0 0 0 0 0 20 0 15 0 10694860 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 25.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4398892 KiB

[startup+15.6009 s]
/proc/loadavg: 1.90 1.74 1.77 3/212 24036
/proc/meminfo: memFree=27138104/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13980732 memory=4397512 CPUtime=26.17 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 39943 0 0 0 2410 207 0 0 20 0 15 0 10694850 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3495183 1099378 3227 1 0 3483476 0
[pid=24022/tid=24023] ppid=24020 vsize=13980732 memory=10936 CPUtime=12.74 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 14489 0 0 0 1229 45 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738436435824 139738053958151 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13980732 memory=1700 CPUtime=2.58 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 2623 0 0 0 218 40 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13980732 memory=5408 CPUtime=2.55 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1687 0 0 0 219 36 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13980732 memory=8672 CPUtime=2.57 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2352 0 0 0 218 39 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13980732 memory=1228 CPUtime=2.54 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 1267 0 0 0 215 39 0 0 20 0 15 0 10694851 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13980732 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 4977 0 0 0 8 0 0 0 20 0 15 0 10694853 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737976894816 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737975842432 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13980732 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13980732 memory=1200 CPUtime=1.22 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24020 18108 0 -1 1077944384 4521 0 0 0 121 1 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13980732 memory=15876 CPUtime=1.32 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24020 18108 0 -1 1077944384 3983 0 0 0 131 1 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13980732 memory=6264 CPUtime=0.48 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24020 18108 0 -1 1077944384 2166 0 0 0 47 1 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737971632496 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13980732 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 556 0 0 0 0 0 0 0 20 0 15 0 10694860 14316269568 1099378 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 26.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4398892 KiB

[startup+15.8013 s]
/proc/loadavg: 1.90 1.74 1.77 3/212 24036
/proc/meminfo: memFree=27138104/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13980732 memory=4398268 CPUtime=26.63 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 40891 0 0 0 2455 208 0 0 20 0 15 0 10694850 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3495183 1099567 3231 1 0 3483476 0
[pid=24022/tid=24023] ppid=24020 vsize=13980732 memory=3908 CPUtime=12.94 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 15025 0 0 0 1249 45 0 0 20 0 15 0 10694851 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139738436437368 139738059003865 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13980732 memory=3032 CPUtime=2.58 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 2623 0 0 0 218 40 0 0 20 0 15 0 10694851 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13980732 memory=2928 CPUtime=2.55 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1687 0 0 0 219 36 0 0 20 0 15 0 10694851 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13980732 memory=4072 CPUtime=2.57 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2352 0 0 0 218 39 0 0 20 0 15 0 10694851 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13980732 memory=1152 CPUtime=2.54 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 1267 0 0 0 215 39 0 0 20 0 15 0 10694851 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13980732 memory=3296 CPUtime=0.08 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 4978 0 0 0 8 0 0 0 20 0 15 0 10694853 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139737976894816 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13980732 memory=153880 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139737975842432 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13980732 memory=2648 CPUtime=1.33 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) R 24020 24020 18108 0 -1 4202560 4585 0 0 0 132 1 0 0 20 0 15 0 10694856 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738413725509 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13980732 memory=1380 CPUtime=1.43 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) R 24020 24020 18108 0 -1 4202560 4056 0 0 0 142 1 0 0 20 0 15 0 10694856 14316269568 1099567 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738417125416 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13980732 memory=4395592 CPUtime=0.51 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24020 18108 0 -1 1077944384 2440 0 0 0 50 1 0 0 20 0 15 0 10694856 14316269568 1099578 18446744073709551615 4194304 4196468 140733305318880 139737971632496 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099578 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13980732 memory=3398052 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 556 0 0 0 0 0 0 0 20 0 15 0 10694860 14316269568 1099578 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 26.63 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4399648 KiB

[startup+15.9013 s]
/proc/loadavg: 1.90 1.74 1.77 3/212 24036
/proc/meminfo: memFree=27138104/32770624 swapFree=67108860/67108860
[pid=24020] ppid=24017 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (xcsp3-exec) S 24017 24020 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 10694841 9740288 345 18446744073709551615 4194304 5098028 140724184573344 140724184571448 140462146822780 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 25894912 140724184576377 140724184576582 140724184576582 140724184580075 0
/proc/24020/statm: 2378 345 289 221 0 87 0
[pid=24022] ppid=24020 vsize=13980732 memory=4398332 CPUtime=26.9 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24020 18108 0 -1 1077944320 40942 0 0 0 2482 208 0 0 20 0 15 0 10694850 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 140733305301424 139738432200439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
/proc/24022/statm: 3495183 1099583 3231 1 0 3483476 0
[pid=24022/tid=24023] ppid=24020 vsize=13980732 memory=206407538359224 CPUtime=13.04 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24020 18108 0 -1 4202560 15031 0 0 0 1259 45 0 0 20 0 15 0 10694851 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139738436422704 139738410203628 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24024] ppid=24020 vsize=13980732 memory=1380 CPUtime=2.58 cores=1,3,5,7
/proc/24022/task/24024/stat : 24024 (java) S 24020 24020 18108 0 -1 1077944384 2623 0 0 0 218 40 0 0 20 0 15 0 10694851 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139738374146448 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24025] ppid=24020 vsize=13980732 memory=4333924 CPUtime=2.55 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24020 18108 0 -1 1077944384 1687 0 0 0 219 36 0 0 20 0 15 0 10694851 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139738373093648 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24026] ppid=24020 vsize=13980732 memory=-8774313645642428999 CPUtime=2.57 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24020 18108 0 -1 1077944384 2352 0 0 0 218 39 0 0 20 0 15 0 10694851 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139738030283408 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24027] ppid=24020 vsize=13980732 memory=288230574492221466 CPUtime=2.54 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24020 18108 0 -1 1077944384 1267 0 0 0 215 39 0 0 20 0 15 0 10694851 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139738029230608 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24028] ppid=24020 vsize=13980732 memory=288230604624101684 CPUtime=0.08 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24020 18108 0 -1 1077944384 4978 0 0 0 8 0 0 0 20 0 15 0 10694853 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737977948784 139738432211586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24029] ppid=24020 vsize=13980732 memory=13573678025672028 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24020 18108 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737976894816 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24030] ppid=24020 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24020 18108 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10694853 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737975842432 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24031] ppid=24020 vsize=13980732 memory=4397512 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737974790736 139738432219035 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24032] ppid=24020 vsize=13980732 memory=792 CPUtime=1.4 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) R 24020 24020 18108 0 -1 4202560 4608 0 0 0 139 1 0 0 20 0 15 0 10694856 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737973737584 139738415686485 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24033] ppid=24020 vsize=13980732 memory=1440 CPUtime=1.52 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) R 24020 24020 18108 0 -1 4202560 4069 0 0 0 151 1 0 0 20 0 15 0 10694856 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737972684784 139738417310447 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24034] ppid=24020 vsize=13980732 memory=4616 CPUtime=0.52 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24020 18108 0 -1 1077944384 2449 0 0 0 51 1 0 0 20 0 15 0 10694856 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737971632496 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24035] ppid=24020 vsize=13980732 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24020 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10694856 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737970579936 139738432210645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
[pid=24022/tid=24036] ppid=24020 vsize=13980732 memory=8672 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24020 18108 0 -1 1077944384 556 0 0 0 0 0 0 0 20 0 15 0 10694860 14316269568 1099583 18446744073709551615 4194304 4196468 140733305318880 139737901820848 139738432211586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140733305319858 140733305320034 140733305320034 140733305323471 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4399712 KiB

Child status: 0
Real time (s): 15.9656
CPU time (s): 27.0459
CPU user time (s): 24.941
CPU system time (s): 2.10488
CPU usage (%): 169.401
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 4399712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.941
system time used= 2.10488
maximum resident set size= 4399500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2970
involuntary context switches= 139


# summary of solver processes directly reported to runsolver:
#   pid: 24020
#   total CPU time (s): 27.0459
#   total CPU user time (s): 24.941
#   total CPU system time (s): 2.10488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114671 second user time and 0.207594 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 07:54:18
IDJOB=4282417
IDBENCH=125598
IDSOLVER=2677
FILE ID=node131/4282417-1503122877
RUNJOBID= node131-1503095854-18172
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-83-83.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-4282417-1503122877/watcher-4282417-1503122877 -o /tmp/evaluation-result-4282417-1503122877/solver-4282417-1503122877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1767316902 HOME/instance-4282417-1503122877.xml

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

MD5SUM BENCH= 5a1cc99098bd305fca19847613bf445f
RANDOM SEED=1767316902

node131.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.69
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.69
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.69
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.69
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:        31532020 kB
MemAvailable:   31883340 kB
Buffers:          161664 kB
Cached:           469240 kB
SwapCached:            0 kB
Active:           436628 kB
Inactive:         391680 kB
Active(anon):     197332 kB
Inactive(anon):     8556 kB
Active(file):     239296 kB
Inactive(file):   383124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84372 kB
Writeback:             4 kB
AnonPages:        196792 kB
Mapped:            43308 kB
Shmem:              8868 kB
Slab:             114496 kB
SReclaimable:      89468 kB
SUnreclaim:        25028 kB
KernelStack:        3456 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1130732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 61940 MiB
End job on node131 at 2017-08-19 07:54:34