Trace number 4283912

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 19.785 10.2516

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0050-m1.xml
MD5SUM92365aeced42a91cd8bf53135301f3e3
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 benchmark1.05796
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1226
Number of domains1
Minimum domain size50
Maximum domain size50
Distribution of domain sizes[{"size":50,"count":50}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":1225},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints1225
Distribution of constraint types[{"type":"intension","count":1225},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283912-1503222974.xml"  -tl '2520s' -p 1 -x 3
0.15/0.24	c [HOME/instance-4283912-1503222974.xml, -tl, 2520s, -p, 1, -x, 3]
0.15/0.30	c simple solver
0.33/0.37	c parse instance...
1.71/0.84	c solve instance...
19.73/10.23	s SATISFIABLE
19.73/10.23	v <instantiation>
19.73/10.23	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] </list>
19.73/10.23	v 	<values>28 24 42 11 37 26 48 46 1 33 30 16 47 43 32 22 17 21 18 13 6 27 2 7 5 10 8 44 15 41 9 14 20 31 23 45 38 29 34 12 49 19 39 4 35 40 36 3 25 0 </values>
19.73/10.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 (7965 MiB free)
  memory of node 1: 16384 MiB (10636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283912-1503222974/watcher-4283912-1503222974 -o /tmp/evaluation-result-4283912-1503222974/solver-4283912-1503222974 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25501 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 865237100 HOME/instance-4283912-1503222974.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=3065, runsolver pid=3062

[startup+0.100156 s]*
/proc/loadavg: 4.60 3.22 2.37 3/206 3075
/proc/meminfo: memFree=19037276/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13574484 memory=18984 CPUtime=0.03 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 4040 0 0 0 3 0 0 0 20 0 9 0 124517884 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3393621 4746 2102 1 0 3383118 0
[pid=3067/tid=3068] ppid=3065 vsize=13574484 memory=8508281356422318498 CPUtime=0.02 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 2750 0 0 0 2 0 0 0 20 0 9 0 124517884 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978642190536 139978630632821 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124517885 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13574484 memory=139756999939712 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124517885 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124517885 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124517885 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13574484 memory=139756999939712 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124517886 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 124517887 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 124517887 13900271616 4746 18446744073709551615 4194304 4196468 140726524711616 139978114286640 139978637965013 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20364 KiB

[startup+0.209908 s]*
/proc/loadavg: 4.60 3.22 2.37 7/212 3081
/proc/meminfo: memFree=19030480/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13974352 memory=28428 CPUtime=0.15 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 5537 0 0 0 14 1 0 0 20 0 15 0 124517884 14309736448 7107 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3493588 7107 2877 1 0 3482964 0
[pid=3067/tid=3068] ppid=3065 vsize=13974352 memory=8508281356422318498 CPUtime=0.1 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 3403 0 0 0 10 0 0 0 20 0 15 0 124517884 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978642184328 139978637966742 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13974352 memory=139756999939712 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124517885 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13974352 memory=139756999939712 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124517886 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124517887 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124517887 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) R 3065 3065 8563 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 124517889 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978112182768 139978637965954 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) R 3065 3065 8563 0 -1 4202560 173 0 0 0 0 0 0 0 20 0 15 0 124517889 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978111111128 139978622348564 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13974352 memory=139756999939712 CPUtime=0.02 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) R 3065 3065 8563 0 -1 4202560 414 0 0 0 2 0 0 0 20 0 15 0 124517889 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978110074376 139978616907626 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13974352 memory=139756999939712 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517893 14309736448 7239 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29808 KiB

[startup+0.310434 s]*
/proc/loadavg: 4.63 3.25 2.38 6/212 3081
/proc/meminfo: memFree=19018120/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13978608 memory=40328 CPUtime=0.33 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 9278 0 0 0 31 2 0 0 20 0 15 0 124517884 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3494652 10082 3036 1 0 3482964 0
[pid=3067/tid=3068] ppid=3065 vsize=13978608 memory=4278483708103473607 CPUtime=0.2 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 6375 0 0 0 18 2 0 0 20 0 15 0 124517884 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978642176816 139978622035294 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13978608 memory=6944656592452807326 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13978608 memory=-8918987556599313462 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13978608 memory=-7247262161690712702 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124517885 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13978608 memory=8693253892633320078 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124517886 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13978608 memory=-7299339441649872004 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124517887 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124517887 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) S 3065 3065 8563 0 -1 1077944384 634 0 0 0 3 0 0 0 20 0 15 0 124517889 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978112182768 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) S 3065 3065 8563 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 15 0 124517889 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978111130224 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) S 3065 3065 8563 0 -1 1077944384 767 0 0 0 7 0 0 0 20 0 15 0 124517889 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978110077680 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517893 14314094592 10082 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41708 KiB

