Trace number 4272651

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-07-26)SAT 333.62701 323.92099

General information on the benchmark

NameRandom/Random-B-2-25-25/
rand-2-25-25-300-147-6.xml
MD5SUMbc550d17530737290594270093461d3c
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 benchmark29.1611
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints300
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272651-1502719636.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4272651-1502719636.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
1.64/0.84	c solve instance...
333.59/323.91	s SATISFIABLE
333.59/323.91	v <instantiation>
333.59/323.91	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] </list>
333.59/323.91	v 	<values>24 17 19 22 1 11 2 22 2 18 6 21 0 0 15 18 1 6 16 20 8 19 23 21 9 </values>
333.59/323.91	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 (14317 MiB free)
  memory of node 1: 16384 MiB (4748 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272651-1502719636/watcher-4272651-1502719636 -o /tmp/evaluation-result-4272651-1502719636/solver-4272651-1502719636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1348043280 HOME/instance-4272651-1502719636.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=21061, runsolver pid=21058

[startup+0.10006 s]*
/proc/loadavg: 1.91 1.76 1.64 2/198 21064
/proc/meminfo: memFree=19519776/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13358712 memory=14368 CPUtime=0 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 3348 0 0 0 0 0 0 0 20 0 6 0 74184232 13679321088 3592 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3339678 3592 1903 1 0 3329175 0
[pid=21063/tid=21064] ppid=21061 vsize=13358712 memory=7311146985107750967 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 2120 0 0 0 0 0 0 0 20 0 6 0 74184232 13679321088 3592 18446744073709551615 4194304 4196468 140732464912048 140016548344400 140016529790805 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13358712 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74184233 13679321088 3592 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13358712 memory=140055425954680 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74184233 13679321088 3592 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74184233 13679321088 3592 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74184233 13679321088 3592 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15748 KiB

[startup+0.209943 s]*
/proc/loadavg: 1.91 1.76 1.64 3/211 21077
/proc/meminfo: memFree=19508908/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13974352 memory=27652 CPUtime=0.09 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 5311 0 0 0 8 1 0 0 20 0 15 0 74184232 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3493588 6913 2747 1 0 3482964 0
[pid=21063/tid=21064] ppid=21061 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 3456 0 0 0 6 1 0 0 20 0 15 0 74184232 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016548333088 140016544120214 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13974352 memory=140055425954680 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13974352 memory=140055425934976 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184234 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74184235 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74184235 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) S 21061 21061 897 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016018196464 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016017143920 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13974352 memory=140055425934976 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) S 21061 21061 897 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13974352 memory=140055425934976 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184242 14309736448 6913 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29032 KiB

[startup+0.310288 s]*
/proc/loadavg: 1.91 1.76 1.64 4/211 21077
/proc/meminfo: memFree=19495688/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13974352 memory=37300 CPUtime=0.28 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 8912 0 0 0 25 3 0 0 20 0 15 0 74184232 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3493588 9325 2983 1 0 3482964 0
[pid=21063/tid=21064] ppid=21061 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 6115 0 0 0 15 2 0 0 20 0 15 0 74184232 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016548331520 140016544130205 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184234 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74184235 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74184235 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) S 21061 21061 897 0 -1 1077944384 417 0 0 0 1 0 0 0 20 0 15 0 74184238 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016018196464 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) S 21061 21061 897 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 15 0 74184238 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016017143920 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13974352 memory=140055425934976 CPUtime=0.06 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) S 21061 21061 897 0 -1 1077944384 701 0 0 0 6 0 0 0 20 0 15 0 74184238 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13974352 memory=140055425934976 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184242 14309736448 9325 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38680 KiB

