Trace number 4269668

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-09)SAT 26.2115 16.820601

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-85-85.xml
MD5SUMba1c49fa80fd17c1a348725aa5db0d15
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 benchmark10.8889
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":85}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints3570
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269668-1502770592.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4269668-1502770592.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
25.24/16.49	c solve instance...
25.92/16.78	s SATISFIABLE
25.92/16.78	v <instantiation>
25.92/16.78	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] x[83] x[84] </list>
25.92/16.78	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 1 1 </values>
25.92/16.78	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 (14307 MiB free)
  memory of node 1: 16384 MiB (15444 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269668-1502770592/watcher-4269668-1502770592 -o /tmp/evaluation-result-4269668-1502770592/solver-4269668-1502770592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 667663869 HOME/instance-4269668-1502770592.xml 

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

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

solver pid=13408, runsolver pid=13405

[startup+0.100156 s]*
/proc/loadavg: 2.44 2.18 2.01 3/210 13415
/proc/meminfo: memFree=30460936/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13358712 memory=16676 CPUtime=0 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 3408 0 0 0 0 0 0 0 20 0 6 0 124565775 13679321088 4169 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3339678 4169 1905 1 0 3329175 0
[pid=13410/tid=13411] ppid=13408 vsize=13358712 memory=-6871798056557643345 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 2174 0 0 0 0 0 0 0 20 0 6 0 124565775 13679321088 4169 18446744073709551615 4194304 4196468 140722326439888 139753186472528 139753182258333 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13358712 memory=735272052430568040 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124565776 13679321088 4169 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13358712 memory=140341525038720 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124565776 13679321088 4169 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124565776 13679321088 4169 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 124565776 13679321088 4169 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 18056 KiB

[startup+0.210266 s]*
/proc/loadavg: 2.44 2.18 2.01 4/219 13424
/proc/meminfo: memFree=30450616/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13974352 memory=26684 CPUtime=0.1 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 5119 0 0 0 9 1 0 0 20 0 15 0 124565775 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3493588 6671 2749 1 0 3482964 0
[pid=13410/tid=13411] ppid=13408 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 3270 0 0 0 7 0 0 0 20 0 15 0 124565775 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139753186465824 139753167962110 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13974352 memory=12630 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13974352 memory=140341526122941 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13974352 memory=140341525038720 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124565777 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752660506736 139753182247554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124565778 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752659452704 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124565778 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752658400368 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) S 13408 13408 4674 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 124565780 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752656296560 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752655243760 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13974352 memory=140341525038720 CPUtime=0.01 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) S 13408 13408 4674 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 124565780 14309736448 6671 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14309736448 6737 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13974352 memory=140341525038720 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565785 14309736448 6737 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28064 KiB

[startup+0.310814 s]*
/proc/loadavg: 2.44 2.18 2.01 4/219 13424
/proc/meminfo: memFree=30438692/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13974352 memory=39408 CPUtime=0.29 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 8943 0 0 0 26 3 0 0 20 0 15 0 124565775 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3493588 9852 2999 1 0 3482964 0
[pid=13410/tid=13411] ppid=13408 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 6098 0 0 0 15 2 0 0 20 0 15 0 124565775 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139753186471056 139753182258333 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124565776 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124565777 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752660506736 139753182247554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124565778 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752659452704 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124565778 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752658400368 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) R 13408 13408 4674 0 -1 4202560 545 0 0 0 2 0 0 0 20 0 15 0 124565780 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752656277576 139753160113616 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) R 13408 13408 4674 0 -1 4202560 249 0 0 0 2 0 0 0 20 0 15 0 124565780 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752655243760 139753167134657 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13974352 memory=140341525038720 CPUtime=0.06 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) R 13408 13408 4674 0 -1 1077944384 768 0 0 0 6 0 0 0 20 0 15 0 124565780 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13974352 memory=140341525038720 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565785 14309736448 9852 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40788 KiB

