Trace number 4283934

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 70.916801 63.252701

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-35.xml
MD5SUMa2d920503104dc914fda533712712f08
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 benchmark7.70538
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree16
Maximum variable degree26
Distribution of variable degrees[{"degree":16,"count":2},{"degree":17,"count":5},{"degree":18,"count":2},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":21,"count":9},{"degree":22,"count":4},{"degree":23,"count":9},{"degree":24,"count":2},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283934-1503187910.xml"  -tl '2520s' -p 1 -x 3
0.06/0.32	c [HOME/instance-4283934-1503187910.xml, -tl, 2520s, -p, 1, -x, 3]
0.21/0.38	c simple solver
0.37/0.44	c parse instance...
1.17/0.78	c solve instance...
70.86/63.23	s SATISFIABLE
70.86/63.23	v <instantiation>
70.86/63.23	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
70.86/63.23	v 	<values>0 1 4 10 0 10 8 4 1 5 10 4 8 4 5 10 3 2 7 2 8 0 4 1 0 0 0 1 7 1 8 2 0 7 8 4 2 3 8 5 </values>
70.86/63.23	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 (15301 MiB free)
  memory of node 1: 16384 MiB (15197 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283934-1503187910/watcher-4283934-1503187910 -o /tmp/evaluation-result-4283934-1503187910/solver-4283934-1503187910 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1173075614 HOME/instance-4283934-1503187910.xml 

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

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

solver pid=734, runsolver pid=731

[startup+0.10015 s]*
/proc/loadavg: 1.89 1.68 1.61 2/196 735
/proc/meminfo: memFree=31230500/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (runsolver) D 731 734 16431 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 17200778 34791424 114 18446744073709551615 4194304 4346622 140735042016352 140735042012984 140708505887447 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 12226560 140735042023479 140735042023973 140735042023973 140735042027466 0
/proc/734/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.20908 s]*
/proc/loadavg: 1.89 1.68 1.61 2/210 749
/proc/meminfo: memFree=31220812/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13907304 memory=20892 CPUtime=0.06 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 4604 0 0 0 5 1 0 0 20 0 14 0 17200790 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3476826 5223 2573 1 0 3466323 0
[pid=736/tid=737] ppid=734 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) D 734 734 16431 0 -1 4202560 2785 0 0 0 4 0 0 0 20 0 14 0 17200790 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913695987616 139913691772157 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13907304 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17200791 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13907304 memory=3689214666798769824 CPUtime=0 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17200791 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17200791 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17200791 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13907304 memory=140708508837504 CPUtime=0 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17200793 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 17200793 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913169151008 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 17200793 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913168098160 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17200796 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) S 734 734 16431 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 14 0 17200796 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913165994864 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17200797 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913164942064 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13907304 memory=140708508837504 CPUtime=0 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 17200797 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17200797 14241079296 5223 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22272 KiB

[startup+0.310056 s]*
/proc/loadavg: 1.89 1.68 1.61 4/211 750
/proc/meminfo: memFree=31210736/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13974352 memory=32556 CPUtime=0.21 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 6015 0 0 0 20 1 0 0 20 0 15 0 17200790 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3493588 8139 2971 1 0 3482964 0
[pid=736/tid=737] ppid=734 vsize=13974352 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 3264 0 0 0 13 0 0 0 20 0 15 0 17200790 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913695989056 139913691772061 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200791 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13974352 memory=140708508837504 CPUtime=0 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200793 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200793 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913169151008 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200793 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913168098160 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) S 734 734 16431 0 -1 1077944384 601 0 0 0 1 0 0 0 20 0 15 0 17200796 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913165994864 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) S 734 734 16431 0 -1 1077944384 140 0 0 0 1 0 0 0 20 0 15 0 17200797 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913164942064 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13974352 memory=140708508837504 CPUtime=0.04 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) R 734 734 16431 0 -1 4202560 716 0 0 0 4 0 0 0 20 0 15 0 17200797 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913163887224 139913670383999 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13974352 memory=140708508837504 CPUtime=0 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200802 14309736448 8139 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 33936 KiB