[startup+0.700892 s]
/proc/loadavg: 1.91 1.76 1.64 5/211 21077
/proc/meminfo: memFree=19484284/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13978684 memory=103040 CPUtime=1.29 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 13361 0 0 0 124 5 0 0 20 0 15 0 74184232 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3494671 25760 3160 1 0 3482964 0
[pid=21063/tid=21064] ppid=21061 vsize=13978684 memory=40872 CPUtime=0.55 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 7853 0 0 0 51 4 0 0 20 0 15 0 74184232 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016548345392 140016544120214 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13978684 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13978684 memory=25332 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13978684 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13978684 memory=6657 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74184234 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13978684 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74184235 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13978684 memory=6660 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74184235 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13978684 memory=33 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13978684 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) R 21061 21061 897 0 -1 4202560 1481 0 0 0 22 0 0 0 20 0 15 0 74184238 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016018182488 140016521705072 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13978684 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) R 21061 21061 897 0 -1 4202560 1247 0 0 0 22 0 0 0 20 0 15 0 74184238 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016017132672 140016525652719 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13978684 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) R 21061 21061 897 0 -1 4202560 1472 0 0 0 28 0 0 0 20 0 15 0 74184238 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544129626 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184242 14314172416 25760 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 104420 KiB

[startup+1.50082 s]
/proc/loadavg: 1.91 1.76 1.64 5/211 21077
/proc/meminfo: memFree=19400272/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13982460 memory=170028 CPUtime=3.9 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 29990 0 0 0 381 9 0 0 20 0 15 0 74184232 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3495615 42507 3184 1 0 3483908 0
[pid=21063/tid=21064] ppid=21061 vsize=13982460 memory=158788 CPUtime=1.35 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 9149 0 0 0 130 5 0 0 20 0 15 0 74184232 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016548344728 140016152984931 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13982460 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13982460 memory=25332 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13982460 memory=280110653509328 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74184233 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13982460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74184233 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13982460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 74184234 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13982460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74184235 14318039040 42507 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13982460 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13980732 memory=361420 CPUtime=332.88 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 72589 0 0 0 33240 48 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3495183 90355 3239 1 0 3483476 0
[pid=21063/tid=21064] ppid=21061 vsize=13980732 memory=-3622645143214314312 CPUtime=321.83 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 15856 0 0 0 32175 8 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016548347568 140016157129812 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13980732 memory=40912 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2027 0 0 0 94 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13980732 memory=1292 CPUtime=1 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1600 0 0 0 93 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13980732 memory=2316 CPUtime=1 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2631 0 0 0 94 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13980732 memory=-8774313645642428999 CPUtime=1 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 2868 0 0 0 94 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13980732 memory=1228 CPUtime=0.14 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 2064 0 0 0 13 1 0 0 20 0 15 0 74184234 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13980732 memory=361420 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13980732 memory=1380 CPUtime=2.99 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) S 21061 21061 897 0 -1 1077944384 16626 0 0 0 298 1 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016018196464 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13980732 memory=357324 CPUtime=2.98 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) S 21061 21061 897 0 -1 1077944384 17446 0 0 0 296 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016017143920 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13980732 memory=347080 CPUtime=0.72 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) S 21061 21061 897 0 -1 1077944384 9580 0 0 0 70 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13980732 memory=40912 CPUtime=0.1 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 533 0 0 0 4 6 0 0 20 0 15 0 74184242 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 332.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 362800 KiB

[startup+323.601 s]
/proc/loadavg: 1.80 1.76 1.68 3/211 21113
/proc/meminfo: memFree=19172464/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13980732 memory=361420 CPUtime=333.29 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 72598 0 0 0 33281 48 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3495183 90355 3239 1 0 3483476 0
[pid=21063/tid=21064] ppid=21061 vsize=13980732 memory=-8774313645642428999 CPUtime=322.23 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 15857 0 0 0 32215 8 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016548347920 140016156481250 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13980732 memory=1228 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2027 0 0 0 94 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13980732 memory=796 CPUtime=1 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1601 0 0 0 93 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13980732 memory=5788 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2633 0 0 0 95 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13980732 memory=1712 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 2873 0 0 0 95 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13980732 memory=4616 CPUtime=0.14 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 2064 0 0 0 13 1 0 0 20 0 15 0 74184234 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13980732 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13980732 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13980732 memory=361420 CPUtime=2.99 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) S 21061 21061 897 0 -1 1077944384 16626 0 0 0 298 1 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016018196464 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13980732 memory=1292 CPUtime=2.98 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) S 21061 21061 897 0 -1 1077944384 17446 0 0 0 296 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016017143920 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13980732 memory=2316 CPUtime=0.72 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) S 21061 21061 897 0 -1 1077944384 9580 0 0 0 70 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13980732 memory=1228 CPUtime=0.1 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 533 0 0 0 4 6 0 0 20 0 15 0 74184242 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 333.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 362800 KiB