[startup+0.701319 s]
/proc/loadavg: 4.63 3.25 2.38 9/212 3081
/proc/meminfo: memFree=19008108/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13980732 memory=74684 CPUtime=1.39 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 14233 0 0 0 135 4 0 0 20 0 15 0 124517884 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3495183 18671 3168 1 0 3483476 0
[pid=3067/tid=3068] ppid=3065 vsize=13980732 memory=6379419655859308947 CPUtime=0.57 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 8465 0 0 0 55 2 0 0 20 0 15 0 124517884 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978642192224 139978238824039 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13980732 memory=-6438865889672082020 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13980732 memory=5793414046163161171 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13980732 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13980732 memory=5450916471307863870 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124517885 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13980732 memory=8390361644446492005 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 124517886 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13980732 memory=4137282616176384387 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13980732 memory=-7233780906022716832 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13980732 memory=279513787272560 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) R 3065 3065 8563 0 -1 4202560 1406 0 0 0 23 0 0 0 20 0 15 0 124517889 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978112168880 139978618338912 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13980732 memory=279513787564240 CPUtime=0.22 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) S 3065 3065 8563 0 -1 1077944384 1070 0 0 0 22 0 0 0 20 0 15 0 124517889 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978111130224 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13980732 memory=288230617509003574 CPUtime=0.34 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) R 3065 3065 8563 0 -1 4202560 1984 0 0 0 34 0 0 0 20 0 15 0 124517889 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978110076096 139978617090360 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13980732 memory=15259242235955324 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13980732 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517893 14316269568 18671 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 76064 KiB

[startup+1.50137 s]
/proc/loadavg: 4.63 3.25 2.38 8/212 3081
/proc/meminfo: memFree=18958268/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13982708 memory=133784 CPUtime=3.86 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 26754 0 0 0 379 7 0 0 20 0 15 0 124517884 14318292992 33446 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3495677 33446 3204 1 0 3483970 0
[pid=3067/tid=3068] ppid=3065 vsize=13982708 memory=6944656592455097440 CPUtime=1.38 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 9626 0 0 0 135 3 0 0 20 0 15 0 124517884 14318292992 33446 18446744073709551615 4194304 4196468 140726524711616 139978642191768 139978241263473 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13982708 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14318292992 33446 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13982708 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14318292992 33446 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13982708 memory=106776 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124517885 14318292992 33446 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13982708 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13980732 memory=268708 CPUtime=17.2 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 45104 0 0 0 1700 20 0 0 20 0 15 0 124517884 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3495183 67177 3242 1 0 3483476 0
[pid=3067/tid=3068] ppid=3065 vsize=13980732 memory=4278483708103473607 CPUtime=7.81 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 11217 0 0 0 777 4 0 0 20 0 15 0 124517884 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978642192424 139978242620603 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13980732 memory=4126316290023845779 CPUtime=0.05 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 531 0 0 0 3 2 0 0 20 0 15 0 124517885 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13980732 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 115 0 0 0 3 2 0 0 20 0 15 0 124517885 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13980732 memory=7380101722945578322 CPUtime=0.05 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 87 0 0 0 3 2 0 0 20 0 15 0 124517885 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13980732 memory=6368204662166611815 CPUtime=0.05 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 308 0 0 0 3 2 0 0 20 0 15 0 124517885 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13980732 memory=7444824466173218920 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 15 0 124517886 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13980732 memory=7090988434644886894 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13980732 memory=4640204396461903974 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13980732 memory=5 CPUtime=3.99 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) S 3065 3065 8563 0 -1 1077944384 14216 0 0 0 397 2 0 0 20 0 15 0 124517889 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978112182768 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13980732 memory=152972508288365 CPUtime=4.24 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) S 3065 3065 8563 0 -1 1077944384 11311 0 0 0 423 1 0 0 20 0 15 0 124517889 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978111130224 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13980732 memory=297237782404006191 CPUtime=0.87 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) S 3065 3065 8563 0 -1 1077944384 5498 0 0 0 85 2 0 0 20 0 15 0 124517889 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978110077680 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13980732 memory=14127836181038450 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13980732 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 124517893 14316269568 67177 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 17.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 270088 KiB