[startup+0.700905 s]
/proc/loadavg: 1.89 1.68 1.61 5/211 750
/proc/meminfo: memFree=31194600/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13978684 memory=73276 CPUtime=1.17 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 12983 0 0 0 113 4 0 0 20 0 15 0 17200790 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3494671 18319 3156 1 0 3482964 0
[pid=736/tid=737] ppid=734 vsize=13978684 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 7502 0 0 0 48 3 0 0 20 0 15 0 17200790 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913695975360 139913334239978 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200791 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17200793 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200793 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913169151008 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200793 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913168098160 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13978684 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) R 734 734 16431 0 -1 4202560 1320 0 0 0 17 0 0 0 20 0 15 0 17200796 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913165984656 139913691764017 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13978684 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) R 734 734 16431 0 -1 4202560 1250 0 0 0 17 0 0 0 20 0 15 0 17200797 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913164923080 139913670997936 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13978684 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 1602 0 0 0 29 0 0 0 20 0 15 0 17200797 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200802 14314172416 18319 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 74656 KiB

[startup+1.50081 s]
/proc/loadavg: 1.89 1.68 1.61 5/211 750
/proc/meminfo: memFree=31146524/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13980732 memory=135136 CPUtime=3.76 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 33958 0 0 0 369 7 0 0 20 0 15 0 17200790 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3495183 33784 3183 1 0 3483476 0
[pid=736/tid=737] ppid=734 vsize=13980732 memory=6935649255759568960 CPUtime=1.31 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 8634 0 0 0 127 4 0 0 20 0 15 0 17200790 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913695986384 139913337834463 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17200791 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17200791 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13980732 memory=34 CPUtime=0 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13980732 memory=44 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913169151008 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913168098160 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13980732 memory=4134931637327791675 CPUtime=0.96 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) R 734 734 16431 0 -1 4202560 11647 0 0 0 95 1 0 0 20 0 15 0 17200796 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913165980536 139913671436803 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13980732 memory=4137282616176187523 CPUtime=0.93 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) R 734 734 16431 0 -1 4202560 8524 0 0 0 93 0 0 0 20 0 15 0 17200797 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913164933520 139913676858049 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13980732 memory=6933690287860520088 CPUtime=0.53 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 3832 0 0 0 52 1 0 0 20 0 15 0 17200797 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13980732 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13980732 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200802 14316269568 33784 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 13990244 KiB

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

/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13980732 memory=218116 CPUtime=68.44 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 63044 0 0 0 6826 18 0 0 20 0 15 0 17200790 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3495183 54529 3241 1 0 3483476 0
[pid=736/tid=737] ppid=734 vsize=13980732 memory=0 CPUtime=60.48 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 13428 0 0 0 6042 6 0 0 20 0 15 0 17200790 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913695988856 139913338723897 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13980732 memory=4134931637327791675 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 2023 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13980732 memory=220168 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 324 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13980732 memory=15872 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 262 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13980732 memory=1148 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 1018 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13980732 memory=2848 CPUtime=0.02 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 1082 0 0 0 2 0 0 0 20 0 15 0 17200793 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13980732 memory=4134931637327791675 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913169151072 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913168098176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13980732 memory=1 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13980732 memory=0 CPUtime=3.73 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) S 734 734 16431 0 -1 1077944384 19435 0 0 0 371 2 0 0 20 0 15 0 17200796 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913165994864 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13980732 memory=1380 CPUtime=3.04 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) S 734 734 16431 0 -1 1077944384 15035 0 0 0 303 1 0 0 20 0 15 0 17200797 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913164942064 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13980732 memory=1296 CPUtime=0.72 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 8017 0 0 0 71 1 0 0 20 0 15 0 17200797 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13980732 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13980732 memory=1728 CPUtime=0.01 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 1040 0 0 0 0 1 0 0 20 0 15 0 17200802 14316269568 54529 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 68.44 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 219496 KiB