[startup+0.701774 s]
/proc/loadavg: 2.44 2.18 2.01 5/219 13424
/proc/meminfo: memFree=30400732/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13978608 memory=251068 CPUtime=1.29 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 13612 0 0 0 114 15 0 0 20 0 15 0 124565775 14314094592 62767 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3494652 62767 3123 1 0 3482964 0
[pid=13410/tid=13411] ppid=13408 vsize=13978608 memory=280682823925664 CPUtime=0.51 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) S 13408 13408 4674 0 -1 1077944384 7570 0 0 0 46 5 0 0 20 0 15 0 124565775 14314094592 62767 18446744073709551615 4194304 4196468 140722326439888 139753186475520 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13978608 memory=140341411965104 CPUtime=0.03 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) R 13408 13408 4674 0 -1 4202560 37 0 0 0 1 2 0 0 20 0 15 0 124565776 14314094592 62767 18446744073709551615 4194304 4196468 140722326439888 139753139202848 139753175339470 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13978608 memory=280682823942752 CPUtime=0.03 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) R 13408 13408 4674 0 -1 4202560 48 0 0 0 1 2 0 0 20 0 15 0 124565776 14314094592 62767 18446744073709551615 4194304 4196468 140722326439888 139753138150360 139753175339124 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13978608 memory=189 CPUtime=0.03 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) R 13408 13408 4674 0 -1 4202560 38 0 0 0 1 2 0 0 20 0 15 0 124565776 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139753137098072 139753175339124 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) R 13408 13408 4674 0 -1 4202560 44 0 0 0 2 1 0 0 20 0 15 0 124565776 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752779214040 139753175339124 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13978608 memory=788 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 124565777 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752660505248 139753182246613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13978608 memory=40 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124565778 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752659452704 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13978608 memory=446 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124565778 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752658400368 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13978608 memory=-4546129931942301828 CPUtime=0.2 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) S 13408 13408 4674 0 -1 1077944384 1504 0 0 0 20 0 0 0 20 0 15 0 124565780 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752656287840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13978608 memory=-1624781813439352349 CPUtime=0.23 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) S 13408 13408 4674 0 -1 1077944384 1858 0 0 0 23 0 0 0 20 0 15 0 124565780 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752655228752 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13978608 memory=-2746958450906831424 CPUtime=0.17 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) S 13408 13408 4674 0 -1 1077944384 1204 0 0 0 17 0 0 0 20 0 15 0 124565780 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13978608 memory=6296404258940409190 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124565785 14314094592 63279 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 252448 KiB

[startup+1.5009 s]
/proc/loadavg: 2.44 2.18 2.01 5/219 13424
/proc/meminfo: memFree=30180120/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13978684 memory=517008 CPUtime=3.35 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 15556 0 0 0 298 37 0 0 20 0 15 0 124565775 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3494671 129252 3201 1 0 3482964 0
[pid=13410/tid=13411] ppid=13408 vsize=13978684 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 7903 0 0 0 115 7 0 0 20 0 15 0 124565775 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139753186474096 139752817107730 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13978684 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 215 0 0 0 5 7 0 0 20 0 15 0 124565776 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13978684 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 155 0 0 0 5 7 0 0 20 0 15 0 124565776 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13978684 memory=2209 CPUtime=0.12 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 147 0 0 0 5 7 0 0 20 0 15 0 124565776 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13978684 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 131 0 0 0 5 5 0 0 20 0 15 0 124565776 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13978684 memory=-4546129931942301828 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 124565777 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139752660506736 139753182247554 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13978684 memory=-1624781813439352349 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124565778 14314172416 129252 18446744073709551615 4194304 4196468 140722326439888 139752659452768 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/13410/task/13413/stat : 13413 (java) R 13408 13408 4674 0 -1 4202560 1796 0 0 0 98 33 0 0 20 0 15 0 124565776 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753167264290 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13980732 memory=1724 CPUtime=1.31 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) R 13408 13408 4674 0 -1 4202560 1803 0 0 0 97 34 0 0 20 0 15 0 124565776 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753167264290 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13980732 memory=2012 CPUtime=1.29 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) R 13408 13408 4674 0 -1 4202560 1161 0 0 0 97 32 0 0 20 0 15 0 124565776 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753167264290 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13980732 memory=11048 CPUtime=0.04 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 4702 0 0 0 4 0 0 0 20 0 15 0 124565777 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752660505248 139753182246613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752659452768 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13980732 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752658400384 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13980732 memory=984 CPUtime=1.1 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) S 13408 13408 4674 0 -1 1077944384 3511 0 0 0 109 1 0 0 20 0 15 0 124565780 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752656296560 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13980732 memory=1728 CPUtime=0.95 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) S 13408 13408 4674 0 -1 1077944384 3088 0 0 0 95 0 0 0 20 0 15 0 124565780 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752655243760 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13980732 memory=4572 CPUtime=0.48 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) S 13408 13408 4674 0 -1 1077944384 2006 0 0 0 47 1 0 0 20 0 15 0 124565780 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13980732 memory=644 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 15 0 124565785 14316269568 999555 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 19.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3999600 KiB