[startup+9.60078 s]
/proc/loadavg: 4.74 3.30 2.40 6/212 3081
/proc/meminfo: memFree=18787128/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13980732 memory=273296 CPUtime=18.94 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 46557 0 0 0 1873 21 0 0 20 0 15 0 124517884 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3495183 68324 3242 1 0 3483476 0
[pid=3067/tid=3068] ppid=3065 vsize=13980732 memory=1380 CPUtime=9.37 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 11312 0 0 0 933 4 0 0 20 0 15 0 124517884 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978642191264 139978241263306 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13980732 memory=271224 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 556 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13980732 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1215 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13980732 memory=268536 CPUtime=0.07 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 169 0 0 0 5 2 0 0 20 0 15 0 124517885 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13980732 memory=268480 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 318 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 124517886 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13980732 memory=243428 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13980732 memory=152918015612919 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13980732 memory=55 CPUtime=4 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) S 3065 3065 8563 0 -1 1077944384 14228 0 0 0 398 2 0 0 20 0 15 0 124517889 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978112182768 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13980732 memory=279513787344112 CPUtime=4.3 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) S 3065 3065 8563 0 -1 1077944384 11388 0 0 0 429 1 0 0 20 0 15 0 124517889 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978111130224 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13980732 memory=279513787569508 CPUtime=0.88 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) S 3065 3065 8563 0 -1 1077944384 5503 0 0 0 86 2 0 0 20 0 15 0 124517889 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978110077680 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13980732 memory=279513787569840 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 124517893 14316269568 68324 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 18.94 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 274676 KiB

[startup+10.0008 s]*
/proc/loadavg: 4.74 3.30 2.40 6/212 3081
/proc/meminfo: memFree=18787004/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13980732 memory=273368 CPUtime=19.53 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 46691 0 0 0 1932 21 0 0 20 0 15 0 124517884 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3495183 68342 3243 1 0 3483476 0
[pid=3067/tid=3068] ppid=3065 vsize=13980732 memory=4278483708103473607 CPUtime=9.77 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 11328 0 0 0 973 4 0 0 20 0 15 0 124517884 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978642191800 139978242678431 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 556 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1215 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13980732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 169 0 0 0 5 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 318 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13980732 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 124517886 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13980732 memory=0 CPUtime=4.11 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) S 3065 3065 8563 0 -1 1077944384 14302 0 0 0 409 2 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978112182768 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13980732 memory=14316269567 CPUtime=4.37 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) S 3065 3065 8563 0 -1 1077944384 11431 0 0 0 436 1 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978111130224 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13980732 memory=279513894065200 CPUtime=0.88 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) S 3065 3065 8563 0 -1 1077944384 5504 0 0 0 86 2 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978110077680 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13980732 memory=110297087 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13980732 memory=7162402915347957491 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 124517893 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 19.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 274748 KiB