[startup+62.4007 s]
/proc/loadavg: 1.89 1.73 1.63 3/211 753
/proc/meminfo: memFree=31091644/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13980732 memory=216580 CPUtime=70.05 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 63070 0 0 0 6987 18 0 0 20 0 15 0 17200790 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3495183 54145 3241 1 0 3483476 0
[pid=736/tid=737] ppid=734 vsize=13980732 memory=1716 CPUtime=62.08 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 13440 0 0 0 6202 6 0 0 20 0 15 0 17200790 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913695988520 139913337091667 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13980732 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 2029 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13980732 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 325 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13980732 memory=218116 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 263 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13980732 memory=4134931637327791675 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 1021 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13980732 memory=216580 CPUtime=0.02 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 1082 0 0 0 2 0 0 0 20 0 15 0 17200793 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913169151072 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13980732 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913168098176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13980732 memory=1148 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13980732 memory=2848 CPUtime=3.73 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) S 734 734 16431 0 -1 1077944384 19435 0 0 0 371 2 0 0 20 0 15 0 17200796 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913165994864 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13980732 memory=1380 CPUtime=3.04 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) S 734 734 16431 0 -1 1077944384 15035 0 0 0 303 1 0 0 20 0 15 0 17200797 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913164942064 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13980732 memory=218116 CPUtime=0.72 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 8018 0 0 0 71 1 0 0 20 0 15 0 17200797 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13980732 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13980732 memory=4008 CPUtime=0.01 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 1042 0 0 0 0 1 0 0 20 0 15 0 17200802 14316269568 54145 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 70.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217960 KiB

[startup+62.8007 s]
/proc/loadavg: 1.89 1.73 1.63 3/211 753
/proc/meminfo: memFree=31091644/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13980732 memory=216584 CPUtime=70.46 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 63102 0 0 0 7028 18 0 0 20 0 15 0 17200790 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3495183 54146 3241 1 0 3483476 0
[pid=736/tid=737] ppid=734 vsize=13980732 memory=0 CPUtime=62.48 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 13442 0 0 0 6242 6 0 0 20 0 15 0 17200790 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913695988520 139913337091547 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 2029 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 325 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 263 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13980732 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 1021 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13980732 memory=1444 CPUtime=0.02 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 1082 0 0 0 2 0 0 0 20 0 15 0 17200793 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13980732 memory=10724 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913169151072 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913168098176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13980732 memory=15872 CPUtime=3.73 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) S 734 734 16431 0 -1 1077944384 19435 0 0 0 371 2 0 0 20 0 15 0 17200796 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913165994864 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13980732 memory=1148 CPUtime=3.04 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) S 734 734 16431 0 -1 1077944384 15035 0 0 0 303 1 0 0 20 0 15 0 17200797 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913164942064 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13980732 memory=2848 CPUtime=0.73 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 8048 0 0 0 72 1 0 0 20 0 15 0 17200797 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13980732 memory=218116 CPUtime=0.01 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 1042 0 0 0 0 1 0 0 20 0 15 0 17200802 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 70.46 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217964 KiB