[startup+14.4009 s]
/proc/loadavg: 2.34 2.17 2.01 3/216 13424
/proc/meminfo: memFree=26253252/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13980732 memory=4220368 CPUtime=23.16 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 36827 0 0 0 2119 197 0 0 20 0 15 0 124565775 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3495183 1055092 3226 1 0 3483476 0
[pid=13410/tid=13411] ppid=13408 vsize=13980732 memory=6655300316396806240 CPUtime=12.03 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 13470 0 0 0 1162 41 0 0 20 0 15 0 124565775 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139753186473096 139752822144670 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13980732 memory=0 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 2542 0 0 0 174 37 0 0 20 0 15 0 124565776 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13980732 memory=280682824072720 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 1907 0 0 0 174 37 0 0 20 0 15 0 124565776 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13980732 memory=1380 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 2166 0 0 0 172 39 0 0 20 0 15 0 124565776 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13980732 memory=4152792 CPUtime=2.07 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 1233 0 0 0 171 36 0 0 20 0 15 0 124565776 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13980732 memory=6944656592455097440 CPUtime=0.09 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 5122 0 0 0 9 0 0 0 20 0 15 0 124565777 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752660506736 139753182247554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13980732 memory=3758924975136138578 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752659452768 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13980732 memory=7662141848765682744 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752658400384 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13980732 memory=644 CPUtime=1.1 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) S 13408 13408 4674 0 -1 1077944384 3517 0 0 0 109 1 0 0 20 0 15 0 124565780 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752656296560 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13980732 memory=1796 CPUtime=0.95 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) S 13408 13408 4674 0 -1 1077944384 3089 0 0 0 95 0 0 0 20 0 15 0 124565780 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752655243760 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13980732 memory=956 CPUtime=0.5 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) S 13408 13408 4674 0 -1 1077944384 2092 0 0 0 49 1 0 0 20 0 15 0 124565780 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13980732 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 15 0 124565785 14316269568 1055092 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 23.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4221748 KiB