[startup+10.2008 s]
/proc/loadavg: 4.74 3.30 2.40 6/212 3081
/proc/meminfo: memFree=18787004/32770624 swapFree=67108860/67108860
[pid=3065] ppid=3062 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3065/stat : 3065 (xcsp3-exec) S 3062 3065 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124517877 9740288 345 18446744073709551615 4194304 5098028 140723843460816 140723843458920 140082096820860 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 11456512 140723843465593 140723843465797 140723843465797 140723843469291 0
/proc/3065/statm: 2378 345 289 221 0 87 0
[pid=3067] ppid=3065 vsize=13980732 memory=273368 CPUtime=19.73 cores=1,3,5,7
/proc/3067/stat : 3067 (java) S 3065 3065 8563 0 -1 1077944320 46691 0 0 0 1952 21 0 0 20 0 15 0 124517884 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 140726524694160 139978637954807 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
/proc/3067/statm: 3495183 68342 3243 1 0 3483476 0
[pid=3067/tid=3068] ppid=3065 vsize=13980732 memory=7379545335819162217 CPUtime=9.97 cores=1,3,5,7
/proc/3067/task/3068/stat : 3068 (java) R 3065 3065 8563 0 -1 4202560 11328 0 0 0 993 4 0 0 20 0 15 0 124517884 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978642191800 139978243016628 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3069] ppid=3065 vsize=13980732 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3069/stat : 3069 (java) S 3065 3065 8563 0 -1 1077944384 556 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978557369104 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3070] ppid=3065 vsize=13980732 memory=288230617509003574 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3070/stat : 3070 (java) S 3065 3065 8563 0 -1 1077944384 1215 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978556316560 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3071] ppid=3065 vsize=13980732 memory=15259242235955324 CPUtime=0.07 cores=1,3,5,7
/proc/3067/task/3071/stat : 3071 (java) S 3065 3065 8563 0 -1 1077944384 169 0 0 0 5 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978555264016 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3072] ppid=3065 vsize=13980732 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/3067/task/3072/stat : 3072 (java) S 3065 3065 8563 0 -1 1077944384 318 0 0 0 6 2 0 0 20 0 15 0 124517885 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978235440272 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3073] ppid=3065 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3067/task/3073/stat : 3073 (java) S 3065 3065 8563 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 124517886 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978116392944 139978637965954 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3074] ppid=3065 vsize=13980732 memory=11204 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3074/stat : 3074 (java) S 3065 3065 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978115339168 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3075] ppid=3065 vsize=13980732 memory=279513787903648 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3075/stat : 3075 (java) S 3065 3065 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 124517887 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978114286576 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3076] ppid=3065 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3076/stat : 3076 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978113235152 139978637973403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3077] ppid=3065 vsize=13980732 memory=7014751519633790313 CPUtime=4.11 cores=1,3,5,7
/proc/3067/task/3077/stat : 3077 (java) S 3065 3065 8563 0 -1 1077944384 14302 0 0 0 409 2 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978112182768 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3078] ppid=3065 vsize=13980732 memory=7019467087940169779 CPUtime=4.37 cores=1,3,5,7
/proc/3067/task/3078/stat : 3078 (java) S 3065 3065 8563 0 -1 1077944384 11431 0 0 0 436 1 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978111130224 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3079] ppid=3065 vsize=13980732 memory=279513787269360 CPUtime=0.88 cores=1,3,5,7
/proc/3067/task/3079/stat : 3079 (java) S 3065 3065 8563 0 -1 1077944384 5504 0 0 0 86 2 0 0 20 0 15 0 124517889 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978110077680 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3080] ppid=3065 vsize=13980732 memory=-6512121202918119521 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3080/stat : 3080 (java) S 3065 3065 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124517890 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978109025376 139978637965013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
[pid=3067/tid=3081] ppid=3065 vsize=13980732 memory=-3621219715169225006 CPUtime=0 cores=1,3,5,7
/proc/3067/task/3081/stat : 3081 (java) S 3065 3065 8563 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 124517893 14316269568 68342 18446744073709551615 4194304 4196468 140726524711616 139978107971888 139978637965954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15454208 140726524719537 140726524719713 140726524719713 140726524723151 0
Current children cumulated CPU time: 19.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 274748 KiB

Child status: 0
Real time (s): 10.2516
CPU time (s): 19.785
CPU user time (s): 19.5623
CPU system time (s): 0.22272
CPU usage (%): 192.995
Max. virtual memory (cumulated for all children) (KiB): 13992220
Max. memory (cumulated for all children) (KiB): 274748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.5623
system time used= 0.22272
maximum resident set size= 273844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3061
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 3065
#   total CPU time (s): 19.785
#   total CPU user time (s): 19.5623
#   total CPU system time (s): 0.22272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100835 second user time and 0.133781 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 11:42:06
IDJOB=4283912
IDBENCH=138783
IDSOLVER=2679
FILE ID=node125/4283912-1503222974
RUNJOBID= node125-1503171261-25501
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0050-m1.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-4283912-1503222974/watcher-4283912-1503222974 -o /tmp/evaluation-result-4283912-1503222974/solver-4283912-1503222974 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25501 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 865237100 HOME/instance-4283912-1503222974.xml

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

MD5SUM BENCH= 92365aeced42a91cd8bf53135301f3e3
RANDOM SEED=865237100

node125.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.07
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.07
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.07
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.07
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:        19048068 kB
MemAvailable:   20245172 kB
Buffers:          330876 kB
Cached:          1171784 kB
SwapCached:            0 kB
Active:         12562660 kB
Inactive:         696124 kB
Active(anon):   11756420 kB
Inactive(anon):    49484 kB
Active(file):     806240 kB
Inactive(file):   646640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7780 kB
Writeback:             4 kB
AnonPages:      11756048 kB
Mapped:            75640 kB
Shmem:             49828 kB
Slab:             146592 kB
SReclaimable:     120116 kB
SUnreclaim:        26476 kB
KernelStack:        3456 kB
PageTables:        28024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12073228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11544576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-20 11:42:16