[startup+323.801 s]
/proc/loadavg: 1.80 1.76 1.68 3/211 21113
/proc/meminfo: memFree=19172464/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13980732 memory=361420 CPUtime=333.49 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 72598 0 0 0 33301 48 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3495183 90355 3239 1 0 3483476 0
[pid=21063/tid=21064] ppid=21061 vsize=13980732 memory=1712 CPUtime=322.43 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 15857 0 0 0 32235 8 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016548347920 140016156481195 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13980732 memory=4616 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2027 0 0 0 94 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13980732 memory=1012 CPUtime=1 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1601 0 0 0 93 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13980732 memory=1380 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2633 0 0 0 95 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13980732 memory=361420 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 2873 0 0 0 95 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13980732 memory=357324 CPUtime=0.14 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 2064 0 0 0 13 1 0 0 20 0 15 0 74184234 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13980732 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13980732 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13980732 memory=960 CPUtime=2.99 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) S 21061 21061 897 0 -1 1077944384 16626 0 0 0 298 1 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016018196464 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13980732 memory=1380 CPUtime=2.98 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) S 21061 21061 897 0 -1 1077944384 17446 0 0 0 296 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016017143920 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13980732 memory=359372 CPUtime=0.72 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) S 21061 21061 897 0 -1 1077944384 9580 0 0 0 70 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13980732 memory=40912 CPUtime=0.1 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 533 0 0 0 4 6 0 0 20 0 15 0 74184242 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 333.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 362800 KiB