[startup+16.0008 s]*
/proc/loadavg: 2.34 2.17 2.01 3/216 13424
/proc/meminfo: memFree=26253004/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13980732 memory=4220420 CPUtime=24.84 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 37493 0 0 0 2287 197 0 0 20 0 15 0 124565775 14316269568 1055105 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3495183 1055105 3226 1 0 3483476 0
[pid=13410/tid=13411] ppid=13408 vsize=13980732 memory=4278483708103473607 CPUtime=13.63 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 14114 0 0 0 1322 41 0 0 20 0 15 0 124565775 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139753186472336 139752822144667 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13980732 memory=4872558044660077418 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 2542 0 0 0 174 37 0 0 20 0 15 0 124565776 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13980732 memory=36268 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 1907 0 0 0 174 37 0 0 20 0 15 0 124565776 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13980732 memory=1232 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 2166 0 0 0 172 39 0 0 20 0 15 0 124565776 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13980732 memory=644 CPUtime=2.07 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 1233 0 0 0 171 36 0 0 20 0 15 0 124565776 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13980732 memory=1796 CPUtime=0.09 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 5122 0 0 0 9 0 0 0 20 0 15 0 124565777 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752660506736 139753182247554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752659452768 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752658400384 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13980732 memory=100 CPUtime=1.14 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) S 13408 13408 4674 0 -1 1077944384 3535 0 0 0 113 1 0 0 20 0 15 0 124565780 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752656296560 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13980732 memory=6 CPUtime=0.99 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) S 13408 13408 4674 0 -1 1077944384 3094 0 0 0 99 0 0 0 20 0 15 0 124565780 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752655243760 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13980732 memory=280682824070464 CPUtime=0.5 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) S 13408 13408 4674 0 -1 1077944384 2092 0 0 0 49 1 0 0 20 0 15 0 124565780 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13980732 memory=288230604624101684 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13980732 memory=14978858180938069 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 15 0 124565785 14316269568 1055617 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 24.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4221800 KiB

[startup+16.4008 s]
/proc/loadavg: 2.34 2.17 2.01 3/216 13424
/proc/meminfo: memFree=26253004/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
[pid=13410] ppid=13408 vsize=13980732 memory=4283908 CPUtime=25.24 cores=1,3,5,7
/proc/13410/stat : 13410 (java) S 13408 13408 4674 0 -1 1077944320 37541 0 0 0 2326 198 0 0 20 0 15 0 124565775 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 140722326422432 139753182236407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
/proc/13410/statm: 3495183 1070977 3226 1 0 3483476 0
[pid=13410/tid=13411] ppid=13408 vsize=13980732 memory=1380 CPUtime=14.02 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (java) R 13408 13408 4674 0 -1 4202560 14161 0 0 0 1360 42 0 0 20 0 15 0 124565775 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139753186472808 139752821673509 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13412] ppid=13408 vsize=13980732 memory=4220368 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (java) S 13408 13408 4674 0 -1 1077944384 2542 0 0 0 174 37 0 0 20 0 15 0 124565776 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139753139202960 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13413] ppid=13408 vsize=13980732 memory=2816 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (java) S 13408 13408 4674 0 -1 1077944384 1907 0 0 0 174 37 0 0 20 0 15 0 124565776 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139753138150160 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13414] ppid=13408 vsize=13980732 memory=3188 CPUtime=2.11 cores=1,3,5,7
/proc/13410/task/13414/stat : 13414 (java) S 13408 13408 4674 0 -1 1077944384 2166 0 0 0 172 39 0 0 20 0 15 0 124565776 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139753137097872 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13415] ppid=13408 vsize=13980732 memory=4278483708103473607 CPUtime=2.07 cores=1,3,5,7
/proc/13410/task/13415/stat : 13415 (java) S 13408 13408 4674 0 -1 1077944384 1233 0 0 0 171 36 0 0 20 0 15 0 124565776 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752779213840 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13416] ppid=13408 vsize=13980732 memory=4872558044660077418 CPUtime=0.09 cores=1,3,5,7
/proc/13410/task/13416/stat : 13416 (java) S 13408 13408 4674 0 -1 1077944384 5122 0 0 0 9 0 0 0 20 0 15 0 124565777 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752660506736 139753182247554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13417] ppid=13408 vsize=13980732 memory=288287783590823073 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13417/stat : 13417 (java) S 13408 13408 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752659452768 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13418] ppid=13408 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13418/stat : 13418 (java) S 13408 13408 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 124565778 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752658400384 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13419] ppid=13408 vsize=13980732 memory=140341412065232 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13419/stat : 13419 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752657348688 139753182255003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13420] ppid=13408 vsize=13980732 memory=1380 CPUtime=1.14 cores=1,3,5,7
/proc/13410/task/13420/stat : 13420 (java) S 13408 13408 4674 0 -1 1077944384 3535 0 0 0 113 1 0 0 20 0 15 0 124565780 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752656296560 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13421] ppid=13408 vsize=13980732 memory=4220380 CPUtime=0.99 cores=1,3,5,7
/proc/13410/task/13421/stat : 13421 (java) S 13408 13408 4674 0 -1 1077944384 3094 0 0 0 99 0 0 0 20 0 15 0 124565780 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752655243760 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13422] ppid=13408 vsize=13980732 memory=31076 CPUtime=0.5 cores=1,3,5,7
/proc/13410/task/13422/stat : 13422 (java) S 13408 13408 4674 0 -1 1077944384 2092 0 0 0 49 1 0 0 20 0 15 0 124565780 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752654191472 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13423] ppid=13408 vsize=13980732 memory=7649399388509582129 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13423/stat : 13423 (java) S 13408 13408 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124565780 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752653138912 139753182246613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
[pid=13410/tid=13424] ppid=13408 vsize=13980732 memory=7649399392804549425 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13424/stat : 13424 (java) S 13408 13408 4674 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 15 0 124565785 14316269568 1070977 18446744073709551615 4194304 4196468 140722326439888 139752652085680 139753182247554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 27897856 140722326442417 140722326442593 140722326442593 140722326446031 0
Current children cumulated CPU time: 25.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4285288 KiB