[startup+63.2007 s]
/proc/loadavg: 1.89 1.73 1.63 3/211 753
/proc/meminfo: memFree=31090812/32770624 swapFree=67108860/67108860
[pid=734] ppid=731 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (xcsp3-exec) S 731 734 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17200778 9740288 345 18446744073709551615 4194304 5098028 140724569992928 140724569991032 139681102545532 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 10076160 140724569997689 140724569997894 140724569997894 140724570001387 0
/proc/734/statm: 2378 345 289 221 0 87 0
[pid=736] ppid=734 vsize=13980732 memory=216584 CPUtime=70.86 cores=0,2,4,6
/proc/736/stat : 736 (java) S 734 734 16431 0 -1 1077944320 63105 0 0 0 7068 18 0 0 20 0 15 0 17200790 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 140730796989488 139913691750135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
/proc/736/statm: 3495183 54146 3241 1 0 3483476 0
[pid=736/tid=737] ppid=734 vsize=13980732 memory=216584 CPUtime=62.87 cores=0,2,4,6
/proc/736/task/737/stat : 737 (java) R 734 734 16431 0 -1 4202560 13443 0 0 0 6281 6 0 0 20 0 15 0 17200790 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913695986800 139913337714715 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=738] ppid=734 vsize=13980732 memory=644 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/738/stat : 738 (java) S 734 734 16431 0 -1 1077944384 2029 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913661463696 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=739] ppid=734 vsize=13980732 memory=1792 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/739/stat : 739 (java) S 734 734 16431 0 -1 1077944384 325 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913290869776 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=740] ppid=734 vsize=13980732 memory=952 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/740/stat : 740 (java) S 734 734 16431 0 -1 1077944384 263 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913289816976 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=741] ppid=734 vsize=13980732 memory=2240 CPUtime=0.09 cores=0,2,4,6
/proc/736/task/741/stat : 741 (java) S 734 734 16431 0 -1 1077944384 1021 0 0 0 8 1 0 0 20 0 15 0 17200791 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913288764176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=742] ppid=734 vsize=13980732 memory=4004 CPUtime=0.02 cores=0,2,4,6
/proc/736/task/742/stat : 742 (java) S 734 734 16431 0 -1 1077944384 1084 0 0 0 2 0 0 0 20 0 15 0 17200793 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913170205040 139913691761282 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=743] ppid=734 vsize=13980732 memory=12912 CPUtime=0 cores=0,2,4,6
/proc/736/task/743/stat : 743 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913169151072 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=744] ppid=734 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/736/task/744/stat : 744 (java) S 734 734 16431 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 17200793 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913168098176 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=745] ppid=734 vsize=13980732 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/736/task/745/stat : 745 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200796 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913167046480 139913691768731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=746] ppid=734 vsize=13980732 memory=1728 CPUtime=3.73 cores=0,2,4,6
/proc/736/task/746/stat : 746 (java) S 734 734 16431 0 -1 1077944384 19435 0 0 0 371 2 0 0 20 0 15 0 17200796 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913165994864 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=747] ppid=734 vsize=13980732 memory=11952 CPUtime=3.04 cores=0,2,4,6
/proc/736/task/747/stat : 747 (java) S 734 734 16431 0 -1 1077944384 15035 0 0 0 303 1 0 0 20 0 15 0 17200797 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913164942064 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=748] ppid=734 vsize=13980732 memory=1008 CPUtime=0.73 cores=0,2,4,6
/proc/736/task/748/stat : 748 (java) S 734 734 16431 0 -1 1077944384 8048 0 0 0 72 1 0 0 20 0 15 0 17200797 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913163889264 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=749] ppid=734 vsize=13980732 memory=792 CPUtime=0 cores=0,2,4,6
/proc/736/task/749/stat : 749 (java) S 734 734 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17200797 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913162836704 139913691760341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
[pid=736/tid=750] ppid=734 vsize=13980732 memory=2008 CPUtime=0.01 cores=0,2,4,6
/proc/736/task/750/stat : 750 (java) S 734 734 16431 0 -1 1077944384 1042 0 0 0 0 1 0 0 20 0 15 0 17200802 14316269568 54146 18446744073709551615 4194304 4196468 140730797006944 139913161783984 139913691761282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 37146624 140730797011378 140730797011554 140730797011554 140730797014991 0
Current children cumulated CPU time: 70.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217964 KiB

Child status: 0
Real time (s): 63.2527
CPU time (s): 70.9168
CPU user time (s): 70.7213
CPU system time (s): 0.195511
CPU usage (%): 112.117
Max. virtual memory (cumulated for all children) (KiB): 13992100
Max. memory (cumulated for all children) (KiB): 241616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7213
system time used= 0.195511
maximum resident set size= 240236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4283
involuntary context switches= 117


# summary of solver processes directly reported to runsolver:
#   pid: 734
#   total CPU time (s): 70.9168
#   total CPU user time (s): 70.7213
#   total CPU system time (s): 0.195511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.468857 second user time and 0.571551 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 01:57:50
IDJOB=4283934
IDBENCH=121919
IDSOLVER=2679
FILE ID=node128/4283934-1503187910
RUNJOBID= node128-1503171959-30214
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-35.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-4283934-1503187910/watcher-4283934-1503187910 -o /tmp/evaluation-result-4283934-1503187910/solver-4283934-1503187910 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1173075614 HOME/instance-4283934-1503187910.xml

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

MD5SUM BENCH= a2d920503104dc914fda533712712f08
RANDOM SEED=1173075614

node128.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.47
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.47
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.47
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.47
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:        31230664 kB
MemAvailable:   31479860 kB
Buffers:          190084 kB
Cached:           348732 kB
SwapCached:            0 kB
Active:           795220 kB
Inactive:         337212 kB
Active(anon):     594200 kB
Inactive(anon):    16752 kB
Active(file):     201020 kB
Inactive(file):   320460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8204 kB
Writeback:             4 kB
AnonPages:        589920 kB
Mapped:            45252 kB
Shmem:             17060 kB
Slab:             112036 kB
SReclaimable:      87104 kB
SUnreclaim:        24932 kB
KernelStack:        3424 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1248600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-20 01:58:53