[startup+323.901 s]
/proc/loadavg: 1.80 1.76 1.68 3/211 21113
/proc/meminfo: memFree=19172464/32770624 swapFree=67108860/67108860
[pid=21061] ppid=21058 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21061/stat : 21061 (xcsp3-exec) S 21058 21061 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 74184223 9740288 345 18446744073709551615 4194304 5098028 140728991522800 140728991520904 140191597527676 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 26406912 140728991531384 140728991531589 140728991531589 140728991535083 0
/proc/21061/statm: 2378 345 289 221 0 87 0
[pid=21063] ppid=21061 vsize=13980732 memory=361420 CPUtime=333.59 cores=0,2,4,6
/proc/21063/stat : 21063 (java) S 21061 21061 897 0 -1 1077944320 72598 0 0 0 33311 48 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140732464894592 140016544108279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
/proc/21063/statm: 3495183 90355 3239 1 0 3483476 0
[pid=21063/tid=21064] ppid=21061 vsize=13980732 memory=357324 CPUtime=322.53 cores=0,2,4,6
/proc/21063/task/21064/stat : 21064 (java) R 21061 21061 897 0 -1 4202560 15857 0 0 0 32245 8 0 0 20 0 15 0 74184232 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016548347920 140016157945992 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21065] ppid=21061 vsize=13980732 memory=1380 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21065/stat : 21065 (java) S 21061 21061 897 0 -1 1077944384 2027 0 0 0 94 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016478542096 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21066] ppid=21061 vsize=13980732 memory=361420 CPUtime=1 cores=0,2,4,6
/proc/21063/task/21066/stat : 21066 (java) S 21061 21061 897 0 -1 1077944384 1601 0 0 0 93 7 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016477489552 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21067] ppid=21061 vsize=13980732 memory=1380 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21067/stat : 21067 (java) S 21061 21061 897 0 -1 1077944384 2633 0 0 0 95 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016476437008 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21068] ppid=21061 vsize=13980732 memory=361420 CPUtime=1.01 cores=0,2,4,6
/proc/21063/task/21068/stat : 21068 (java) S 21061 21061 897 0 -1 1077944384 2873 0 0 0 95 6 0 0 20 0 15 0 74184233 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016475384464 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21069] ppid=21061 vsize=13980732 memory=1380 CPUtime=0.14 cores=0,2,4,6
/proc/21063/task/21069/stat : 21069 (java) S 21061 21061 897 0 -1 1077944384 2064 0 0 0 13 1 0 0 20 0 15 0 74184234 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016022407664 140016544119426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21070] ppid=21061 vsize=13980732 memory=357324 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21070/stat : 21070 (java) S 21061 21061 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016021353888 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21071] ppid=21061 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21071/stat : 21071 (java) S 21061 21061 897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 74184235 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016020301296 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21072] ppid=21061 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21072/stat : 21072 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016019249872 140016544126875 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21073] ppid=21061 vsize=13980732 memory=357324 CPUtime=2.99 cores=0,2,4,6
/proc/21063/task/21073/stat : 21073 (java) S 21061 21061 897 0 -1 1077944384 16626 0 0 0 298 1 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016018196464 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21074] ppid=21061 vsize=13980732 memory=1380 CPUtime=2.98 cores=0,2,4,6
/proc/21063/task/21074/stat : 21074 (java) S 21061 21061 897 0 -1 1077944384 17446 0 0 0 296 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016017143920 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21075] ppid=21061 vsize=13980732 memory=1380 CPUtime=0.72 cores=0,2,4,6
/proc/21063/task/21075/stat : 21075 (java) S 21061 21061 897 0 -1 1077944384 9580 0 0 0 70 2 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016016091376 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21076] ppid=21061 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21063/task/21076/stat : 21076 (java) S 21061 21061 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74184238 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016015039072 140016544118485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
[pid=21063/tid=21077] ppid=21061 vsize=13980732 memory=361420 CPUtime=0.1 cores=0,2,4,6
/proc/21063/task/21077/stat : 21077 (java) S 21061 21061 897 0 -1 1077944384 533 0 0 0 4 6 0 0 20 0 15 0 74184242 14316269568 90355 18446744073709551615 4194304 4196468 140732464912048 140016013986608 140016544119426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37285888 140732464914865 140732464915041 140732464915041 140732464918479 0
Current children cumulated CPU time: 333.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 362800 KiB

Child status: 0
Real time (s): 323.921
CPU time (s): 333.627
CPU user time (s): 333.134
CPU system time (s): 0.493295
CPU usage (%): 102.997
Max. virtual memory (cumulated for all children) (KiB): 13992264
Max. memory (cumulated for all children) (KiB): 362800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.134
system time used= 0.493295
maximum resident set size= 361756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13056
involuntary context switches= 542


# summary of solver processes directly reported to runsolver:
#   pid: 21061
#   total CPU time (s): 333.627
#   total CPU user time (s): 333.134
#   total CPU system time (s): 0.493295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.67222 second user time and 3.36535 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 15:53:10
IDJOB=4272651
IDBENCH=122445
IDSOLVER=2664
FILE ID=node125/4272651-1502719636
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-B-2-25-25/rand-2-25-25-300-147-6.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-4272651-1502719636/watcher-4272651-1502719636 -o /tmp/evaluation-result-4272651-1502719636/solver-4272651-1502719636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1348043280 HOME/instance-4272651-1502719636.xml

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

MD5SUM BENCH= bc550d17530737290594270093461d3c
RANDOM SEED=1348043280

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:        19523024 kB
MemAvailable:   20478600 kB
Buffers:          295496 kB
Cached:           954428 kB
SwapCached:            0 kB
Active:         12197332 kB
Inactive:         597384 kB
Active(anon):   11545344 kB
Inactive(anon):    33100 kB
Active(file):     651988 kB
Inactive(file):   564284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8204 kB
Writeback:             0 kB
AnonPages:      11545608 kB
Mapped:            61636 kB
Shmem:             33444 kB
Slab:             136472 kB
SReclaimable:     110280 kB
SUnreclaim:        26192 kB
KernelStack:        3456 kB
PageTables:        27588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11877760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11288576 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-14 15:58:34