[startup+16.8008 s]
/proc/loadavg: 2.34 2.17 2.01 3/216 13424
/proc/meminfo: memFree=26253004/32770624 swapFree=67108764/67108860
[pid=13408] ppid=13405 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/13408/stat : 13408 (xcsp3-exec) S 13405 13408 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124565766 9740288 345 18446744073709551615 4194304 5098028 140722727446256 140722727444360 140322941477500 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 18485248 140722727453049 140722727453253 140722727453253 140722727456747 0
/proc/13408/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 16.8206
CPU time (s): 26.2115
CPU user time (s): 24.1972
CPU system time (s): 2.01429
CPU usage (%): 155.83
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 4329216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1972
system time used= 2.01429
maximum resident set size= 4332832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39667
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= 2997
involuntary context switches= 106


# summary of solver processes directly reported to runsolver:
#   pid: 13408
#   total CPU time (s): 26.2115
#   total CPU user time (s): 24.1972
#   total CPU system time (s): 2.01429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.121571 second user time and 0.216424 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 06:02:39
IDJOB=4269668
IDBENCH=125603
IDSOLVER=2660
FILE ID=node134/4269668-1502770592
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 61940 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-85-85.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-4269668-1502770592/watcher-4269668-1502770592 -o /tmp/evaluation-result-4269668-1502770592/solver-4269668-1502770592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 667663869 HOME/instance-4269668-1502770592.xml

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

MD5SUM BENCH= ba1c49fa80fd17c1a348725aa5db0d15
RANDOM SEED=667663869

node134.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.43
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.43
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.43
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.43
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:        30466516 kB
MemAvailable:   30816248 kB
Buffers:          272180 kB
Cached:           376916 kB
SwapCached:            4 kB
Active:          1621580 kB
Inactive:         222552 kB
Active(anon):    1142320 kB
Inactive(anon):   102692 kB
Active(file):     479260 kB
Inactive(file):   119860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:             92192 kB
Writeback:             0 kB
AnonPages:       1195588 kB
Mapped:            73220 kB
Shmem:             49756 kB
Slab:             160124 kB
SReclaimable:     132896 kB
SUnreclaim:        27228 kB
KernelStack:        3600 kB
PageTables:         8064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2789760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61932 MiB
End job on node134 at 2017-08-15 06:02:56